Search
You can find the results of your search below.
Fulltext results:
- Web Server setup
- //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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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