Menu
TAG

Linux Tutorials

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
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
Complete Setup Tutorial For Lighttpd, A Lightweight Web Server
Linux Tutorials 6 min read

Complete Setup Tutorial For Lighttpd, A Lightweight Web Server

There is a web server that is very conservative in its resource usage and memory footprint. That server is known as lighttpd (pronounced ‘lighty’). Setting one lighttpd instance can be a bit tricky, so this tutorial serves as a clear guide on how to properly configure a lighttpd server on Linux. Understanding the configuration file for each web server instance is key to successfully running lighttpd. This tutorial will also cover adding PHP support for your web servers.   Lighttpd 

Linux TutorialsUncategorizedtutorial
Record Terminal Activity For Ubuntu 16.04 LTS Server
Linux Tutorials 2 min read

Record Terminal Activity For Ubuntu 16.04 LTS Server

At times system administrators and developers need to use many, complex and lengthy commands in order to perform a critical task. Most of the users will copy those commands and output generated by those respective commands in a text file for review or future reference. Of course, the “history” feature of the shell will help you in getting the list of commands used in the past but it won’t help in getting the output generated for those commands. Luckily there exists a simple and time-savi

Linux TutorialsUncategorizedhow-to
Creating Virtual Disks Using Linux Command Line
Linux Tutorials 4 min read

Creating Virtual Disks Using Linux Command Line

Linux is indeed a great system with excellent tools at our disposal. There are lots of things that can be achieved using the terminal. One such activity is creating virtual hard drives. Your Linux system should already have the tools required to do this without the need for virtual machine software.   NOTE: This tutorial only covers creating fixed-size disk images whose partitions can be mounted using Linux. Virtual machine programs like VirtualBox allow you to create dynamically expandi

Linux TutorialsUncategorizedtutorial
How To Make Good Use Of 'grep' Command
Linux Tutorials 4 min read

How To Make Good Use Of 'grep' Command

Linux and UNIX systems come with a shell command known as ‘grep’. This simply looks for a specified text, or pattern, in a file or an entire directory. The most common usage is for quickly searching a file for occurrences of a pattern, which can be in plain text, or in the form of a regular expression. Here, the patterns used will be simple text rather than regular expressions.   This article will show you how to use grep when searching through text files for one or more patterns. How to

Linux TutorialsUncategorizedhow-to
How To Start Learning A Programming Language
Linux Tutorials 4 min read

How To Start Learning A Programming Language

Have you ever wonder how everything works? From Smartphones Operating Systems to even each and every Linux Distro and every Operating System created by Microsoft and Apple.  How does it play my favorite music? How does it save my files to the cloud? How does actually everything work? All these questions are answered with one big bolded and all capital “PROGRAMMING”.So, you might be asking yourself, “yeah I know programming runs all but, how should I start and from where?” In this article

Linux TutorialsUncategorizedhow-to
Store Files In An Encrypted Image
Linux Tutorials 4 min read

Store Files In An Encrypted Image

Imagine this scenario: you have files on your computer that you would much rather keep safe. Such files could contain sensitive data such as passwords and bank details. Keeping them on your computer is a convenient solution; however, if your computer was hacked or stolen, someone could easily access your files if your drive wasn’t encrypted. Passwords to unlock your PC are no object to someone who knows what they are doing, especially passwords that are ridiculously weak. There is a way

Linux TutorialsUncategorizedhow-to