man

Search

You can find the results of your search below.

Manjaro Setup Notes
44 Hits, Last modified:
{{tag>linux manjaro arch archlinux vuescan flatpak davfs CUPS printing print}} =====Manjaro Setup Notes===== I tried Manjaro circa 2019 for a couple of years as my main Linux Desktop. I had... sically give a similar level of latest updates as Manjaro/Arch. I have not bothered with Manjaro since
IPMI CLI Tools
27 Hits, Last modified:
==== IPMI is standard which allows remote server management, primarily developed by Intel. IPMI cards, known as Baseboard Management Cards (BMCs) are primitive computers in th... e] will all hard stop the main computer, which in many cases may not be preferred. Soft option should ... NUX/IPMI/ipmi-on-linux.html *BMC : Baseboard Management Controllers. IPMI compliant micro controll
Commonly used commands and scripts
26 Hits, Last modified:
imezone apt upgrade update install remove crontab man apropos tldr ip tc systemctl journalctl}} ======C... *Resolved -> systemd-resolved =====apt - package manager===== *''sudo apt update'' to update apt pac... orage | ✔ | ✔ | ✔ | | php-imagick | image manipulation module | ✔ | ✔ | ✔ | | php-json ... home.tgz /home/ # # For more information see the manual pages of crontab(5) and cron(8) # # m h dom
Back-up Server Old Setup
23 Hits, Last modified:
21), but have never really been happy with it for many reasons. The main reason is that it has never wo... erfs Union Filesystem on Arch Linux]] *[[http://manpages.ubuntu.com/manpages/bionic/man1/mergerfs.1.html|Ubuntu Manuals mergerfs]] Down load the current correct version of m
XFCE
22 Hits, Last modified:
our own custom shortcuts. Go to Settings > Window Manager > Keyboard (tab). These are the XFCE Windows Manager Keyboard on 2023-09-25, these are the default... entation]] *[[https://www.debian.org/doc/user-manuals#refcard|Debian Users' Manuals]] *[[https://www.debian.org/doc/manuals/debian-reference/index.e
IPMI Console Setup
10 Hits, Last modified:
d for Windows and Linux, and is even available in Manjaro AUR repositories. (This probably actually makes sense as many Supermicro computers with BMC are used on server... been having these IPMIView Java console blues for many year now on Windows and one solution was to use ... s:ipmi#ipmi_cli_tools|ipmitools ]] and imptitools manual [[https://linux.die.net/man/1/ipmitool|die.net
systemd Stuff
10 Hits, Last modified:
n.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|How To Use Systemctl to Manage Systemd Services and Units]] * [[https://w... unity/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs|How To Use Journalctl to View and Manipulate Systemd Logs]] * [[https://www.digital
Rsync
9 Hits, Last modified:
=Rsync related links==== *https://linux.die.net/man/1/rsync *https://www.digitalocean.com/community... b/rsync/rsyncd.conf.html *https://linux.die.net/man/5/rsyncd.conf *https://www.server-world.info/en... had it last time). This is a nice defense against Man-In-The-Middle attacks, but it plays havoc on scri... backups, rsnapshot is responsible for the overall management of the backups. In my case, I want it to s
BASH Customisation
5 Hits, Last modified:
DOMAINNAME' # for troubleshooting # GIT AND SITE MANAGEMENT alias gcpush='echo "Usage: gcommit ../comm... our CLI]] * [[https://www.gnu.org/software/bash/manual/html_node/index.html#SEC_Contents|Bash Reference Manual]] * shopt [[https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html|The Shopt Bui
snapraid
5 Hits, Last modified:
anges since last sync. I usually do this weekly, manually. ''sudo snapraid scrub'' to check the parity... he oldest files 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 t... o this weekly, if reported as requried by status, manually. ''sudo snapraid smart'' to check the smart
apt package management
3 Hits, Last modified:
t update upgrade distribution }} =====apt package management===== I recently had a ''sudo apt upgrade''... installed</code> Basically the apt / dpkg package manger got confused with the old distribution install... st the old package that was confusing apt package manager - ''sudo apt --fix-broken install'' to fix
NFS
3 Hits, Last modified:
buntu Server]] *die.net [[https://linux.die.net/man/5/exports|exports(5) - Linux man page]] *[[https://www.golinuxcloud.com/unix-linux-nfs-mount-options... and uid with names </fs> Mounting the nfs client manually: *''sudo mount -t nfs -o rw,vers=4 192.168
Home Server Index
2 Hits, Last modified:
*[[home_server:home_server_setup:other_services:manjaro]] *[[home_server:home_server_setup:other_se... ls: * homebrew actual runs on Linux as package manager * fuzzy finder - fzf <- home_server:home_s
Linux Block Device Notes
1 Hits, Last modified:
n/media/diska** ===NFS Device=== To mount a NFS manually: *''sudo mount -t nfs -o rw,vers=4 192.16
SSH Notes
1 Hits, Last modified:
n() </code> ++++ ====Some Links:==== *[[How to manage SSH login message|https://www.simplified.guide