find

Search

You can find the results of your search below.

Commonly used commands and scripts @home_server:home_server_setup:other_services
18 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 @home_server:home_server_setup:other_services
5 Hits, Last modified:
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... o Live: Set up a personal, home SSH server]]". *Find out the name of the windows system via ''hostname
KPTree - Email Server Setup
4 Hits, Last modified:
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... p that made the server fail. Use of Telnet helped find this fault as most the other tool were silent on ... av daemons to allow the update to work. *To find clamav related running daemons ''sudo systemctl l
KPTree Torrent VM Setup
4 Hits, Last modified:
nitor-linux-bootup-performance/|systemd-analyze – Find System Boot-up Performance Statistics in Linux]] ... I use [[https://www.findip-address.com/]] to help find the corresponding ip address of the server. * I... do vim /etc/mysql/mariadb.conf.d/50-server.cnf''. Find the parameter ''bind-address = 127.0.0.1'' and ch... ation seems a bit sparse. I found it difficult to find a good balanced reference. A good reference is of
KPTree - MSWindows Setup
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
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
3 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 egr... out limit as described below.\\ ''sudo visudo''\\ Find ''Defaults env_reset'' and change to ''Defaults
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
KVM Setup @home_server:home_server_setup
2 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
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
etup:other_services:index]] </pagelist>++++ ====Find Information on Hard disks==== The ‘’lsblk’’ comma
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
vetheknowhow.com/|Havetheknowhow.com]], however I find whilst this is still a good resource, I have move
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
1 Hits, Last modified:
'sudo apt update'' note the repository errors and find the repository within repository files in the sub
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified:
nitor-linux-bootup-performance/|systemd-analyze – Find System Boot-up Performance Statistics in Linux]]
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified:
% | Search exactly 4 digits | | %%/^\n{3}%% | Find 3 empty lines | | %%:bufdo /searchstr/%% | Sea