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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server
  • Any namespace
  • home_server:home_server_setup (28)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Network Setup
  • NUT (Network UPS Tools) Setup

Fulltext results:

Network Setup @home_server:home_server_setup
223 Hits, Last modified: 14 months ago
{{tag>network interface netplan nic setup loopback eth ethernet bridge bond networkd linux debian setup command}} ======Network Setup====== Most server have... work Settings]] *[[https://poweradm.com/systemd-network-config-linux/|Network Configuration with Systemd-networkd on Ubuntu/Debian]] (systemd-networkd)) *[[... (All methods) *[[https://wiki.debian.org/BridgeNetworkConnections|Debian Wiki - Bridge Network Connections]] (/etc/network/interfaces method) *[[https://www.debian.or... pi.stackexchange.com/questions/108592/use-systemd-networkd-for-general-networking]] (systemd-networkd) *[[https://superuser.com/questions/169453
Conky @home_server:home_server_setup:other_services
51 Hits, Last modified: 5 years ago
amples to average. Set to 1 to disable averaging net_avg_samples = 2,-- Number of net samples to average. Set to 1 to disable averaging... samples to average. Set to 1 to disable averaging net_avg_samples 2 # Number of net samples to average. Set to 1 to disable averaging... amples to average. Set to 1 to disable averaging net_avg_samples = 2,-- Number of net samples to average. Set to 1 to disable averaging... r0}Link speed: $color${execi 99999 cat /sys/class/net/eno2/speed} MB/s, ${execi 99999 cat /sys/class/net/eno2/duplex} duplex ${color0}Down:$color ${downsp
KPTree - Email Server Setup
41 Hits, Last modified: 3 years ago
o apt install netplan.io'' * ''sudo mv /etc/network/interfaces /etc/network/interfaces.old'' * ''sudo /etc/netplan/network.yaml'' * <code>network: version: 2 rend... mple.com%% and %%mail.example.com%%" use %%kptree.net%% and %%mail.kptree.net%% instead *For "Fire up an Ubuntu 18.04 AWS Ins... nly --webroot --webroot-path /var/www/mail.kptree.net -d mail.kptree.net%%''. This works straight away and well. Unfortu
Commonly used commands and scripts @home_server:home_server_setup:other_services
39 Hits, Last modified: 12 months ago
results that include the word 'apache.'" -sudo netstat -anp | head -n2 ; sudo netstat -anp | grep apache : "Find all the open network sockets, but only show me the two header line... life without grep anymore! ====netstat==== *''netstat -n'' to see active internet connections *''netstat -ie'' to see kernal inte... (listening ornon-listening) ''sudo hwinfo -class network'' to list network heard ware adapter properties =====pbcopy pbpaste===== Also see [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:other_s
KPTree Torrent VM Setup
35 Hits, Last modified: 5 years ago
ake sure that you can communicate within your own network if Private Network option is enabled ip saddr 192.168.0.0... ake sure that you can communicate within your own network if Private Network option is enabled ip saddr 192.168.0.0/... ake sure that you can communicate within your own network if Private Network option is enabled iptables -A INPUT -s 192.16... y check the eth0 / tun0 references match.) *The network configuration file can be found at ''/etc/network/interfaces'' *If iptables is not installed
Web Server setup
21 Hits, Last modified: 22 months ago
-default.conf /etc/apache2/sites-available/kptree.net-http.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.conf'', in particular change ''DocumentRoot... ' to ''DocumentRoot /mnt/shared/www16/html/kptree.net/public_html''. Also change ''ServerName kptree.net'' and add-in directly after this line ''ServerAli... ault-ssl.conf /etc/apache2/sites-available/kptree.net-https.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.conf'', in particular change ''DocumentRoot... ew website configuration: ''sudo a2ensite kpbtree.net-http.conf'' and ''sudo a2ensite kpbtree.net-https.conf'', also disable the default website co
KPTree - Home Desktop Setup
20 Hits, Last modified: 5 months ago
ry. Even when it did work it was slow to show the network drives. I can simply type in the network drive into the path, e.g. "\\User1NetworkDrive", but this is a bit clumsy and is not al... Target", example: "mklink /D C:\Users\User1\User1NetworkDrive \\User1NetworkDrive". ====Windows Drive Substitution - subs... **The GUI option in Windows is to right click the network icon in file explorer. Then select the option map network drive. A similar option to Disconnect networ... using multiple monitors. I found an article on CNet, but will not link to it, as CNet is a real garbage filled site. In any case the si
Rsync @home_server:home_server_setup:other_services
18 Hits, Last modified: 8 months ago
154431/http://jeffskinnerbox.me/posts/2014/Feb/08/network-backups-via-rsync-and-rsnapshot|Jeff Skinnerbox Network Back-ups via Rsync and Rsnapshot]] [[https:/... The first time, rsync sends all the data over the network to your backup machine. The benefit comes the... nt back to your machine (using rsync or scp or telnet or whatever). It creates a full-blown snapshot f... e use of the push notification [[https://pushover.net/|Pushover]]: <code bash> #!/bin/bash # This util
dokuwiki setup notes
17 Hits, Last modified: 12 months ago
t to the appropriate ip addresses for wiki.kptree.net. The ipv4 points to a common public ipv4 addres... ipv4 address for specific ports need to have nat(network address translation) setup and forwarding set... sudo vim /etc/apache2/sites-available/wiki.kptree.net-ssl.conf'' <code> <IfModule mod_ssl.c> <Virtu... 1f2c:10d::18]:443> ServerName wiki.kptree.net ServerAdmin webmaster@localhost
SSH Notes @home_server:home_server_setup:other_services
16 Hits, Last modified: 21 months ago
ss: {address.address}") print(f" Netmask: {address.netmask}") print(f" Broadcast IP: {a... ss: {address.address}") print(f" Netmask: {address.netmask}") print(f" Broadcast MAC: {... oadcast}") ##get IO statistics since boot net_io = psutil.net_io_counters() print(f"Total Bytes Sent: {get_size(net_io.bytes_sent)}") print(f"Total Bytes Receive
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
15 Hits, Last modified: 3 years ago
Systemd discussion [[https://www.kepstin.ca/blog/networkupstoolsnutandsystemd/|Network UPS Tools (nut) and systemd]]. However it is ... get </code> My system takes a bit of time for the network system to fire up, so I delay the NUT driver startup until after the network is up, by adding the directive "After=network-online.target". Unfortunately when this script is r... stem/nut-server.service <code> [Unit] Description=Network UPS Tools - power devices information server
IPMI Console Setup @home_server:home_server_setup:other_services
14 Hits, Last modified: 17 months ago
ools ]] and imptitools manual [[https://linux.die.net/man/1/ipmitool|die.net ipmitool(1) - Linux man page]] The key functions... with the serial console]] *[[https://linux.die.net/man/1/ipmitool|die.net ipmitool(1) - Linux man page]] *Ubuntu Document... leHowto|SerialConsoleHowto]] *[[http://0pointer.net/blog/projects/serial-console.html|systemd for Adm
samba @home_server:home_server_setup:other_services
14 Hits, Last modified: 4 years ago
eld server string = %h server (Samba, Debian) netbios name = kpts # Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD compo... = w.x.y.z # This will prevent nmbd to search for NetBIOS names through DNS. dns proxy = no #### Networking #### # The specific set of interfaces / net
KVM Setup @home_server:home_server_setup
13 Hits, Last modified: 20 months ago
edium.com/@aysadx/linux-nbd-introduction-to-linux-network-block-devices-143365f1901b|linux NBD: Introduction to Linux Network Block Devices]] *[[http://alexeytorkhov.blo... sudo modprobe nbd max_part=8'' to enable the nbd (network block device) kernel module on host *''s... ' to use qemu-nbd to connect your qcow2 file as a network block device *''sudo fdisk /dev/nbd0'' t... --%%disconnect /dev/nbd0'' to disconnect the disk network block device *Qemu-discuss [[https://lists.
Manjaro Setup Notes @home_server:home_server_setup:other_services
13 Hits, Last modified: 18 months ago
samples to average. Set to 1 to disable averaging net_avg_samples 2 # Number of net samples to average. Set to 1 to disable averaging... ddress (eno2): $color${execi 99999 cat /sys/class/net/eno2/address } ${color0}MAC Address (wlo1): $color${execi 99999 cat /sys/class/net/wlo1/address } # CPU information ${color1}CPU ${h... n1p5 25,150 33FF00 FF3333 scale -t}$color # Ethernet utilization ${color1}NETWORKING ${hr 2}$color ${c
Back-up Server Old Setup @home_server:home_server_setup:other_services
12 Hits, Last modified: 21 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
11 Hits, Last modified: 3 years ago
BASH Customisation @home_server:home_server_setup:other_services
8 Hits, Last modified: 10 months ago
My Home IT Setup @home_server:home_server_setup
6 Hits, Last modified: 12 months ago
NFS @home_server:home_server_setup:other_services
5 Hits, Last modified: 21 months ago
VIM Editor @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 years ago
VNC Server @home_server:home_server_setup
3 Hits, Last modified: 16 months ago
Home Server Notes @home_server:home_server_setup
3 Hits, Last modified: 8 months ago
XFCE @home_server:home_server_setup:other_services
2 Hits, Last modified: 21 months ago
Webmin @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
Linux Firmware Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 12 months ago
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified: 5 years ago
Calibre Server @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
Home Server Index @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago