Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

87 total results found

Planung

Wohnung Treppe

Keller Treppenbau AG Freitragende Treppe: Stufen 44 mm stark, mit je zwei spez. Gummilagern direkt in Wand montiert. Geländer mit Sprossen und Stufenverbinder ø 14 mm in Edelstahl. Pfosten und Handlauf 140 x 44 mm. Alle Längskanten gerundet. Alle Holzt...

rclone

ubuntu

apt install unzip fuse3 networkd-dispatcher -y curl https://rclone.org/install.sh | sudo bash vim /etc/fuse.conf user_allow_other vim /etc/networkd-dispatcher/routable.d/rclone.sh #!/bin/bash echo " Network is up" runuser -l cloud -c '/home/cloud/.st...

nextcloud migration

Docker

Set system into maintenace mode docker-compose exec --user www-data app php -d memory_limit=2048M occ maintenance:mode --on Backup DB docker exec db mysqldump --single-transaction -h localhost -u root -p[password] nextcloud > nextcloud-sqlbkp_`date +"%Y%m%d"`...

Inventory

Fiber at home

Location Cable Amount Type ID Price 50 24 Fiber LC UPC OS2 #39036 172,91 CHF 150 12 Fiber LC UPC OS2 #21983 188.15 CHF FHD Wall Boxes Amount Type ID Price 8 48 Fibres FHD Fibre Optic Wall Mount Enclosure #50550 600,00 C...

cable
fiber
type
single mode
location
home
installation
fiber to the room

FHD Wall Box

Fiber at home

Rack

Fiber at home

Location

Fiber at home

lvm

ubuntu basic configuration

Check the physical volumes pvs PV VG Fmt Attr PSize PFree /dev/sda3 ubuntu-vg lvm2 a-- <2.73t 0 Check the volume groups vgs VG #PV #LV #SN Attr VSize VFree ubuntu-vg 1 2 0 wz--n- <2.73t 0 Check...

plotman

ubuntu chia

sudo apt install python3-pip python3-testresources -y pip install --force-reinstall git+https://github.com/ericaltendorf/plotman@main Restart session after, since the binary might not yet be in path.

Ubuntu

Solana Installation

useradd -u 1020 -m solana usermod -a -G sudo solana usermod --shell /bin/bash solana passwd solana su - solana sh -c "$(curl -sSfL https://release.solana.com/v1.9.8/install)" solana config set --url https://api.mainnet-beta.solana.com sudo...

matomo

Docker

docker-compose exec matomo chown -R www-data:www-data /var/www/html docker-compose exec matomo find /var/www/html -type f -exec chmod 644 {} \; docker-compose exec matomo find /var/www/html -type d -exec chmod 755 {} \; docker-compose exec matomo chmod 755 /va...

graylog

Docker

Create users and groups First create a user and group graylog useradd -u 1100 -m graylog Add the user graylog to the sudo group usermod -a -G sudo graylog Add the user graylog to the docker group usermod -aG docker graylog Give the user the bash shell userm...

chrony

ubuntu basic configuration

apt install chrony -y vim /etc/chrony/chrony.conf server 10.8.20.254 iburst prefer systemctl restart chronyd chronyc sources /sbin/hwclock --systohc

headless driver

nvidia

apt install linux-headers-$(uname -r) -y apt install nvidia-headless-535-server nvidia-utils-535-server libnvidia-encode-535-server -y https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html#pre-install https://docs.nvidia.com/datacenter...

cuda

ubuntu

Copied from here: https://www.reddit.com/r/chia/comments/18z4lnp/how_to_install_bladbit_cuda_on_ubuntu/ My steps (I am running ubuntu 22.04, i Had problems with 24.10 due to some dependencies) I preffer installing the drivers from PPA to get an updated version...