Tecmint

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

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.

An Easy Way to Hide Files and Directories in Linux

Mon, 11/14/2022 - 16:18
The post An Easy Way to Hide Files and Directories in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Do you occasionally share your Linux desktop machine with family members, friends, or perhaps with colleagues at your workplace, then you have a reason to hide certain private files as well as folders or

The post An Easy Way to Hide Files and Directories in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Remove SSL Certificate and SSH Key Passphrase in Linux

Mon, 11/14/2022 - 14:44
The post How To Remove SSL Certificate and SSH Key Passphrase in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: Have you created a certificate key or private key with a passphrase and wish to remove it? In this guide, we will show how to remove a passphrase using the openssl command line

The post How To Remove SSL Certificate and SSH Key Passphrase in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

GhostBSD – A Simple Unix-like Desktop OS Based on FreeBSD

Thu, 11/10/2022 - 13:29
The post GhostBSD – A Simple Unix-like Desktop OS Based on FreeBSD first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This article describes the basic instructions on installing GhostBSD using the graphical installer using DVD / USB method. GhostBSD is an open-source Unix-like desktop operating system created upon the most recent release version

The post GhostBSD – A Simple Unix-like Desktop OS Based on FreeBSD first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

The Most Used Operating Systems in the World

Wed, 11/09/2022 - 13:35
The post The Most Used Operating Systems in the World first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This article explores some of the most popular and widely used operating systems in the world. If you have ever used a PC, Macbook smartphone, tablet or any smart device (which is likely

The post The Most Used Operating Systems in the World first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Disable IPv6 in RHEL, Rocky & AlmaLinux

Mon, 11/07/2022 - 13:42
The post How to Disable IPv6 in RHEL, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This guide explores how to disable IPv6 on RHEL, Rocky Linux, and AlmaLinux distributions. In computing, there are two types of IP addressing; IPv4 and IPv6. IPv4 is a 32-bit address that contains

The post How to Disable IPv6 in RHEL, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Best RDP (Remote Desktop) Clients for Linux

Fri, 11/04/2022 - 14:26
The post Best RDP (Remote Desktop) Clients for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this tutorial, we look at some of the best RDP clients for Linux. Sometimes, you might be required to remotely access your PC in order to carry out a few tasks. You

The post Best RDP (Remote Desktop) Clients for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages