install

Search

You can find the results of your search below.

Rsync
13 Hits, Last modified:
installed as a daemon on a computer instance To install rsync daemon ''sudo apt install rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any name you... heduled incremental backups, if so desired. =====Install rsync, grsync, and rsnapshot===== Rsync should a... lready be installed on most Linux system. You can install it, and the [[http://www.opbyte.it/grsync/|grsync
apt package management
4 Hits, Last modified:
g apt package manager - ''sudo apt --fix-broken install'' to fix the broken package - ''sudo apt autoremove'' to remove the old packages - ''sudo apt install mariadb-server'' to install the full correct current package - ''sudo apt update'' to update the system... ge listing - ''sudo apt upgrade'' to update the install system packages that was no functional After this
BASH Customisation
4 Hits, Last modified:
udo apt-get update && sudo apt-get upgrade' alias install='sudo apt-get install' alias finstall='sudo apt-get -f install' alias rinstall='sudo apt-get -f install --reinstall' alias uninstall='sudo apt-get remove' alias search='
Manjaro Setup Notes
4 Hits, Last modified:
onths) ====Conky==== There is a standard software install for Conky in Manjaro. I adjusted my server confi... hese packages manually. This makes it possible to install these packages even if no other packages can be i... o repository server, download these packages, and install these packages manually. Pacli will do all of thi... two commands create a fresh key for you and (re-)install all keys from Arch Linux and Manjaro. This will s
Commonly used commands and scripts
4 Hits, Last modified:
nal journalctl tzdata timezone apt upgrade update install remove crontab man apropos tldr ip tc systemctl j... apt packages, after running update *''sudo apt install package'' to install a package *''%%sudo apt list --installed%%'' to list installed packages, use grep t... s | | ✔ | ✘ | ✘ | ---- ====php test==== Install the following file to allow the php ''sudo vim /v
NFS
4 Hits, Last modified:
tistics ---- =====NFS Server===== *''sudo apt install nfs-kernel-server'' to install *Create share directories on host ''sudo mkdir -p /export/storage'' (-p a... er.service'' =====NFS Client===== *''sudo apt install nfs-common'' to install the nfs client To apply configuration changes ''sudo systemctl restart nfs-clien
NUT (Network UPS Tools) Setup
4 Hits, Last modified:
on Files===== NUT can be installed by ''sudo apt install nut''. The configuration files are located at ''/... tart ExecStop=/sbin/upsdrvctl stop Type=forking [Install] WantedBy=multi-user.target </code> My system tak... ce [Service] ExecStart=/sbin/upsd Type=forking [Install] WantedBy=multi-user.target </code> Next create t... upsmon PIDFile=/run/nut/upsmon.pid Type=forking [Install] WantedBy=multi-user.target </code> =====NUT Key
SSH Notes
4 Hits, Last modified:
ctor) </code> *If twisted not installed, ''pip install twisted'' to install *if cpuinfo not installed, ''pip install py-cpuinfo'' to install ++++ ====Python Code==== ++++python3 agnostic code | <code> #!/usr/bin/python3
Webmin
3 Hits, Last modified:
re are lots of web page discussing Webmin, how to install and use, e.g. [[https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-18-04|How To Install Webmin on Ubuntu 18.04]]. To date I have only used Webmin on my mai
Calibre Server
2 Hits, Last modified:
untu 20.04]] first: ''sudo apt update && sudo apt install -y libfontconfig libgl1-mesa-glx''\\ After this I... rl Data 2/Calibre_library' --enable-local-write [Install] WantedBy=multi-user.target </code> Where for use
Conky
2 Hits, Last modified:
to consume relatively fewer system resources. To install the standard Conky package, use the following: ''sudo apt-get install conky-std'' Two sites you will want to read, bey
Fail2Ban
2 Hits, Last modified:
/1292|Add nftables actions #1292]]. *''sudo apt install fail2ban'' to install fail2ban *''sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local'' copy the ma
logrotate
2 Hits, Last modified:
d/Myscripts/rotatelog.sh'') ====logrotate==== -Install logrotate - debian: ''sudo apt install logrotate'' - Arch: ''sudo pacman -S logrotate'' *The mai
samba
2 Hits, Last modified:
a basic setup==== High level requirements: * To install: ''sudo apt install samba samba-client'' * Adjust the smb.conf file: ''sudo vim /etc/samba/smb.conf''
Time Date Related Setup
2 Hits, Last modified:
'sudo vim /etc/ntp.conf''. Some NTP tips: *To install: ''sudo apt install ntp ntpdate'' *To edit main configuration file: ''sudo nano /etc/ntp.conf'' *The [