How to Install Mosh Shell as SSH Alternative on Linux
Mosh, which stands for Mobile Shell is a command-line application which is used for connecting to the server from a client computer, over the Internet. It can be used as SSH and contains more
The post How to Install Mosh Shell as SSH Alternative on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: How to Manage Software Packages in Linux – Part 7
This article is Part 7 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage software packages in the Linux system. As a systems
The post LFCA: How to Manage Software Packages in Linux – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Gdu – A Pretty Fast Disk Usage Analyzer for Linux
In this article, we will take a look at gdu an open-source disk usage analyzer written in go. Gdu is inspired by godu, dua, ncdu, and df. The gdu tool is created for SSD
The post Gdu – A Pretty Fast Disk Usage Analyzer for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Install SQLite and SQLite Browser in Ubuntu
SQLite is a lightweight, small and self-contained RDBMS in a C library. Popular databases like MySql, PostgreSQL, etc. works in the client-server model and they have a dedicated process running and controlling all the
The post How to Install SQLite and SQLite Browser in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn to Manage Time and Date in Linux – Part 6
This article is Part 6 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage time and date settings in the Linux system. Time
The post LFCA: Learn to Manage Time and Date in Linux – Part 6 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn User Account Management – Part 5
As a Linux system administrator, you will be tasked with ensuring the smooth flow of all IT operations in your organization. Given that some IT operations are intertwined, a systems administrator usually wears many
The post LFCA: Learn User Account Management – Part 5 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.10 Best Udemy Google Cloud Platform Courses in 2021
Google Cloud Platform is a suite of cloud computing services that share its running environment with the same infrastructure that Google uses internally for its end-user products e.g YouTube, Gmail, and Google Search. It
The post 10 Best Udemy Google Cloud Platform Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Use Break and Continue Statements in Shell Scripts
In this article, we will take a look at how to use a break and continue in bash scripts. In bash, we have three main loop constructs (for, while, until). Break and continue statements
The post How to Use Break and Continue Statements in Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Use until Loop in Your Shell Scripts
In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block of code when a certain expression is evaluated. Until
The post How to Use until Loop in Your Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn Basic Networking Commands – Part 4
At any given time when using your PC which is connected to a router, you will be part of a network. Whether you are in an office environment or simply working from home, your
The post LFCA: Learn Basic Networking Commands – Part 4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.10 Best Udemy Android Development Courses in 2021
Android Software development involves creating applications for devices that are running the Android Operating System using Kotlin, Java, and C++ languages via the Android software development kit. Of course, it is possible to work
The post 10 Best Udemy Android Development Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Different Ways to Read File in Bash Script Using While Loop
This article is all about how to read files in bash scripts using a while loop. Reading a file is a common operation in programming. You should be familiar with different methods and which
The post Different Ways to Read File in Bash Script Using While Loop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn Basic Linux System Commands – Part 3
This article is Part 3 of the LFCA series, here in this part, we will list 24 of the most widely used Linux system administration commands that are required for the LFCA certification exam.
The post LFCA: Learn Basic Linux System Commands – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn Basic File Management Commands in Linux – Part 2
This article is Part 2 of the LFCA series, here in this part, we will explain about Linux file system and cover the basic file management commands, that are required for the LFCA certification
The post LFCA: Learn Basic File Management Commands in Linux – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Understanding Linux Operating System – Part 1
The Linux Foundation has unveiled a new pre-professional IT certification known as the Linux Foundation Certified IT Associate (LFCA). This is a new entry-level certification that focuses on testing fundamental IT concepts such as
The post LFCA: Understanding Linux Operating System – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Install Flameshot Screenshot Tool in Linux
Flameshot is an open-source screenshot tool available for Linux, Mac, and Windows. It is created with C++ and QT5 language. Every popular Linux distribution comes with a screenshot tool but they lack few functionalities
The post How to Install Flameshot Screenshot Tool in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Work With GitHub Flavored Markdown in Linux
Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy when we are writing on the internet. Over time there are many flavors of
The post How to Work With GitHub Flavored Markdown in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Different Ways to Use Column Command in Linux
Have you ever been in a situation to work with CSV files and produce output in structured tabular format? Recently I was working with data cleansing on a file that is not in a
The post Different Ways to Use Column Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Use Heredoc in Shell Scripting
Here document (Heredoc) is an input or file stream literal that is treated as a special block of code. This block of code will be passed to a command for processing. Heredoc originates in
The post How to Use Heredoc in Shell Scripting first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Install CHEF Workstation in RHEL and CentOS 8/7
Chef is one of the popular configuration management tools, which is used to rapidly automate deployment, configurations, and management of the entire IT infrastructure environment. In the first part of this Chef series, we’ve
The post How to Install CHEF Workstation in RHEL and CentOS 8/7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.