sudo

Search

You can find the results of your search below.

Linux Block Device Notes @home_server:home_server_setup:other_services
9 Hits, Last modified:
''lsblk -f'' or ''blkid'' to list the UUIDs *''sudo blkid'' will list data blocks ---- ====parted===... a number of partition tools for Linux CLI.== *''sudo parted -l'' - to see all available partition information *''sudo parted /dev/sda'' - to partition the specific dri... 1'' to remove partition 1 ---- ====Format==== ''sudo mkfs.ext4 /dev/sda1'' - to format the drive ----
KPTree - Email Server Setup
57 Hits, Last modified:
rk. ++++I actually like to use netplan| * ''sudo apt install netplan.io'' * ''sudo mv /etc/network/interfaces /etc/network/interfaces.old'' * ''sudo /etc/netplan/network.yaml'' * <code>netwo... > ++++ ===Change Hostname=== Change host name: ''sudo hostnamectl set-hostname hostname'', may also nee
VIM Editor @home_server:home_server_setup:other_services
2 Hits, Last modified:
cheatsheet}} ======VIM Editor====== When using ''sudo vim'' consider ''sudo -E''. The ''-E'' flag to retain the user environment variables for vim. =====VIM
dokuwiki setup notes
5 Hits, Last modified:
named ''KPtreeWiki-backup_yyyy-mm-dd''. e.g. ''%%sudo tar zcpfv '/media/disk1/KarlData/Karl Data 2/doku... d files on the wikiserver. To run the script ''%%sudo Myscripts/dokuwikicleanup.sh /home/shared/www/do... /dokuwiki''. ++++tl;dr; Setup of apache2/sites| ''sudo vim /etc/apache2/sites-available/wiki.kptree.net-... /privkey.pem </VirtualHost> </IfModule> </code> ''sudo vim /etc/apache2/sites-available/wiki.kptree.net.
Manjaro Setup Notes @home_server:home_server_setup:other_services
14 Hits, Last modified:
adjusted my server configuration file to suit, ''sudo vim ~/.config/conky/conky.conf'' ++++conky.conf| ... “failed to synchronize any databases” errors=== ''sudo rm /var/lib/pacman/db.lck''\\ This command remove... g. ===Some other pacman commands to consider=== ''sudo pacman-mirrors -g && sudo pacman -Syy'' or ''sudo pacman-mirrors -f && sudo pacman -Syyu''\\ This comma
KVM Setup @home_server:home_server_setup
59 Hits, Last modified:
rver]] Basically to install the KVM Hypervisor: ''sudo apt install qemu-kvm qemu-system qemu-utils libvi... t VM creation Use the built-in clone facility: ''sudo virt-clone %%--%%connect=qemu:%%//%%example.com/s... xml file back to a virtual machine definition: ''sudo virsh define /path_to/name_VM_xml_file.xml''. Th... M_name'' To get virtual image disk information ''sudo qemu-img info /path_to/name_VM_file.img'' A comp
snapraid @home_server:home_server_setup:other_services
5 Hits, Last modified:
estic]]. The main snapraid commands I use are: ''sudo snapraid sync'' to sync the files that have chang... last sync. I usually do this weekly, manually. ''sudo snapraid scrub'' to check the parity of the array... les first. I usually do this weekly, manually. ''sudo snapraid status'' to check the status of the array. I usually do this weekly, manually. ''sudo snapraid touch'' to add sub-second time granulari
BASH Customisation @home_server:home_server_setup:other_services
113 Hits, Last modified:
nfiguration bashrc command script .bashrc history sudo visudo dimmer ps kill nightmode xrandr tar archiv... - All docker commands start with "d" alias dstop='sudo docker stop $(docker ps -a -q)' alias dstopall='sudo docker stop $(sudo docker ps -aq)' alias drm='sudo docker rm $(docker ps -a -q)' alias dprunevol='sudo
Webmin @home_server:home_server_setup:other_services
2 Hits, Last modified:
ot https). To do this from the CLI as follows: ''sudo vim /etc/webmin/miniserv.conf'', change ''SSL=1''... e and exit, then restart webmin to take affect, ''sudo systemctl restart webmin'' I tried to reverse pr
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
system * A display manager, optional * ''sudo apt install --no-install-recommends xfce4 xserver... Have the know how instructions, but instead of ''sudo apt install gnome-core'', use ''sudo apt install xfce4 xfce4-goodies''. I have been using vnc4server, n
systemd Stuff @home_server:home_server_setup:other_services
8 Hits, Last modified:
journalctl'' manual page for journalctl\\ Edit ''sudo vim /etc/systemd/journald.conf'' make variable ''... g files are available from previous boots.\\ \\ ''sudo systemctl force-reload systemd-journald'' to reload journald or restart instead ''sudo journalctl -u systemd-journald'' to check status ... f journal.\\ \\ some useful flag and inputs: *''sudo journalctl -b'' to see current boot journal only
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
= Message of the Day ====Login Messages==== *''sudo vim /etc/issue.net'' Displays a message before the user begins login, I do not use this. *''sudo vim /etc/ssh/sshd_config'' ensure the following o... et'' (you can actually used any path/file) *''sudo systemctl reload sshd'' needs to be performed aft... configuration file to activate the changes. *''sudo vim /etc/motd'' Displays the banner text after lo
Rsync @home_server:home_server_setup:other_services
63 Hits, Last modified:
on a computer instance To install rsync daemon ''sudo apt install rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any name you like [all] # des... p # secrets file = /etc/rsyncd.secrets </file> ''sudo vim /etc/rsyncd.secrets'' <file>username:userpassword</file> ''sudo systemctl status rsync.service'' [status, start
NFS @home_server:home_server_setup:other_services
13 Hits, Last modified:
erver statistics ---- =====NFS Server===== *''sudo apt install nfs-kernel-server'' to install *Create share directories on host ''sudo mkdir -p /export/storage'' (-p also creates higher level directories if necessary.) ''sudo vim /etc/exports'' - edit the exports file as req... orm /export/storage using mergerfs. Adjust the ''sudo vim /etc/fstab'' file to allow for boot setup of
apt package management @home_server:home_server_setup:other_services
7 Hits, Last modified:
===apt package management===== I recently had a ''sudo apt upgrade'' error along the lines of: <code>mar... - Backup the databases (not described here) - ''sudo dpkg -P mariadb-server'' to remove just the old p... kage that was confusing apt package manager - ''sudo apt --fix-broken install'' to fix the broken package - ''sudo apt autoremove'' to remove the old packages - '
logrotate @home_server:home_server_setup:other_services
5 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
3 Hits, Last modified:
Network Setup @home_server:home_server_setup
17 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
6 Hits, Last modified:
Web Server setup
85 Hits, Last modified:
samba @home_server:home_server_setup:other_services
4 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
7 Hits, Last modified:
KPTree Torrent VM Setup
48 Hits, Last modified: