10 Cool Linux Terminal Programs for Ubuntu

Command line tools might seem nerdy but they are often faster and more resource efficient than ‘full fat’ GUI alternatives. 1. btop++ (System Monitor) Monitoring your computer’s resource usage is a bonafide geek past-time up there with memorising the periodic table, quoting Star Wars, and playing table-top role playing games […]

Continue Reading

How to make a .onion site

The Tor browser is a powerful free tool for browsing the internet anonymously that also unlocks a portion of the deep web in the form of .onion addresses. If you own or are looking to create a website, you may want to learn how to create a .onion site to […]

Continue Reading

Vulnerability allowing an update to be released for any package in the NPM repository

GitHub has disclosed two incidents in the NPM package repository infrastructure. On November 2, third-party security researchers ( Kajetan Grzybowski and Maciej Piechota ) as part of the Bug Bounty program announced a vulnerability in the NPM repository that allows you to publish a new version of any package using your account, which is not authorized to perform such updates. […]

Continue Reading

How to Reset Password in Kali Linux

Hello Guys Welcome Back to Linuxtips. My Name is Manikantasripadi. Did you forget the root password to your system? If so, worry not! This article will show you how to reset the root password in Kali Linux. Kali Linux is the number one security operating system of today, and this […]

Continue Reading

How Do MySQL Backup and Restore Commands

This article shows you several practical examples on how to perform various backup operations of MySQL databases using mysqldump command and also we will see how to restore them with the help of mysql and mysqlimport command in Linux. mysqldump is a command-line client program, it is used to dump local or remote MySQL database or collection of databases for backup into […]

Continue Reading

20 Linux commands every sysadmin should know

Hello Guys Welcome Back to Linuxtips. My Name is Manikantasripadi. If your application isn’t working—or you’re just looking for more information—these 20 commands will come in handy. 1. Command: ifconfig ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. […]

Continue Reading