install

Search

You can find the results of your search below.

KPTree - Email Server Setup
55 Hits, Last modified:
actually like to use netplan| * ''sudo apt install netplan.io'' * ''sudo mv /etc/network/inter... ves. ++++NFS Client setup details| * ''sudo apt install nfs-common'' * The base client configuration... ecipe given in the blog "Beware Here Be Musings", Installing a Mailserver on Ubuntu 18.04 LTS, [[https://bl... Postfixadmin, Roundcube]]. An Apache webserver is installed for webmail and Postfix admin. If you look at t
Web Server setup
38 Hits, Last modified:
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... this reference that looks to be more complete for installing Apache2 on Ubuntu 18.04, [[https://www.linode.com/docs/web-servers/lamp/install-lamp-stack-on-ubuntu-18-04/|Linode - Install LAMP
KVM Setup @home_server:home_server_setup
22 Hits, Last modified:
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-virtual
KPTree Torrent VM Setup
19 Hits, Last modified:
e headless setup, [[http://www.havetheknowhow.com/Install-the-software/Install-Deluge-Headless.html|Havetheknowhow.com - How to install Deluge Headless]]. The Deluge support page is als... ge|Deluge]] also has some interesting dialog. If installing on a virtual machine (VM) it is important to a
Manjaro Setup Notes @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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
KPTree - MSWindows Setup
16 Hits, Last modified:
d to get it working to no avail and attempted a reinstall, also to no avail. The following day the machine ... d revive it. So I investigated a clean Windows 10 install. I downloaded a Windows 10 recovery / installation on to a USB. Turns out product code is no longer requir... e hardware and my Microsoft account. After this reinstalling Windows 10 was a breeze. My original install w
dokuwiki setup notes
13 Hits, Last modified:
kuwiki home page]] * [[https://www.dokuwiki.org/install|Dokuwiki Installation instructions]] * [[https://www.dokuwiki.org/install:upgrade|Upgrading Dokuwiki]] * [[https://www.do... ssions are as noted in [[https://www.dokuwiki.org/install|Dokuwiki Installation instructions]], [[https://w
VNC Server @home_server:home_server_setup
13 Hits, Last modified:
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... ng to Linuxize [[https://linuxize.com/post/how-to-install-and-configure-vnc-on-ubuntu-18-04/|How to Install
BASH Customisation @home_server:home_server_setup:other_services
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 --
Network Setup @home_server:home_server_setup
10 Hits, Last modified:
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... == As of 2021 instead of bonding my server I have installed a 2.5Gb/s ethernet card in my mainserver, and b
Commonly used commands and scripts @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
6 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
4 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
3 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
2 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
2 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
2 Hits, Last modified:
samba @home_server:home_server_setup:other_services
2 Hits, Last modified:
MONIT @home_server:home_server_setup:other_services
1 Hits, Last modified: