today's howtos
-
How to install Monit on Arch Linux – NextGenTips
In this tutorial, we will be learning how to install Monit on Arch Linux.
Monit is a small open-source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
With Monit, systems status can be viewed directly from the command line, or via the native HTTP(s) webserver. It is able to do automatic maintenance, repair, and run meaningful causal actions in error situations.
-
How to Install PyCharm IDE on Fedora 36 Linux - LinuxCapable
PyCharm is a robust Python integrated development environment (IDE) that is popular among Python developers. It has many essential tools, such as code analysis, debugging, and integration. It also has a command line interface, which makes it easy to use. PyCharm connects to databases, creates virtual environments, and manages your version control system (Git). It is an effective development tool with many Python developers’ essential features. However, it is important to note that PyCharm is not free software, and there is a cost associated with using it, depending on the version. Nevertheless, it is still worth considering if you are looking for a powerful Python IDE. Thanks to its wide range of features, PyCharm can help you be more productive in your Python development projects.
The following tutorial will teach you how to install PyCharm on Fedora 36 Linux with options for Community, Professional, or Educational using the third-party repository by phracek/PyCharm or alternative third-party installation managers Flatpak and Snapcraft using the command line terminal.
-
How To Install PyCharm on Fedora 36 - idroot
In this tutorial, we will show you how to install PyCharm on Fedora 36. For those of you who didn’t know, PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python programming language. The Community Edition is released under the Apache License, and there is also an educational version, as well as a Professional Edition with extra features (released under a subscription-funded proprietary license).
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the PyCharm IDE on a Fedora 36.
-
Install CXS on clean CentOS | Linux Webhosting blog
ConfigServer eXploit Scanner (cxs) is a tool which performs an active scanning of files as they are uploaded to the server. CXS Should only work on a cPanel/WHM server per the product’s requirements. However, you can still install it on a ‘clean’ CentOS machine as long as the required perl libraries are provided.
We’ve created an easy list of “copy & paste” actions for your convenience.
-
Allow a cPanel server to run a VHOST from multiple IP addresses | Linux Webhosting blog
Every once in a while a hosting provider has to change an IP address for a single user or even an entire server on the fly. If you’ll try do this the usual way, by changing the IP address in WHM you can expect downtime ranging from several minutes to several hours until the DNS cache is cleared.
While cPanel does not officially allow accounts to have more than one IP address, there is no such restriction for Apache. So the solution is to override the default cPanel configurations with your own.
-
Set Static Routes via an Interface/IP on CentOS/Ubuntu - kifarunix.com
In this tutorial, you will learn how to set static routes via an interface/IP on CentOS/Ubuntu systems. In a network, a route is a path between networks. Routes through which a packet, in a packet-switching network, uses to travel from one network to the other is decided by a router in a specific network. So, how can one set static routes via an interface/IP on CentOS/Ubuntu systems?
-
cPanel – Preventing users from downloading / restoring accounts | Linux Webhosting blog
As hosting providers, you sometimes have to deal with huge account backups (over 100GB per account for example). JetBackup will make your life easier backing up these huge accounts, however restoring them is not always something we want to do.
-
CL PHPSelector – Allow per user php.ini changes | Linux Webhosting blog
PHP Selector is a CloudLinux component integrated on top of CageFS. It allows each user to select a unique PHP version and modules based the user’s needs. PHP Selector requires an active account and CageFS to be enabled.
A cPanel user is allowed to change php.ini settings from his cPanel GUI. However the changes are limited to what CloudLinux permits by default.
You can easily edit Cloudlinux’s settings file and add any needed settings.
Make sure that the user has a cagefs enabled cPanel account. Login to the server via SSH as root user and edit the following file: “/etc/cl.selector/php.conf”