Menu
TAG

Uncategorized

How Linux Can Make Your Life Easier
Linux Tutorials 4 min read

How Linux Can Make Your Life Easier

Linux is an Operating System (more specifically a kernel) that provides an interface between the computer hardware and the user. Like Microsoft Windows and OS X, Linux provides a platform to the users, enabling them to carry out their daily chores on their beloved computer. And in case you dual-booted or installed Linux on your computer or are just curious to know how Linux can make your life easier, then, you are at the right place. You might have heard the term “Linux distro” or “Linux

Linux TutorialsUncategorizedhow-to
How To Install Kali Linux In Android Phone
Linux Tutorials 4 min read

How To Install Kali Linux In Android Phone

Thanks to the Linux deployment team now the great wall separating android users from kali has weakened and fallen. It has been a long journey integrating Linux system on advanced RISC machine devices. It started with Ubuntu and now we have a Kali version that can run on your android device. Isn’t that great? Great indeed. Kali Linux is a penetration testing Linux distro mainly used by digital forensics and cryptographers. Follow me and I will show you how to install Kali Linux on your an

Linux TutorialsNewUncategorized
Here Is What's New In Fedora 28
Fedora 5 min read

Here Is What's New In Fedora 28

For those who don’t know about this Linux distro, Fedora is one of those Linux distributions that comes released with cutting-edge software rather than staying on the same boat with other distributions that prefers stability. Fedora comes in three flavors: Workstation, Server, and Atomic. I’ll be reviewing Fedora Workstation; used by many developers and users as their general purpose computing platform. Read on below to learn and discover what’s new in Fedora 28.   Fedora 28 Installatio

FedoranewsUncategorized
Linux Network Management with "netstat"
Linux tools 4 min read

Linux Network Management with "netstat"

The netstat (short for network statistics) command line tool helps in retrieving information such as network connections, network interfaces in use, routing tables, masquerade connections.  It lists out all the TCP, UDP socket connections, and the UNIX socket connections. The common test case that almost everybody encounters to see whether a given background process says a web server running or not on the specified port. Apart from this kind of simple yet powerful test case, netstat is h

Linux toolsUncategorizedtutorial
10 Best Raspberry Pi Operating Systems In 2023
Raspberry Pi Series 5 min read

10 Best Raspberry Pi Operating Systems In 2023

The Raspberry Pi is a revolutionary device that has taken the computing world by storm since its release in 2012. Developed by the Raspberry Pi Foundation, this small and affordable computer was designed to promote the teaching of basic computer science in schools. However, its widespread availability and versatility have made it an incredibly popular tool for DIY enthusiasts, hobbyists, and professionals in various industries. * 10 Raspberry Pi Operating Systems * 10. Pidora (Di

Raspberry Pi SeriesUncategorizedreview
Complete Tutorial On How To Setup SSH Keys & SSH Connections
Linux Tutorials 4 min read

Complete Tutorial On How To Setup SSH Keys & SSH Connections

SSH is a famous way to connect to remote machines securely and easily. You can use SSH to connect to your cloud server/VM or a friend’s PC or almost anyone remotely to perform certain activities you want. For instance, I use SSH to connect to my Google Cloud Console so that I can manage my VM via my terminal rather than opening an ssh connection in the browser. Your reason can be different but in the end, the goal is to connect to a remote machine locally. There are different ways on how

Linux TutorialsUncategorizedtutorial
How To Download And Set Up Firefox Quantum On Debian Stretch
Linux Tutorials 2 min read

How To Download And Set Up Firefox Quantum On Debian Stretch

Though Debian stretch is the latest version, it lacks one thing i.e., Firefox Quantum. However, it comes pre-installed with Iceweasel which is an ESR version of Firefox. Today, I’ll demonstrate through step by step instructions on how to download the latest version of Firefox from its official website (Mozilla) and then set it up as the default web browser on your computer. And succeedingly remove the ESR version of Firefox; if it bothers you. Download Firefox Quantum Download

Linux TutorialsUncategorizedhow-to
Make Ubuntu Bootable USB In Windows 10
Linux Tutorials 3 min read

Make Ubuntu Bootable USB In Windows 10

Ubuntu 18.04 LTS has recently been released and what’s better than trying out a freshly launched distro. Lucky for us, it is extremely easy to make an Ubuntu bootable drive that can not only be used for installing Ubuntu but you can use that to run Ubuntu live(without installing) as well. So let us begin step by step. Before we start, I am assuming you are on Windows 10, have a USB drive handy and have access to the internet.   Step 1 – Downloading Ubuntu ISO First of all, we nee

Linux TutorialsUncategorizedhow-to
Basics Of Compiling Software From Source Code In Linux
Linux Tutorials 3 min read

Basics Of Compiling Software From Source Code In Linux

From time to time, you may want or need to compile a software/program from the source code. This involves compiling C or C++ code into something we can execute in Linux. Depending on the software you wish to compile, it’s often unnecessary to do so. This is because your distribution will likely have the binary form of the program already in the software repositories. In fact, you should choose the binary packages over compiling from the source. One reason is that it could potentially int

Linux TutorialsUncategorizedtutorial
Setting Up LVM Partition On Linux Server
Linux Tutorials 4 min read

Setting Up LVM Partition On Linux Server

Think about this situation, you have a Ubuntu server and with your home videos or movies, books and other important files that are worth having a backup. You don’t have enough space on your laptop and also on your server the available space is almost gone. You go to a shop and buy a new HDD to make more space on your server but when you connect it and you run lsbk you see two different discs on your system and you can’t have for examples home videos1 and home videos2 because you want to get t

Linux TutorialsUncategorizedtutorial
Starting Up With Xubuntu
Linux Distributions 2 min read

Starting Up With Xubuntu

Hello newbies, welcome to the world of Ubuntu [oh wait there…] Xubuntu! So what’s fancy about this distro. Well, I say, lightweight, then, in turn, lights up this tiny bulb in your brain faster computing speed, resource-saving and … (you guess what’s more). Xubuntu is a variant of Ubuntu without GNOME as its default desktop environment. It comes with XFCE desktop environment, and X-F-C-E just pronounced as it is, is not an abbreviated word at all. What’s special about ‘X’ in Xubunt

Linux DistributionsUncategorizedtutorial
Raspberry Pi Series Part 3: From Purchase To Assembly
Raspberry Pi Series 3 min read

Raspberry Pi Series Part 3: From Purchase To Assembly

Welcome back to our Raspberry Series. This time we are going to touch on how to acquire a Raspberry, set up the raspberry with all the required peripherals and get the essential installations, especially a perfect Linux distro. We have laid all the basics. You have gained an inside look at what a Raspberry Pi is. It is about time Harry Potter acquired his magical wand and delved into an in-depth practical-oriented study of the Raspberry Pi. To do this it will require you to acquire a Ras

Raspberry Pi SeriesUncategorizedtutorial