find

Search

You can find the results of your search below.

Commonly used commands and scripts @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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/
KPTree - Email Server Setup @home_server
6 Hits, Last modified:
unmount * Check status of clients: * ''findmnt'' to list file system in tree format or ''findmnt -l'' in flat list. * ''df -h'' to list all m... Ubuntu to Debian for my various home servers. I find that Ubuntu seems to add a lot of bloat to their server distros compared to Debian. I find that I do not need these extra Ubuntu features, w
Rsync @home_server:home_server_setup:other_services
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
KPTree Torrent VM Setup @home_server
5 Hits, Last modified:
nitor-linux-bootup-performance/|systemd-analyze – Find System Boot-up Performance Statistics in Linux]] ... l to prevent VPN leakage. * I use [[https://www.findip-address.com/]] to help find the corresponding ip address of the server. * I then allow the tunnel V... do vim /etc/mysql/mariadb.conf.d/50-server.cnf''. Find the parameter ''bind-address = 127.0.0.1'' and ch
Docker mailserver @docker_notes
4 Hits, Last modified:
es an email for somebody@example.org and wants to find out if example.org is a virtual mailbox domain. I... QL query and replace ‘%s’ by ‘example.org’. If it finds such a row in the virtual_domains table it will ... g/HowTo|HOWTOs / Examples / Tutorials]] You will find this file well documented although all configurat... to me and did not function with error ''Could not find the host "webmail.example.org"''. As I am creati
Docker nginx / php notes @docker_notes
4 Hits, Last modified:
the aspects of PHP's behavior. ; PHP attempts to find and load this configuration from a number of loca... ons. ; There is no name validation. If PHP can't find an expected ; directive because it is not set or ... class' ; name as parameter), if the unserializer finds an undefined class ; which should be instantiate... e to 1440 (1440 seconds = 24 minutes): ; find /path/to/sessions -cmin +24 -type f | xargs rm ;
KPTree - MSWindows Setup @home_server
4 Hits, Last modified:
. It is sadly the only **full** pdf suit I could find on Linux. I have not tried on Windows or for work... echnician editing functions I have seen. I still find working on standard documents easier on Foxit or ... S devices etc. iTunes, in typical Apple fashion I find is not smart end user friendly as it has been des... nd language setting", use Cortana if necessary to find. Click on the language and add the US QWERTY if n
Web Server setup @home_server
4 Hits, Last modified:
VM===== I am moving away from Ubuntu to Debian. I find the instruction for here are good to setup a basi... ange initial group of users groupmod -g $3 $1 find / -group $2 -exec chgrp -h $3 {} \; USERS=$(cat... t 1 fi # start modifiyng usermod -u $3 $1 find / -user $2 -exec chown -h $3 {} \; exit 0 fi e... p -r "echo php_ini_loaded_file().PHP_EOL;"%%'' to find the active php.ini file * ''%%php -r 'print php
BASH Customisation @home_server:home_server_setup:other_services
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
Docker Host @docker_notes
3 Hits, Last modified:
system. I avoid the use of Ubuntu now as I just find some of their practices unpalatable, e.g. forced ... ith a 2.5Gb/s PCIe card. I have not been able to find a good replacement for this machine at this time.... gest problem is that I have not been able to date find an i5-1335U motherboard with 4+ SATA ports and PC
NFTables Configuration @linux_router
3 Hits, Last modified:
uld be to use ''sudo nmap -sn 192.168.1.0/24'' to find all the related active ip address ip range. </co... hmod +x router.nft'' *Use ''whereis nft'' to find where the nft executable is located *Remembe... *chmod +x router.nft *Use ''whereis nft'' to find where the nft executable is located *Remembe
KVM Setup @home_server:home_server_setup
3 Hits, Last modified:
Ubuntu. However I have started using Debian and find it leaner than Ubuntu. I am slowly moving my vari... urn off the virtual machine to be checked *Next find the file location of the virtual machine to be ch... evice *''sudo fdisk /dev/nbd0'' to help with finding partitions on the VM file, qcow2 *''sudo
IPMI Console Setup @home_server:home_server_setup:other_services
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
Docker Deluge Image / Service @docker_notes
2 Hits, Last modified:
bles. I have used both iptables and nftables and find nftables is definitely more elegant to use. As f... o parent=enp1s0 macnet1 </code>++ * In order to find the ip address of the vpn server I just ping the
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified:
Docker @docker_notes
1 Hits, Last modified:
Docker-Compose @docker_notes
1 Hits, Last modified:
Linux Router Background @linux_router
1 Hits, Last modified:
Router Miscellaneous @linux_router
1 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
1 Hits, Last modified:
boot tools @tech_notes
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: