Search

You can find the results of your search below.

KVM Setup
29 Hits, Last modified:
stfs-tools'' is a library to access and modify VM disk images *''libosinfo-bin'' is a library with gue... mand ''virsh edit VM_name'' To get virtual image disk information ''sudo qemu-img info /path_to/name_VM... chines]] *[[https://libvirt.org/kbase/live_full_disk_backup.html|Libvirt.org - Efficient live full disk backup]] ---- =====KVM Cheat Sheet===== There are p
SSH Notes @home_server:home_server_setup:other_services
10 Hits, Last modified:
print(f"Percentage: {swap.percent}%") # Disk Information print("="*40, "Disk Information", "="*40) print("Partitions and Usage:") # get all disk partitions partitions = psutil.disk_partitions() for partition in partitions: print(f"=
VNC Server
6 Hits, Last modified:
but be very careful if using in root...) *Gnome disk utility; package: gnome-disk-utility. (CLI: ''gksudo gnome-disk &'', but be care if using in root...) *Gnome disk usage utility; package: boabab. (CLI: boabab &) ++
Back-up Server Old Setup @home_server:home_server_setup:other_services
6 Hits, Last modified:
work: ''sudo mount -t overlay -o lowerdir=/media/Disk2/backup,upperdir=/media/Disk1/backup,workdir=/media/Disk1/.backup overlay /media/Disk1/backup'' The syntax is reasonably evident from the command. The workdir
Linux Block Device Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
{tag>linux debian nfs parted fstab format partion disk mount umount fstab unmount}} =======Linux Block Device Notes====== =====Linux Disk Partition and Format Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs *''ls... ab==== ''sudo vim /etc/fstab'' -to edit the boot disk mount table, remember to make matching mount poin
My Home IT Setup
3 Hits, Last modified:
of simultaneous disks, however a modern 3.5" hard disk has a data bandwidth similar to a 1Gb/s Ethernet,... data storage + 1 extra 10TB HD for a parity hard disk with Snapraid. All the spinning data hard disks a... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
Home Server Index @home_server:home_server_setup:other_services
3 Hits, Last modified:
etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] </pagelist> ===Home Server Other Index==... *[[home_server:home_server_setup:other_services:disk]] *[[home_server:home_server_setup:other_servic... zy finder - fzf <- home_server:home_server_setup:disk_check|Prev ^ home_server:home_server_setup:other_
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified:
''sudo rsync %%--%%dry-run -av -u --delete /media/Disk1/ baumkp@192.168.1.10::all/media/disk1 --exclude=snapraid.* %%--%%exclude=.Trash* %%--%%exclude=lost* >... .txt'' ''sudo rsync -av -Puh %%--%%delete /media/Disk1/ baumkp@192.168.1.10::all/media/disk1 %%--%%exclude=snapraid.* %%--%%exclude=.Trash* %%--%%exclude=los
snapraid @home_server:home_server_setup:other_services
3 Hits, Last modified:
f --test-fmt path'' *''snapraid diff --test-fmt disk'' This will let you know the data disk from snapraids array perspective Snapraid does not expect you to... d1'' This will recreate any deleted file on data disk d1 *''snapraid fix -m -f Example/'' This will r
Network Setup
2 Hits, Last modified:
My main server primary storage is 3.5" spinning disk with peak performance at best <2Gb/s and sustain ... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
BASH Customisation @home_server:home_server_setup:other_services
2 Hits, Last modified:
alias dirusage='du -ch | grep total' # Grabs the disk usage in the current directory alias diskusage='df -hl --total | grep total' # Gets the total disk usage on your machine alias partusage='df -hlT --
Home Server Notes
1 Hits, Last modified:
etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified:
server_setup:other_services:index|Start page ^ home_server:home_server_setup:other_services:disk|Next ->
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified:
filename*' in current directory * ''%%find /mnt/disk1 -name findme*%%'' to find findme* under sub-directory /mnt/disk1. The %%' '%% is not required unless there is... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
ecure,no_subtree_check,rw,nohide,fsid=0) #/export/Disk1 192.168.1.0/24(insecure,no_subtree_check,rw,nohide) #/export/Disk2 192.168.1.0/24(insecure,no_subtree_check,rw,nohide) /export/Disk4 192.168.1.0/24(insecure,no_subtree_check,rw,noh... n just be a unique assigned integer.) * /export/Disk1 and /export/Disk2 have been commented out as the