find

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
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
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