Linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel. Some of the most popular Linux distributions include Debian, Fedora, and Ubuntu.

www.linux.org

netdata local 736x491 - Netdata - Easy web system monitor setup

Netdata – Easy web system monitor setup

In many infrastructures it is possible that we need to control the performance of a computer or server. Performing this task manually is very complicated as we will most likely have to use several different tools, one to control each aspect...

dmidecode command 736x491 - 4 Commands to show Memory info in Linux

4 Commands to show Memory info in Linux

How much RAM does your computer have? and better, how can you get detailed information about your RAM? If you wanna upgrade your computer’s memory this information will be useful I found a command that gave me all the necessary information and...

remove script 736x412 - Remove shell script after usage

Remove shell script after usage

Here is a small script that does two things: Determinate script’s locationDelete the file #!/usr/bin/env bash // determinate where the script is SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) //...

passwd generate terminal - How to Create Secure Passwords from the Terminal

How to Create Secure Passwords from the Terminal

Studies on passwords show that people are still using the same passwords even through several years.The worst passwords are the same. This is a danger in our security, sooner or later we could be hacked. Take a look of the summary of the worst...

screenkeyh1 736x491 - Screenkey – show your keystrokes

Screenkey – show your keystrokes

Screen key is a simple but complete application that will allow us to capture on screen the keystrokes that we do while recording: Screenkey. Screenkey gives us the possibility of showing on screen the keystrokes in a nice way and with enough...

6565985 736x491 - Switch from Windows to Ubuntu - complete customization guide

Switch from Windows to Ubuntu – complete customization guide

I’ve been thinking about switching from Windows 10 to Linux for a while, and I finally did it a few days ago. I had some difficulties switching from Windows because most of the features that Windows have We take for granted and Linux ubuntu 21...

default root terminal ubuntu 736x365 - Run terminal as root user by default in Ubuntu

Run terminal as root user by default in Ubuntu

Edit the sudoers file with: sudo visudo visudo is a command created with the sole purpose of locking the configuration file for sudo command located at /etc/sudoers Add to the end of the file: <username> ALL=NOPASSWD: ALL Syntax is...

explain a2 736x491 - explainshell.com – learn about terminal commands

explainshell.com – learn about terminal commands

There are a lot of commands available in the Linux terminal. The usual way to learn Linux terminal commands is through experience. The fastest method we have to do know a command is the man command itself, through the following syntax: man...

image 38 736x337 - Using wget to download files from Google Drive

Using wget to download files from Google Drive

Step 1. Go to Google Drive and right-click on the file that you wish to download, then go to Share Step 2. Click the Change button at the bottom of the dialog box to Anyone Step 3. Copy the link and from it simply take the FILEID: Step 4. Change the...