Tecmint

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

13 Linux Network Configuration and Troubleshooting Commands

Thu, 12/16/2021 - 14:01
The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Computers are connected in a network to exchange information or resources with each other. Two or more computers are connected through network media called a computer network. There is a number of network devices

The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Samba Server in RHEL, CentOS and Fedora

Wed, 12/15/2021 - 16:33
The post How to Install Samba Server in RHEL, CentOS and Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Samba is an open-source and most popular widely used program that enables end-users to access Linux shared directory from any Windows machine on the same network. Samba is also named as a network file

The post How to Install Samba Server in RHEL, CentOS and Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 lsof Command Examples in Linux

Wed, 12/15/2021 - 14:36
The post 10 lsof Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This is our ongoing series of Linux commands and in this article, we are going to review lsof command with practical examples. lsof meaning ‘LiSt Open Files’ is used to find out which files

The post 10 lsof Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux

Mon, 12/13/2021 - 14:05
The post How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Sharing files is an essential part of server administration. It allows sharing of resources across the network which are needed by users to carry out their tasks. One of the widely used file-sharing software

The post How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Linux Dig (Domain Information Groper) Commands to Query DNS

Fri, 12/10/2021 - 15:09
The post 10 Linux Dig (Domain Information Groper) Commands to Query DNS first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In our previous article, we have explained nslookup command examples and usage, which is a networking command-line tool used for querying and getting information of DNS (Domain Name System). Here, in this article, we

The post 10 Linux Dig (Domain Information Groper) Commands to Query DNS first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server)

Fri, 12/10/2021 - 14:27
The post 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server) first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

nslookup is a command-line administrative tool for testing and troubleshooting DNS servers (Domain Name Server). It is used to query specific DNS resource records (RR) as well. Most operating systems come with a built-in

The post 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server) first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management

Thu, 12/09/2021 - 16:03
The post 20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will learn how to install, update, remove, find packages, manage packages and repositories on Linux systems using YUM (Yellowdog Updater Modified) tool developed by RedHat. The example commands shown in

The post 20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Zend OPcache in Debian and Ubuntu

Thu, 12/09/2021 - 12:00
The post How to Install Zend OPcache in Debian and Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article was earlier written for APC (Alternative PHP Cache), but APC is deprecated and no longer working with PHP 5.4 onwards, now you should use OPcache for better and faster performance as explained

The post How to Install Zend OPcache in Debian and Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Disable Package Updates Using YUM/DNF in RHEL Linux

Wed, 12/08/2021 - 16:00
The post How to Disable Package Updates Using YUM/DNF in RHEL Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The DNF (Dandified Yum) is the next-generation version of the YUM (Yellowdog Updater, Modified), is an open-source default package manager for Red Hat-based Linux distributions, that is used for getting, installing, upgrading, removing, and

The post How to Disable Package Updates Using YUM/DNF in RHEL Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Netstat Commands for Linux Network Management

Wed, 12/08/2021 - 14:05
The post 20 Netstat Commands for Linux Network Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics, etc. [ You might also like: 22 Linux Networking Commands for

The post 20 Netstat Commands for Linux Network Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Best Tools to Install on Fresh Linux Mint Installation

Tue, 12/07/2021 - 14:05
The post Best Tools to Install on Fresh Linux Mint Installation first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

So, you have just installed a fresh copy of Linux Mint 20 and are ready to make the most of your new system. How do you move forward? In this guide, we will highlight

The post Best Tools to Install on Fresh Linux Mint Installation first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Config Server Firewall (CSF) on Debian/Ubuntu

Mon, 12/06/2021 - 13:05
The post How to Install Config Server Firewall (CSF) on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

ConfigServer and Security Firewall, abbreviated as CSF, is an open-source and advanced firewall designed for Linux systems. It not only provides the basic functionality of a firewall but also offers a wide array of

The post How to Install Config Server Firewall (CSF) on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup a Simple Apache Web Server in a Docker Container

Fri, 12/03/2021 - 15:06
The post How to Setup a Simple Apache Web Server in a Docker Container first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you are a Linux system administrator who provides support for developers, chances are you’ve heard of Docker. If not, this software solution will make your life easier beginning today by helping you reduce

The post How to Setup a Simple Apache Web Server in a Docker Container first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35

Fri, 12/03/2021 - 13:31
The post How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

MySQL is an open-source free relational database management system (RDBMS) released under GNU (General Public License). It is used to run multiple databases on any single server by providing multi-user access to each created

The post How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Reset Forgotten Root Password in RHEL/CentOS & Fedora

Thu, 12/02/2021 - 14:05
The post How to Reset Forgotten Root Password in RHEL/CentOS & Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article will guide you through simple steps to reset forgotten root password in RHEL-based Linux distributions such as CentOS 8 and Fedora 35/34. Resetting the forgotten root user password generally requires a few

The post How to Reset Forgotten Root Password in RHEL/CentOS & Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Set a Custom SSH Warning Banner and MOTD in Linux

Wed, 12/01/2021 - 15:12
The post How to Set a Custom SSH Warning Banner and MOTD in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH banner warnings are necessary when companies or organizations want to display a stern warning to discourage unauthorized parties from accessing a server. These warnings are displayed just before the password prompt so that

The post How to Set a Custom SSH Warning Banner and MOTD in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Organizational Units (OU) and Enable GPO (Group Policy) in Zentyal – Part 3

Tue, 11/30/2021 - 13:45
The post How to Create Organizational Units (OU) and Enable GPO (Group Policy) in Zentyal – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

After my previous two tutorials on installing, basic configurations and remotely accessing Zentyal PDC from a Windows-based node it’s time to apply some degree of security and configurations on your users and computers that are

The post How to Create Organizational Units (OU) and Enable GPO (Group Policy) in Zentyal – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

A Step-By-Step Guide to Installing Xubuntu 20.04 Linux

Mon, 11/29/2021 - 12:50
The post A Step-By-Step Guide to Installing Xubuntu 20.04 Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Xubuntu is a popular lightweight Linux distribution that is based on Ubuntu. It ships with an Xfce desktop environment which is light, stable, and highly configurable. Being a lightweight distribution, Xubuntu is a perfect

The post A Step-By-Step Guide to Installing Xubuntu 20.04 Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Manage Zentyal PDC (Primary Domain Controller) from Windows System – Part 2

Thu, 11/25/2021 - 15:09
The post How to Manage Zentyal PDC (Primary Domain Controller) from Windows System – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This tutorial will demonstrate how you can access and manage your Zentyal Server Development Edition as a Primary Domain Controller from a Windows Based System using remote software on a Windows Computer. Zentyal PDC

The post How to Manage Zentyal PDC (Primary Domain Controller) from Windows System – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install Zentyal as PDC (Primary Domain Controller) and Integrate Windows System – Part 1

Wed, 11/24/2021 - 16:40
The post Install Zentyal as PDC (Primary Domain Controller) and Integrate Windows System – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This series will be titled Preparation for the setting up and managing Zentyal as PDC (Primary Domain Controller) through Parts 1-14 and covers the following topics. Part 1: Install Zentyal as PDC (Primary Domain

The post Install Zentyal as PDC (Primary Domain Controller) and Integrate Windows System – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages