Durchsuchen nach
Schlagwort: AlmaLinux

Linux: File system ntfs3, ntfs not configured in kernel

Linux: File system ntfs3, ntfs not configured in kernel

Yesterday evening I got the message. I still have a 15 years old external hardware. My father bought this hardware for its Microsoft Windows 10 pc. Because of this external drive is still working, I wanted to share some files with my AlmaLinux notebook. On Fedora 42 I have the kernel 6.17.4 and there the external drive could connect to Fedora and I could transfer the files. Later I wanted to connect it with my AlmaLinux notebook. But I got…

Weiterlesen Weiterlesen

The program fastfetch

The program fastfetch

There is a program, that is called fastfetch. This is a small but important program in order to show you all important information about your system in a small overview. How to install it? Red Hat family sudo dnf install fastfetch Debian family sudo apt install curl -y curl -sL „https://download.opensuse.org/repositories/cbox-fastfetch/Debian_$(lsb_release -rs)/Release.key“ | sudo gpg –dearmor -o /usr/share/keyrings/cbox-fastfetch.gpg echo „deb [signed-by=/usr/share/keyrings/cbox-fastfetch.gpg] https://download.opensuse.org/repositories/cbox-fastfetch/Debian_$(lsb_release -rs)/ /“ | sudo tee /etc/apt/sources.list.d/cbox-fastfetch.list sudo apt update sudo apt install fastfetch or you use Snap then:…

Weiterlesen Weiterlesen

Linux: What is a repo file?

Linux: What is a repo file?

A repo file is a text file that contains instructions for the operating system (Linux, the Bash) where to find the newest information about a package. In contrast to operating systems like Microsoft Windows, where you download and install software directly from a variety of sources, Linux distributions rely on these central repositories. This structure allows the distribution maintainers to check and verify the packages for stability and security before they reach your system. 🚩️ Warning: While you can install…

Weiterlesen Weiterlesen