KPTree Wiki logo

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 (21)
  • linux_router (8)
  • docker_notes (7)
  • tech_notes (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

KPTree Torrent VM Setup @home_server
25 Hits, Last modified: 5 years ago
w.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|How To Use Systemctl to Manage Systemd Services and Units]] * [[ht... o privatvpn'' to run. The setup script creates a systemctl profile: openvpn@privatvpn.service. So the standard systemctl commands made much more sense to use! e.g. ''sudo systemctl start openvpn@privatvpn.service'' with other standard systemctl operators: stop, status, enable, disable, etc. S... f''. *Restart the respective services: ''sudo systemctl restart openvpn@privatvpn.service'' & ''sudo systemctl restart nftables'' *Remember the host IP addres
Router Miscellaneous @linux_router
18 Hits, Last modified: 11 months ago
ath nftables'' *To list all systemd services: ''systemctl list-unit-files'', use ''systemctl list-unit-files --state=enabled'' to check all en... w.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|Systemctl]] to manage systemd services and units and for [[... e more / different format information than ''sudo systemctl status networking'' *Links to info on the ip an
Debian Server Network Setup @linux_router
16 Hits, Last modified: 9 months ago
p."\\ ++++ To create and edit the service: ''sudo systemctl edit --force --full ipv6_start.service'', ''man systemctl'' and search for ++++ipv6_start.service| <code> ... to enable the command to run at start-up: ''sudo systemctl enable ipv6_start.service''. *This also needs t... ed after each time netplan apply is used: ''sudo systemctl start ipv6_start.service''. =====Router Configura... figuration: ++++ ''vim tononrouter.sh'' | <code> #systemctl disable bind9 #systemctl disable isc-dhcp-server
BASH Customisation @home_server:home_server_setup:other_services
12 Hits, Last modified: 10 months ago
cers='cscli bouncers list' alias csfbstatus='sudo systemctl status crowdsec-firewall-bouncer.service' alias csfbstart='sudo systemctl start crowdsec-firewall-bouncer.service' alias csfbstop='sudo systemctl stop crowdsec-firewall-bouncer.service' alias csfbrestart='sudo systemctl restart crowdsec-firewall-bouncer.service' alias
Web Server setup @home_server
10 Hits, Last modified: 21 months ago
t apache2 to enable configuration changes: ''sudo systemctl reload apache2'' or ''sudo systemctl restart apache2'' *Test the web page by typi... hanges are made reload or restart apache2: ''sudo systemctl reload apache2'' or ''sudo systemctl restart apache2'' To further add to confusion it... t apache2 to enable configuration changes: ''sudo systemctl reload apache2'' or ''sudo systemctl restart apache2'' *Apache2 related: *To sh... the status (start, stop and restart) mysql ''sudo systemctl status apache2'' *To login into mysql as root,
KPTree - Email Server Setup @home_server
9 Hits, Last modified: 3 years ago
mes * To apply configuration changes ''sudo systemctl restart nfs-client.target'' * Mounting the nf... n not changed as directed, as on systemd use sudo systemctl enable spamassassin.service instead. CRON=0 chang... *To find clamav related running daemons ''sudo systemctl list-units -all | grep clam'' *Stop the daemons ''sudo systemctl stop clamav-daemon'' and any other found daemons
ISP PPPoE Network Setup @linux_router
8 Hits, Last modified: 24 months ago
are for the moment and configure later. *''sudo systemctl disable bind9'' *''sudo systemctl stop bind9'' *''sudo systemctl status bind9'' *''sudo systemctl disable isc-dhcp-server'' *''sudo systemctl stop isc-dhcp-server'' *'
DHCP / DNS Setup @linux_router
8 Hits, Last modified: 21 months ago
te for latest configurations changes. DNS: ''sudo systemctl restart bind9'' and DHCP: ''sudo systemctl restart isc-dhcp-server''.\\ \\ To see active le... 470:1f2d:178::3/0 { }; }; </code> ++ * ''sudo systemctl status radvd.service'' * ++/lib/systemd/syste... want to customize, # the best way is to use the "systemctl edit" command. [Unit] Description=Router adverti
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
7 Hits, Last modified: 3 years ago
w.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|How To Use Systemctl to Manage Systemd Services and Units]], and [[htt... t". Unfortunately when this script is run, "sudo systemctl start nut-driver.service" it reports failure as i... e (start / stop / status / restart) command:"sudo systemctl status nut-server.service" *To list the availab... lated commonly used commands and scripts:==== *Systemctl related commands: *Systemd common commands (
Docker-Compose @docker_notes
5 Hits, Last modified: 6 days ago
he systemd unit name for the drive mount using: ''systemctl list-units --type=mount'', in my particular case ... Updated the systemd service for Docker - use systemctl status docker to find the service file, in my cas... edit the service file, but rather use the ''sudo systemctl edit docker.service'' to create a drop in replace... ter this reboot to test. (Yes you can use ''sudo systemctl daemon-reload'', however I wanted to test boot pe
Wireguard VPN access from WAN to LAN @linux_router
5 Hits, Last modified: 16 months ago
d. *To start/stop the Wireguard service: ''sudo systemctl start wg-quick@wg0'' *To enable/disable the Wireguard service: ''sudo systemctl enable wg-quick@wg0'' *To check status of the Wireguard service: ''sudo systemctl status wg-quick@wg0'' ====Router Firewall change... g script was clearly running the commands, ''sudo systemctl status wg-quick@wg0'': <code>Jul 03 21:25:44 Rout
systemd Stuff @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 years ago
w.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|How To Use Systemctl to Manage Systemd Services and Units]] * [[ht... es are available from previous boots.\\ \\ ''sudo systemctl force-reload systemd-journald'' to reload journal
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 16 months ago
o '-p -- \\u' 115200 %I $TERM </code> Then ''sudo systemctl daemon-reload'' followed by ''sudo systemctl restart serial-getty@ttyS1.service'' ====BMC IPM
NFTables Configuration @linux_router
4 Hits, Last modified: 19 months ago
ns ''/usr/sbin/nft flush ruleset'' The command ''systemctl show -p FragmentPath nftables'' shows where the systemctl script is located; /lib/systemd/system/nftables.s
PiKVM @tech_notes
4 Hits, Last modified: 13 months ago
If graphical mode is really wanted used ''sudo systemctl isolate graphical.target'' and to switch back to CLI mode ''sudo systemctl isolate multi-user.target''. On the PiKVM V3 I no... isolate'' directive with ''default'', e.g. ''sudo systemctl default graphical.target''. The current default directive can be checked with ''systemctl get-default''. The PiKVM virtual keyboard can be
Calibre Server @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 years ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
4 Hits, Last modified: 12 months ago
Docker @docker_notes
4 Hits, Last modified: 8 months ago
Docker mailserver @docker_notes
2 Hits, Last modified: 3 weeks ago
Network Setup @home_server:home_server_setup
2 Hits, Last modified: 13 months ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 21 months ago
VNC Server @home_server:home_server_setup
2 Hits, Last modified: 16 months ago
Time Date Related Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
Linux Block Device Notes @home_server:home_server_setup:other_services
2 Hits, Last modified: 7 months ago
Fail2Ban @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 years ago
File Sharing @docker_notes
2 Hits, Last modified: 20 months ago
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified: 20 months ago
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 20 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
Docker - DNS Server @docker_notes
1 Hits, Last modified: 7 months ago
ntp @docker_notes
1 Hits, Last modified: 10 months ago
NFTables IP Control @linux_router
1 Hits, Last modified: 5 years ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 21 months ago
Rsync @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
TC - Traffic Control @linux_router
1 Hits, Last modified: 2 months ago