Κάποιες χρήσιμες εντολές για το σετάρισμα κάρτας δικτύου (π.χ. eth0) σε περιβάλλον linux. View: ifconfig -a (ή eth0) Assign ip address to interface: ifconfig eth0 192.168.1.102 netmask 255.255.255.0 up ifconfig’s syntax and command layout: ifconfig <interface> <ip_address> [ netmask <netmask> ]
Category Archives: Network
Installing PEAR
Although a PEAR subdirectory is created during WAMP installation, PEAR is not included with the Wampserver. To install PEAR open a command prompt window (Start->Run->cmd. Then Enter). Go to the php executables subdirectory and run go-pear.bat: c:\wamp\bin\php\php5.3.0>go-pear
Disable Dr Web notification emails in Plesk
[FIX] Getting a lot of notification from DrWeb. Last updated by: system APPLIES TO: Plesk 7.x for Windows Plesk 8.x for Windows Plesk 9.x for Windows
How can I restore Plesk database dump?
Resolution Automatical Plesk database dumps are stored in the folder defined by DUMP_D variable value in /etc/psa/psa.conf file. Automatic dumps consist of two types:
Upgrading PHP 4.3.9 to PHP 5.2.6 Plesk 9
Well, after diggin on the mysql website for the plesk error above ( http://dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html ) , I issued these commands from telnet and it fixed the plesk admin center which started normal: # mysqlcheck –check-upgrade –all-databases –auto-repair –user=admin –password=youradminpassword then issue this command: # mysql_fix_privilege_tables I got error because of the mysql connection needs the …
What is Google Public DNS?
What is Google Public DNS? Google Public DNS is a free, global Domain Name System (DNS) resolution service, that you can use as an alternative to your current DNS provider. To try it out: Configure your network settings to use the IP addresses 8.8.8.8 and 8.8.4.4 as your DNS servers or Read our configuration instructions. If you decide …