5Απρ2013

Ποιο είναι το path για την Perl ?

Το path για την Perl είναι /usr/bin/perl

Continue Reading
5Απρ2013

Ποιο είναι το path για το Sendmail ?

Το path για το Sendmail είναι: /usr/sbin/sendmail

Continue Reading
4Απρ2013

WHMCS SMS Notify – Upgrading Steps

This article describes how to upgrade easily your WHMCS SMS NOTIFY addon to 2.x series. Upgrading from 1.4.x to 3.x version Because of many changes in database structure you MUST UNINSTALL the old version first. 1) Go to modules/admin and completely delete the “sms_notify” folder. 2) Extract and upload all files of new version (+language […]

Continue Reading
4Απρ2013

Monitor System Logs with Logwatch on Cent OS /RedHat /Fedora /Ubuntu

Monitor System Logs with Logwatch on Cent OS /RedHat /Fedora /Ubuntu Logwatch is a utility used to monitor system logs and create reports. These reports include failed login attempts, successful login attempts, and storage space used/available. For Fedora/CentOS/RedHat #yum install logwatch For Ubuntu $sudo apt-get install logwatch CONFIGURE LOGWATCH Once you have installed Logwatch, you […]

Continue Reading
4Απρ2013

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 Reading
4Απρ2013

Ntop and iptraf

The best tools to capture and analyse network traffic   http://www.ntop.org/get-started/download/   For iptraf   yum install iptraf

Continue Reading
4Απρ2013

SSH 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 Reading
4Απρ2013

Hosts 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 Reading
4Απρ2013

WHMCS 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 Reading
4Απρ2013

Put 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 Reading
Καλέστε μας