Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Category - Commands

Linux Commands

  • Commands

Top 5 Open-Source Web Servers on Linux

by Free Linux
2 min read
Add Comment

My Top 5 Open-Source Web Servers on Linux (2021) 1.Apache is a free and open-source cross-platform web server software and actively maintained by the Apache Software Foundation. It is the most popular web server in the world as...

Continue reading

  • Commands

Top 5 Commands to display Hardware Information on Linux

by Free Linux
6 min read
Add Comment

Top 5 Commands to show Hardware Inventory Information in Linux 1.lshw (list hardware) DESCRIPTION lshw is a small tool to extract detailed information on the hardware configuration of the machine. It can report exact memory...

Continue reading

  • Commands

Top 3 Command Line Text Editors for Linux

by Free Linux
4 min read
Add Comment

My Top 3 Terminal Text Editors for Linux: 1.vi/vim (vim-minimal/vim-enhanced) Vi IMproved, a programmer’s text editor DESCRIPTION Vim is a text editor that is upwards compatible to Vi. It can be used to edit all kinds of...

Continue reading

  • Commands

Top 5 Favorite Command Line Web Browsers for Linux

by Free Linux
1 min read
Add Comment

Below are my top 5 favorite Linux’s text-based or command line web browsers. The sample look screencapture was done using putty ssh session, using default appearance. lynx Redhat-based/CentOS: yum install...

Continue reading

  • Commands

NET-TOOLS vs IPROUTE Cheat Sheet (ifconfig vs ip)

by Free Linux
3 min read
Add Comment

The net-tools has been deprecated and plans to obsolete was stated from debian-devel mailing list around 2009 ( ) . As per the post, it says: It doesnt support many of the modern features of the linux kernel, the interface is far...

Continue reading

  • Commands
  • Tutorials

Top 5 Basic Steps to Troubleshoot Network in Linux

by Free Linux
7 min read
Add Comment

1.Find if your interface has IP address, it’s either obtained dynamically via DHCP server or manually configured using static configuration. You can either use commands from the “iproute”  or...

Continue reading

  • Commands
  • Tutorials

Top 10 Basic virsh commands for KVM Hypervisor management

by Free Linux
3 min read
Add Comment

The virtual shell or  virsh program is the main interface for managing virsh guest domains. This program can be used to list, create, pause, and shutdown domains. 1. Display information about the hypervisor virsh nodeinfo Sample...

Continue reading

  • Commands
  • Tutorials

Top 20 Must Know Basic Commands in Linux with Examples Part 2

by Free Linux
8 min read
Add Comment

11. chmod-command to change file mode bits. This is used to assign or change permissions of files and directories. We need to understand first the file permission Three types of permissions (can assign using the text(r,w,x) or...

Continue reading

  • Commands
  • Tutorials

Top 20 Must Know Basic Commands in Linux with Examples Part 1

by Free Linux
9 min read
Add Comment

Here’s the list of basic commands a Linux user  needs to know and familiarize  for them to feel comfortable in working with command line interface/shell/terminal. We all know that mostly all Linux distribution now comes...

Continue reading

  • Commands

Basic Linux commands part 2

by tux
4 min read
Add Comment

This is the list of commonly used commands in systems administration. Clocks hwclock Manage hardware clock. netdate Set clock according to host’s clock. rdate Manage time server. zdump Print list of time zones. zic Create...

Continue reading

Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About