Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 2 hours 40 min ago

5 Best Command Line HTTP Clients for Linux

Fri, 07/28/2023 - 14:34
The post 5 Best Command Line HTTP Clients for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

HTTP clients are utility software that enables you to download files over the Internet. Apart from being able to download files remotely, these command line

The post 5 Best Command Line HTTP Clients for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

6 Best Command-Line FTP Clients for Linux Users

Fri, 07/28/2023 - 13:35
The post 6 Best Command-Line FTP Clients for Linux Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

FTP (File Transfer Protocol) is a network protocol used for transferring files between a client and a server on a computer network. In the early

The post 6 Best Command-Line FTP Clients for Linux Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Uninstall Recently Installed Packages on Ubuntu

Thu, 07/27/2023 - 17:09
The post How to Uninstall Recently Installed Packages on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Ubuntu is a popular Linux distribution known for its ease of use, stability, and user-friendly approach. One of the things that makes Ubuntu so easy

The post How to Uninstall Recently Installed Packages on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Connect Odoo with ONLYOFFICE Docs on Ubuntu

Thu, 07/27/2023 - 13:30
The post How to Connect Odoo with ONLYOFFICE Docs on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Odoo is an open-source business platform that comes with a vast set of productivity apps allowing you to deal with what an average company needs

The post How to Connect Odoo with ONLYOFFICE Docs on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Ways to Empty or Delete a Large File Content in Linux

Wed, 07/26/2023 - 13:31
The post 5 Ways to Empty or Delete a Large File Content in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Occasionally, while dealing with files in a Linux terminal, you may want to clear the content of a file without necessarily opening it using any

The post 5 Ways to Empty or Delete a Large File Content in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best File Comparison and Difference (Diff) Tools for Linux

Mon, 07/24/2023 - 11:31
The post 10 Best File Comparison and Difference (Diff) Tools for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

While writing program files or normal text files, programmers and writers sometimes want to know the difference between two files or two versions of the

The post 10 Best File Comparison and Difference (Diff) Tools for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Ebook: Introducing LFCS Certification Preparation eBook

Sat, 07/22/2023 - 12:56
The post Ebook: Introducing LFCS Certification Preparation eBook first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

For years, certifications in the Information Technology world have helped job candidates demonstrate their skills to potential employers. In the Linux world, this is as

The post Ebook: Introducing LFCS Certification Preparation eBook first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Find Difference Between Two Directories Using Diff and Meld Tools

Fri, 07/21/2023 - 12:35
The post How to Find Difference Between Two Directories Using Diff and Meld Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In an earlier article, we reviewed 9 best file comparison and difference (Diff) tools for Linux and in this article, we will describe how to

The post How to Find Difference Between Two Directories Using Diff and Meld Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

dutree: A Powerful Disk Usage Tracker for Linux File Systems

Thu, 07/20/2023 - 13:29
The post dutree: A Powerful Disk Usage Tracker for Linux File Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

dutree is a free, open-source, fast command-line tool for analyzing disk usage, written in the Rust programming language, which is developed from the combination of

The post dutree: A Powerful Disk Usage Tracker for Linux File Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create and Use Alias Command in Linux

Thu, 07/20/2023 - 13:02
The post How to Create and Use Alias Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Linux users often need to use one command over and over again. Typing or copying the same command over and over again reduces your productivity

The post How to Create and Use Alias Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Man Pages Efficiently in Linux

Wed, 07/19/2023 - 14:38
The post How to Use Man Pages Efficiently in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Good documentation is absolutely necessary for any software, and this principle extends to Linux commands as well. Numerous Linux distributions and open-source communities offer comprehensive

The post How to Use Man Pages Efficiently in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

3 Methods to Check Apache Server Status and Uptime in Linux

Wed, 07/19/2023 - 14:31
The post 3 Methods to Check Apache Server Status and Uptime in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Apache is the world’s most popular, cross-platform HTTP web server that is commonly used in Linux and Unix platforms to deploy and run web applications

The post 3 Methods to Check Apache Server Status and Uptime in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to View Colored Man Pages in Linux

Wed, 07/19/2023 - 13:32
The post How to View Colored Man Pages in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In Unix-like operating systems, a man page (in full manual page) is a documentation for a terminal-based program/tool/utility (commonly known as a command). It contains

The post How to View Colored Man Pages in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Programmer vs System Administrator: Which Career Path is Right for You

Tue, 07/18/2023 - 12:31
The post Programmer vs System Administrator: Which Career Path is Right for You first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Careers in the technology space and broad and diverse and require different sets of skills. Programming and Systems Administration are two occupations that stand out

The post Programmer vs System Administrator: Which Career Path is Right for You first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Delete HUGE (100-200GB) Files in Linux

Fri, 07/14/2023 - 14:55
The post How to Delete HUGE (100-200GB) Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In the realm of Linux terminal operations, a range of Linux commands are at our disposal for the purpose of effectively deleting or removing files.

The post How to Delete HUGE (100-200GB) Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Parted Commands to Manage Disk Partitions in Linux

Mon, 07/10/2023 - 17:31
The post 8 Parted Commands to Manage Disk Partitions in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Parted is a renowned command-line utility designed to facilitate the management of hard disk partitions in a user-friendly manner. With Parted, you can effortlessly perform

The post 8 Parted Commands to Manage Disk Partitions in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

TLDR – Simplifying Linux Commands with User-Friendly Man Pages

Mon, 07/10/2023 - 16:31
The post TLDR – Simplifying Linux Commands with User-Friendly Man Pages first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

One of the most commonly used and reliable ways of getting help under Unix-like systems is via man pages, which are the standard documentation for

The post TLDR – Simplifying Linux Commands with User-Friendly Man Pages first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

The 8 Best Free Anti-Virus Programs for Linux

Mon, 07/10/2023 - 15:31
The post The 8 Best Free Anti-Virus Programs for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Although Linux operating systems are fairly stable and secure, they may not completely be immune to threats. All computer systems can suffer from malware and

The post The 8 Best Free Anti-Virus Programs for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Fix You must put some ‘deb-src’ URIs in your sources.list Error

Thu, 07/06/2023 - 18:02
The post Fix You must put some ‘deb-src’ URIs in your sources.list Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When working with package management systems like apt or apt-get on Debian-based Linux distributions, you may encounter various errors. One common error is the “E:

The post Fix You must put some ‘deb-src’ URIs in your sources.list Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Useful ‘apt-get’ Commands for Ubuntu Package Management

Thu, 07/06/2023 - 15:40
The post 20 Useful ‘apt-get’ Commands for Ubuntu Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The apt-get command was the primary package management command used in Debian-based Linux distributions prior to the introduction of the apt command. With the apt-get

The post 20 Useful ‘apt-get’ Commands for Ubuntu Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages