Linux
Windows Alternative? Linux as a replacement for Windows?
A Linux-based operating system is no longer just for computer geeks these days. The operation is now extraordinarily user-friendly and intuitive, and is a real alternative to Windows in most areas. Since Windows 11 is known not to run on older hardware, is it worth switching from Windows 10 to Linux? ... continue reading
Linux Terminal Commands List - Overview: Console
Overview of Linux commands and their descriptions ... ... continue reading
Linux Search text in files: grep
Search the console for the contents of specific files. ... continue reading
Linux CronJobs - scheduled tasks | Debian crontab [explained]
Scheduled tasks can be started in Linux using crontab. ... continue reading
Linux Command: Restart: Reboot or Shutdown
How to turn off or reboot the popular Linux versions: If you ever get lost on the Linux console of a server, PC, tablet, TV, media player, radio, router or any other Linux-based device, you can usually reboot the system with the "reboot" command. ... continue reading
Convert date: Unix Timestamp
Online tool to convert a Unix timestamp to a date or date to Unix timestamp. The Unix timestamp counts the elapsed seconds since January 1st, 1970, 0:00. ... continue reading
access Linux from Windows: SSH terminal, files, web
I've been using Ubuntu as the operating system (OS) for my main computer for years, but recently still gave my old Windows machine another chance. The reasons are mainly the use of Office: Outlook, Word, Excel, and the use of Visual Studio. I was more than satisfied with Ubuntu as a client OS for a long time, thanks to the Office Online version and Visual Studio Code instead of Visual Studio and because I rarely used the products. Nevertheless, I wanted a computer with which I can start everythi... ... continue reading
Ubuntu automatic SSH login
For logging on to a Linux server, a key can also be used instead of the password. The key is simply generated on the client and imported on the server. The server then trusts the client and does not require a password for access. ... continue reading
Install Ubuntu or start live system
The latest Ubuntu version can be downloaded from the manufacturer's website: www.ubuntu.com/ ... continue reading
VI Editor - Commands
Most Linux distributions use VI as their default editor. Although VI is very convenient to use after learning certain shortcuts, it is not exactly self-explanatory, especially for beginners. ... continue reading
MySQL commands in Linux: connection, database, backup
Here are the main commands for managing a MySQL database in the terminal. ... continue reading
Install Ubuntu Server and Docker Snap vs. APT
My goal was to use Docker on a homebuilt NAS and later on a Mini-PC as a Container-Server. The operating system I used was the server version of Ubuntu, which is available in the form of an installation media on the official Ubuntu site: ubuntu.com/download/server. The current Ubuntu version is: 24.10 (found: 2024-10-10) ... continue reading
Fan control Linux Debian: Fancontrol
After I installed a fan in my NAS, it always ran at top speed. In the BIOS I could set the speed, but the automatic mode did not work properly. Using the service fancontrol the speed of the fan can be linked to any sensor and any threshold and controlled automatically. ... continue reading
When Ubuntu stops responding: Linux Memory Leak
After my Linux computer did not respond again and again, I was looking for the cause. The file manager Dolphin, for example, always manages to consume the entire memory, which then brings the computer into an unusable state. Although not a solution, but a way to stabilize the computer, provides the package earlyoom. Earlyoom controls the memory and terminates certain processes if necessary. You can specify which processes earlyoom should preferentially terminate and which should run if possible. ... continue reading
Debian / Ubuntu / OMV: HD Idle: HDD Standby
After my HDDs did not want to move into standby mode (spin-down) after the set time or too early, I was looking for an alternative to the power management of the HDDs. ... continue reading
Debian or Ubuntu kernel update or change- current kernel
The currently available Linux kernel has the version: 6.12 (found: 2024-11-19). Source: www.kernel.org. The Linux distributions, as an example Debian or Ubuntu used new kernel versions only with some delay, accordingly the used kernel versions are usually somewhat older. Which kernel is active on a Linux system can be read out with the following command: ... continue reading
Linux folder used space - Bash TreeSize
To find out which folder needs how much space, the command “du” can be used on Debian. For an even better overview there is the commandline tool ncdu, which can analyze all folders similar to TreeSize. ... continue reading
ZFS vs BTRFS - file system | deduplication and snapshots
In my search for file system features like snapshots or deduplication, I ended up with the file systems ZFS and later BTRFS. In the Linux environment, the ext4 file system is currently a quasi-standard, but file systems like ZFS and BTRFS offer considerable added value. ... continue reading