KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (18)
  • linux_router (9)
  • docker_notes (8)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • systemd Stuff

Fulltext results:

systemd Stuff @home_server:home_server_setup:other_services
37 Hits, Last modified: 18 months ago
{{tag>systemd systemctl timer timers journalctl linux debian setup customise customisation}} ======systemd Stuff====== * [[https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux|How to create systemd service unit in Linux]] * [[https://unix.stackexchange.com/q
Docker-Compose @docker_notes
35 Hits, Last modified: 6 days ago
was ready. So I did the following. - Found the systemd unit name for the drive mount using: ''systemctl ... mount'' 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 found to the [Unit] After and Requi
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
28 Hits, Last modified: 2 years ago
UT about this time, including early conversion to systemd scripts. I notice the Techno Tim [[https://docs.... 5 #Fix value </code> =====NUT & Systemd===== I have been using NUT on my server and UPS ... .04 has been correctly configured to operate with systemd. After updating the configuration file restart t... ns are no longer relevant. Interestingly the NUT systemd configuration is still based upon similar systemd
KPTree Torrent VM Setup @home_server
27 Hits, Last modified: 2 years ago
torrent server openvpn btguard nftables iptables systemd virtual machine linux ubuntu}} ======KPTree Torre... [[https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|Deluge systemd]]. Whatbox [[https://whatbox.ca/wiki/Deluge|Deluge]] also has some interesting... MS corporate software at work.) ---- =====deluge systemd setup===== Setting up deluged and and deluge-web
Network Setup @home_server:home_server_setup
27 Hits, Last modified: 5 months ago
etwork/interfaces'' with - network manager - systemd-networkd - netplan As usual they all have their... re Network on Debian 12: A Guide for Beginners]] (systemd-networkd) *[[https://www.server-world.info/en/n... gs : Network Settings]] *[[https://poweradm.com/systemd-network-config-linux/|Network Configuration with Systemd-networkd on Ubuntu/Debian]] (systemd-networkd))
Router Miscellaneous @linux_router
15 Hits, Last modified: 3 months ago
web browser at ''192.168.1.1:667'' The darkstat systemd intergration suck, it is a legacy setup. As dark... onfig'' . ===glances as a service=== ++++Setup a systemd file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service''| <code> [Unit] Descripti... =multi-user.target </code> ++++ After modifying a systemd file update systemd: ''sudo systemctl daemon-relo
Debian Server Network Setup @linux_router
11 Hits, Last modified: 5 months ago
ts to [[https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/|Predictable Net... Interface Names]], also see [[https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with this. In any case, y
IPMI Console Setup @home_server:home_server_setup:other_services
9 Hits, Last modified: 3 weeks ago
s unfortunately a bit old as it does not give any systemd setup information. I adjusted my grub boot loade... e serial terminal is running. Current Ubuntu uses systemd, a reference to setup ttys on systemd is Pid Eins [[http://0pointer.net/blog/projects/serial-console.html|systemd for Administrators, Part XVI]] which discusses Ge
Docker mailserver @docker_notes
7 Hits, Last modified: 9 hours ago
++here|/usr/libexec/postfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/systemd/system/postfix.service| <code>[Unit] Description=... le.org</code> ====dovecot start / stop==== ===systemd=== The debian 10 systemctl dovecot.service: ++++/
NFTables IP Control @linux_router
7 Hits, Last modified: 2 years ago
rwise not working the error message go nowhere. Systemd has a service to redirect output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full path is given. The command path can be... crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh'',
ISP PPPoE Network Setup @linux_router
7 Hits, Last modified: 9 months ago
arff.id.au/blog/2021/internode-ipv6-on-linux-with-systemd-networkd/|Internode IPv6 on Linux with systemd-networkd]] ====Install Software==== Install the DNS, DHCP,... pppoe-on-linux/|Using PPPoE on Linux]], discusses systemd setup for PPPoE, and Samba.org man [[https://ppp.... nt Protocol Daemon]]</fs>. ====PPPoE Startup==== Systemd service to create interface and start ppoe servic
Commonly used commands and scripts @home_server:home_server_setup:other_services
6 Hits, Last modified: 5 months ago
{{tag>linux dmesg command systemd journal journalctl tzdata timezone apt upgrade update install remove cron... the OS boot messages between grub and os up. =====systemd===== *Systemctl related commands: *Systemd common commands (start / stop / restart / status) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-units | gr
Web Server setup @home_server
5 Hits, Last modified: 6 months ago
for https, port 443 services. ====Hostname==== *Systemd seems to use the control function hostnamectl to ... nf'' instead of ''/etc/apache2/apache2.conf'' * systemd service: ''httpd.service'' instead of ''apache2.s... ff.org/docs/using.html|User Guide]]** *To check systemd times: ''systemctl list-timers'' //(Cerbot used this in systemd enables systems)// *To list cerbot related cert
NFTables Configuration @linux_router
5 Hits, Last modified: 3 months ago
) *Another option is to restart the nftables systemd service, ''sudo systemctl restart nftables.servic... onfiguration permanent / restore on boot==== The systemd service nftables can be used to auto start nftabl... shows where the systemctl script is located; /lib/systemd/system/nftables.service, in my case. See [[https://github.com/devkid/nftables-systemd|nftables-systemd]] on github.com ---- <- linux
File Sharing @docker_notes
4 Hits, Last modified: 5 months ago
019 after five years in beta. The following is a systemd service file that can be used to start the syncth... sed upon the user specific type. So create a new systemd service, ''/lib/systemd/system/syncthing@.service'' ++++syncthing@.service| <code>[Unit] Description=Synct... code> ++++ ''systemctl daemon-reload'' to update systemd. To use example: ''sudo systemctl status syncthi
Docker - diun & ntfy @docker_notes
3 Hits, Last modified: 6 months ago
Docker nginx / php notes @docker_notes
3 Hits, Last modified: 4 months ago
Calibre Server @home_server:home_server_setup:other_services
3 Hits, Last modified: 2 years ago
Docker @docker_notes
2 Hits, Last modified: 3 months ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 5 months ago
KPTree - Email Server Setup @home_server
2 Hits, Last modified: 15 months ago
ISP IPoE DHCP Setup Notes @linux_router
2 Hits, Last modified: 5 months ago
Wireguard VPN access from WAN to LAN @linux_router
2 Hits, Last modified: 2 weeks ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
sidebar
1 Hits, Last modified: 2 weeks ago
Docker init Systems @docker_notes
1 Hits, Last modified: 3 weeks ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 6 months ago
IPv6 Setup Notes @linux_router
1 Hits, Last modified: 13 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 3 weeks ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
Home Server Index @home_server:home_server_setup:other_services
1 Hits, Last modified: 16 months ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 15 months ago