Showing headlines posted by tecmint

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

Htop – An Interactive Process Viewer for Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 20, 2021 10:54 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This article is the continuation of our Linux system monitoring series, today we’re talking about the most popular monitoring tool called htop, which is just reached version 3.0.5 and comes with some cool new features.

What’s Difference Between Grep, Egrep and Fgrep in Linux?

  • Tecmint; By Tecmint (Posted by tecmint on Aug 20, 2021 2:14 AM EDT)
  • Story Type: Tutorial; Groups: Linux
One of the renowned search tool on Unix-like systems which can be used to search for anything whether it be a file, or a line or multiple lines in file is grep utility. It is very vast in functionality which can be attributed to the large number of options it supports like: searching using string pattern, or reg-ex pattern or perl based reg-ex etc.

How to Install and Use Ack Command in Linux with Examples

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 20, 2021 12:59 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux operating system allows you to search both directory structures and directory files for specific text string matches. A common tool that aids us in achieving these directory searches is a grep (global regular expression print) command.

How to Install WordPress Ubuntu Using LAMP Stack

  • Tecmint; By Tecmint (Posted by tecmint on Aug 19, 2021 4:41 PM EDT)
  • Story Type: Tutorial; Groups: Linux
For those who cannot afford the hustles of developing websites from scratch, there are now several content management systems (CMSs) such as WordPress that you can take advantage of to set up blogs as well as complete websites with a few clicks.

How to Create and Run New Service Units in Systemd Using Shell Script

  • Tecmint; By Tecmint (Posted by tecmint on Aug 19, 2021 7:46 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Few days ago, I came across a Centos 7 32-bit distro and I felt the desire to test it on an old 32-bit machine. After booting I realized that it had a bug and it was loosing the network connection, which I had to turn it “up” manually every time after boot.

How to Install KDE Plasma in Linux Desktop

  • Tecmint; By Aaron Kili (Posted by tecmint on Aug 19, 2021 6:32 AM EDT)
  • Story Type: Tutorial; Groups: Linux
KDE is a well-known desktop environment for Unix-like systems designed for users who wants to have a nice desktop environment for their machines, It is one of the most used desktop interfaces out there.

Silver Searcher – A Code Searching Tool Similar to Ack

The Silver Searcher is a reputable command line code-searching tool that is attributed to be cross-platform, open-source, and free. It shares most of its functional attributes with grep’s plain-text search features. The primary difference between these two tools is that Silver Search offers a faster performance overhead.

How to Install Docker on Rocky Linux and AlmaLinux

Docker is a hugely popular containerization platform tool that allows users to develop, test and deploy applications in a smooth and efficient manner inside containers. A container is a lightweight and portable unit that runs in complete isolation from the underlying operating system.

27 Best IDEs for C/C++ Programming or Source Code Editors on Linux

C++, an extension of well known C language, is an excellent, powerful and general-purpose programming language that offers modern and generic programming features for developing large-scale applications ranging from video games, search engines, other computer software to operating systems.

How to Install FTP with SSL in Rocky Linux and AlmaLinux

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 17, 2021 3:44 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Through TCP (Transmission Control Protocol), an FTP application makes uploading and downloading file data easy. This article will help you achieve secure file transfer on an FTP server through Very Secure FTP Daemon (vsftpd) in Rocky Linux and AlmaLinux (same instructions also works on RHEL and CentOS).

25 Useful IPtable Firewall Rules Every Linux Administrator Should Know

  • Tecmint; By Tecmint (Posted by tecmint on Aug 16, 2021 8:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Managing network traffic is one of the toughest jobs a system administrators has to deal with. He must configure the firewall in such a way that it will meet the system and users requirements for both incoming and outgoing connections, without leaving the system vulnerable to attacks.

10 Tools to Take or Capture Desktop Screenshots in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 14, 2021 10:52 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Most of times we need to take screenshot of whole screen or some part of window on screen. While on Android or iOS, you can do this even with the click of a button, here on Linux we have special tools which ease taking screenshot, providing flexibility whether of whole screen or some part of screen.

How to Delete Empty Lines in Files Using Grep, Sed, and Awk

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 14, 2021 8:12 AM EDT)
  • Story Type: Tutorial; Groups: Linux
An experienced Linux user knows exactly what kind of a nuisance blank lines can be in a processable file. These empty/blank lines not only get in the way of correctly processing such files but also make it difficult for a running program to read and write the file.

How to Install Ubuntu Alongside With Windows in Dual-Boot

  • Tecmint; By Ravi Saive (Posted by tecmint on Aug 14, 2021 12:45 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial will guide you on how you can perform the installation of Ubuntu 20.04, Ubuntu 19.04, Ubuntu 18.10, or Ubuntu 18.04 in dual-boot with a Microsoft Operating System on machines that come pre-installed with Windows 10.

35 Practical Examples of Linux Find Command

  • Tecmint; By Ravi Saive (Posted by tecmint on Aug 13, 2021 7:06 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux find command is one of the most important and frequently used command command-line utility in Unix-like operating systems. The find command is used to search and locate the list of files and directories based on conditions you specify for files that match the arguments.

Netdata – A Real-Time Performance Monitoring Tool for Linux Systems

  • Tecmint; By Tecmint (Posted by tecmint on Aug 13, 2021 4:37 AM EDT)
  • Story Type: Tutorial; Groups: Linux
netdata is a extremely optimized Linux utility that provides real-time (per second) performance monitoring for Linux systems, applications, SNMP devices, etc. and shows full interactive charts that absolutely render all collected values over the web browser to analyze them.

5 Most Frequently Used Open Source Shells for Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 13, 2021 2:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The shell is the command interpretor in an operating system such as Unix or GNU/Linux, it is a program that executes other programs. It provides a computer user an interface to the Unix/GNU Linux system so that the user can run different commands or utilities/tools with some input data.

How to Find the Total Size of a Directory in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 12, 2021 11:40 PM EDT)
  • Story Type: Tutorial; Groups: Linux
For Linux users and administrators in a server-like environment, knowing the exact size of a directory tree through the system terminal is important. It will help you compare file directory properties and determine their storage allocation when you want to copy or move these directories to a different location.

How to Clear RAM Memory Cache, Buffer and Swap Space on Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 12, 2021 9:11 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Like any other operating system, GNU/Linux has implemented memory management efficiently and even more than that. But if any process is eating away your memory and you want to clear it, Linux provides a way to flush or clear ram cache.

15 Useful “ifconfig” Commands to Configure Network Interface in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 12, 2021 6:43 PM EDT)
  • Story Type: Tutorial; Groups: Linux
ifconfig in short “interface configuration” utility for system/network administration in Unix/Linux operating systems to configure, manage and query network interface parameters via command-line interface or in a system configuration scripts.

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