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.

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

Fulltext results:

Web Server setup
22 Hits, Last modified: 7 months ago
//www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mariadb-php-lamp-stack-on-debian-11|... mputing for Geeks [[https://computingforgeeks.com/install-lamp-stack-on-debian-linux-system/|LAMP on Debian... eference used is [[https://www.unixmen.com/how-to-install-lamp-stack-on-ubuntu-16-04/|Unixmen - How To Install LAMP Stack On Ubuntu 16.04]], for the basic web serve
VNC Server @home_server:home_server_setup
22 Hits, Last modified: 8 weeks ago
ions on the net do not seem to meet my needs. * Install a GUI * A light desktop system, e.g. xfce ... * A display manager, optional * ''sudo apt install --no-install-recommends xfce4 xserver-xorg'', xfce-goodies is an option package After setting up a basic D... nc-xfce-startup-failing-on-new-debian-12-bookworm-install-another-sessio|TigerVNC Xfce startup failing on n
KVM Setup @home_server:home_server_setup
14 Hits, Last modified: 5 months ago
achines to Debian. *[[https://www.ostechnix.com/install-and-configure-kvm-in-ubuntu-20-04-headless-server/|Install And Configure KVM In Ubuntu 20.04 Headless Server]] *[[https://linuxhint.com/install_kvm_debian_10/|Installing KVM on Debian 10]] *[[https://computingforgeeks.com/how-to-install-kvm-virtualization-on-debian/|How To Install KVM
Rsync @home_server:home_server_setup:other_services
13 Hits, Last modified: 6 months ago
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
KPTree - MSWindows Setup
9 Hits, Last modified: 4 months ago
d revive it. So I investigated a clean Windows 10 install. I downloaded a Windows 10 recovery / installatio... reinstalling Windows 10 was a breeze. My original install was totally shot. Hopefully I did not have any im... re often use. ---- =====MSWindows 10 - Software Install List===== //**I do not use Windows much at home a... tps://learn.microsoft.com/en-us/windows/powertoys/install|Install PowerToys]] ====Software Licenses and Cop
Network Setup @home_server:home_server_setup
8 Hits, Last modified: 6 months ago
Ensure the bridge utilites are loaded: ''sudo apt install bridge-utils'' Edit the network configuration fi... nsure the bridge utilities are loaded: ''sudo apt install bridge-utils'' The bonded configuration needs ifenslave utility loaded: ''sudo apt install ifenslave'' My NIC connectors are setup as follo... e interfaces configuration style. Use ''sudo apt install netplan.io'' to install netplan on Debian. <fc #
Commonly used commands and scripts @home_server:home_server_setup:other_services
5 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 t... s | | ✔ | ✘ | ✘ | ---- ====php test==== Install the following file to allow the php ''sudo vim /v
snapraid @home_server:home_server_setup:other_services
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
BASH Customisation @home_server:home_server_setup:other_services
4 Hits, Last modified: 6 months ago
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='
Linux Firmware Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 10 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
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 months ago
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
NFS @home_server:home_server_setup:other_services
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
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 6 months ago
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