Search
You can find the results of your search below.
Fulltext results:
- KVM Setup @home_server:home_server_setup
- ew expanded drive: ''%%sudo virt-resize --expand /dev/sda1 /path_vm/vm_name_backup.img /path_vm/vm_name... file name to the VM image file. *Use ''ls -l /dev/nbd*'' to check if any devices named nbd have already been defined. *Use ''sudo qemu-nbd -c /dev/nbd0 <image.qcow2>'' to create the block devices on the VM. *''sudo fdisk /dev/nbd0 -l'' will list the available partitions in /
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- 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/sdd 25,150 33FF00 FF3333 scale -t}$color${alignr}${colo
- IPMI CLI Tools @home_server:home_server_setup:other_services
- U $User_Name -f $PW_file_location power status 2>/dev/null) if [ ${?} -ne 0 ] then exit 11 #error 1... IP -U $User_Name -f $PW_file_location power on &>/dev/null 2>/dev/null if [ $? -ne 0 ] then exit 12 #error 12 means that the ipmi tool power... (c=1; C<15; c++)) do ping -c1 -W1 -q $LAN_IP &>/dev/null if [ $? -eq 0 ] then exit 0
- Docker Deluge Image / Service @docker_notes
- s worked a beaut. * Need to manually create ++/dev/net/tun|<code bash> #!/bin/sh mkdir -p /dev/net mknod /dev/net/tun c 10 200 chmod 660 /dev/net/tun echo "103.231.89.219 au-mel.pvdata.host" >> /etc/hosts #This
- Rsync @home_server:home_server_setup:other_services
- ctHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</cod... code>StrictHostKeyChecking no UserKnownHostsFile /dev/null LogLevel QUIET</code> For our backup utility... StrictHostKeyChecking no UserKnownHostsFile=/dev/null</code> In addition, add the following to the... onths When making the backups, the contents of ''/dev'', ''/proc'', ''/sys'', ''/tmp'', and ''/run'' sh
- DHCP / DNS Setup @linux_router
- e's directories. PrivateTmp=yes # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices # such as /dev/null, /dev/zero or /dev/random (as well as the pseudo TTY subsystem) to it, # but no physical devices such as /de
- Nextcloud Container @docker_notes
- loglevel=error [program:php-fpm] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=php-fpm [program:cron] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=/cron.sh
- KPTree - Email Server Setup @home_server
- "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,
- ISP PPPoE Network Setup @linux_router
- script: <code> ExecStartPre=/sbin/ip link set up dev eno1 ExecStartPre=/sbin/ip link add link eno1 nam... type vlan id 7 ExecStartPre=/sbin/ip link set up dev eno1.7 ExecStartPre=/sbin/ip addr add 192.168.5.2/24 broadcast 192.168.5.255 dev eno1 ExecStartPre=/sbin/ip route add 192.168.5.0/24 via 192.168.5.1 dev eno1 </code> <fs smaller>A reference to this pro
- boot tools @tech_notes
- list of column options * ''blkid'' * ''ls -l /dev/disk/by-id'', additional list options: * ''ls -l /dev/disk/by-uuid'' * ''sudo lshw -class disk'' * ... ount the the EFI System Partition: ''sudo mount /dev/sdd1 /boot/efi''\\ Install Grub boot loader: ''sudo grub-install /dev/sdd --target=x86_64-efi --efi-directory=boot/efi/
- Linux Block Device Notes @home_server:home_server_setup:other_services
- Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs ... available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in p... artition 1 ---- ====Format==== ''sudo mkfs.ext4 /dev/sda1'' - to format the drive ---- ====Fstab==== ... ===mount==== ===Local Device=== **mount -t ext4 /dev/sdb1 /run/media/diska** ===NFS Device=== To mou
- Docker - diun & ntfy @docker_notes
- cks, and visualize call flows. See https://pkg.go.dev/net/http/pprof for details. # # profile-listen-ht... =====diun===== Some links: *[[https://crazymax.dev/diun/|diun home]] *[[https://crazymax.dev/diun/notif/ntfy/|Ntfy notifications]] <- docker_notes:doc
- Homepage dashboard @docker_notes
- osted web page applications [[https://gethomepage.dev/latest/|homepage]] and [[https://heimdall.site/|H... Git page]] *homepage *[[https://gethomepage.dev/latest/|homepage]] *[[https://github.com/geth... eferences==== *[[https://docs.speedtest-tracker.dev/|Speedtest Tracker Introduction]] *[[https://gi
- Docker nginx / php notes @docker_notes
- eeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0) ; - /dev/poll (Solaris >= 7) ; - port (Solaris >= 1... t set, stdout and ; stderr will be redirected to /dev/null according to FastCGI specs. ; Note: on highl... elopment Environment with Docker]] *[[https://dev.to/texe/how-to-run-nginx-and-php-in-docker-5eoi|H
- IPMI Console Setup @home_server:home_server_setup:other_services
- TIMEOUT=8 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="... large overheads) * The command ''sudo stty -F /dev/ttyS1'' can be used to check the parameters of th... erial connection. * The command ''sudo stty -F /dev/ttyS1 115200'' can be used to set the ttyS1 seria