Advanced Search
Search Results
248 total results found
Troubleshooting Nextcloud
Map Network drive
First, Need to make sure you have Samba and smbclient and, Cifs-utils. Install them. create a mount point (if you haven't already) sudo mkdir /directr/to/moun/to Mount the volume sudo mount -t cifs //[addressofshare]/[folderofshare] -o usernam=ofshare /[lo...
Fail2ban
Languages
All languages for any OS. Python, Java, HTML, C, C+, C++, bash... anything
Secure a new computer | SSH
Secure new computer by creating a new user for the server/computer, then removing rights from root This assumes that this is a new machine and that you are currently signed in as the root user. It works best with Ubuntu Server but still work work to the most ...
Homer | Web Dashboard
Odoo (Open ERP)
Food to Eat
What to eat and how much stuff is inside?
log in to remote machine | SSH
Remote meaning, not the same computer you keyboard is directly connected to. We are going to say that the user name for this machine is "serverman" From terminal ssh username @ address of your machine If it is a part of your local network it might looks som...
Jellyfin
Torrents
Gluetun
Linux command line: bash + utilities
A & Start a new process in the background alias Create an alias • apropos Search Help manual pages (man -k) apt Search for and install software packages (Debian/Ubuntu) apt-get Search for and install software p...
Docker
qBittorrent
Creating RAID and mounting it
Is [[Formatting - Drives]] needed? Do that first, then come back. See if mdadm is installed or notmdadm If not, install it apt install mdadm Check for all storage drives in systemlsblk Create the RAID with the drive you are going to usemdadm --create /d...