Showing headlines posted by tecmint

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

How to Create eLearning Platform with Moodle and ONLYOFFICE

  • Tecmint; By Tecmint (Posted by tecmint on Sep 2, 2021 1:11 AM EDT)
  • Story Type: Tutorial; Groups: Linux
One of the most popular platforms that allow schools and universities to make the most of the online educational process is Moodle. In combination with ONLYOFFICE Docs, this software lets you deploy a collaborative learning management system in a Linux environment.

12 Tcpdump Commands – A Network Sniffer Tool

  • Tecmint; By Narad Shrestha (Posted by tecmint on Sep 1, 2021 7:18 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In our previous article, we have seen 20 Netstat Commands (netstat now replaced by ss command) to monitor or manage a Linux network. This is our another ongoing series of packet sniffer tool called tcpdump.

How to Create New WordPress Admin User via MySQL

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 1, 2021 1:51 AM EDT)
  • Story Type: Tutorial; Groups: Linux
It is important for WordPress database administrators to have a grip on all database user contributions and interactions within such platforms. There are several reasons that will force a database administrator to create users with different privileges via the MySQL client or shell.

How to Export MySQL Query Results to CSV Format in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 31, 2021 8:54 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Quick data access saves you from having to each time log in to a MySQL server via a terminal shell to reference specific MySQL-query-associated outputs. The CSV (Comma Separated Value) file is an ideal candidate for resolving these types of repetitive user-to-database interactions.

How to Change WordPress Admin Password via MySQL

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 31, 2021 3:56 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Changing or editing a WordPress Admin password is a superuser-oriented activity. In such a case, you can still log in to the WordPress website account and edit the other existing user profile information or even further customize the site information.

How to Get List of MySQL User Accounts in Linux

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 31, 2021 12:32 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The MySQL attribute; reliability, is just a name unless fully exploited and implemented. The reliability of the MySQL security metric is dependent on several administrative aspects. One of them is the management of existing database users and their individual permission levels.

How to Install and Use Alpine with Gmail IMAP in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 30, 2021 10:01 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Email communication will continue to be a significant aspect of most of our lives even beyond the foreseeable future. For an ordinary Linux user, this type of communication is key as they can easily install, configure, and use GUI email clients like Thunderbird to meet their emailing objectives.

How to Install and Use Konsole Terminal Emulator in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 27, 2021 4:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The idea of imitating the normal Linux terminal environment through flexible terminal emulators like Konsole confirms several obvious facts. First, the evolution of the Linux terminal environment is still ongoing. Second, this terminal environment has more discoveries to offer to the Linux computing world.

How to Install Google Chrome in RedHat-Based Linux Distros

  • Tecmint; By Tecmint (Posted by tecmint on Aug 26, 2021 5:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 92 on 16 August 2021.

20 Commands for Newbies Who Switched from Windows to Linux

  • Tecmint; By Tecmint (Posted by tecmint on Aug 26, 2021 1:02 AM EDT)
  • Story Type: Tutorial; Groups: Linux
From my past experience when I was new, Linux commands and terminals really scared me, I was worried about the commands, as to what extent I have to remember and memorize commands to get myself fully functional with Linux.

How to Install and Use Terminator Terminal in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 25, 2021 6:31 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Basically, a Linux terminal environment enables a user to carry out various system functionalities like file management, system update, and applications management through a variety of executable commands. What if you are able to achieve all these Linux terminal environment objectives but in a flexible manner?

6 Must-Have Open-Source Tools to Secure Your Linux Server

  • Tecmint; By Tecmint (Posted by tecmint on Aug 25, 2021 3:59 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Over the years, I have come across many blogs that claim Linux is impenetrable by security attackers too many times to count. While it is true that GNU/Linux operating systems for desktops and servers come with a lot of security checks in place to mitigate attacks, protection is not “enabled by default”.

4 Ways to Disable/Lock Certain Package Updates Using Yum Command

  • Tecmint; By Tecmint (Posted by tecmint on Aug 25, 2021 12:26 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Package Manager is software which allows a user in case of installation of new software, up-gradation of system, or updating any specific software and such sorts of things. In case of Linux based systems wherein one software has lots of dependencies which are required to be present on system for a complete installation of that software, such software’s like package manager become a much needed tool on every system.

How to Reload .bash_profile in Linux Command-Line

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 24, 2021 6:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux operating system environment is famed for numerous OS-based attributes. One of them is the Linux home directory. It is responsible for all user profiles in the system and enables the system users to create and store files or access already existing/pre-defined system tools and resources.

How to Install PostgreSQL on Rocky Linux and AlmaLinux

  • Tecmint; By James Kiare (Posted by tecmint on Aug 24, 2021 2:03 AM EDT)
  • Story Type: Tutorial; Groups: Linux
PostgreSQL is an immensely popular open-source relational database management system (RDBMS) that has been around for over 30 years. It provides SQL language support which is used for managing databases and performing CRUD operations (Create Read Update Delete).

How to Find and Sort Files Based on Modification Date and Time in Linux

  • Tecmint; By Gunjit Khera (Posted by tecmint on Aug 24, 2021 12:00 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Usually, we are in habit of saving a lot of information in form of files on our system. Some, hidden files, some kept in a separate folder created for our ease of understanding, while some as it is. But, this whole stuff fills our directories; usually desktop, making it look like a mess.

10 Screen Command Examples to Manage Linux Terminals

  • Tecmint; By Pungki Arianto (Posted by tecmint on Aug 23, 2021 8:55 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The screen is a full-screen software program that can be used to multiplexes a physical console between several processes (typically interactive shells). It offers a user to open several separate terminal instances inside a single terminal window manager.

How to Find and Replace Text, Word, or String in File

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 20, 2021 3:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
One such problem is the need to find and replace text, word, or string in a file especially when you are in a server environment. A solution to this problem lets you handle nagging issues like updating the “/etc/apt/sources.list” file after a successful Linux system upgrade.

How to Install MySQL 8.0 on Rocky Linux 8

  • Tecmint; By Tecmint (Posted by tecmint on Aug 20, 2021 2:37 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Written in C, MySQL is an open-source, cross-platform, and one of the most widely used Relational Database Management Systems (RDMS). It’s an integral part of the LAMP stack and is a popular database management system in web hosting, data analytics, and eCommerce applications to mention a few.

How to Set Static IP Address in Rocky Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 20, 2021 1:23 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The binary compatibility that associates Rocky Linux with RHEL (Red Hat Enterprise Linux) has made this free operating system software a perfect alternative for users that still want to reap the server benefits found in the RHEL ecosystem. It has made Rocky Linux an ideal candidate for server management and networking.

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