Clipped from: https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux/ It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on your system using yum, dnf, or apt. 10 Commands to Check Hardware and System Information in Linux Therefore…
Category: Linux
Synology: Nextcloud und Docker installieren
Clipped from: https://indibit.de/synology-docker-nextcloud-installieren/ Heute möchte ich euch zeigen, wie ihr mit einer Synology NAS eine private Cloud einrichten könnt. Dazu installieren wir auf einem Synology NAS System die beliebte Nextcloud Umgebung als Data Storage System. Was könnt ihr damit tun? Ich nutze die private Cloud, um Daten mit Freunden und der Familie zu teilen. Fotos, die ich…
Mount and backup Raspberry
/etc/fstab Bash Script
OpenVPN Route traffic
From Tunnel to private Network https://unix.stackexchange.com/a/283803
How to deactivate middle mouse button
The easy workaround is to disable it completely, with mapping it to a nonexistent button with xmodmap. xmodmap -e “pointer = 1 25 3 4 5 6 7 8 9 10” this maps the middle button to button 25 (you can give any number instead of 25 as long as it’s higher than the allocated…
Manjaro Macbook brightness hotkey
I solved it by using the Arch wiki and creating this file: sudo nano /etc/X11/xorg.conf.d/20-intel.conf Then place contents below: Save, log out and log back in.
Linux Log2Ram
Treba povecati log size # Size for the ram folder, it defines the size the log folder will reserve into the RAM. # If it’s not enough, log2ram will not be able to use ram. Check you /var/log size folder. # The default is 40M and is basically enough for a lot of applications. #…
Install Emby for Kodi
What is Emby for Kodi? A whole new way to manage and view your media library. The Emby for Kodi add-on combines the best of Kodi – ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Emby – the most powerful open source multi-client media metadata indexer and server. You…
How to Restore iPod Classic Without Windows
I could not find this information and saw some people in the forums asking, but the answer was always to find a Windows or Mac machine to do the restore. This is actually not necessary and it ended up being a really simple process to restore my iPod with only Ubuntu. Warning: This will erase…
TimeCapsule HD form Linux
Moja Konfiguracija cd /media sudo mkdir timecapmilan sudo mkdir timecapbackups Moj /etc/fstab //192.168.110.32/Apple-Data/Milan /media/timecapmilan cifs password=koma69zadar,sec=ntlm,vers=1.0,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 //192.168.110.32/Apple-Data/BACKUPS /media/timecapbackups cifs password=koma69zadar,sec=ntlm,vers=1.0,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 Original Post Firstly I installed smbfs and smbclient software using apt-get, but Synaptics works just as well. SMBFS and SMBCLIENT lets the machine talk over the the CIFS protocol (Server Message Block, the latest…