Latest Tutorials
How to Install Multiple Discourse Containers on the Same Server
Installing multiple Discourse forums is not straightforward but it's not difficult either. Here are the steps to install multiple Discourse forums in Docker containers on the same Linux server.
ยท Avimanyu Bandyopadhyay
Checking Spellings in Linux Command Line
Linux command line is versatile. There are commands that can be used to perform spellcheck and find out misspelled words. Here's how!
ยท Abhishek Prakash
Learning Resources for CompTIA A+ Certification Exam
Preparing for CompTIA A+ certification? Here are some free and premium resource to help you pass this exam with flying colors.
ยท Ankush Das
Setup Visual Monitoring of InfluxDB Time Series Data in Grafana
Here's a step-by-step beginner's guide to setup visual monitoring of InfluxDB time series data in Grafana.
ยท LHB Community
5 Examples of Python While Loop
Wondering how to use while loop in Python? These 5 code snippets show how while loop is used in Python scripts.
ยท Ankush Das
Group Management Commands in Linux
Group is an essential part of Linux system management and security. Check out various commands that you can use for managing groups in Linux.
ยท Abhishek Prakash
How to Exit a Docker Container
This quick little docker tip shows how to exit a docker container.
ยท Abhishek Prakash
How to Remove User From Group in Linux [Quick Tip]
Learn how to remove a user from a specific group in Linux command line.
ยท Abhishek Prakash
Install and Configure Webmin to Manage Linux Servers Remotely and Graphically
Learn to install and configure Webmin to manage Linux servers remotely and graphically.
ยท LHB Community
groupmod Command Examples
Learn how to modify group properties like group name and group ID with the groupmod command in Linux.
ยท Abhishek Prakash
groupdel Command Examples
Learn how to delete a group in Linux using groupdel command. Also learn what to do with files owned by the deleted groups.
ยท Abhishek Prakash
How to Install and Configure Grafana
Grafana is one of the most famous open source tools for monitoring and get information from several data sources. Learn to install and set up Grafana on Ubuntu.
ยท LHB Community
groupadd Command Examples
The groupadd command in Linux creates new groups. Learn how to use groupadd command to add new groups in Linux.
ยท Abhishek Prakash
Python Basics: How To Print in Python?
See how to print something in python. Also learn how to avoid some common mistakes while printing in Python.
ยท Ankush Das
Export Command in Linux Explained
The export command in Linux is used for creating environment variables. Understand how it works and how you can use export command for practical usage.
ยท Abhishek Prakash
How to Disable Swap in Linux
In scenarios like changing the swap size, you should disable the swap first. This quick tutorial shows the steps for disabling swap in Linux.
ยท Abhishek Prakash
Writing Comments in Bash Scripts: Single Line, Inline and Multi-line Comments
Wondering about comments in bash script? Here's how to add single, inline or multiline comments in Bash scripts.
ยท Abhishek Prakash
How to Use Jobs Command in Linux
The jobs command in Linux allows the user to directly interact with processes in the current shell. Here's how to use it.
ยท Christopher Murray
who Command Examples
The who command in Linux lists all logged-in users on the system. Here's how to use it to get various information about logged users.
ยท Abhishek Prakash
What is Source Command in Linux and How Does it Work?
The source command is a handy utility that can be used to refresh environment variables among some other things.
ยท Christopher Murray
Guide to Install TensorFlow On Ubuntu
Complete beginner's guide that teaches you to install TensorFlow on Ubuntu in easy to follow steps.
ยท Ankush Das
How to Run Docker Containers
In this Docker tutorial, you'll learn various ways of running a container along with the explanation of various options that are used.
ยท Abhishek Prakash
How to Use Linux Screen Command [Essential Guide]
The screen command in Linux allows you to use multiple virtual terminals that can be saved by name and reopened using keyboard shortcuts. Here's how to use it.
ยท Christopher Murray
chown Command Examples
The chown command in Linux enables you to change the user and group ownership of a file or directory. Learn to use chown with some practical examples.
ยท Abhishek Prakash
How to Remove Docker Containers
Remove a specific container or all belonging to same image or all of them. Learn how to remove docker containers in various situations with these practical examples.
ยท Abhishek Prakash
Check if String Contains a Substring in Python
In this Python tutorial, you'll learn various methods to check for substring inside a string with proper code examples.
ยท Ankush Das
Schedule Jobs in Linux With 'at' Command
The at command in Linux can be used to schedule jobs that do not run on a regular schedule. Learn how to use the at command.
ยท Christopher Murray
usermod Command Examples
The usermod command in Linux allows you to modify a user account in various ways. Check out what settings you can modify in this tutorial.
ยท Abhishek Prakash
userdel Command Examples
If you want to delete an existing user in Ubuntu or any other Linux distribution, you can use the userdel command in the terminal.
ยท Abhishek Prakash
useradd Command Examples
The useradd command lets a superuser create a new user account on Linux. Here's how to use the useradd command with various options.
ยท Abhishek Prakash