Showing headlines posted by tecmint

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

How to Gzip Large (100GB+) Files Faster in Linux

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Sep 18, 2021 2:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Linux users and system administrators will never fail to cross paths with file management routines. As the Linux system, programs, and user files grow from Megabytes to Gigabytes, there is always the need to zip or compress some of your OS-bound files.

Top 5 Open-Source eLearning Platforms for Linux

  • Tecmint; By Tecmint (Posted by tecmint on Sep 17, 2021 6:17 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The world of education, like other sectors, has been undergoing the process of digital transformation for years. With the creation of e-learning platforms, education is now available to anyone who has access to the Internet.

15 Practical Examples of ‘echo’ command in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Sep 17, 2021 10:51 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The echo command is one of the most commonly and widely used built-in commands for Linux bash and C shells, that typically used in a scripting language and batch files to display a line of text/string on standard output or a file.

15 Basic ‘ls’ Command Examples in Linux

  • Tecmint; By Ravi Saive (Posted by tecmint on Sep 17, 2021 7:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux
ls command is one of the most frequently used commands in Linux. I believe the ls command is the first command you may use when you get into the command prompt of Linux Box.

3 Ways to Find Out Which Process Listening on a Particular Port

  • Tecmint; By Tecmint (Posted by tecmint on Sep 16, 2021 12:33 PM EDT)
  • Story Type: Tutorial; Groups: Linux
A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explained how to find out the list of all open ports in Linux and how to check if remote ports are reachable using the Netcat command.

How to Create a Large 1GB or 10GB File in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 16, 2021 11:19 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Before we dive into the procedural steps needed to create large files in a Linux operating system environment, we must answer the WHY before we dwell on the HOW.

16 Top Command Examples in Linux Monitor Linux Processes

  • Tecmint; By Ravi Saive (Posted by tecmint on Sep 12, 2021 11:12 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In our previous articles, we have covered the basics of ls command and cat command. In this article, we are trying to explore the top command which is one of the most frequently used commands in our daily system administrative jobs.

How to Create New WordPress Admin User via phpMyAdmin

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Sep 6, 2021 6:00 AM EDT)
  • Story Type: Tutorial; Groups: Linux
There are several reasons why you would want to have a new WordPress Admin user to manage and customize your site in relation to privileged actions related to the site’s layout, appearance, and content.

How to Create Own Online Learning Management System Using Moodle in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Sep 6, 2021 12:37 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Moodle is a free, feature rich, open source learning management system (LMS). The platform is used by many online school and universities as well as private educators.

How to Install and Use phpMyAdmin in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 4, 2021 12:17 PM EDT)
  • Story Type: Tutorial; Groups: Linux
When it comes to using the MySQL/MariaDB Relational Database Management System (RDBMS), not all of us are nerds of the Linux terminal environment. Okay, we could all be command-line environment nerds, however, the feeling of knowing more than one way of achieving something on a Linux environment is a supreme upgrade.

Mhddfs – Combine Several Smaller Partition into One Large Virtual Storage

  • Tecmint; By Tecmint (Posted by tecmint on Sep 4, 2021 7:54 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Obviously you can split your videos in two or three different volumes and store them on the drive manually. This certainly is not a good idea, it is an exhaustive work which requires manual intervention and a lots of your time.

How to Block XML-RPC in WordPress Using Nginx/Apache

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 4, 2021 3:31 AM EDT)
  • Story Type: Tutorial; Groups: Linux
WordPress continuous and growing worldwide popularity has made it the go-to content management system. It is now the center of the universe for all individuals that want to create, edit, and publish their contemplated ideas. However, all the attention that WordPress has brought on itself comes at a price.

10 Useful “IP” Commands to Configure Network Interfaces

  • Tecmint; By Ravi Saive (Posted by tecmint on Sep 3, 2021 8:40 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The ip command is a new networking command-line utility that is used to assign an IP address to a network interface or configure/update useful network variables on a Linux system.

tuptime – Shows Historical and Statistical Running Time of Linux Systems

  • Tecmint; By Aaron Kili (Posted by tecmint on Sep 3, 2021 10:46 AM EDT)
  • Story Type: Tutorial; Groups: Linux
System Administration involves many activities one of which is monitoring and checking for how long your Linux system has been running. It is always a good idea to keep track of system uptime in order to optimize the use of system resources.

How to Reset WordPress Admin Password via MySQL

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Sep 3, 2021 8:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Unlike changing a WordPress admin user password where the needed steps are superuser-oriented, the steps needed here are system-oriented. In such circumstances, a WordPress user is usually completely unaware of their Admin user password.

How to Block Access to wp-admin and wp-login in Nginx/Apache

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 3, 2021 4:34 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Despite the reputation of the WordPress Content Management System exceeding all expectations in terms of flawless content publishing and seamless user-access control, there are still some worrying security breaches that need prioritized handling

How to Install WordPress on Rocky Linux 8

  • Tecmint; By Tecmint (Posted by tecmint on Sep 3, 2021 3:20 AM EDT)
  • Story Type: Tutorial; Groups: Linux
WordPress is a powerful and feature-rich opensource content management system (CMS) that allows users to create powerful and stunningly beautiful websites. It’s written in PHP and powered by MariaDB or MySQL database server at the backend.

How to Backup WordPress Database via MySQL

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 2, 2021 7:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux
One of them is ensuring your WordPress site’s user-related and system-related database backups are scheduled and made on time. There are several reasons why you need to schedule and make several database backup copies. One of them is data security and the other one is data integrity.

How to Password Protect Web Directories in Nginx

  • Tecmint; By Tecmint (Posted by tecmint on Sep 2, 2021 1:19 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Managers of web projects often need to protect their work one way or another. Often people ask how to password protect their website while it is still in development.

How to Install and Use Thunderbird in Linux

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Sep 2, 2021 9:36 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Mozilla Foundation’s dedication and effort in developing the Thunderbird mail client application software paid off in a big way. Other than being a renowned mail client, Thunderbird also functions perfectly as news and chat client on top of being an effective RSS feeder.

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