tutorial
DOSBox Part 1: Introduction, Startup Scripts and The Keymapper Paid Members Public
DOSBox is a great piece of software that allows users to run a huge collection of very old PC software dating back to the 1980s and 1990s on your Linux system. Versions for Windows, MacOS, and others exist as well. This guide one of a series of articles about what
Creating Virtual Disks Using Linux Command Line Paid Members Public
Linux is indeed a great system with excellent tools at our disposal. There are lots of things that can be achieved using the terminal. One such activity is creating virtual hard drives. Your Linux system should already have the tools required to do this without the need for virtual machine
Overview Of tcpdump With Examples Paid Members Public
You can view information about traffic coming and going from a given network interface using tcpdump. This diagnostic tool allows you to see packet information, that is where incoming packets come from and where outgoing packets are heading to on an interface, with some extra information. You can even save
LMMS Guide Part 1: Creating Simple Melodies Using Sounds And Instruments Paid Members Public
LMMS stands for Linux Multimedia Studio. It is a very good open-source program that is used to create music tracks using sound files, predefined instruments, and sound effects. LMMS has versions for Windows and macOS in addition to Linux. Their website, of course, lists all of their features offered to
Web Server Setup Series - Install & Configure CentOS Web Panel Paid Members Public
In the first article of the series, I’m going to start off setting up the web server using the CentOS web panel. CentOS web panel is a web hosting panel with a bunch of GUI tools to manage servers. The panel is designed to provide an easy and secure
12 Practical Examples Of wget Command In Linux Paid Members Public
Wget command is a useful GNU command line utility used to download files from the internet. This utility can download the files from servers using popular protocols like HTTP, HTTPS, and FTP. It runs in the background (non-interactive) and hence can be used in scripts and cron jobs. GNU Wget
PlayOnLinux For Easier Use Of Wine Paid Members Public
PlayOnLinux is a free program that helps to install, run, and manage Windows software on Linux. It can also manage virtual C: drives (known as Wine prefixes), and download and install certain Windows libraries for getting some software to run on Wine properly. Creating different drives using different Wine versions
ifconfig Commands To Configure, Monitor And Debug Network Interface Paid Members Public
Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed. If no arguments are given, ifconfig displays the status of the currently active interfaces.