how-to

Install Windows 10 In Virtualbox On Linux

How To Install Windows 10 In Virtualbox On Linux Members Public

You might be a developer and just want to try out your application in a Windows environment, or just want the thrill of doing something in Windows 10. Well, the solution might be as easy as using Virtualbox to install windows 10 unlike installing it on your machine, which may

sohail
sohail
Linux Tutorials
boot into linux command line

How To Boot Into Linux Command Line Members Public

There may be times where you need or want to boot up a Linux system without using a GUI, that is with no X, but rather opt for the command line. Whatever the reason, fortunately, booting straight into the Linux command-line is very simple. It requires a simple change to

sohail
sohail
Linux Tutorials
How To Create Or Increase Swap Space In Linux

Swap Space in Linux: How To Increase Swap Space In Linux Members Public

So it has been long since you started using Linux. Now that you’re enjoying what Linux has to offer, one of the things you often come across is the Swap Space. In this article, I will discuss Swap Space in Linux, its importance, when it’s required, and how

sohail
sohail
Linux Tutorials
Remove GUEST Session From Ubuntu Login Screen

Remove GUEST Session From Ubuntu Login Screen Members Public

A guest session on Ubuntu allows having a temporary user account and access the Ubuntu machine.  The desktop of a guest session looks like it does when a regular user logs in.  Behind the scenes, Ubuntu controls the access privileges for a guest session. The official definition of guest session

sohail
sohail
Linux Tutorials
how to use grep command in linux

How To Use grep Command (With Examples) Members Public

Grep short for Global Regular Expression Print is a command line utility for searching lines in text based data to match a particular regular expression.   How to use grep command Grep is extremely simple to use, I have a text file on my Desktop with the following text.   Now let’

sohail
sohail
Linux tools
Dual Boot Ubuntu And Arch Linux

Dual Boot Ubuntu And Arch Linux Members Public

Dual booting Ubuntu and Arch Linux is not as easy as it sounds, however, I’ll make the process as easy as possible with much clarity. First, we will need to install Ubuntu then Arch Linux since it’s much easier configuring the Ubuntu grub to be able to dual

sohail
sohail
Linux Tutorials
internet speed test in terminal

speedtest-cli - Internet Speed Test In Linux Terminal Members Public

I doubt there is a better alternative to Ookla’s speedtest when it comes to testing our internet speed. Once in a while, we all like to test our internet speed by visiting their website. Wouldn’t it be a lot cooler if we could test our internet speeds by

sohail
sohail
Linux Tutorials
zombie processes in linux

What Are Zombie Processes And How To Find & Kill Zombie Processes? Members Public

If you are a regular Linux user, you must have encountered the term ‘Zombie Processes’. So what are the Zombie Processes? How do they get created? Are they harmful to the system? How do I kill these processes?  Keep reading for the answers to all these questions. What are Zombie

sohail
sohail
Linux Tutorials