root

Search

You can find the results of your search below.

Rsync @home_server:home_server_setup:other_services
52 Hits, Last modified:
ow = 192.168.1.5 hosts deny = * list = true uid = root gid = root read only = false # auth users = baumkp # secrets file = /etc/rsyncd.secrets </file> ''sudo... ared/html_kptree.net/' cmd="rsync -ptoguv --chown=root:www-data --chmod=a+rwx,g+rwx,o-wx" $cmd ${workpat... t are readable by all users, but writable by only root. To do this, do the following: <code>mkdir /mnt/
Docker nginx / php notes @docker_notes
41 Hits, Last modified:
code> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING ... _URI $document_uri; fastcgi_param DOCUMENT_ROOT $document_root; fastcgi_param SERVER_PROTOCOL $server_protocol; fastcgi_param REQUEST_SCHEME ... _URI $document_uri; fastcgi_param DOCUMENT_ROOT $document_root; fastcgi_param SERVER_PROTOC
Back-up Server Old Setup @home_server:home_server_setup:other_services
30 Hits, Last modified:
= 192.168.1.10 #hosts deny = * list = true uid = root gid = root read only = false #auth users = baumkp #secrets file = /etc/rsyncd.secrets </code> ''sudo v... sion 1.2 ########################### # SNAPSHOT ROOT DIRECTORY # ########################### # All snapshots will be stored under this root directory. # # snapshot_root /var/cache/rsnapshot
Web Server setup @home_server
28 Hits, Last modified:
.net-https.conf'', in particular change ''DocumentRoot /var/www/html'' to ''DocumentRoot /mnt/shared/www16/html/kptree.net/public_html''. Also change ''Server... .net-https.conf'', in particular change ''DocumentRoot /var/www/html'' to ''DocumentRoot /mnt/shared/www16/html/kptree.net/public_html'' *After making these
KPTree - Email Server Setup @home_server
12 Hits, Last modified:
ariadb/sql_mode/|SQL_MODE]]: <code> sudo mysql -u root -p SET GLOBAL sql_mode = 'ONLY_FULL_GROUP_BY,STRI... p to work: *Login to MySQL: ''sudo mysql -u root -p'' *Use the mail database ''use mail;'' (... option of certbot ''%%sudo certbot certonly --webroot --webroot-path /var/www/mail.kptree.net -d mail.kptree.net%%''. This works straight away and well. Un
DHCP / DNS Setup @linux_router
10 Hits, Last modified:
et) has its origin at the "." domain. "." is the root domain ; from which all the TLDs branch. ; Note t... default. kptree.net IN SOA router.kptree.net. root.kptree.net. ( 2019072101 ; serial ... izon route advertisement]] * [[https://www.slashroot.in/how-to-configure-split-horizon-dns-in-bind|How... vate Internets]] ====Other Bind9 Stuff==== Update Root hints Data File for Bind Named Server Download l
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified:
n/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' however better using using ... storage: The -v /mnt/docker_store/media/.config:/root/.config/deluge/ make Docker map the external dire... r_store/media/'' on to the internal directory, ''/root/.config/deluge/''. ''%%docker run -it -v /mnt/docker_store/media/.config:/root/.config/deluge/ --network macnet1 --ip=192.168.1.
Nextcloud Container @docker_notes
8 Hits, Last modified:
nd-reliable-way-to-move-data-directory-out-of-web-root/3642|is-there-a-safe-and-reliable-way-to-move-data-directory-out-of-web-root]] *[[https://help.nextcloud.com/t/howto-chang... r *Confirm required user, default login is as ''root'', for next cloud easier to use ''www-data'' *C... ''www-data''. If omitted will default login to ''root'' *''nextcloud-app-1'' is the container name.
KPTree Torrent VM Setup @home_server
8 Hits, Last modified:
uge Headless]]. The Deluge support page is also a root source of knowledge [[https://deluge.readthedocs.... > -.mount loaded active mounted Root Mount mnt-deluge.mount loaded active mount... miting access to this file, e.g. changing file to root access only. (As these files a configuration file... Setting up MariaDB Repositories. To setup secure root access: *''sudo mysql -u root'' *''use mysql
dokuwiki setup notes @home_server
5 Hits, Last modified:
all the wiki html setup files are at the document root ''/mnt/shared/www/dokuwiki''. ++++tl;dr; Setup of... ServerAdmin webmaster@localhost DocumentRoot /mnt/shared/www/dokuwiki #Some optimisat... ermanent / https://wiki.kptree.net/ #DocumentRoot /var/www/html #ErrorLog ${APACHE_LOG_DIR}/er... ServerAdmin webmaster@localhost #DocumentRoot /mnt/shared/www/html ProxyPreserveHost o
fsck - file system check @home_server:home_server_setup
5 Hits, Last modified:
d repaired to prevent corruption! ** ====Checking Root File System==== The root file system can not be unmounted and checked. Two possible options to check the system are: *Force the Root Filesystem to use fsck during reboot, The Geek St... /2016/03/forcefsck-on-reboot/ |How to Force Check Root Filesystem using fsck During Reboot]]. A summary
BASH Customisation @home_server:home_server_setup:other_services
5 Hits, Last modified:
logs -tf --tail="50" ' alias dp600='sudo chown -R root:root /home/$BA_USERNAME/docker/secrets ; sudo chmod -R 600 /home/$BA_USERNAME/docker/secrets ; sudo chown -R root:root /home/$BA_USERNAME/docker/.env ; sudo chmod -R 600 /home/$BA_USERNAME/docker/.env' alias dp777='su
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
on ${color1}FILE SYSTEM ${hr 2}$color ${color0}/ (root):$color ${fs_used /} / ${fs_size /} ${alignr}${ex... ation ${color1}FILE SYSTEM ${hr 2}$color ${color0}root:$color ${fs_used /} / ${fs_size /} ${fs_used_perc... on ${color1}FILE SYSTEM ${hr 2}$color ${color0}/ (root):$color ${fs_used /} / ${fs_size /}${alignr}${exe... ation ${color1}FILE SYSTEM ${hr 2}$color ${color0}root:$color ${fs_used /} / ${fs_size /} ${fs_used_perc
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
y store in file ''sudo vim /etc/ipmi'' and set to root only read/write ''sudo chown root:root /etc/ipmi'' and ''sudo chmod 600 /etc/ipmi'' =====Linux Console Redirection Setup===== One of... x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_
Docker mailserver @docker_notes
3 Hits, Last modified:
ils. I used the following commands. *''DocumentRoot "/var/www/roundcube"'' this is not really necess... mail.kptree.net ServerName localhost DocumentRoot "/var/www/roundcube" # proxy-fcgi-pathinfo ... Alias ServerAdmin webmaster@localhost DocumentRoot /var/www/local #Some optimisation and security
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
Docker @docker_notes
2 Hits, Last modified:
NFTables IP Control @linux_router
2 Hits, Last modified:
samba @home_server:home_server_setup:other_services
2 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
Oscilloscope @project
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: