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)
openVZ + SSH searching inside the containers from the master
Search for an open port (5060 in the example) inside the containers. vzlist -H -octid | while read CTID; do echo $CTID vzctl exec $CTID “netstat -antupe|grep :5060”; done Search for a proccess inside the containers vzlist -H -octid | while read CTID; do echo $CTID vzctl exec $CTID “pgrep -lf asterisk”; done
Continue ReadingNtop and iptraf
The best tools to capture and analyse network traffic http://www.ntop.org/get-started/download/ For iptraf yum install iptraf
Continue ReadingSSH commands
Check how many connections per port on the server : netstat -tuna | awk -F’:+| +’ ‘NR>2{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n Check how many connections per IP on the server : netstat -ntu | tail -n +3 | awk ‘{print $5}’ | cut -d: -f1 | […]
Continue ReadingHosts file windows xp – MacOS – Linux
The HOSTS file takes the structure of the IP address you wish to point to followed by the hostname you are mapping to it. E.g. 45.87.33.76 hostlola.com www.hostlola.com This format remains the same across operating systems, however the location of the hosts file does vary. Here is where you can find it on different operating […]
Continue ReadingWHMCS Template – How to add more slides to the slideshow
In this tutorial I’ll show you how easy it is to add more slides to the homepage slideshow on your WHMCS skin. All templates come with the 2 slides loaded on the homepage in PSD format (located in the template download). Assuming you have Photoshop this will allow you to easily create your own slides. […]
Continue ReadingPut a background image or color on an article
You can place a background image or color in an article by following these steps: Open the article for editing with TinyMCE or another editor. Press the “Edit HTML Source” button and enter the code indicated below at the very beginning of the article: For an image: <div style=”background-image: url(‘images/stories/key.jpg’)”> For a color: <div style=”background-color: […]
Continue ReadingIf you think you site is down
Hello, In the hosting industry, I have been contacted by countless customers in the past because they feel that their sites are down. Sometimes it is a false alarm and sometimes it is not. Here are some steps that you can do to check and see if your site is down. Note step 1 is […]
Continue ReadingIs there a way to change network provider order in Windows 7?
1. Go to start 2. Type “view network connections” in search and click on that selection 3. Press “ALT” > Advanced> Advanced connections 4. Click on Adapters and Bindings Tab and make selection Note: If you wants to change priority order of Network Provider, you would click “Provider Order” or “Adapters and Bindings” Tab to […]
Continue ReadingProblem after installing Joomla
Strict Standards: Non-static method JLoader::import() should not be called statically in C:xampphtdocsjoomla15librariesjoomlaimport.php on line 29 Strict Standards: Non-static method JLoader::register() should not be called statically in C:xampphtdocsjoomla15librariesloader.php on line 71 Strict Standards: Non-static method JLoader::import() should not be called statically in C:xampphtdocsjoomla15librariesjoomlaimport.php on line 32 Strict Standards: Non-static method JLoader::register() should not be called statically […]
Continue ReadingWHMCS problem with language change WHMCS ver.5.1.2
Replace the whmcs/dbconnect.php with this one http://www.megafileupload.com/en/file/365683/language-change–1–zip.html
Continue Reading- Προηγούμενη
- 1
- 2
- 3
- 4
- Επόμενη