Menu
TAG

Uncategorized

How To Send Encrypted Emails In Linux
Linux Tutorials 3 min read

How To Send Encrypted Emails In Linux

Though social media has reduced the need for sending emails but still for almost all professional reasons we send emails. Our emails are the online letters and contain useful information hence the information must be protected. In this article, we’ll discuss how we can send encrypted emails in Linux   First, you must have an email client installed. There are many free and open-source email clients available and you can install any one of them. I have written an article on free and open-source

Linux TutorialsUncategorizedhow-to
Linux Command Line Browser To Surf Internet
Linux tools 3 min read

Linux Command Line Browser To Surf Internet

One of the most used applications by every user independently to any operating system is the Web Browser. At present, the entire world can be see through the Internet, a great percentage of our activities are made using a web browser to get access to the Internet.   There are several alternatives to choose the best web browser for each of us, but what happens if our system doesn’t have a graphical interface? There are some web browsers that work on the terminal or command line, the command l

Linux toolsUncategorizedtutorial
Top Security Centric Linux Distributions
Uncategorized 4 min read

Top Security Centric Linux Distributions

There are a lot of reasons to choose a security-centric Linux distribution to test your network and system as in ethical hacking or penetration testing or security analysis. Are you looking? Luckily for you, there are a lot of them available for use. So let’s dive in and look at the best security-centric Linux distributions.   Best Security Centric Linux Distributions 1. Kali Linux Kali Linux is the first name when it comes to penetration testing and hacking and it is being d

Uncategorizedreview#Import 2024-11-04 15:59
Black Lab Linux Distribution
Reviews 4 min read

Black Lab Linux Distribution

Today we are going to talk about Black Lab Linux. It is one of the most popular Linux distributions for penetration testing. It is based on Ubuntu and the version 7.7 is based on Ubuntu 14.04 LTS Trusty Tahr.   Testing Machine The PC used for testing has an Intel Pentium processor and two gigs of RAM. Black Lab Linux is installed on USB 2.0 thumb drive (not live USB).   Boot And Shutdown Duration The boot speed is not so bad. Download Black Lab Linux

ReviewsUncategorizedreview
Best Lightweight Linux Distros in 2023
Linux Distributions 4 min read

Best Lightweight Linux Distros in 2023

Hey friends! Today I am going to discuss the top lightweight Linux distros you can try this year on your computer. Although you got yourself a pretty Linux distro already, there is always something new to try in Linux. Remember I recommend trying this distro in VirtualBox first or with the live boot before messing with your system. All distros that I will mention here will be new and somewhat different from regular distros.   Best Lightweight Linux Distros To Try In 2023 NuTy

Linux DistributionsUncategorizedreview
How To Create Shell Scripts
Linux Tutorials 4 min read

How To Create Shell Scripts

Having to type the same command over and over again can be a daunting task and tiresome for that matter. The shell scripts are really easy to create and run saving you from a lot of misery and anguish if you really prefer using the terminal over using the GUI for running tasks.   We are going to use the inbuilt nano editor to create a shell script. The shell scripts usually have a “.sh” extension. Type “nano” in the terminal to open the nano editor. The command will open nano as foll

Linux TutorialsUncategorizedhow-to
5 Best Linux Password Managers
Linux tools 6 min read

5 Best Linux Password Managers

How do you keep track of a ton of user accounts and passwords in this online age? I hope you do not use one password for all your online accounts as that is not safe. You need to come up with unique and secure passwords for all your online services and accounts. So how do you manage or keep track of these passwords? In your memory? Come on! I recommend you use a password manager. Password managers will allow you to store login information (usernames and passwords) for all your online accou

Linux toolsUncategorizedreview
Linus The Man Behind Linux
Linux 3 min read

Linus The Man Behind Linux

Well, we all have heard somewhere (if not using it already) about Linux an Operating System that hardly gets a virus, that runs applications created to run only on Linux and can’t run Windows and macOS applications (at least not out of the box), and it’s free, as in free beer or as in speech. But how was Linux created? Why is it free? Who created it?     About Linus Linus Benedict Torvalds is a Finnish software engineer born on December 28, 1969. Son of two Journalists named Anna a

LinuxUncategorizednews
Tips To Speed Up Ubuntu
Linux Tutorials 3 min read

Tips To Speed Up Ubuntu

Chances are that your Ubuntu desktop will run so smooth. You will wonder why you did not switch from those other slow loading desktop operating systems (looking at you Windows). Ubuntu runs smoothly on most modern machines and older machines using variants such as Lubuntu, Xubuntu and Ubuntu MATE are going to be very impressive. Very few times, your experience can get poorer on your Ubuntu desktop. So there are a few tips to speed up Ubuntu.   But why is my computer running slow in the first

Linux TutorialsUncategorizedhow-to
Gimp Photo Editor A Free Photoshop Alternative
Reviews 4 min read

Gimp Photo Editor A Free Photoshop Alternative

So Photoshop is the industry standard for photo editing but it is going to cost you as high as $600 a year. If you are looking for something arguably as good but cheaper as free, then you’ve got to go with GIMP. GNU Image Manipulation Program (GIMP) is a cross-platform image editor available for GNU/Linux, OS X, Windows, and more operating systems. So how good is GIMP? Can it effectively replace Photoshop? How far Let’s take a look.   Gimp Photo Editor GIMP is a very powerful image

ReviewsUncategorizedreview
Best Windows Like Linux Distributions For New Linux Users
Linux Distributions 3 min read

Best Windows Like Linux Distributions For New Linux Users

Hey new Linux users, you may be wondering that which Linux distro to choose after seeing so many distros based on Linux. Most of you might be switching from Windows to Linux and want those distros which are easy and simple, resemble like windows. So today I will cover those Linux distros whose Desktop Environment is much similar to windows, so let’s start.     Linux Mint The first distro on my list is the famous Linux distro i.e. “Linux Mint”. You might have heard about Linux m

Linux DistributionsUncategorizedreview
What Is NVM (Non-Volatile Memory)?
Linux Tutorials 3 min read

What Is NVM (Non-Volatile Memory)?

NVM or Non-volatile memory is a type of computer memory that can store all the data present in it regardless of the memory has power or not. In simple words, if the power to memory is disabled then it will still be able to hold the data stored in it.   They are totally opposed to the volatile memory in which the data is completely erased as soon as the power is disabled. Also unlike Volatile memory, non-volatile memory does not need to be refreshed periodically. Some examples of Non-volatile

Linux TutorialsUncategorizedtutorial