en

Search

You can find the results of your search below.

Linux Block Device Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
ed /dev/sda'' - to partition the specific drive When in parted: *''print'' to see current partition information *''mkpart help'' to list option *''m... ctory must exist, ideally empty, any existing contents are usually invisible and otherwise ignored --... ====smartmon==== ---- ====hdparm==== ====References==== *[[https://www.digitalocean.com/communit
VIM Editor @home_server:home_server_setup:other_services
148 Hits, Last modified:
stomisation cheatsheet}} ======VIM Editor====== When using ''sudo vim'' consider ''sudo -E''. The ''-E'' flag to retain the user environment variables for vim. =====VIM Customisation===== ++++~/.vimrc| <code bash>colorscheme desert set nocompatible syntax on set number relativenumber set autoindent expandtab tabstop=2 shiftwidt
Manjaro Setup Notes @home_server:home_server_setup:other_services
64 Hits, Last modified:
o/Arch. I have not bothered with Manjaro since then. [[https://manjaro.org/|Manjaro]] has been relatively so simple and easy to set up there are not rea... -l | grep davfs'' * Scanning: * I had a license of Vuescan, so I installed the Linux version of... led sane.... * For PDF software I have got licenses for Foxit Pro (Phantom) which is one of the be
KVM Setup
41 Hits, Last modified:
nstall qemu-kvm qemu-system qemu-utils libvirt-clients libvirt-daemon-system virtinst bridge-utils'' bridge-utils is optional. *''genisoimage'' is a package to create iso images *''... f0-13fa-47a0-a11e-a728ae65c86d</uuid>. Use ''uuidgen'' to generate a new unique uuid. *Change as required the VM source file: <source file='/path_to/vm_
snapraid @home_server:home_server_setup:other_services
6 Hits, Last modified:
ag>snapraid linux}} ======snapraid====== I have been using snapraid the past 8 years or so for my main... 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 recreate any deleted file in the entire array *''snapraid fix -m -d d1'' This will
Home Server Notes
15 Hits, Last modified:
es===== The main reason for these notes is a reference to assist me with maintaining my home server. T... any reasons to setup a home server and many different options available. For me one of the big reasons... ociated with such a set up. There are many other benefits. Perhaps also one of the largest negatives is also the time invested in this endeavour, it will certainly not be for everyone! I
BASH Customisation @home_server:home_server_setup:other_services
74 Hits, Last modified:
port LS_COLORS'' The code 1;32; is for a light green colour. The ''.bashrc'' file also has a number o... * ''-a'', ''%%--all%%'' : do not ignore entries starting with . (do not ignore hidden files) * ''-l'' : use a long listing format * ''-L'', ''%%--dereference%%'' : when showing file information for a sym
Webmin @home_server:home_server_setup:other_services
4 Hits, Last modified:
bmin===== I don't bother to use Webmin, it has been well over a year since I tried to use. ++++Old, ... hines or router. A key difficulty I have had recently is that most the modern web browsers no longer... , change ''SSL=1'' to ''SSL=0'', save and exit, then restart webmin to take affect, ''sudo systemctl r... as I do not use Webmin there is not much point even trying at this time. ++++ ---- <- home_server:
VNC Server
25 Hits, Last modified:
ional * ''sudo apt install --no-install-recommends xfce4 xserver-xorg'', xfce-goodies is an option... d Configure VNC on Ubuntu 18.04]]. The main difference is that I can not be bothered using a secure li... ion refused(10061) #117]] The basic set up is given in have the know how [[http://www.havetheknowhow.... tall VNC]], with more detailed startup details given in [[http://www.havetheknowhow.com/Configure-the-
systemd Stuff @home_server:home_server_setup:other_services
7 Hits, Last modified:
w.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal|Systemd Essentials: Working with Services, Units, and the Journ... md/journald.conf'' make variable ''Storage=persistent'' to make journald store the journal files in ''... his will create directory if necessary. This also ensure log files are available from previous boots.\
SSH Notes @home_server:home_server_setup:other_services
25 Hits, Last modified:
use this. *''sudo vim /etc/ssh/sshd_config'' ensure the following option is set ''Banner /etc/iss... o| <code> #!/bin/sh # pam_motd does not carry the environment [ -f /etc/default/locale ] && . /etc/default/locale export LANG cores=$(grep -c ^processor /... ' ' /proc/loadavg` < $threshold" | bc) -eq 1 ]; then echo echo -n " System information as of
Rsync @home_server:home_server_setup:other_services
185 Hits, Last modified:
d to restic. The original rsnapshot notes have been rolled up and moved to the bottom of this page. ... nd usage summary==== A trailing slash (/) at the end of the first argument in the rsync command: ''rsync -a dir1/ dir2'', mean “the contents of dir1”. The alternative, without the trailing
NFS @home_server:home_server_setup:other_services
23 Hits, Last modified:
e are a number of nuances that such notes will potentially assist with in the future. Sadly a number o... e]] *[[https://www.quora.com/What-are-the-differences-between-bind-mounts-and-symlink-on-Unix|What is a bind mount?]] *[[https://www.quora.com/What-are-the-differences-between-bind-mounts-and-symlink-on-Unix|What a
apt package management @home_server:home_server_setup:other_services
7 Hits, Last modified:
e upgrade distribution }} =====apt package management===== I recently had a ''sudo apt upgrade'' error along the lines of: <code>mariadb-server : Depends: mariadb-server-10.3 (>= 1:10.3.25-0ubuntu0.20.... istribution installation. I suspect this only happen as I updated the distribution from Ubuntu 18.04 t
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
de>#!/bin/bash logfile=$1 if [ ! -f $logfile ]; then echo "log file not found $logfile" exit 1 fi
SWAP Files @home_server:home_server_setup:other_services
10 Hits, Last modified:
Network Setup
98 Hits, Last modified:
My Home IT Setup
15 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
48 Hits, Last modified:
samba @home_server:home_server_setup:other_services
57 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
10 Hits, Last modified:
MONIT @home_server:home_server_setup:other_services
2 Hits, Last modified:
fsck - file system check
9 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
4 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
148 Hits, Last modified:
tmux @home_server:home_server_setup:other_services
10 Hits, Last modified:
Mosh @home_server:home_server_setup:other_services
3 Hits, Last modified: