Search
You can find the results of your search below.
Matching pagenames:
- Docker Deluge Image / Service
- apt package management
- Set Up and Ubuntu APT Cache
- Back-up Server Old Setup
- BASH Customisation
- Calibre Server
- Conky
- Linux Block Device Notes
- XFCE
- Fail2Ban
- Linux Firmware Notes
- Home Server Index
- IPMI CLI Tools
- IPMI Console Setup
- logrotate
- Manjaro Setup Notes
- Commonly used commands and scripts
- MONIT
- Mosh
- NFS
- nnn
- NUT (Network UPS Tools) Setup
- Rsync
- samba
- snapraid
- SSH Notes
- SWAP Files
- Simlinks
- systemd Stuff
- Time Date Related Setup
- tmux
- Tripwire
- VIM Editor
- Webmin
Fulltext results:
- KPTree Torrent VM Setup @home_server
- ://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|Deluge systemd]]. Whatbox [[https://whatbox.... ://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|How to create systemd services for Linux]] We want to delay the start of the deluged.service to after the related drives are mounted. First w... rly, in the same listing look for the relevant ''.service''s: <code> deluge-web.service loaded active
- Docker-Compose @docker_notes
- for ''/mnt/docker_store'' - Updated the systemd service for Docker - use systemctl status docker to find the service file, in my case ''/lib/systemd/system/docker.service'' - edit the systemd file and add mount unit fou... rectives. You are not meant to directly edit the service file, but rather use the ''sudo systemctl edit do
- Router Miscellaneous @linux_router
- Quit (Esc and Ctrl-C also work) ===glances as a service=== Setup a systemd file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service'' <code> [Unit] Description=Glances Documentation=man:glanc... thub.com/nicolargo/glances After=network.target [Service] #ExecStart=/usr/local/bin/glances -w -t 2 ExecSt
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- ystemd/generator.late, in particular, ups-monitor.service. To see running processes use: ''sudo ps -e | gr... isable'' and ''sudo systemctl disable ups-monitor.service''. You may also need to disable the following systemd services: nut-client.service, nut-monitor.service and nut-server.service. The Kepstin blog gives a good NUT and Systemd discussion [[h
- NFTables Configuration @linux_router
- #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags interval direct... ese values in the rules. We can use port numbers, service names and port ranges.\\ Sets provide a performa... AS|Sets]]. </color>++ \\ <tab9> type inet_service; flags interval;\\ <tab9> elements = {\\ ... #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags interval direct
- Docker mailserver @docker_notes
- ight-hand side). Postfix has a built-in transport service called “virtual” that can receive the email and s... stfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/systemd/system/postfix.service| <code>[Unit] Description=Postfix Mail Transport Agent Conflicts=sendmail.service exim4.service ConditionPathExists=/etc/postfix/ma
- Docker init Systems @docker_notes
- id=docker_notes:docker-deluge#docker_deluge_image_service|Torrent server (Deluge)]] *mailserver (yes, whi... a front-end to help with the management. ====s6 Service Driectories==== S6 [[http://www.skarnet.org/software/s6/servicedir.html|Service directories]] The s6-rc service directories are stored at ''%%/etc/s6-overlay/s6-rc.d/%%''. ^ sub-directo
- DHCP / DNS Setup @linux_router
- t relies upon DHCP will not function without this service. Most my critical services have static IP addres... _bind9, and systemctl in some Linux refers to the service as bind9.service. * "named" is the normal name of the isc-bind9 code that is call to start the applicati... uld be incremented up before updating the the DNS service, "sudo systemctl restart bind9". A common techniq
- Docker @docker_notes
- Docker====== **Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization ... ver software in packages called _containers_. The service has both free and premium tiers. The software tha... omagically after a reboot. I added a new systemd.service for this: ''sudo vim /etc/systemd/system/iptables-docker.service'': <code>[Unit] Description=IPTables Docker Rules
- Debian / Ubuntu Network Setup @linux_router
- to no avail. So I created the following systemd service to perform this function on start-up after the network was up."\\ To create and edit the service: ''sudo systemctl edit --force --full ipv6_start.service'', ''man systemctl'' and search for ++++ipv6_start.service| <code> [Unit] Description=Remove route to he-ipv
- ISP PPPoE Network Setup @linux_router
- col Daemon]]</fs>. ====PPPoE Startup==== Systemd service to create interface and start ppoe service, below: ''sudo vim /etc/systemd/system/pppoe.service'': <code> [Unit] Description=PPPoE connection Documen... ice After=sys-subsystem-net-devices-eno1.device [Service] ExecStart=/usr/sbin/pppd call provider Type=fork
- Docker - DHCP Server @docker_notes
- kea-ctrl-agent|This package provides the REST API service agent for Kea DHCP.|?| |isc-kea-dev|Development h... ontrol Agent.|?| ====Network Ports==== From IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number Registry]]: <code>bootps 67 {tcp, udp}
- IPMI Console Setup @home_server:home_server_setup:other_services
- .) -Setup and start the Linux serial terminal service upon boot -BMC IPMI Client Setup (Using the BMC... and is ''sudo systemctl enable serial-getty@ttyS1.service''. This will start the ttys1 serial tty service on machine boot. This service can be immediately started with ''sudo systemctl start serial-getty@ttyS1.s
- Calibre Server @home_server:home_server_setup:other_services
- ' in a browser on my LAN. Next setup the systemd service as follows sudo vim ''sudo vim /etc/systemd/system/calibre-server.service'' : <code>## startup service [Unit] Description=calibre content server After=network.target [Service] Type=simple User= user Group= group ExecStart=/o
- systemd Stuff @home_server:home_server_setup:other_services
- * [[https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux|How to create systemd service unit in Linux]] * [[https://unix.stackexchange.com/questions/246935/set-systemd-service-to-execute-after-fstab-mount|Set systemd service to execute after fstab mount]] * DigitalOcean Tutorials