Archives
-
centos LAMP (32bit)
centos lamp —————— yum install mysql mysql-server chkconfig –levels 235 mysqld on /etc/init.d/mysqld start —————— mysqladmin -u root password supergizliparola mysqladmin -h server1.example.com -u root password supergizliparola —————— yum install httpd chkconfig –levels 235 httpd on /etc/init.d/httpd start —————— yum install php /etc/init.d/httpd restart —————— nano /var/www/html/info.php <?php phpinfo(); ?> —————— yum install php-mysql php-gd [...]
Yorumlar KapalıHaz 22nd, 2010 | Filed under Kategorisiz Yazilar -
What was the world’s first .com?
The DNS was created in 1984 and in 1985 top level domains were defined. The first top level domains were COM, ORG, EDU, GOV, MIL and ccTLD. In April 1985 cmu.edu, purdue.edu, rice.edu and ucla.edu were the first registered domain names. The first .gov was css.gov and was registered in June 1985. The first .org [...]
Yorumlar KapalıHaz 14th, 2010 | Filed under Kategorisiz Yazilar -
irrp autorenew off
Problem not in the awbs irrp module all new domain default on irrp renewalmode=AUTORENEW how to disable auto renew all domains on irrp The commands are listed MANUAL under registrar document (see HOME link in side menu, and look for API SMTP-DIRECT Manual under REGISTRAR DOCUMENTS). You can do individual domain updates by clicking DOMAINS [...]
Yorumlar KapalıHaz 10th, 2010 | Filed under Kategorisiz Yazilar -
proxmox vps nodelar read-only olursa?
Promox server ustunde bulunan openvz vps nodelar durduk yere read-only file system olursa hemen uzulmemek lazim. /dev/pve/data nin fsck ye ihtiyaci var demektir. once eger makinamiz uzakta ise bir kvm baglayip veyahut monitor klavyemizi hazir ettikten sonra kernel paniclere aldirmadan fsck /dev/pve/data tabi vakit alacak ama hersey calisacak sonucta…
Yorumlar KapalıHaz 10th, 2010 | Filed under Kategorisiz Yazilar -
apache yerim yok diyor – [Thu Jun 10 00:50:17 2010] [emerg] (28)No space left on device: Couldn’t create accept lock (/var/logs/accept.lock.20932) (5)
There was definitely enough space on the device where the locks are stored (default /usr/local/apache2/logs/). I tried to explicetely different Lockfiles using the LockFile-directive but this did not help. I also tried a non-default AcceptMutex (flock) which then solved the acceptlock-issue and ended in the rewrite_log_lock-issue. Only reboot of the system helped out of my [...]
Yorumlar KapalıHaz 9th, 2010 | Filed under Kategorisiz Yazilar