KPTree Wiki logo

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

Fulltext results:

Linux Block Device Notes
16 Hits, Last modified: 8 months ago
{{tag>linux debian nfs parted fstab format partion disk mount umount fstab unmount}} =======Linux Block Device Notes====== ... ber of partition tools for Linux CLI.== *''sudo parted -l'' - to see all available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in parted: *''print'' to see current par... //www.digitalocean.com/community/tutorials/how-to-partition-and-format-storage-devices-in-linux|How To Partition and Format Storage Devices in Linux]] ----
SSH Notes
15 Hits, Last modified: 21 months ago
ns and Usage:") # get all disk partitions partitions = psutil.disk_partitions() for partition in partitions: print(f"=== Device: {partition.device} ===") print(f" Moun... pe: {partition.fstype}") try: partition_usage = psutil.disk_usage(partition.mountpoint) except PermissionError: ... continue print(f" Total Size: {get_size(partition_usage.total)}") print(f" Used: {get
Rsync
7 Hits, Last modified: 8 months ago
ame as %%--partial --progress%%| | | ''%%--%%partial'' |keep partially transferred files| | | ''%%--%%progress... are sent to the server rather than just the last parts of the filenames.| | | ''%%--%%delete-excl... shot===== Monitoring and testing is an essential part of any backup procedure. There's nothing worse th... y time or never requiring a password at all for a particular command line. It can also be configured to
Back-up Server Old Setup
7 Hits, Last modified: 21 months ago
//www.cyberciti.biz/faq/linux-mount-an-lvm-volume-partition-command/|Linux mount an LVM volume / partition command]] =====NFS===== To check available s... lly create the # snapshot_root directory. This is particularly useful if you are backing # up to removab... # If this is enabled, rsync won't span filesystem partitions within a # backup point. This essentially p... lly create the # snapshot_root directory. This is particularly useful if you are backing # up to removab
SWAP Files
6 Hits, Last modified: 3 years ago
wapon -a'' turns it back on) *To prevent a SWAP partition being mounted at boot comment out the swap partition in /etc/fstab, ''sudo vim /etc/fstab''. (Ano... that this article also warns against use of SWAP partitions with SSD storage. This article also mention
Simlinks
5 Hits, Last modified: 21 months ago
ool.com/2012/08/move-files-and-directories-inodes-part-3.html|Move files and directories : Inodes Part 3]] ---- <- home_server:home_server_setup:othe
IPMI Console Setup
3 Hits, Last modified: 16 months ago
cal serial port and serial terminal support. Key parts to this are: -Setting up Linux to redirect mai... s/serial-console.html|systemd for Administrators, Part XVI]] which discusses Gettys on Serial Consoles (... s/serial-console.html|systemd for Administrators, Part XVI]] *[[https://stackoverflow.com/questions/26
NUT (Network UPS Tools) Setup
3 Hits, Last modified: 3 years ago
7 years. In all that time I never got the upsmon part of it operational. This monitors the UPS and send... be based upon init.d (located in /etc/init.d), in particular /etc/init.d/nut-server and /etc/init.d/nut-... reates scripts in /run/systemd/generator.late, in particular, ups-monitor.service. To see running proce
MONIT
2 Hits, Last modified: 7 years ago
ub.co.za/how-to/how-secure-ubuntu-1604-lts-server-part-1-basics|How to secure an Ubuntu 16.04 LTS server - Part 1 The Basics]]. [[https://www.exratione.com/2019
Commonly used commands and scripts
2 Hits, Last modified: 12 months ago
possible to treat individual, simple utilities as part of a greater whole. And that last concept—breaki... is the tool you use to find lines that contain a particular string of text. For example, let's say you
Conky
2 Hits, Last modified: 5 years ago
https://dai-trying.com/tutorials/building-a-conky-part-1-configuration/|Building a conky Part 1 Configuration]] ---- <- home_server:home_serv
BASH Customisation
2 Hits, Last modified: 10 months ago
# Gets the total disk usage on your machine alias partusage='df -hlT --exclude-type=tmpfs --exclude-type=devtmpfs' # Shows the individual partition usages without the temporary memory values a
Manjaro Setup Notes
1 Hits, Last modified: 18 months ago
ill do all of this automatically for you. If this part of Pacli fails, please wait a couple of hours unt
samba
1 Hits, Last modified: 4 years ago
e workgroup/NT-domain name your Samba server will part of workgroup = WORKGROUP # server string is t
IPMI CLI Tools
1 Hits, Last modified: 3 years ago
messages to BMC over LAN, LAN alerting. No SOL as part of the standard's specification but some vendor s
VIM Editor
1 Hits, Last modified: 3 years ago