Error in exim main log for VPS: ————————————- 2013-04-11 00:38:57 H=localhost ([xx.xx.xx.xx]) [127.0.0.1] Warning: Sender rate 1.0 / 1h 2013-04-11 00:38:57 1O0rkv-0004ff-M9
See MoreTag: hostripples
Configure eth1
Configure eth1 on the server. if eth1 is not showing up using ifconfig then add folloing entry for eth1 then check using ifconfig [root@hostripples]# cat /etc/modprobe.conf alias eth0 tg3 alias scsi_hostadapter ata_piix alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 install snd-intel8x0 /sbin/modprobe –ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store […]
See MoreEclipse Installation
Eclipse Installation For multi-user access, you’ll probably want to install this in the system-wide directory: /usr/local so, as root, copy the file eclipse-SDK-3.3.1.1-linux-gtk.tar.gz to /usr/local and uncompress it: # tar xzf eclipse-SDK-3.3.1.1-linux-gtk.tar.gz This action creates the directory eclipse and the executable is the file eclipse within that directory. You only need to make it accessible […]
See More