Search

You can find the results of your search below.

BASH Customisation @home_server:home_server_setup:other_services
22 Hits, Last modified:
# INSTALLATION AND UPGRADE alias update='sudo apt-get update' alias upgrade='sudo apt-get update && sudo apt-get upgrade' alias install='sudo apt-get install' alias finstall='sudo apt-get -f install' alias rinstall=
SSH Notes @home_server:home_server_setup:other_services
21 Hits, Last modified:
cpuinfo import socket import uuid import re def get_size(bytes, suffix="B"): """ Scale bytes ... name.processor}") print(f"Processor: {cpuinfo.get_cpu_info()['brand_raw']}") print(f"Ip-Address... print("="*40, "Memory Information", "="*40) # get the memory details svmem = psutil.virtual_memory() print(f"Total: {get_size(svmem.total)}") print(f"Available: {get_
KPTree Torrent VM Setup
17 Hits, Last modified:
ttps://privatevpn.com/|PrivateVPN]] that seems to get reasonably good reviews at the time of change ove... stop, status, enable, disable, etc. Similarly to get a better look at current log status: ''journalctl... ole address required to setup the tunnel. * ''wget http://ipinfo.io/ip -qO -'' to check my current e... openvpn'' *Download BTGuard certificate (CA) ''wget -O /etc/openvpn/btguard.ca.crt http://btguard.com
KPTree - MSWindows Setup
13 Hits, Last modified:
following day ACADLT stopped working. I tried to get it working to no avail and attempted a reinstall,... ing a treat!. No graphics card yet, would like to get one in the next year or so. My youngest son got ... y not compatible with the expanded font set, I forget what it is called now. *VueScan :- simply the b... ng profit, in wealthier countries they can simply get away with charging more, in poor countries genera
Rsync @home_server:home_server_setup:other_services
11 Hits, Last modified:
s. The -v flag (for verbose) is also necessary to get the appropriate output: ====rsync daemon==== +++... been changed. If no files were changed, no files get transferred. And when you want to recover data, y... ly reduce the disk space required. That means you get efficient, lightweight, incremental backups that ... shot]] tools, using this command: <code>sudo apt-get install rsync grsync rsnapshot</code> =====Selec
KPTree - Email Server Setup
7 Hits, Last modified:
on changes ''sudo systemctl restart nfs-client.target'' * Mounting the nfs client manually: *... , SPF and reverse DNS, which must be performed to get operating, and ensure best operating practices, a... rtificate renewal run Use ''sudo apache2 -S'' to get current status ++++ ++++Some other online refere... l Horde 5 for Webmail]], full copy with update to get working on current Ubuntu 16.04 install. However
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
6 Hits, Last modified:
ices, Units, and the Journal]]. First we need to get the NUT driver running, "sudo vim /etc/systemd/sy... device driver controller After=network-online.target [Service] ExecStart=/sbin/upsdrvctl start ExecSt... op Type=forking [Install] WantedBy=multi-user.target </code> My system takes a bit of time for the net... by adding the directive "After=network-online.target". Unfortunately when this script is run, "sudo s
KVM Setup @home_server:home_server_setup
5 Hits, Last modified:
ctly using the command ''virsh edit VM_name'' To get virtual image disk information ''sudo qemu-img in... A large frustration was that I could not seem to get more than 2 CPUs functioning on the Windows VM ev... rease dramatically. Upon further use I seemed to get best performance with 6 cores for the Windows VM.... *Use ''sudo virsh domblklist <domain-name>'' to get the full path and file name to the VM image file.
Back-up Server Old Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
ook at the link of the file of interest....: ''wget https://github.com/trapexit/mergerfs/releases/dow... nclude and exclude parameters, if enabled, simply get passed directly # to rsync. If you have multiple ... e and exclude_file parameters, if enabled, simply get # passed directly to rsync. Please look up the --... nclude and exclude parameters, if enabled, simply get passed directly # to rsync. If you have multiple
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
onize --pause=5'' ++++ ---- ====Xfce tips==== To get to Xfce keyboard Short cuts: ''Xfce Menu > Setti... ccur when new new Arch Linux or Manjaro packagers get added, for example.\\ ATTENTION: This command onl... available from the Manjaro repositories, it will get downloaded and installed on your system. If an in... Manjaro repositories, the installed package will get downgraded. This behavior ensures your packages a
Commonly used commands and scripts @home_server:home_server_setup:other_services
4 Hits, Last modified:
---- =====man / apropos===== * ''man man'' to get manual for man * ''man apropos'' - manual for a... r repertoire! ====Awk finds columns==== Once you get comfortable with sed and grep, you'll start to fe... e a superhero—until you realize how hard it is to get only the relevant information out of a single col... olumns:\\ As always, I strongly encourage you to get comfortable with the most basic use of awk—findin
Web Server setup
3 Hits, Last modified:
ed PHP release. Sometimes it may be necessary to get a later release. I have previously had a problem... version of Zenphoto can be downloaded by: ''sudo wget https://github.com/zenphoto/zenphoto/archive/zenp... est version of FluxBB can be downloaded by "sudo wget http://fluxbb.org/download/releases/1.5.10/fluxbb
Calibre Server @home_server:home_server_setup:other_services
3 Hits, Last modified:
inux|Calibre Download for Linux]] : ''sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-... scription=calibre content server After=network.target [Service] Type=simple User= user Group= group Ex... ble-local-write [Install] WantedBy=multi-user.target </code> Where for user and group I just used my n
Conky @home_server:home_server_setup:other_services
3 Hits, Last modified:
re. Unlike system monitors that use high-level widget tool-kits to render their information, Conky is d... dard Conky package, use the following: ''sudo apt-get install conky-std'' Two sites you will want to r... ow system, so you'll need to inspect this file to get some idea of what color names you can use. This
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified:
ies #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" ... of rows * ''echo -e "lines\ncols"|tput -S'' to get both using tput * ''stty size'', is POSIX compl... d" " -f1'' and ''stty size | cut -d" " -f2'' will get row and column Check the man pages or do an inte
dokuwiki setup notes
1 Hits, Last modified:
KPTree Recipes
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: