Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Rsync
- : * * preservation of hard links is important when moving across rsnapshots backups between disks. ---- ====Rsync related links==== *http... sed Linux backup solutions, and in fact, it is often used by [[http://en.wikipedia.org/wiki/Rsync|other backup tools]] as ... les again, rsync only transfers files that have been changed. If no files were changed, no files get transferred. And when you want to recover data, you transfer just the s... t for the login as pi on the RedRPi system, and then the data will be transferred to the external drive. But when performing beyond your the firewall, you should u
- Back-up Server Old Setup
- low before using lvm snapshots #backup lvm://vg0/xen-home/ lvm-vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+... low before using lvm snapshots #backup lvm://vg0/xen-home/ lvm-vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+... de| <code bash> #!/bin/bash if [ "$1" != "" ]; then case "$1" in weekly | monthly | quart... on error with error status if [ "$1" != "" ]; then case "$1" in 0) return
- VIM Editor
- rt mode directly from command mode by typing i. When you open VIM you are in command mode, so simply type i (or... m commands marked with (V) work in visual mode, when you've selected some text. The other commands work in the command mode, when you haven't selected any text. ^ Vim Command ^ Action ^ | ~ | Change the case of characters. Thi... oan | | %%/\< the%% | Search the, theatre or then | | %%/the>%% | Search the or breathe | | %%
- Conky
- border margin (in pixels) gap_x = 10,-- Gap between borders of screen and text (on x-axis) gap_y = 40,-- Gap between borders of screen and text (on y-axis) border_width = 10,-- Window's b... in pixels) gap_x 10 # Gap between borders of screen and text (on x-axis) gap_y 40 # Gap between borders of screen and text (on y-axis) border_width 10
- Commonly used commands and scripts
- urnalctl -xe'' *To check running process with open for openvpn(/del, for deluge) ''ps -A | grep open'' *To change time zone from command line: ''sud... ." -sudo netstat -anp | wc -l : "Find all the open network sockets, then tell me how many total lines of text you'd have u... sudo netstat -anp | grep apache : "Find all the open network sockets, but only show me the two header lines—then do it again, but only show me the 'apache' result... table with using grep to find simple strings as seen above, it can do far more complex tasks. These in
- IPMI CLI Tools
- e are currently 3 IPMI revisions (with details taken from http://www.ecst.csuchico.edu/~dranch/LINUX/I... ere the operating system locks up and SSH or (heaven forbid) telnet access are not available due to th... t available chassis commands:''sudo ipmitool -I open chassis'' * List chassis policy options ''ipm... functions used. Once the ipmi start command has been issued the main computer is checked using the pin
- XFCE
- and BSD operating systems and software today. {Taken from wikipedia [[https://en.wikipedia.org/wiki/Super_key_(keyboard_button)|Su... www.debian.org/doc/manuals/debian-reference/index.en.html|Debian Reference]] *[[https://www.debian.org/doc/manuals/debian-reference/ch01.en.html|Chapter 1. GNU/Linux tutorials]] *[[ht... /www.debian.org/doc/manuals/debian-reference/ch02.en.html|Chapter 2. Debian package management]]
- Manjaro Setup Notes
- in pixels) gap_x 10 # Gap between borders of screen and text (on x-axis) gap_y 40 # Gap between borders of screen and text (on y-axis) border_width 10 ... each other.\\ ATTENTION: Only run this command when no other Pacman instance (e.g. Pacman, Yaourt, Pa... his makes it possible to install these packages even if no other packages can be installed on your sys
- NUT (Network UPS Tools) Setup
- urnalctl -xe'' *To check running process with open for openvpn(/del, for deluge) ''ps -A | grep open'' ---- <- home_server:home_server_setup:other_s
- BASH Customisation
- port LS_COLORS'' The code 1;32; is for a light green colour. The ''.bashrc'' file also has a number o... ignore entries starting with . (do not ignore hidden files) * ''-l'' : use a long listing format * ''-L'', ''%%--dereference%%'' : when showing file information for a symbolic link, sho... SERNAME/server/scripts/pihole-disable.sh' alias pien='bash /home/$BA_USERNAME/server/scripts/pihole-en
- NFS
- tps://www.quora.com/What-are-the-differences-between-bind-mounts-and-symlink-on-Unix|What are the differences between bind mounts and symlink on Unix?]] *[[https://w... port/storage is using mergerfs it needed to be given a separate fsid. (The fsid can just be a unique a... eger.) * /export/Disk1 and /export/Disk2 have been commented out as they are form /export/storage us... e> The base server configurations options are given in: ''sudo vim /etc/default/nfs-kernel-server''.
- samba
- hown in this example # # Some options that are often worth tuning have been included as # commented-out examples in this file. # - When such options are commented with ";", the proposed... differs from the default Samba behaviour # - When commented with "#", the proposed setting is the d... # If you want Samba to only log through syslog then set the following # parameter to 'yes'. # syslo
- IPMI Console Setup
- ogram is provided for Windows and Linux, and is even available in Manjaro AUR repositories. (This pro... re Linux focused than Windoz.) I have actually been having these IPMIView Java console blues for many... guration' GRUB_DEFAULT=0 #GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT_STYLE=menu GRUB_TIMEOUT=8 GRUB_DISTR... updated configuration file. The main computer then needs to be rebooted for this change to take effe
- snapraid
- ag>snapraid linux}} ======snapraid====== I have been using [[https://www.snapraid.it/|snapraid]] since... Snapraid allows files and directories that have been deleted since the last sync to be recovered. *... ct you to provide the absolute file system path when fixing files. *''snapraid fix -m'' This will re... -f Example/ -v'' If you are unsure what will happen you can replace fix with check above and add -v w
- Simlinks
- *[[https://www.geeksforgeeks.org/difference-between-hard-link-and-soft-link/|Difference between Hard Link and Soft Link]] (Geeks for Geeks) *Li