Advanced Search
Search Results
244 total results found
Extending RAID
Prepare new disk Need to partition? Do it now. I'll wait... Setup: The current RAID has 4 drives and we want to add a 5th drive. The current array is "md111" and we have already checked drives on the system lsblk to see which drive we will be a...
VS Code | Visual Studio Code
Troubleshooting RAID
Setup: Our current RAID array with 5 drives in it is "md111". Its location is /dev/md111 Resize the blocksresize2fs -f /dev/md111 Stop Arraymdadm --stop /dev/md111 Auto scan for arraysmdadm --assemble --scan Once the new mdadm.conf was ready, execute "sudo...
General Windows Commands
Hardware
Anything hardware. Can be used with any OS.
SSL CertBot with Lets Encrypt
This runs using "snap". You will need to install that first (if you don't have it already). See if you have snap `snap` or `snap -v` 1. If you don't have snapd installed Install it. if you can't, go to this page. 1.5 Go here to follow a the proce...
Eye Care
AI
All AI related Things
Apache 2 | Installing on local drive
Do you have it? Checksystemctl status apache2 Install Apache2apt install apache2 Check for listening portsnetstat-tulpn Install php 7.2 and Apache2 modapt install php (use this and/or change the below to the correct vertion for today and update all module...
Home Assistant
Tutorials
Install on local drive
Start with installing it. sudo apt install fail2ban Is it running?systemctl status fail2ban what is fail2ban doing right now?sudo fail2ban-client status Copy the config file in the OScd /etc/fail2bansudo cp jail.conf jail.conf.local Fail to ban will not o...
Cockpit
Cockpit is a web-based graphical interface for servers, intended for everyone
Install on Docker
Pull the docker image https://hub.docker.com/r/b4bz/homer **Homer docker compose .yml** https://github.com/bastienwirtz/homer version: "2" services: jellyfin: image: b4bz/homer:latest container_name: homer environment: - PUID=1001 ...
Ubuntu
Install Jellyfin on Dcoker
This guide provides a Docker Compose YAML file to deploy a Jellyfin media server. Prerequisites Docker and Docker Compose must be installed. Refer to Docker Installation Guide for setup instructions. Basic knowledge of Docker commands and file system perm...
Proxychains
proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.