Title: Subversion Cheatsheet CSS : css/cheaters.css
Permalink to Subversion Cheatsheet
| Subversion Resources ||
Title: Subversion Cheatsheet CSS : css/cheaters.css
Permalink to Subversion Cheatsheet
| Subversion Resources ||
/* | |
* Test program for the ambient capabilities | |
* | |
* You need to install libcap-ng-dev first, then compile using: | |
* $ gcc -o ambient ambient.c -lcap-ng && sudo setcap cap_setpcap,cap_net_raw,cap_net_admin,cap_sys_nice+eip ambient | |
* | |
* To get a shell with additional caps that can be inherited do: | |
* | |
* ./ambient /bin/bash | |
*/ |
Create file /etc/systemd/system/[email protected]
. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin
, you should use paths specific for your environment.
[Unit]
Description=%i service with docker compose
PartOf=docker.service
After=docker.service
There are several common ways to do rsync backups of hosts over ssh:
Here is another option t
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
MIT License | |
Copyright (c) 2012 John Fink | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |