Advanced Search
Search Results
47 total results found
screen
vim /etc/screenrc hardstatus string "%h%? users: %u%?" startup_message off hardstatus always...
cleanup
Some times you want to clean up your docker environment after experimenting, this shows you how y...
check hdd health
check secor size lsblk -o NAME,PHY-SeC In my setup of SAS drives I have a block size of 512, ...
ansible
Install basic dependencies for ansible apt update && apt upgrade -y && apt autor...
iWay
Recently we where connected by swl to the fiber network and I switched from upc, finally getting ...
docker-compose
This is a collection of handy docker-compose commands. Samba docker-compose exec samba chown -R...
kubernetes
# Setup daemon. cat > /etc/docker/daemon.json <<EOF { "exec-opts": ["native.cgroupd...
authelia
The following page documents how I did setup a service in docker-compose to use authelia for auth...
traefik 2.0
Into how toos part 1 and part 2
docker installation
This documentation shows how to install docker from the docker ppa Create users and groups Firs...
apt packages
apt update && apt upgrade -y && apt install iotop stress htop vim screen lsof apt...
sabnzbd
version: '3.6' services: traefik: container_name: traefik domainname: ${DOMAINNAM...
samba
Create the first docker-compose.yml file su - cloud Switch to bash as shell bash Create a...
pihole with http via traefik 2.0
This docker-compose file shows a basic traefik 2.0. configuration. version: '3.7' services: ...
environment
The environment file can be used to store global configuration parameters for your docker-compose...
Fan modification
Introduction This is a guid that shows you a way how you can change the fans in your supermicr...
racked the apu2s
These are my apu2 DNServers running pihole on docker with traefik 2.0, my docker-compose.yml ev...
pxe
apt install syslinux pxelinux tftpd-hpa nfs-kernel-server lighttpd -y vim /etc/default/tftpd-h...
install docker
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - add-apt-repositor...
migration
These commands will migrate one zfs pool to another server using netcat zfs snapshot -r data@mig...