hehe.. masjid..
” sesungguhnya solat 5 waktu itu adalah wajib ke atas setiap muslim ….”
R35p3c7 7h3 !n7311!93n7,h31p wh0 c4n’7 4ff02d…. [blog.namran.net]
hehe.. masjid..
” sesungguhnya solat 5 waktu itu adalah wajib ke atas setiap muslim ….”
#! /bin/bash
#
IP=`echo $* | sed ’s/^.* from //’ | awk ‘{print $1}’ | sed ’s/::ffff://’`
ATTEMPTS=`grep $IP /var/log/secure | grep “Failed password for” | wc -l`
if [ $ATTEMPTS -gt 2 ]
then
route add $IP lo
MINUTES=`expr $ATTEMPTS – 2`
echo “route del $IP lo 2> /dev/null” | at now +$MINUTES minutes 2>&1 > /tmp/.bad_user.$$
(hostname ; echo $* ; echo [...]
and the next thing is the hostname.
Permanent hostname change on RedHat based systems
RedHat based system use the file /etc/sysconfig/network to read the saved hostname at system boot. This is set using the init script /etc/rc.d/rc.sysinit
/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=”plain.domainname.com”
GATEWAY=”192.168.0.1?
GATEWAYDEV=”eth0?
FORWARD_IPV4=”yes”
So in order to preserve your change on system reboot edit this file and enter the appropriate name [...]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jul | Sep » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||