Categorie: Linux

Veelgestelde vragen over Linux en tutorials.Basis Linux-tutorials. Bevat gebruikelijke opdrachten, scripts, installatie-instructies en configuratievoorbeelden.

Hoe PuTTY op Linux te installeren

  PuTTY is een veelzijdige terminalemulator, oorspronkelijk ontworpen voor Windows. Tot op heden is het een van de meest populaire SSH-clients Windows. PuTTY is niet beperkt tot Windows alleen. Omdat er veel vraag naar is, is het ook beschikbaar op andere besturingssystemen zoals Linux. …

GNOME 45 nu beschikbaar, komt naar een Linux-desktop bij u in de buurt

Het is het wachten zeker waard. Corbin Davenport / GNOME Een belangrijk onderdeel van het gebruik van Linux is het kiezen van een fatsoenlijke desktopomgeving. GNOME en KDE zijn de grootste kanshebbers, met een heel ecosysteem van applicaties en hulpprogramma's geïntegreerd om samen te werken, en GNOME 45 ging terug naar de bètafase...

Hoe de chroot-opdracht op Linux te gebruiken

  What is chroot, and What is a chroot Jail? You can use chroot to set up and run programs or interactive shells such as Bash in an encapsulated filesystem that is prevented from interacting with your regular filesystem. Everything within the chroot environment is penned …

Fedora Linux 39 Bèta is er

The Fedora Project, ever committed to technological progress, has unveiled the Fedora Linux 39 Beta. This sets the stage for the full-fledged Fedora Linux 39 release, which is expected to be launched at the end of October. Diverse desktop environment aficionados will be delighted with the …

Bestanden zippen of uitpakken vanaf de Linux-terminal

  ZIP-bestanden zijn een universeel archief dat vaak wordt gebruikt Windows, macOS, and even Linux systems. You can create a zip archive or unzip files from one with some common Linux terminal commands. The ZIP Compressed Archive File Format Thanks to the dominance of the ZIP …

Hoe de Vi- of Vim-editor te verlaten

  The vi editor is confusing if you're not used to it. It takes a secret handshake to escape this application if you've stumbled into it. Here's how to quit vi or vim on Linux, macOS, or any other Unix-like system. How to Exit Vim or …

Hoe de xargs-opdracht op Linux te gebruiken

  Need to string some Linux commands together, but one of them doesn't accept piped input? xargs is the command for you. Why Use the xargs Command? The xargs command is used to build execution pipelines using the standard data streams. In other words, you can …