Search
You can find the results of your search below.
Fulltext results:
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- | | php7.4-curl | | ✔ | ✔ | ✔ | | php7.4-dev | | ✔ | ✘ | ✘ | | php7.4-gd | | ✔ |... 0,55 * * * * /home/shared/Myscripts/UPSScan.sh 2>/dev/null #Runs Nut scan and logs formated results to ... ries) 4 Special files (usually found in /dev) 5 File formats and conventions, e.g. /e... '' or '' ip l'' for short, shows the network link devices *''ip route'' or ''ip r'' for short, shows
- KPTree Recipes
- do not combine quickly, the dough should rest to develop and become stable. This helps to prevent the
- BASH Customisation @home_server:home_server_setup:other_services
- # recently modified alias mnt='mount | grep -E ^/dev | column -t' # show mounted drives alias dirsize=... sage='df -hlT --exclude-type=tmpfs --exclude-type=devtmpfs' # Shows the individual partition usages wit
- KPTree - MSWindows Setup
- the only real reason to use iTunes is for my iOS devices, backing up iOS devices etc. iTunes, in typical Apple fashion I find is not smart end user friendl... nly use this software to backup and restore Apple devices.... The app functionality has been removed by... pple software...... ====iTunes - Not Recognising Devices==== iTunes is a pretty flakey program and Ap
- VNC Server @home_server:home_server_setup
- is ''/home/homedirectory/Myscripts/StartVNC.sh >/dev/null 2>&1'' (I elected not to use the systemd se
- Linux Block Device Notes @home_server:home_server_setup:other_services
- k mount umount fstab unmount}} =======Linux Block Device Notes====== =====Linux Disk Partition and For... Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs *''lsblk'' to list partitions (or list block devices) *''lsblk -f'' or ''blkid'' to list the UU... available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in p
- KPTree - Email Server Setup
- "sudo apt update" "sudo apt install php7.0-dev php-pear php7.0-tidy php-imagick" (no php5-sasl, ... -soap php7.0-intl" "sudo apt install libidn11-dev libmagickwand-dev imagemagick" (libmagick++4?) "sudo apt install libsasl2-dev php-ssh2 php-http-webdav-server" (no libssh2-php,
- VIM Editor @home_server:home_server_setup:other_services
- setup Vim on my local machine to be an effective development environment for my needs. ====Sources===
- dokuwiki setup notes
- nd anonymous data about your wiki to the DokuWiki developers | Enabled* | | [[ht
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- #${color1}HARD DRIVE I/O ${hr 2}$color #${color0}Device:$color /dev/nvme0n1p5 #${color0}Reads: $color${diskio_read /dev/sdd}/s${alignr}${color0}Writes: $color${diskio_write /dev/nvme0n1p5}/s #${color8}${diskiograph_read /dev/sd
- KVM Setup @home_server:home_server_setup
- virsh qcow linux command setup nbd 'network block device'}} ======KVM Setup====== I original setup my ... ed that-vm, and takes care of duplicating storage devices. To dump a virtual machine xml definition to... VM of ''domain-name'' or ''domain-id'', all cpu, device and i/o are paused. But VM remains in operatin... ew expanded drive: ''%%sudo virt-resize --expand /dev/sda1 /path_vm/vm_name_backup.img /path_vm/vm_name
- Home Server Notes @home_server:home_server_setup
- eferences from the Internet to assist me with the development of my home server and these notes. In gen
- SSH Notes @home_server:home_server_setup:other_services
- LANG cores=$(grep -c ^processor /proc/cpuinfo 2>/dev/null) [ "$cores" -eq "0" ] && cores=1 threshold="... for partition in partitions: print(f"=== Device: {partition.device} ===") print(f" Mountpoint: {partition.mountpoint}") print(f"
- Rsync @home_server:home_server_setup:other_services
- up| |''-D''| |same as --devices --specials| | | ''%%--%%devices'' |preserve device files (super-user only)| | | ''%%--%%specials'' |preserve s... ctHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</cod
- logrotate @home_server:home_server_setup:other_services
- =$logfile.$timestamp cp $logfile $newlogfile cat /dev/null > $logfile gzip -f -9 $newlogfile </code> Re