usr

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
26 Hits, Last modified:
ommand that # must be enabled. # cmd_rsync /usr/bin/rsync # Uncomment this to enable remote ssh backups over rsync. # #cmd_ssh /usr/bin/ssh # Comment this out to disable syslog support. # cmd_logger /usr/bin/logger # Uncomment this to specify the path ... e # "du_args" parameter below. # cmd_du /usr/bin/du # Uncomment this to specify the path to r
Docker mailserver @docker_notes
20 Hits, Last modified:
=working==== Required for server: *sqlite => ''/usr/bin/sqlite3'' *postfix => ''/usr/sbin/postfix'' *postfix-sqlite ''postfix-sqlite.so'' plugin? *#... ncluded in dovecot-sqlite *dovecot-sqlite => ''/usr/sbin/dovecot'' *#dovecot-pop3 => #Only if need ... cot-pigeonhole-plugin => plugin? *apache2 => ''/usr/sbin/httpd'' *php => ''/usr/bin/php'' -> ''/usr
Docker nginx / php notes @docker_notes
16 Hits, Last modified:
e directory, so it can be created on use. ====/usr/share/nginx/==== ++++/usr/share/nginx/http-default_server.conf| <code># This is a default site config... ocation = /404.html { internal; } }</code> ''/usr/share/nginx/http-default_server.conf'' is the sam... here are 2 php executables, php a cli version (''/usr/bin/php82'') and php-fpm for fpm-fcgi (''/usr/sbi
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified:
sions-doesn%C2%B4t-change *https://linoxide.com/usr-mgmt/simple-examples-to-explain-linux-file-permis... UserKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</code> To set this configuration ... -------------" >> $LOG # Now execute the script /usr/bin/sudo /usr/bin/rsync $@ </code> Now change the mode and owner of this file: <code>sudo chown backu
NFTables IP Control @linux_router
7 Hits, Last modified:
le Setup - with named set IP filtering| <code> #!/usr/sbin/nft -f define wan = ppp1 define modem = e... out 5h' else timeout1=" timeout $1" fi cmd1='/usr/sbin/nft add element inet firewall controllist { ... rect output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full ... e final crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/contr
DHCP / DNS Setup @linux_router
6 Hits, Last modified:
for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information ... ext create a cryptographic key file using ''sudo /usr/sbin/rndc-confgen -a'', note that this command ca... /radvd.conf [Service] Type=forking ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest ExecStart=/usr/sbin/radvd --logmethod stderr_clean ExecReload=/u
Docker Deluge Image / Service @docker_notes
5 Hits, Last modified:
sts #This adds a PrivatVPN host to the host DNS /usr/sbin/openvpn /etc/openvpn/privatvpn.conf & #This... (errno=2)]] *Inside container command to run ''/usr/sbin/openvpn /etc/openvpn/privatvpn.conf'', add &... ' To start deluged up directly in container ''%%/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' however better using us
samba @home_server:home_server_setup:other_services
5 Hits, Last modified:
es: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ####### Authenticati... wd program in Debian Sarge). passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spa... ; please adapt to your needs ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos ... oup exists on the system ; add machine script = /usr/sbin/useradd -g machines -c "%u machine account"
Docker-Compose @docker_notes
4 Hits, Last modified:
.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> *[[https://gdevillele.... rts: - 80:80 volumes: - web_data:/usr/share/nginx/html:ro </code> There are different ... equired # for containers run by docker ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd
KPTree Torrent VM Setup @home_server
4 Hits, Last modified:
tables.conf'' ++++nftables.conf script| <code> #!/usr/sbin/nft -f define lan = ens3 define tun = tun... tables.conf'' ++++nftables.conf script| <file> #!/usr/sbin/nft -f # define common referenced interfac... cker.service [Service] Restart=always ExecStart=/usr/bin/docker start -a kodi-headless ExecStop=/usr/bin/docker stop -t 2 kodi-headless [Install] WantedBy
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
m information as of " /bin/date echo /usr/bin/landscape-sysinfo else echo echo " Sy... in information script is written in python3, ++++/usr/bin/landscape-systeminfo| <code> #!/usr/bin/python3 import sys, os try: if os.path.dirname(os.pat... n Code==== ++++python3 agnostic code | <code> #!/usr/bin/python3 import psutil import platform from d
Web Server setup @home_server
3 Hits, Last modified:
Vars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars ... StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars ... StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars
ISP IPoE DHCP Setup Notes @linux_router
3 Hits, Last modified:
Link File: /usr/lib/systemd/network/99-default.link ... e=forking PIDFile=/run/dhclient/%I.pid ExecStart=/usr/sbin/dhclient -4 -v %I ExecStop=/usr/sbin/dhclient -r %I [Install] WantedBy=multi-user.target </code>
Router Miscellaneous @linux_router
3 Hits, Last modified:
ances After=network.target [Service] #ExecStart=/usr/local/bin/glances -w -t 2 ExecStart=/home/baumkp/... cker.service [Service] Restart=always ExecStart=/usr/bin/docker start -a algo ExecStop=/usr/bin/docker stop -t 2 algo [Install] WantedBy=default.target </
NFTables Configuration @linux_router
3 Hits, Last modified:
le Setup - ''/etc/nftables.conf''| <color blue>#!/usr/sbin/nft -f </color> ++ | + <color #202000/#F0F0E... le nftables''. Start and reload basically run ''/usr/sbin/nft -f /etc/nftables.conf'', whereas stop runs ''/usr/sbin/nft flush ruleset'' The command ''systemctl
dokuwiki setup notes @home_server
2 Hits, Last modified:
VNC Server @home_server:home_server_setup
2 Hits, Last modified:
Docker @docker_notes
1 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified:
Nginx @tech_notes
1 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified: