dev

Search

You can find the results of your search below.

Conky @home_server:home_server_setup:other_services
40 Hits, Last modified:
D DRIVE I/O ${hr 2}$color ${color0}Device:$color /dev/sdd3 ${color0}Reads: $color${diskio_read /dev/sdd3}/s${alignr}${color0}Writes: $color${diskio_write /dev/sdd3}/s ${color3}${diskiograph_read /dev/sdd3 30,225 33FF00 FF3333 scale -t}$color${alignr}${color3}${
KVM Setup @home_server:home_server_setup
15 Hits, Last modified:
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
12 Hits, Last modified:
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
Back-up Server Old Setup @home_server:home_server_setup:other_services
10 Hits, Last modified:
xt4 errors=remount-ro 0 1 # swap was on /dev/sdd5 during installation UUID=e3442da3-4eaf-477d-... v devtmpfs 16G 0 16G 0% /dev tmpfs tmpfs 3.2G 2.7M 3.2G 1% /run /dev/sdd1 ext4 443G 161G 260G 39% / ... fs tmpfs 16G 0 16G 0% /dev/shm tmpfs tmpfs 5.0M 0 5.0
IPMI CLI Tools @home_server:home_server_setup:other_services
10 Hits, Last modified:
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
8 Hits, Last modified:
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
7 Hits, Last modified:
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
5 Hits, Last modified:
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
Debian / Ubuntu Network Setup @linux_router
5 Hits, Last modified:
m with this. In any case, you should always check dev names and not assume names, such as "eth0" To ch... m with this. In any case, you should always check dev names and not assume names, such as "eth0" To ch... .\\ My routing table had ''2001:470:1f2c:10d::/64 dev he-ipv6 proto kernel metric 256 pref medium'', I ... o do this: ''sudo ip r del 2001:470:1f2c:10d::/64 dev he-ipv6''.\\ I looked for ways to adjust the netp
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
d populate so: <code> #!/bin/sh /sbin/upsmon -K >/dev/null 2>&1 && /sbin/upsdrvctl shutdown </code> Nex... profile variable ''/bin/upsc KPBUPS@localhost 2>/dev/null''. *A script file to succinctly log the UP... t every 10 minutes ''sudo Myscripts/UPSScan.sh 2>/dev/null'',<code bash>#!/bin/bash # Logging output fo... =$logfile.$timestamp cp $logfile $newlogfile cat /dev/null > $logfile gzip -f -9 $newlogfile </code>
KPTree - Email Server Setup @home_server
4 Hits, Last modified:
"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
4 Hits, Last modified:
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
4 Hits, Last modified:
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/
Homepage dashboard @docker_notes
3 Hits, Last modified:
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
3 Hits, Last modified:
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
fsck - file system check @home_server:home_server_setup
3 Hits, Last modified:
Docker - diun & ntfy @docker_notes
2 Hits, Last modified:
IPv6 Setup Notes @linux_router
2 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
Docker mailserver @docker_notes
1 Hits, Last modified:
Nextcloud Container @docker_notes
1 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
KPTree Torrent VM Setup @home_server
1 Hits, Last modified:
VNC Server @home_server:home_server_setup
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: