current

Search

You can find the results of your search below.

VIM Editor @home_server:home_server_setup:other_services
27 Hits, Last modified:
p at 1 to bottom. * ''set relativenumber'' sets current line at 0 and numbers sequentially from 1 above and below * ''set number relativenumber'' sets current line at actual line number and numbers sequential... g off In visual mode '':set number!'' toggles the current number setting. Probably can not use this one in... all changes), and keep working | | :ZZ | write current file, if modified, and exit. | | :1,10 w outfil
Web Server setup
19 Hits, Last modified:
ed. *Use the command ''hostnamectl'' to check current Hostname *To change the Hosename: ''sudo host... functionality. ====Apache2 Setup==== *Copy the current html files to the proposed new location: ''sudo r... opments that require even larger keys or make the current system otherwise ineffective. The following is a... this there is no direct support for LetsEncrpyt's current version of installation software on Ubuntu 18.04,
KPTree Torrent VM Setup
16 Hits, Last modified:
disable, etc. Similarly to get a better look at current log status: ''journalctl -u openvpn@privatvpn.ser... * ''wget http://ipinfo.io/ip -qO -'' to check my current external ip address. * Unfortunately PrivatVPN ... to ensure operation. BTGuard seems to show there current IP addresses at their Knowledgebase [[https://btg... penvpn@privatvpn.service -b 0 -xe'' *__To check current external IP address: ''%%wget http://ipinfo.io/ip
KPTree - Email Server Setup
12 Hits, Last modified:
nt and effort to setup reliably and maintain. My current email server is based upon [[https://workaround.o... ng in later 2020 on Debian 10 (Buster). The most current is [[https://workaround.org/ispmail/bullseye/|ISP... ''sudo vim /etc/default/nfs-common''. However the current base options meet our needs and do not need to be... 00>**These setup notes are not compatible with my current email setup.**</fc>\\ ++++ My Email Server Histo
BASH Customisation @home_server:home_server_setup:other_services
6 Hits, Last modified:
+An example alias file:| <code bash> # This is my current / up-to-date list of bash aliases. # This is the ... u -ch | grep total' # Grabs the disk usage in the current directory alias diskusage='df -hl --total | grep ... most space. Both directories and files. Varies on current directory # BASH alias baupdate='. ~/.bashrc' al... h options, simply type ''shopt'' to see list with current settings. Looks like built ins only? * set [[h
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
6 Hits, Last modified:
UT (Network UPS Tools) Setup====== I purchased my current main UPS the Powershield Commander RT PSCRT1100 /... er.version.internal: 0.06 #Fix value input.current.nominal: 4.0 #nominal/design value inpu... #nominal/set value outlet.0.switchable: no output.current: 0.9 output.current.nominal: 4 #nominal/design value output.frequency: 50.0 output.frequency.no
fsck - file system check @home_server:home_server_setup
4 Hits, Last modified:
====Some other file system tips:==== *To check current mounted disks use ''df -h'' *To check current disks use ''sudo fdisk -l''. (This is a disk partition command. Be careful with use.) *To check current disks use ''sudo parted -l''. (This is a disk par... tune2fs -l /dev/sda2’’. The ‘’df’’ command lists current mounted disks. ---- <- home_server:home_server
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
${color0}CPU Speed: ${tab 50}$color${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo |... -l} Cores ${color0}CPU Speed: $color${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo |... ${color0}CPU Speed: ${tab 50}$color${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo |... -l} Cores ${color0}CPU Speed: $color${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo |
IPMI CLI Tools @home_server:home_server_setup:other_services
3 Hits, Last modified:
itool -h'' * Chassis power commands: * List current power status: ''ipmitool -I lanplus -H 192.168.1.... 2.168.1.42 -U baumkp chassis policy'' * Lists current chassis policy state: ''ipmitool -I lanplus -H 19... 42 -U baumkp chassis policy list'' * List all current chassis info: ''ipmitool -I lanplus -H 192.168.1.
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified:
s) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-un... command will be run when either field matches the current time. For example, "30 4 1,15 * 5" would cause a... lename*'%%'' this will search for 'filename*' in current directory * ''%%find /mnt/disk1 -name findme*%%
KPTree - MSWindows Setup
2 Hits, Last modified:
command with no parameters will display a list of current virtual drives. </file> **The GUI option in Wind... %% *%%F12 for save-as%% *%Ctrl-w to close the current document%% *%Ctrl-n or Ctrl-Alt-F2 to create ne
Manjaro Setup Notes @home_server:home_server_setup:other_services
2 Hits, Last modified:
-l} Cores ${color0}CPU Speed: $color${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo |... ere is a problem with the RAM usage values in the current version of conky, it intermittently reads a negat
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified:
/etc/default/nfs-kernel-server''. //However the current base options meet our needs and do not need to be... sudo vim /etc/default/nfs-common''. //However the current base options meet our needs and do not need to be
SSH Notes @home_server:home_server_setup:other_services
2 Hits, Last modified:
Min Frequency: {cpufreq.min:.2f}Mhz") print(f"Current Frequency: {cpufreq.current:.2f}Mhz") # CPU usage print("CPU Usage Per Core:") for i, percenta
systemd Stuff @home_server:home_server_setup:other_services
2 Hits, Last modified:
flag and inputs: *''sudo journalctl -b'' to see current boot journal only use ''-b -1'' to see last boot ... =====systemd timers==== ''timedatectl'' to print current time date on cli\\ ''Date'' to print basic time
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
Network Setup @home_server:home_server_setup
1 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
VNC Server @home_server:home_server_setup
1 Hits, Last modified:
samba @home_server:home_server_setup:other_services
1 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: