Δ | Τ | Τ | Π | Π | Σ | Κ |
---|---|---|---|---|---|---|
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 |
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)
Πώς να δημιουργήσετε Backup και Restore τους λογαριασμούς Cpanel μέσω SSH
Πώς να δημιουργήσετε αντίγραφα ασφαλείας του μεμονωμένου λογαριασμού cPanel μέσω SSH; How to create backup of Individual cPanel Account through SSH? Creating a full backup of an account through ssh is easy. You can do it through WHM or cPanel or through SSH. This will guide you through the process of backing up and restoring […]
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 ReadingDisk usage problem: WHM is showing incorrect disk usage details and I cannot also change the disk quota via WHM.
Disk usage problem: WHM is showing incorrect disk usage details and I cannot also change the disk quota via WHM. (Use disk space) The problem happens when the disk quota file get corrupted on server. You can run the following command while logged into the server through SSH as the root user. /scripts/fixquotas –force In […]
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 ReadingCleaning Up Your /tmp
Cleaning Up Your /tmp…The Safe Way find /tmp -type f -name sess_* | xargs rm -f Cron Job to Delete files in /tmp directory First create the script and test it. Here is a sample script that you would then need to modify: #!/bin/sh find /tmp -type f -name sess_* | xargs rm -f #remove […]
Continue ReadingΠώς να εγκαταστήσω το WHMSonic;
Πώς να εγκαταστήσω το WHMSonic; How to install WHMSonic ? WHMSonic είναι ένα δημοφιλές WHM / cPanel plugin, που προορίζεται για να κάνει τη ζωή σας πιο εύκολη. Σας επιτρέπει να προσφέρετε Shoutcast streaming media, AutoDJ, μεταπωλητή ραδιόφωνο από τον Dedicated ή VPS server. WHMSonic is a popular WHM/cPanel plugin, intended on making your […]
Continue ReadingClean Backups plug-in for cPanel/WHM
Clean Backups plug-in for cPanel/WHM Καθαρίστε αντίγραφα ασφαλείας plug-in για το cPanel / WHM cPanels backup script will not remove backups for accounts that no longer exist and these backups will remain on the backup drive until removed. This plug-in gives administrators the ability to clean up their backup directory by setting how long they […]
Continue ReadingΠως μπορώ να κάνω import ή export μια βάση δεδομένων μέσω SSH ?
1. Export MySQL Database Για να πάρετε backup μια βάση δεδομένων μέσω SSH, εκτελέστε την παρακάτω εντολή: mysqldump -u username -p database_name > dbname.sql Αμέσως μετά θα σας ζητηθεί το password της βάσης, γράψτε το password και πατήστε Enter. Το αρχείο dbname.sql είναι ένα αντίγραφο της βάσης σας και μπορείτε να το κατεβάσετε στον υπολογιστή σας. […]
Continue ReadingInstall Htop for RHEL, CentOS & Fedora
What is Htop? Htop is an interactive and real time process monitoring application for Linux. It shows complete list of processes running and easy to use for normal tasks. We can interact with mouse those who love to play with mouse. You can scroll vertically to view the full process list, and scroll horizontally to view […]
Continue Reading