tutorial

DOSBox Part 1 Introduction Startup Scripts and The Keymapper

DOSBox Part 1: Introduction, Startup Scripts and The Keymapper 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

sohail
sohail
DOSBox
Creating Virtual Disks Using Linux Command Line

Creating Virtual Disks Using Linux Command Line 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

sohail
sohail
Linux Tutorials
Overview Of tcpdump With Examples

Overview Of tcpdump With Examples 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

sohail
sohail
Linux tools
lmms guide create melodies

LMMS Guide Part 1: Creating Simple Melodies Using Sounds And Instruments 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

sohail
sohail
LMMS
Install Configure CentOS Web Panel

Web Server Setup Series - Install & Configure CentOS Web Panel 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

sohail
sohail
Setup web server
12 examples of wget unity

12 Practical Examples Of wget Command In Linux 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

sohail
sohail
Linux tools
playonlinux for easier use of wine

PlayOnLinux For Easier Use Of Wine 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

sohail
sohail
Games
ifconfig Commands To Configure Monitor And Debug Network Interface

ifconfig Commands To Configure, Monitor And Debug Network Interface 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.

sohail
sohail
Linux tools