Showing headlines posted by tecmint

« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 15 ) Next »

How to Kill Running Linux Process on Particular Port

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 12, 2021 11:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In Linux, processes and ports have a symbiotic relationship. One cannot exist nor function without the other. Processes tend to share ports and some processes rely on a specific port to meet an operating system objective.

12 Useful “df” Commands to Check Disk Space in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 12, 2021 8:48 AM EDT)
  • Story Type: Tutorial; Groups: Linux
On the internet, you will find plenty of tools for checking disk space utilization in Linux. However, Linux has a strong built-in utility called ‘df‘. The ‘df‘ command stands for “disk filesystem“, it is used to get a full summary of available and used disk space usage of the file system on the Linux system.

How to Get Information About Other Linux Users

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 11, 2021 2:13 PM EDT)
  • Story Type: Tutorial; Groups: Linux
On your personal computer at home, you are most likely the only user who is connected to your Linux system. However, if you are a user at the Linux server in your company there can be other users as well.

16 Best Open Source Music Making Software for Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 11, 2021 10:30 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Are you a music producer and use Linux as your primary operating system, then music production is going to become easy for you after reading this article.

How to Clone and Restore Linux Partition Using dd Command

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 10, 2021 5:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The legacy and standards that drive the Linux operating system make it impeccable and unique among other operating system distributions in terms of achieving certain user-critical functionalities.

10 Practical Examples of Rsync Command in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 9, 2021 9:08 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Rsync (Remote Sync) is the most commonly used command for copying and synchronizing files and directories remotely as well as locally in Linux/Unix systems.

Ripgrep – The Fastest Command Line Search Tool for Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 9, 2021 4:11 PM EDT)
  • Story Type: Tutorial; Groups: Linux
As the Linux operating system grows on you, you start being labeled the nerd you always wanted to be. Your behavior in this operating system environment changes completely. You develop a superiority complex that transforms you from a GUI-oriented user to a terminal-based user.

How to Configure Apache Virtual Hosts on Rocky Linux

This is an optional step intended only for those who wish to host multiple sites on the same server. So far, our LAMP setup can only host one site. If you wish to host multiple sites, then you need to set up or configure virtual host files. Apache virtual host files encapsulate the configurations of multiple websites.

How to Securely and Anonymously Share Files of Any Size Over the Tor Network with OnionShare

  • Tecmint; By Gabriel Cánepa (Posted by tecmint on Aug 9, 2021 12:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article we will explain how to use Onionshare, an open source desktop utility that allows you to share files hosted on your own computer of any size securely and anonymously using the Tor browser on the other end.

Secure Apache with Let’s Encrypt Certificate on Rocky Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 8, 2021 2:43 AM EDT)
  • Story Type: Tutorial; Groups: Linux
But it doesn’t just end there. Website security is now one of the greatest concerns across most organizations and users alike in the face of growing cyber threats. There are several ways of securing your website. One of the primary ways of implementing some basic protection against hackers is to encrypt your site using an SSL/TLS certificate.

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

  • Tecmint; By Aaron Kili (Posted by tecmint on Aug 7, 2021 1:34 PM EDT)
  • Story Type: Tutorial; Groups: Linux
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 same file. When you compare two computer files on Linux, the difference between their contents is called a diff.

Updated 20 Command Line Tools to Monitor Linux Performance

It’s really a very tough job for every System or Network administrator to monitor and debug Linux System Performance problems every day.

Top 5 Software Tools for Linux with Data Encryption

  • Tecmint; By Tecmint (Posted by tecmint on Aug 6, 2021 8:52 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Data encryption is a must-have feature in today’s world of cybersecurity. It allows you to encode your data making it unintelligible to someone who doesn’t have the authorized access. To be more secure online, it might be a good idea to opt for software that comes with this useful feature by default.

How to Add User to Sudoers in Debian-Based Linux

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 6, 2021 4:33 AM EDT)
  • Story Type: Tutorial; Groups: Linux
During your continued usage of an Ubuntu or Debian-based operating system environment, you probably encountered terminal-bound errors like “permission denied” or something like “user is not in the sudoers file”.

How to Install MongoDB on Rocky Linux and AlmaLinux

  • Tecmint; By James Kiare (Posted by tecmint on Aug 6, 2021 2:30 AM EDT)
  • Story Type: Tutorial; Groups: Linux
MongoDB is a high-performance, highly scalable document-oriented NoSQL database that is designed to handle high traffic and huge volumes of data. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents.

How to Install Postfix Mail Server on Ubuntu 20.04

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 4, 2021 5:47 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Postfix is both a popular and preferred Mail Transfer Agent (MTA) for more than 25% of active and public internet mail servers. This attribute has something to do with its open-source status. Many Linux systems benefit from its extensive mail routing and delivery services.

How to Install Java 16 in Rocky Linux and AlmaLinux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 3, 2021 11:40 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Java is a cross-platform, object-oriented, and multipurpose programming language that is primarily used for creating mobile, web, and cloud applications. Additionally, you can use Java to create games, chatbots, enterprise applications, and a whole lot more.

6 Best Mail Transfer Agents (MTA’s) for Linux

On a network such as the Internet, mail clients send mails to a mail server which then routes the messages to the correct destinations (other clients). The mail server uses a network application called Mail Transfer Agent (MTA).

How to Install MariaDB Server on Rocky Linux 8

MariaDB is a free and community-developed relational database system that is a compatible drop-in replacement for the hugely popular MySQL database management system.

3 Useful Tips on How to Use History Command in Linux

  • LinuxShellTips (Posted by tecmint on Jul 30, 2021 9:19 AM EDT)
  • Story Type: Tutorial; Groups: Linux
One such feature of the Bash shell that can be changed in your customized settings is the history command, which is affected by some environment variables and some shell options (shopt – a command to set and unset shell options).

« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 15 ) Next »