Δ | Τ | Τ | Π | Π | Σ | Κ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Block Radio Host
- Alma Linux 8 (1)
- Centos (7)
- CentOS 7 (1)
- CentOS 8 (1)
- cPanel (6)
- Debian (3)
- Domain Name (4)
- Drupal (1)
- Facebook (2)
- HTML Code (1)
- Internet (1)
- iPhone/iPad (1)
- Joomla (5)
- Linux (9)
- OpenCart (2)
- PC (1)
- Plesk (6)
- Radio & Video Streaming (1)
- SEO (Search Engine Optimization) (1)
- Server (8)
- SHOUTcast (3)
- Social Manager (1)
- Softaculous (1)
- SSH (16)
- Ubuntu (2)
- Web Application Security (1)
- Web Radio (10)
- Centova Cast (5)
- IceCast (1)
- SAM Broadcaster (1)
- SHOUTcast (1)
- WHMSonic (2)
- Web Site (2)
- WHM – CPANEL (28)
- WHM – CPANEL – SECURITY (8)
- WHMCS (6)
- Wordpress (15)
- Βάση Συχνών Ερωτήσεων (28)
- Γενικά θέματα (1)
How to install and configure MariaDB in Centova
Installing MariaDB =============== yum install mariadb-server systemctl start mariadb systemctl enable mariadb.service mysql_secure_installation mysql -u root -p CREATE DATABASE centovacast; CREANT ALL PRIVILEGES ON centovacast.* TO ‘root’@’localhost’; FLUSH PRIVILEGES; exit
Continue ReadingHow to Enable SSH Login Notification on Linux CentOS server?
Is your Linux server is used by multiple people on same time? If yes, then add an SSH login notification on your server so you come to know whenever and whom login. It will send you an email when someone login to your account. But for this its must that your server will be able […]
Continue ReadingHow to Install cPanel on CentOS 7 [step-by-step guide]
Hi everyone, I’m Harry, and today I will be with you about how to install cPanel on CentOS 7. What is cPanel? cPanel, as its name implies, is a web control panel. Cpanel provides you with the ability to manage Linux based hosts. This control panel provides users with a wide range of features and as a result, […]
Continue ReadingHow to clear Swap Memory in Linux / CentOS / RHEL
Virtual Memory is called as Swap space in Linux and is used when the physical memory (RAM) is full. When the system needs more memory and the RAM is full, inactive pages in the memory will be moved to the swap space. Swap is not a replacement to physical memory, it is just a small portion on […]
Continue ReadingEnable SSH Login Notification on Linux CentOS
Is your Linux server accessed by multiple users? If so, consider adding an SSH login notification whenever someone logs in. The examples below send an email when someone logs into your server. For this to work, your server must be able to send mail using the mail command. You may follow this tutorial to setup Exim with Gmail if […]
Continue Readinghtaccess file cannot be seen if you access the site via FTP
.htaccess αρχείο δεν μπορεί να δει, αν έχετε πρόσβαση στο site μέσω FTP Symptoms A client has the .htaccess file under the httpdocs directory. This file can be seen in the Plesk file manager, but it is not shown if you access the site via FTP. Cause Files whose names begin with a period (dot) […]
Continue ReadingDisable/Enable ping response on a Linux machine
Disable/Enable ping response on a Linux machine Απενεργοποίηση / Ενεργοποίηση απάντηση ping σε ένα μηχάνημα Linux sysctl is used to modify kernel parameters at runtime, one of these parameter could be ping daemon response, if you want to disable ping reply on your network you just simply need to issue something like: ~# sysctl -w […]
Continue Reading