dev

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
58 Hits, Last modified:
nfo | notice | warn | error | crit ]. Hence when developing and creating a html server use of ''info''... eeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0) ; - /dev/poll (Solaris >= 7) ; - port (Solaris >= 1... ments and one that is recommended to be used in ; development environments. ; php.ini-production conta... n production and testing environments. ; php.ini-development is very similar to its production variant
Conky @home_server:home_server_setup:other_services
48 Hits, Last modified:
on ${color1}HARD 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,
KVM Setup @home_server:home_server_setup
32 Hits, Last modified:
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
Docker Deluge Image / Service @docker_notes
16 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
IPMI CLI Tools @home_server:home_server_setup:other_services
15 Hits, Last modified:
which allows remote server management, primarily developed by Intel. IPMI cards, known as Baseboard Ma... 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
Manjaro Setup Notes @home_server:home_server_setup:other_services
14 Hits, Last modified:
#${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
Rsync @home_server:home_server_setup:other_services
12 Hits, Last modified:
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
NFTables Configuration @linux_router
11 Hits, Last modified:
ions</color> ++ | \\ +<color #202000/#F0F0E0> * Device definitions can be found using ''ip a'' \\ ... wan = eno1</color><color blue> #definition of wan device label, setup as ppp1 for pppoe</color>\\ <tab... m = eno1</color><color blue> #definition of modem device label</color>\\ <tab3>define <color red>lan = br0</color><color blue> #definition of lan device label</color>\\ <tab3>define <color red>lan_ip
Back-up Server Old Setup @home_server:home_server_setup:other_services
11 Hits, Last modified:
xt4 errors=remount-ro 0 1 # swap was on /dev/sdd5 during installation UUID=e3442da3-4eaf-477d-... Size Used Avail Use% Mounted on udev devtmpfs 16G 0 16G 0% /dev tmpfs tmpfs 3.2G 2.7M 3.2G 1% /run /dev/sdd1 ext4 443G 161G 260G 39% /
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
11 Hits, Last modified:
oltage.nominal: 24.0 #nominal/design value device.model: LIHVX1K1 #Fix value device.type: ups #Fix value driver.nam... ode> [Unit] Description=Network UPS Tools - power device driver controller After=network-online.target ... d populate so: <code> #!/bin/sh /sbin/upsmon -K >/dev/null 2>&1 && /sbin/upsdrvctl shutdown </code> Nex
Router Miscellaneous @linux_router
10 Hits, Last modified:
ers, and does not require client software on most devices. "docker pull mutemule/algo" to download doc... Archlinux</fc> [[https://wiki.archlinux.org/title/DeveloperWiki:UID_/_GID_Database|DeveloperWiki:UID / GID Database]] * <fc #ff0000>Red Hat</fc> [[https... do port forwarding using nftables map]] *Redhat developer [[https://developers.redhat.com/blog/2017/0
ISP PPPoE Network Setup @linux_router
10 Hits, Last modified:
nf(8) man:interfaces(5) BindsTo=sys-subsystem-net-devices-eno1.device After=sys-subsystem-net-devices-eno1.device [Service] ExecStart=/usr/sbin/pppd call provider Type=forking SuccessExitStatus=5 PID
Linux Block Device Notes @home_server:home_server_setup:other_services
10 Hits, Last modified:
k mount umount fstab unmount}} =======Linux Block Device Notes====== =====Linux Disk Partition and For... ==== ''lsblk'' to list partitions (or list block devices) ''lsblk -f'' or ''blkid'' to list the 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====
DHCP / DNS Setup @linux_router
9 Hits, Last modified:
s designed to replace ISC DHCP. Kea was primarily developed around 2014-2020. They also are currently developing a monitor for Kea and Bind9 called Stork. ... 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
ISP IPoE DHCP Setup Notes @linux_router
7 Hits, Last modified:
t Before=network.target BindsTo=sys-subsystem-net-devices-%i.device After=sys-subsystem-net-devices-%i.device [Service] Type=forking PIDFile=/run/dhclient/%I.pid ExecStart=/usr/sbin/dhclient -4 -v
KPTree - MSWindows Setup @home_server
6 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
6 Hits, Last modified:
Network Setup @home_server:home_server_setup
5 Hits, Last modified:
Docker-Compose @docker_notes
4 Hits, Last modified:
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
KPTree - Email Server Setup @home_server
4 Hits, Last modified:
Router VM @linux_router
4 Hits, Last modified:
boot tools @tech_notes
4 Hits, Last modified:
Homepage dashboard @docker_notes
3 Hits, Last modified:
Docker mailserver @docker_notes
3 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
3 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker - diun & ntfy @docker_notes
2 Hits, Last modified:
Docker - DHCP Server @docker_notes
2 Hits, Last modified:
turn server @docker_notes
2 Hits, Last modified:
Web Server setup @home_server
2 Hits, Last modified:
Linux Router Background @linux_router
2 Hits, Last modified:
IPv6 Setup Notes @linux_router
2 Hits, Last modified:
DokuWiki @wiki
2 Hits, Last modified:
Docker @docker_notes
1 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Nextcloud Container @docker_notes
1 Hits, Last modified:
dokuwiki setup notes @home_server
1 Hits, Last modified:
KPTree Torrent VM Setup @home_server
1 Hits, Last modified:
KPTree Recipes @home_server
1 Hits, Last modified:
Router Hardware @linux_router
1 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
Home Sprinkler Setup Notes @personal
1 Hits, Last modified:
IPv6 summary notes @tech_notes
1 Hits, Last modified:
Welcome to your new DokuWiki @wiki
1 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
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: