Category: Linux

Which linux mint version is best?

Your laptop has enough power to run the Main Edition with no problems whatsoever. Which version of Linux Mint is best? The most popular version of Linux Mint is the Cinnamon edition. Cinnamon is primarily developed for and by Linux Mint. It is slick, beautiful, and full of new features. So, if you do not […]

What version of linux do I have?

Find out at command line. Open the terminal application and type the following command to see Linux version: hostnamectl Look for “Operating System” in above screen shot. One can use the grep command or egrep command as follows: hostnamectl | grep “Operating System” hostnamectl | egrep “(System|Kernel)” Sample outputs: Operating System: Cent. OS Linux 7 […]

What is a linux kernel?

A Linux kernel is a monolithic kernel, which essentially means that almost the entire work of the Operating System is handled by the kernel itself. The term Linux-like has also been applied to the Embeddable Linux Kernel Subset, which does not include the full mainline Linux kernel but a small modified subset of the code. […]

What does windows subsystem for linux do?

The Windows Subsystem for Linux lets developers run a GNU/Linux environment — including most command-line tools, utilities, and applications — directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. Another frequent inquiry is “What is Windows Subsystem for Linux?”. V The Windows Subsystem for Linux lets developers run a […]

Should I use linux for gaming?

The short answer is yes; Linux is a good gaming PC. … First, Linux offers a vast selection of games that you can buy or download from Steam. From just a thousand games a few years ago, there are already at least 6,000 games available there. As Linux is known for performance, stability and security […]

Can a linux server provide mta?

Exim is a free MTA developed for Unix-like operating systems such as Linux, Mac OSX, Solaris and many more. Exim offers a great level of flexibility in routing mail on a network, with outstanding mechanisms and facilities for incoming mail monitoring. MTA’s are installed on a mail server and email clients such as Mozilla Thunderbird, […]

Can linux get malware?

After all, vendors told them so for many years. To be honest, the answer is No! There is no operating system on earth can be 100% immune to malware and viruses. But Linux still never have such widespread malware infection as it’s compared to Windows. This begs the inquiry “Can Linux servers be used for […]