today's howtos
-
How To Install And Use PhpMyAdmin On Rocky Linux | LinuxTeck
This article will explain how to install and use PhpMyAdmin on Rocky Linux. PhpMyAdmin is the best tool for handling databases like MySQL and MariaDB over the web rather than using them on the command line. Multi-database management can be accomplished with a single software package. With a few clicks, you can create, delete, export, and import databases using a GUI environment. It is a free and open-source application written in PHP that communicates with a remote MySQL server. This tool is commonly used by developers and system administrators to manage databases in both development and production environments, especially among web hosting companies.
-
Wrike Keyboard Shortcuts Cheatsheet - Make Tech Easier
Wrike is a popular and beneficial project management program. It helps teams share files, collaborate, manage tasks, and more. If you’re using it regularly, you can increase productivity by learning a few Wrike keyboard shortcuts for faster navigation.
-
10 Useful cron Commands in Linux With Examples | LinuxHostSupport
In this tutorial, we will explain ten useful cron commands in Linux with examples.
The cron command is used for scheduling tasks to be executed in a specific period, like a month, day, hour, minute, or even seconds. The cron uses a table of tabs called crontabs which have a list of commands that need to be executed with their times respectively. These cron commands are used by system administrators mostly, to make their work easier and be sure not to forget to execute something during a specific period of their work.
In this tutorial, we are going to use Ubuntu 20.04, but you can choose any Linux distro you want. Let’s get started!
-
Find APT packages occupy the most space on Debian/Ubuntu
Are you running out of disk space on your Debian or Ubuntu Linux? Do you want to know which installed Debian or Ubuntu packages occupy the most disk space? There are many ways to find out this info. In this quick tip, you will learn about listing apt or apt-get installed packages that occupy the most space using the command-line options.
To find APT packages that occupy the most disk space on Debian/Ubuntu Linux, sort the installed packages by size, and output the largest ones, use the dpigs command.
-
How to Install Drupal CMS with Nginx on Rocky Linux 8
Drupal is a free and open-source web content management system written in PHP and distributed under GNU General Public License.
-
How to Install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04
Akaunting is an open-source and self-hosted accounting software application for small businesses and freelancers.
-
How to Install AnyDesk on Rocky Linux - VITUX
AnyDesk is a remote desktop application software that is available for all Linux users.
-
5 Most Used alias Commands in Linux With Examples | LinuxCloudVPS Blog
This tutorial will show you the five most used alias commands in Linux with examples.
Sometimes we need to reference some command using it with a shortcut. These commands with shortcuts defined in Linux are called aliases. Aliases are used to replace long commands in order for the user to avoid spelling errors. Some administrators or regular users are using aliases because they are used to executing some commands with their own Linux language words that have been used over the years.
In this tutorial, we are going to use the latest Ubuntu 22.04 distribution. You can choose any Linux distro you want. Let’s get started!
-
How to create a Custom User in Django – NextGenTips
Django comes with good authentication, which uses a username and password, but sometimes one is unsatisfied with what Django offers. You might want to change the way users login into your system, such as using email and password, here you will have to create a custom user model to gather for your needs.
-
How to Track Your Screen Time on Linux With ActivityWatch
Monitoring your on-screen activity is extremely easy with ActivityWatch, an open-source time-tracking app for Linux.
It's easy to spend hours sitting in front of a screen without knowing where the time went. You only have 24 hours to spend each day, and you can either choose to spend your time working on important tasks or wasting it on unnecessary activities.
Fortunately, tracking your screen time on Linux to identify activities that might be causing you to lose focus is effortless. Perhaps you want to monitor your kid's activity on the internet and need an effective tool that can do that for you. ActivityWatch is an open-source app that helps you check your screen time on Linux.
-
How to Install UrBackup on Ubuntu 22.04 - OSNote
Keeping backup regularly on the live server is a very challenging task for a system administrator. It helps the user or an administrator to recover the data in case of system failure and even data loss. For that purpose, various free backup tools are available to maintain the backup of your system regularly. UrBackup is one of the most commonly used client/server backup tools that support various file formats images as well as system file backups. Users can install this tool on both Windows and Linux operating systems. The adaptable feature of the UrBackup tool is that it does not interrupt the current working of a system while the target system is running and creates a backup in a parallel way.
We will learn in this guide how to install the UrBackup server on an Ubuntu 22.04 and Ubuntu 20.04 system.
-
How to Install OpenLiteSpeed web server on Debian 11 - OSNote
penLiteSpeed is an open-source HTTP server with a similar feature set to Apache, but builds on more recent technologies.
It is the only product in the marketplace which provides an affordable software license that allows commercial use of their product.
OpenLiteSpeed is powered by the extremely fast LiteSpeed Web Server, which excels in both performance and stability – it’s up to 20 times faster than Apache when serving static files.
-
Setup NTP Client using Chrony on Rocky/Oracle Linux - kifarunix.com
In this tutorial, you will learn setup NTP client using Chrony on Rocky/Oracle Linux.