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
  • Any namespace
  • home_server:home_server_setup (14)
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

BASH Customisation @home_server:home_server_setup:other_services
113 Hits, Last modified: 6 months ago
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
Web Server setup
85 Hits, Last modified: 7 months ago
tes on this. =====Adding Users===== * Basic: ''sudo useradd name'' * Check ''/etc/default/useradd''... files and their shadow files. The commands are ''sudo vipw'' and ''sudo vigr''. ---- =====LDPA===== I have not got around to working with this yet. Not sur... k current Hostname *To change the Hosename: ''sudo hostnamectl set-hostname New_Hostname'' *Ubun
Rsync @home_server:home_server_setup:other_services
67 Hits, Last modified: 6 months ago
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
KVM Setup @home_server:home_server_setup
60 Hits, Last modified: 5 months ago
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
Back-up Server Old Setup @home_server:home_server_setup:other_services
38 Hits, Last modified: 6 months ago
research I found the following seemed to work: ''sudo mount -t overlay -o lowerdir=/media/Disk2/backup,... tu-xenial_amd64.deb'' Then load it into linux: ''sudo dpkg -i mergerfs_2.29.0.ubuntu-xenial_amd64.deb''... te a mount point directory, e.g. /srv/storage, ''sudo mkdir /srv/storage'' ''sudo vim /etc/fstab'' <code> UUID=d426f5e0-7fbd-4e7f-915e-b7c78eb70877 /
Commonly used commands and scripts @home_server:home_server_setup:other_services
23 Hits, Last modified: 6 months ago
used commands and scripts====== =====dmesg==== ''sudo dmesg'' lists the OS boot messages between grub a... ol) *List current Systemd operating units: ''sudo systemctl list-units | grep %%'*'%%''. Change or ... ment as required. *Check the boot journal: ''sudo journalctl -xe'' *To check running process with... pen'' *To change time zone from command line: ''sudo dpkg-reconfigure tzdata''. *Networkd -> systemd
Network Setup @home_server:home_server_setup
17 Hits, Last modified: 6 months ago
link'' Ensure the bridge utilites are loaded: ''sudo apt install bridge-utils'' Edit the network conf... link'' Ensure 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 se... lts to the interfaces configuration style. Use ''sudo apt install netplan.io'' to install netplan on De
NFS @home_server:home_server_setup:other_services
16 Hits, Last modified: 6 months ago
resses) mounted to the nfs server *example: ''sudo showmount -e kptr.local.kptree.net'' * ''nfsst... erver statistics ---- =====NFS Server===== *''sudo apt install nfs-kernel-server nfs-common'' 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
Manjaro Setup Notes @home_server:home_server_setup:other_services
14 Hits, Last modified: 3 months ago
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
IPMI Console Setup @home_server:home_server_setup:other_services
13 Hits, Last modified: 6 weeks ago
as the password in it. I usually store in file ''sudo vim /etc/ipmi'' and set to root only read/write ''sudo chown root:root /etc/ipmi'' and ''sudo chmod 600 /etc/ipmi'' =====Linux Console Redirection Setup===... ed my grub boot loader configuration as follows ''sudo vim /etc/default/grub'': <code JavaScript [enable
VNC Server @home_server:home_server_setup
5 Hits, Last modified: 6 weeks ago
system * A display manager, optional * ''sudo apt install --no-install-recommends xfce4 xserver... to create a color profile/managed device”]] * sudo systemctl status tigervncserver@:1.service * sudo systemctl start: tigervncserver@:1.service ====New... Have the know how instructions, but instead of ''sudo apt install gnome-core'', use ''sudo apt install
Linux Firmware Notes @home_server:home_server_setup:other_services
5 Hits, Last modified: 9 months ago
on Debian===== ====ASpeed Technologies==== The ''sudo dmseg'' command shows the warning ''Possible miss... be to install the non-free microcode blob using ''sudo apt install firmware-ast''. It would seem that t... =Realtek==== When reviewing the start log using ''sudo dmesg'' a number of warnings such as ''Possible m... obs. And can be simply fixed using the command ''sudo apt install firmware-realtek'' and possible also
snapraid @home_server:home_server_setup:other_services
5 Hits, Last modified: 5 months ago
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
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 6 months ago
= 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
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified: 6 months ago
ailable XFCE4 packages in the Debian repository ''sudo apt-cache search xfce4*''. =====XFCE Keystroke