Useful tips for everyday
Does Linux Mint support 32bit? Users can continue to download Linux Mint 19.1 32-bit, install it, and use it as normal (the perks of being…
Can Wine run DOS programs? Wine does not have good support for MS-DOS, but starting with development version 1.3. 12, Wine tries running MS-DOS programs…
What is difference between killall and kill command? The main difference between these tools is that kill terminates processes based on Process ID number (PID),…
Is there a problem with the Debian Installer? Package: debian-installer Severity: important Subject: debian-installer: Installer hangs during ‘select and install software’ Dear Debian team During…
How to run Linux GUI apps on Windows? You can now preview Windows Subsystem for Linux (WSL) support for running Linux GUI applications (X11 and…
What do you need to know about resolv.conf? /etc/resolv.conf DESCRIPTION top The resolver is a set of routines in the C library that provide access…
How do I get my partition space back? How to… Step 1: Scan Hard Disk for deleted partitions. If partition was deleted the space on…
How do I remove a specific character from an array? Approach: Get the array and the index. Form an ArrayList with the array elements. Remove…
How do I find my sound device? Press the Windows key + Pause key. In the window that appears, select Device Manager. Click the Arrow…
How do I exit between shell scripts? To end a shell script and set its exit status, use the exit command. Give exit the exit…