Δ | Τ | Τ | Π | Π | Σ | Κ |
---|---|---|---|---|---|---|
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)
Changing 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 ReadingStarting and Stopping httpd apachect
After installing the httpd package, review the Apache HTTP Server’s documentation available online at http://httpd.apache.org/docs/2.2/ The httpd RPM installs the /etc/init.d/httpd script, which can be accessed using the /sbin/servicecommand. Starting httpd using the apachectl control script sets the environmental variables in /etc/sysconfig/httpdand starts httpd. You can also set the environment variables using the init script. To start the server using the apachectl control script as root type: apachectl start You […]
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 ReadingDisabling / enabling ping from the server ?
Disabling / enabling ping from the server: cd /proc/sys/net/ipv4 echo 0 > icmp_echo_ignore_all (enabling) echo 1 > icmp_echo_ignore_all (disabling)
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 ReadingInstall ConfigServer Apps On A cPanel/WHM Server
ConfigServer provide a range of paid and free applications, including a significantly more advanced firewall, that plug directly into WHM on your cPanel server. These applications are highly recommended for anyone who is serious about the security of their cPanel Server, as they not only provide enhanced security functionality, but also allow you to easily manage a […]
Continue ReadingHow to Secure your Dedicated Server
(RedHat Linux + Cpanel) Finally. You got the dedicated server you always wanted. Now you’re a real webhost. No more reseller accounts. Yeah …. . BUT – now all the responsibility in keeping that server up and running is up on your shoulders. The very first things after getting your server is to make it […]
Continue ReadingΕγκατάσταση το Softaculus με SSH για Cpanel/WHM;
Αρχικά θα χρειαστείτε το putty SSH για να συνδεθείτε στον Server μας με σύνδεση SSH. Μπορείτε να το κατεβάσετε από εδώ… Στη συνέχεια θα πρέπει να δημιουργήσετε έναν λογαριασμό στην Softaculus και να παραγγείλετε αντίστοιχα την έκδοση για τον Server που έχετε (VPS License ή Dedicated License) και να γράψετε κατά την παραγγελία στην Softaculus την IP […]
Continue Reading