Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 1 hour 9 min ago

How to Connect Remote Linux via SSH ProxyJump and ProxyCommand

Tue, 12/13/2022 - 13:56
The post How to Connect Remote Linux via SSH ProxyJump and ProxyCommand first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we demonstrate how to use SSH ProxyJump and SSH ProxyCommand commands when connecting to a jump server. In our previous guide on how to set up an SSH Jump Server,

The post How to Connect Remote Linux via SSH ProxyJump and ProxyCommand first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Bash For Loop in Linux

Fri, 12/09/2022 - 14:44
The post How to Use Bash For Loop in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In programming languages, Loops are essential components and are used when you want to repeat code over and over again until a specified condition is met. In Bash scripting, loops play much the same

The post How to Use Bash For Loop in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best PuTTY Alternatives for SSH Remote Connection

Thu, 12/08/2022 - 16:18
The post 10 Best PuTTY Alternatives for SSH Remote Connection first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this tutorial, we explore 10 of the best PuTTY alternatives for SSH clients. Putty is one of the most popular and widely-used SSH and Telnet clients that allows users to log in

The post 10 Best PuTTY Alternatives for SSH Remote Connection first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

A Career in Linux is What You Should Be Pursuing In 2023

Wed, 12/07/2022 - 15:15
The post A Career in Linux is What You Should Be Pursuing In 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we explore reasons why you should consider a career in Linux in 2023 and beyond. Linux turned 31 last year, as you can imagine it’s been an eventful journey. It

The post A Career in Linux is What You Should Be Pursuing In 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Find Linux OS Name and Kernel Version You Are Running

Tue, 12/06/2022 - 17:00
The post How to Find Linux OS Name and Kernel Version You Are Running first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

There are several ways of knowing the version of Linux you are running on your machine as well as your distribution name and kernel version plus some extra information that you may probably want

The post How to Find Linux OS Name and Kernel Version You Are Running first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

The Best Tools for Creating Fillable PDF Forms on Linux

Tue, 12/06/2022 - 13:08
The post The Best Tools for Creating Fillable PDF Forms on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this article, you will find the best applications that can be used to create PDF files with fillable fields, also known as interactive forms, on Linux. If you need a powerful tool

The post The Best Tools for Creating Fillable PDF Forms on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Shell In A Box – A Web-Based SSH Terminal to Access Linux via Browser

Mon, 12/05/2022 - 15:08
The post Shell In A Box – A Web-Based SSH Terminal to Access Linux via Browser first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Shell In A Box (pronounced as shellinabox) is a web-based terminal emulator created by Markus Gutschke. It has a built-in web server that runs as a web-based SSH client on a specified port and

The post Shell In A Box – A Web-Based SSH Terminal to Access Linux via Browser first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Chown Command to Change File Ownership [11 Examples]

Fri, 12/02/2022 - 13:12
The post How to Use Chown Command to Change File Ownership [11 Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this beginner’s guide, we will discuss some practical examples of the chown command. After following this guide, users will be able to manage file ownership effectively in Linux. In Linux, everything is

The post How to Use Chown Command to Change File Ownership [11 Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

22 Best Slack Alternatives for Team Chat [Free & Paid]

Thu, 12/01/2022 - 14:41
The post 22 Best Slack Alternatives for Team Chat [Free & Paid] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Developed and maintained by Slack Technologies, Slack is an instant messaging platform that ranks among the best communication platforms for organizations and companies. It offers a plethora of features to allow users to easily

The post 22 Best Slack Alternatives for Team Chat [Free & Paid] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Best HTML & CSS Code Editors for Linux

Wed, 11/30/2022 - 12:32
The post Best HTML & CSS Code Editors for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this tutorial, we look at the 8 best HTML and CSS Code editors for Linux developers. HTML & CSS editors enable developers to develop web applications faster and more efficiently. They provide

The post Best HTML & CSS Code Editors for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Viber on Linux Desktop

Tue, 11/29/2022 - 15:00
The post How to Install Viber on Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This article shows various ways to install and use Viber, a free voice and video call, and messaging app in Linux. Viber is a well-known, free, and secure voice/video calls and messaging app,

The post How to Install Viber on Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Access a Remote Server Using a SSH Jump Host

Mon, 11/28/2022 - 12:31
The post How to Access a Remote Server Using a SSH Jump Host first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A jump host (also known as a jump server) is an intermediary host or an SSH gateway to a remote network, through which a connection can be made to another host in a different

The post How to Access a Remote Server Using a SSH Jump Host first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Deploy ONLYOFFICE Docs On Angular

Fri, 11/25/2022 - 11:31
The post How To Deploy ONLYOFFICE Docs On Angular first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Angular is a TypeScript-based free and open-source front-end application development framework widely used for building native mobile applications and creating desktop-installed apps for Linux, Windows, and macOS. If you develop and run Angular-based applications,

The post How To Deploy ONLYOFFICE Docs On Angular first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use fgrep Command to Search for Strings in Linux

Fri, 11/18/2022 - 12:00
The post How to Use fgrep Command to Search for Strings in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this beginner-friendly guide, we will discuss some practical examples of the fgrep command. By the end of this guide, users will be able to perform text search operations efficiently using the command

The post How to Use fgrep Command to Search for Strings in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Save a File in Vi / Vim Editor in Linux

Thu, 11/17/2022 - 12:48
The post How to Save a File in Vi / Vim Editor in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

It is true that learning Vi/Vim editor – a well-known text editor in the Linux ecosystem, is not as easy as learning Nano or Emacs, as it requires a little effort which is worthwhile.

The post How to Save a File in Vi / Vim Editor in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

12 Practical Examples of Linux Grep Command

Wed, 11/16/2022 - 16:20
The post 12 Practical Examples of Linux Grep Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Have you ever been confronted with the task of looking for a particular string or pattern in a file, yet have no idea where to start looking? Well then, here is grep to the

The post 12 Practical Examples of Linux Grep Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Most IT Skills In Demand To Master This Year

Wed, 11/16/2022 - 13:20
The post 10 Most IT Skills In Demand To Master This Year first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

With many companies and organizations having more IT (Information technology) job openings, there is no denying that many are enticed to dive into the industry. This is because the IT industry is one of

The post 10 Most IT Skills In Demand To Master This Year first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Latest Python Version in Ubuntu

Tue, 11/15/2022 - 16:56
The post How to Install Latest Python Version in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Python is the fastest-growing major general-purpose programming language. There are a number of reasons attributed to this, such as its readability and flexibility, ease to learn and use, reliability, and efficiency as well. There

The post How to Install Latest Python Version in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Latest Python from Source in Linux

Tue, 11/15/2022 - 15:15
The post How to Install Latest Python from Source in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Several top universities around the globe use Python to introduce students to programming. The Massachusetts Institute of Technology (MIT), the University of Texas at Arlington, and Stanford are only a few examples of institutions

The post How to Install Latest Python from Source in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Synchronize Time with Chrony NTP in Linux

Tue, 11/15/2022 - 11:31
The post How to Synchronize Time with Chrony NTP in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The Network Time Protocol (NTP) is a protocol used to synchronize computer system clocks automatically over a network. The machine can have the system clock use Coordinated Universal Time (UTC) rather than local time.

The post How to Synchronize Time with Chrony NTP in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages