Search
You can find the results of your search below.
Fulltext results:
- Linux Block Device Notes @home_server:home_server_setup:other_services
- *''mklabel gpt'' to give drive label gpt *''mkpart help mkpart'' to list specific help items on mkpart *''mkpart primary ext4 0% 100%'' to make a partition that take the full optimised drive area *''rm 1'' to remove partition 1 ---- ====Fo... //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 @home_server:home_server_setup:other_services
- 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
- KPTree - Home Desktop Setup
- ad problems with windows appearing off the screen partially or fully many times over the years, particularly when using multiple monitors. I found an... cting the layout of the previous pages. They only partition the body text of the document. *Section B... ormatting of a section of your document. They can partition not only the body text but also headers, foo... drawing. This is subject to links path breakage, particularly on multiuser system. Where the image is
- KVM Setup @home_server:home_server_setup
- 0>//**we can also use this to confirm the correct partition to expand**//</fc>. *We the backup VM di... o mount qcow2 images. *''sudo modprobe nbd max_part=16'' will load it with support for 8 block device... sudo fdisk /dev/nbd0 -l'' will list the available partitions in /dev/nbd0. *Use ''sudo partprobe /dev/nbd0'' to update the kernel device list. *Use ''ls
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- de> ++++ =====LVM===== With the availability of Gparted to adjust partitions on the run I do not know if LVM is required... //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
- Rsync @home_server:home_server_setup:other_services
- 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
- Network Setup @home_server:home_server_setup
- e conflicting methods operating at the same time, particularly on the same interface. ++++old, tldr;| T... n specifying the rate in which we'll ask our link partner to transmit LACPDU packets, default is slow or 0: *slow or 0, Request partner to transmit LACPDUs every 30 seconds *fast or 1, Request partner to transmit LACPDUs every 1 second *bond
- fsck - file system check @home_server:home_server_setup
- {{tag>linux fsck format partition boot corrupt parted}} =====fsck - file system check===== Use fsck to check and repair a file... l with use.) *To check current disks use ''sudo parted -l''. (This is a disk partition command, more modern than fdisk. Be careful ... /4 file system information and configuration of a partition ''sudo tune2fs -l /dev/sdX'' ++++Home Serve... xt -> *''lsblk'' by itself give the basic drive partition and mount point information. *''lsblk -o N
- SWAP Files @home_server:home_server_setup:other_services
- 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
- KPTree - Email Server Setup
- logging.dragon.org.uk/mail-server-on-ubuntu-18-04-part-1/|Part 1]] and [[https://blogging.dragon.org.uk/mail-server-on-ubuntu-18-04-part-2/|Part 2]]. I got the mailserver to run well after a cou... e is complicated by my infrequent usage. This is particularly true of email server setup which one of t
- KPTree Torrent VM Setup
- y reasons: 1. They were becoming more expense (in part of currency variation with USD) and 2. Their serv... k configuration of your network. (As noted below, particularly check the eth0 / tun0 references match.) ... e network reference such as "eth0" is consistent, particularly with Ubuntu 16.04 VM which seems to renam... indicate the internal hardware is quite limited, particularly by current standards, but as already stat
- Simlinks @home_server:home_server_setup:other_services
- 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
- Web Server setup
- : *''sudo vim /etc/apache2/apache2.conf'', in particular change ''‹Directory /var/www/›'' to ''‹Dire... ache2/sites-available/kptree.net-https.conf'', in particular change ''DocumentRoot /var/www/html'' to ''... ache2/sites-available/kptree.net-https.conf'', in particular change ''DocumentRoot /var/www/html'' to ''... out too often with configuration files in apache, particularly not checking which are enable or disabled
- IPMI Console Setup @home_server:home_server_setup:other_services
- 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 @home_server:home_server_setup:other_services
- 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