Thursday, 28 June 2012

The texting shorthand dictionary

The texting shorthand dictionary: The meaning of lol, lmao, rotfl, fdl, rofl, lmfao, gtg, ttyl, imao, ttfn,what it means


lol = laugh out loud/laughing out loud
lmao = laugh my @$$ off
roflmao = rolling on the floor laughing my @$$ off
lool = laughing out outrageously loud
fdlmao = falls down laughing my @$$ off
fdl = falls down laughing
brb = be right back
bbl = be back later
b2b = business to business
ttyl = talk to you later
ttfn = ta ta for now
tfn = til further notice
bol = busts out laughing
lmfao = laughing my fat @$$ off
lmbo = laughing my butt off
imho = in my humble opinion
imo = in my opinion
rtfm = read the f* manual
<3 = love (heart)
h8 = hate
tmi = too much info
omg = oh my gosh
omfg = oh my f* gosh
itt = in this thread
afaik = as far as I know
afk = away from keyboard
asl = age sex location

Monday, 11 June 2012

IP Tables

TICKET #15809
IPTABLES UNBLOCK
We have made the proper modifications to your firewall and save it as
the default rules configuration file:
/etc/sysconfig/iptables

We also saved a copy of your old iptables rules file:
/etc/sysconfig/iptables.old
#just remove lets say example

just vi

ISSUE UNBLOCK
222.229.64.0/20
222.229.128.0/17
222.230.0.0/16
222.231.64.0/18
222.231.128.0/17

OLD IPTABLE
-A INPUT -s 222.231.128.0/255.255.128.0 -j DROP
-A INPUT -s 222.231.64.0/255.255.192.0 -j DROP
-A INPUT -s 222.230.0.0/255.255.0.0 -j DROP
-A INPUT -s 222.229.128.0/255.255.128.0 -j DROP
-A INPUT -s 222.229.64.0/255.255.240.0 -j DROP
-A INPUT -s 222.229.0.0/255.255.192.0 -j DROP
-A INPUT -s 222.228.0.0/255.255.0.0 -j DROP

NEW IPTABLE
-A INPUT -s 222.231.64.0/255.255.192.0 -j DROP
-A INPUT -s 222.229.0.0/255.255.192.0 -j DROP
-A INPUT -s 221.133.64.0/255.255.192.0 -j DROP
-A INPUT -s 221.132.128.0/255.255.192.0 -j DROP
-A INPUT -s 221.121.192.0/255.255.192.0 -j DROP
-A INPUT -s 221.97.128.0/255.255.192.0 -j DROP
-A INPUT -s 221.12.192.0/255.255.192.0 -j DROP
-A INPUT -s 220.157.0.0/255.255.192.0 -j DROP
-A INPUT -s 220.152.0.0/255.255.192.0 -j DROP

/sbin/service iptables save