Menu
TAG

how-to

How to Set Proxy in Linux: A Step-by-Step Guide
Linux Tutorials 3 min read

How to Set Proxy in Linux: A Step-by-Step Guide

Setting up a proxy in Linux allows you to route your network traffic through an intermediary server, enhancing privacy, security, and access control. Whether you’re using a Linux distribution such as Ubuntu or Kali Linux, this article will teach you to set proxy in Linux. We will cover command-line and graphical methods to cater to user preferences. * How to Set Proxy in Linux * Installing Prerequisites * Configuring Proxychains * Setting Proxy in Applications * User

Linux TutorialsUncategorizedhow-to
What is SSH Key? How To Generate SSH Key in Linux?
Linux tools 2 min read

What is SSH Key? How To Generate SSH Key in Linux?

SSH is short for Secure Shell. Secure Shell is a network protocol that provides administrators with a secure way (with encryption) to access a remote computer. it allows an administrator to log into virtual space server with an SSH key instead of a typical password. This eliminates the usual weakness of cracking passwords since SSHs almost can not be deciphered or cracked. So how exactly does this work? Let’s find out in this tutorial. SSH works using a key pair; the public key and th

Linux toolsUncategorizedhow-to
Best Ways To Use Android Apps In Ubuntu
Linux Tutorials 4 min read

Best Ways To Use Android Apps In Ubuntu

Android, the most-used mobile operating system worldwide with tons of users, daily updates, releases and much more. So what if we could run some Android applications on your Linux distro? Play your android preferred game on a bigger screen? In this article, we will talk about a few available (but good) Android Emulators that allow us to run android in Linux. But first, let us see some android statistics.   Android Statics * More than 1.4 billion users * 87.7% of global share (Nove

Linux TutorialsUncategorizedhow-to
Etcher - Burn Images To SD Card & Make Bootable USB
Reviews 4 min read

Etcher - Burn Images To SD Card & Make Bootable USB

So for a distro hopper like me, one very useful tool is USB-ISO-MAKER. I always need to have these tools at my disposal as I am always testing out distros. For a long time, I have resorted to Rufus on Microsoft Windows as my most trusted USB ISO MAKER, and for all these times, I must confess, it has served me well. But the problem with Rufus, it requires Windows. So I have been looking for similar tools on Linux but they always seem to be unreliable sometime. The very popular Unetbootin

ReviewsUncategorizedhow-to
How To Install Ruby on Rails in Ubuntu 16.04
Linux Tutorials 3 min read

How To Install Ruby on Rails in Ubuntu 16.04

Hey, everyone. Today we will be setting up “ruby on rails” in one of the latest versions of ubuntu i.e. 16.04. We will go for rvm (Ruby Version Manager) which will let you manage work and switch between multiple ruby environments. I will provide screenshots and pictures (wherever I can) and the steps without hectic, so you guys can easily setup up and start app development quickly. Let us start. Step 1 We will install rvm, which is pretty simple to install.Firstly request a key to

Linux TutorialsUncategorizedhow-to
Top Interesting cron Jobs To Run On Linux
Linux tools 6 min read

Top Interesting cron Jobs To Run On Linux

A cron job is a scheduling service on Linux/Unix operating systems. These are simply a set of commands that are run periodically to do various tasks mostly used by system administrators and other users to do mundane tasks and procedures automatically with no user interaction. One can setup commands or scripts which run repeatedly at a prescribed time.   Cron is one of the most important and useful tools in Linux systems. The cron service (daemon) runs in the background and constantly che

Linux toolsUncategorizedhow-to
Ways To Encrypt Files In Linux
Uncategorized 4 min read

Ways To Encrypt Files In Linux

One of the most important things for any user is the security, if a user is running a vulnerable system, his information is in danger. If you want to have your information insured, you must do more than having a strong operating system, you must encrypt your files. There are a lot of software to encrypt files, but we’re in Linux. In this article, you’re going to know the most popular and secure ways to encrypt your information. GNU Privacy Guard GNU Privacy Guard, mos

Uncategorizedhow-to#Import 2024-11-04 15:59
How to Install Nvidia Drivers on Ubuntu: Step-by-Step Guide
Linux Tutorials 4 min read

How to Install Nvidia Drivers on Ubuntu: Step-by-Step Guide

To Install Nvidia drivers on Ubuntu and other Linux distros is a breeze with this simple guide. In this article, you will learn how to download and install the correct graphics driver packages for your system, ensuring that you get the best performance out of your GPU. 1. Install Nvidia drivers on Ubuntu 1. Nvidia PPA 2. Remove older Nvidia driver 3. Uninstall nvidia drivers from Ubuntu 4. Upgrading nvidia drivers in Ubuntu 5. Install Nvidia drivers In Fedora 2.

Linux TutorialsUncategorizedhow-to
How To Do CentOS Minimal Install?
Linux Tutorials 3 min read

How To Do CentOS Minimal Install?

CentOS 7 is a Linux distribution targeted for enterprise use and is kind of like the free version of Red Hat Enterprise Linux. You can grab a copy of it from the official website. I’m gonna write specifically about installing the CentOS minimal edition.   Download CentOS Minimal You can get the CentOS Minimal iso from the download page. CentOS Minimal Installation After you get ISO, follow these steps and you’ll get it up and running in no time. * First, crea

Linux TutorialsUncategorizedhow-to
How To Install Arch Linux Easily - Step By Step Guide
Arch Linux 6 min read

How To Install Arch Linux Easily - Step By Step Guide

The command line setup makes Arch Linux one of the most complicated Linux distros to install. Installing Arch Linux has always been a headache for Linux beginners. In this article, I will teach you how to install Arch Linux – step by step. * How to install Arch Linux? * Install Arch Linux from USB * Conclusion * 10 Steps To Secure Linux Server + {Bonus Tips} How to install Arch Linux? First, you must select your installation source, in this tutorial, I use a

Arch LinuxLinux TutorialsUncategorized
How to Add a User in Linux: A Step-by-Step Guide (GUI + CLI)
Linux Tutorials 3 min read

How to Add a User in Linux: A Step-by-Step Guide (GUI + CLI)

Adding a user in Linux is simple. It can be done through the command line interface. Users are important for managing access to files and system settings and creating a new user can be useful for granting specific permissions or separating different users’ activities. Here’s how to add a user in Linux. Users are accounts in Linux that define the level of access to particular files and system settings. Usually, you already create a user when you install the OS for the first time but you m

Linux TutorialsUncategorizedhow-to
3 Easy Ways To Change Ubuntu Password
Linux Tutorials 3 min read

3 Easy Ways To Change Ubuntu Password

Ubuntu is a popular Linux-based operating system known for its user-friendly interface and robust security features. One of the essential aspects of maintaining a secure Ubuntu system is regularly changing the password. Changing the password of your Ubuntu account is a straightforward process that can be accomplished in a few simple steps. In this article, we will walk you through the steps to change Ubuntu password, ensuring your system remains secure. It is highly recommended to c

Linux TutorialsUncategorizedhow-to