Search

You can find the results of your search below.

Commonly used commands and scripts
25 Hits, Last modified:
d and simple common examples of usage. ---- =====find===== * ''man find'' * ''%%find -name 'filename*'%%'' this will search for 'filename*' in current directory * ''%%find /mnt/disk1 -name findme*%%'' to find findme* unde
Conky
9 Hits, Last modified:
${fs_used /} / ${fs_size /} ${alignr}${execi 9999 findmnt / -o SOURCE -n} | ${fs_type /} ${fs_used_perc ... efi} / ${fs_size /boot/efi} ${alignr}${execi 9999 findmnt /boot/efi -o SOURCE -n} | ${fs_type /boot/efi}... /home} / ${fs_size /home} ${alignr} ${execi 9999 findmnt /home -o SOURCE -n} | ${fs_type /home} ${fs_us... 1} / ${fs_size /media/disk1}${alignr}${execi 9999 findmnt /media/disk1 -o SOURCE -n} | ${fs_type /media/
Rsync
6 Hits, Last modified:
any backup procedure. There's nothing worse than finding out that your backup hasn't been working for s... that records warnings and error messages. You can find/open it here: ''/var/log/rsnapshot.log'' Inspect ... cygwin ''setup.exe'' and expand the categories to find "rsync" and "ssh". You'll find them under the "Net" packages. *When the install is complete, the ''rs
BASH Customisation
4 Hits, Last modified:
ias mv='mv --verbose' # native move # SEARCH AND FIND alias gh='history|grep' # search bash history alias findr='sudo find / -name' alias grep='grep --color=auto' alias egrep='egrep --color=auto' alias fgrep='fgrep... out limit as described below.\\ ''sudo visudo''\\ Find ''Defaults env_reset'' and change to ''Defaults
IPMI Console Setup
3 Hits, Last modified:
ng for redirection! use the following command to find out, ''ipmitool -I lanplus -H 192.168.1.40 -U bau... tps://stackoverflow.com/questions/263890/how-do-i-find-the-width-height-of-a-terminal-window|How do I find the width & height of a terminal window?]] *[[htt
NFS
2 Hits, Last modified:
orage'' to unmount Check status of clients: *''findmnt'' to list file system in tree format or ''findmnt -l'' in flat list. To allow automatic boot of nfs
Set Up and Ubuntu APT Cache
1 Hits, Last modified:
'sudo apt update'' note the repository errors and find the repository within repository files in the sub
Fail2Ban
1 Hits, Last modified:
1 192.168.1.0/24'' *''bantime = 60m'' *''findtime = 60m'' *''maxretry = 4'' *then adjust
Home Server Index
1 Hits, Last modified:
actual runs on Linux as package manager * fuzzy finder - fzf <- home_server:home_server_setup:disk_ch
SSH Notes
1 Hits, Last modified:
tname())}") print(f"Mac-Address: {':'.join(re.findall('..', '%012x' % uuid.getnode()))}") # Boo
systemd Stuff
1 Hits, Last modified:
nitor-linux-bootup-performance/|systemd-analyze – Find System Boot-up Performance Statistics in Linux]]
VIM Editor
1 Hits, Last modified:
% | Search exactly 4 digits | | %%/^\n{3}%% | Find 3 empty lines | | %%:bufdo /searchstr/%% | Sea