Δ | Τ | Τ | Π | Π | Σ | Κ |
---|---|---|---|---|---|---|
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 (2)
- Centos (7)
- CentOS 7 (1)
- CentOS 8 (1)
- cPanel (6)
- Debian (4)
- Domain Name (4)
- Drupal (1)
- Facebook (2)
- HTML Code (1)
- Internet (1)
- iPhone/iPad (1)
- Joomla (5)
- Linux (10)
- 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 (3)
- 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 Change SSH Port on Linux or Unix
Change SSH port AlmaLinux 8/9 and Rocky Step 1: Choose a New SSH Port The first step in changing the SSH port is to choose a new port number. It is recommended to choose a port number between 1024 and 65535 that is not already in use by another service on the server. For this […]
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 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 Ubuntu/Debian
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 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 ReadingChanging the SSH Port for Your Linux Server
Changing the SSH Port for Your Linux Server Αλλαγή της θύρας SSH για Linux Server σας You can change the default SSH port for your Linux server as an added security measure. Make sure the new SSH port does not conflict with any known or blocked ports To Change the SSH Port for Your Linux […]
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 ReadingHow to Secure a CentOS Server SSH DDOS Deflate
About (D)DoS Deflate is a lightweight bash shell script designed to assist in the process of blocking a denial of service attack. It utilizes the command below to create a list of IP addresses connected to the server, along with their total number of connections. It is one of the simplest and easiest to install solutions […]
Continue ReadingΒασικές εντολές του Linux
Βασικές εντολές του Linux (Vasikes Entoles Linux – ssh – Centos) Εντολές διαχείρισης αρχείων ls παρουσίαση των αρχείων ενός φακέλου ls -al προσαρμοσμένη παρουσίαση των αρχείων ενός φακέλου με τα κρυφά αρχεία cd dir αλλαγή του ενεργού φακέλου στο φάκελο dir cd αλλαγή ενεργού φακέλου στο φάκελο home pwd εμφάνιση του ενεργού φακέλου mkdir dir δημιουργία φακέλου με το όνομα […]
Continue Reading