install

Search

You can find the results of your search below.

Manjaro Setup Notes
18 Hits, Last modified:
Scanning: * I had a license of Vuescan, so I installed the Linux version of this. Found a flatpak / s... onths) ====Conky==== There is a standard software install for Conky in Manjaro. I adjusted my server confi... utput an error in case the package "gnupg" is not installed on your system.\\ ATTENTION: This command will ... ove all keys from your system, including manually installed keys (with "sudo pacman-key --lsign-key <KEY>")
Rsync
17 Hits, Last modified:
t: ====rsync daemon==== ++++tl;dr;| rsync can be 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
BASH Customisation
12 Hits, Last modified:
/$BA_USERNAME/docker/.env' # depends on having jq installed, but makes it so much easier. https://github.co... nel-server' alias nfsreload='sudo exportfs -a' # INSTALLATION AND UPGRADE alias update='sudo apt-get updat... 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 --
Commonly used commands and scripts
9 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 to filter, eg.: ''%%su
Calibre Server
7 Hits, Last modified:
untu 20.04]] first: ''sudo apt update && sudo apt install -y libfontconfig libgl1-mesa-glx''\\ After this I... -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin''. As expected the installer came up with: * *Setting up completion failed w... up desktop integration failed with error: As the installation was on a server that does not have the deskt
apt package management
6 Hits, Last modified:
5-0ubuntu0.20.04.1) but 1:10.3.23+maria~bionic is installed</code> Basically the apt / dpkg package manger got confused with the old distribution installation. I suspect this only happen as I updated the... 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 curr
NUT (Network UPS Tools) Setup
6 Hits, Last modified:
]]. =====NUT Configuration Files===== NUT can be installed by ''sudo apt install nut''. The configuration files are located at ''/etc/nut'' : <code> nut.conf ... 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
SSH Notes
6 Hits, Last modified:
sys.argv[1:], reactor) </code> *If twisted not installed, ''pip install twisted'' to install *if cpuinfo not installed, ''pip install py-cpuinfo'' to install ++++ ====Python Code==== ++++python3 a
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
IPMI CLI Tools
3 Hits, Last modified:
system. It requires openIPMI kernel modules to be installed on the managed system to interact with the IPMI... ich is to be managed using IPMI. The IPMI card is installed on this machine. IPMI v2.0 supports both local ... . This requires the openIPMI kernel modules to be installed on the managed machine. ====IPMI Links==== Bel
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
Set Up and Ubuntu APT Cache
2 Hits, Last modified:
package called apt-cacher but it depends upon the installation of a separate webserver. There is also APT-... o go and apt-cacher-ng the best overall option. I installed apt-cacher-ng on the VM server, not a VM client
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:
Time Date Related Setup
2 Hits, Last modified:
Back-up Server Old Setup
1 Hits, Last modified:
MONIT
1 Hits, Last modified:
VIM Editor
1 Hits, Last modified: