KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server:home_server_setup:other_services
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Fulltext results:

Manjaro Setup Notes
17 Hits, Last modified: 3 months ago
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>")
snapraid
5 Hits, Last modified: 5 months ago
id configuration file ''/etc/snapraid.conf'' ++++Install Snapraid on Linux| Some good references are [[htt... [[https://havetheknowhow.com/configure-the-server/install-snapraid/|How to install and configure SnapRAID on Ubuntu Server]] <code bash>apt-get install gcc git make -y cd wget https://github.com/amad
Rsync
17 Hits, Last modified: 6 months ago
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
7 Hits, Last modified: 6 months ago
/$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 --
SSH Notes
6 Hits, Last modified: 6 months ago
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: 6 months ago
tistics ---- =====NFS Server===== *''sudo apt install nfs-kernel-server nfs-common'' to install *Create share directories on host ''sudo mkdir -p /export/stor... ning versions =====NFS Client===== *''sudo apt install nfs-common'' to install the nfs client To apply configuration changes ''sudo systemctl restart nfs-clien
Back-up Server Old Setup
1 Hits, Last modified: 6 months ago
mount-ro 0 1 # swap was on /dev/sdd5 during installation UUID=e3442da3-4eaf-477d-94af-6ace66097a54
Commonly used commands and scripts
10 Hits, Last modified: 6 months ago
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
Linux Firmware Notes
4 Hits, Last modified: 9 months ago
microcode. The simple solution seems to be be to install the non-free microcode blob using ''sudo apt install firmware-ast''. It would seem that this warning can ... can be simply fixed using the command ''sudo apt install firmware-realtek'' and possible also ''sudo apt install firmware-misc-nonfree''. As these are warning onl