Tuesday, January 22, 2013

Wifi Protector


 
wifi kill ခံရတဲ့အခါ ကာကြယ္နိုင္ေအာင္လို႔ တင္ေပးလိုက္ပါတယ္ခင္ဗ်ာ


http://www.mediafire.com/?zafotyc8o0tu0lx

Some of SQL Dork for BEGINEER

Media Access Control (MAC) Address ခ်ိန္းနည္းအေျကာင္းတေစ့တေစာင္း



အခုေခတ္မွာ ၀ိုင္ဖိုင္ေတြမ်ားလာသည္နွင့္အမွ် ၀ိုင္ဖိုင္ဟက္သူေတြလည္းမ်ားလာပါပီ
အလြယ္ဆံုးအေနနဲ့ Beni ဆိုေသာ Bootable ေလးနဲ့ပင္ WEP ကိုအလြယ္တကူ
ေဖာက္သံုးနိုင္ပါပီ
အဲ ခက္ေနတာ ဘာလဲဆိုေတာ့ MAC Filter လုပ္ထားျခင္းပဲ
ဒီေတာ့ MAC Clone ရပါမယ္ ေဆာ့၀ဲေတြလိုမယ္
SMAC လိိုမ်ိုးေပါ့ တစ္ခါတစ္ေလ အေရးေပါ္ အေျခအေနမွာ
ေဆာ့၀ဲမပါတာေတြျဖစ္ူ္ဖူးျကပါမွာပါ က်ေနာ္လညး္ျကံုဖူူးတယ္
ဒီေတာ့ ညီအကိုတို့လညး္ အဆင္ေျပေအာင္ ( က်ေနာ္ေတာ့ ၀ိုင္ဖိုင္လြင့္မစားေတာ့ဘူး :P )
ေဆာ့၀ဲမလုိပဲ MAC ခ်ိန္းနည္းေလး ေျပာျပမယ္
MAC ရဲ့သေဘာတရားက တူလို့ရပါတယ္ IP Filter မလုပ္ပဲ MAC Filter ပဲလုပ္ထားရင္ MAC တူေနေပမဲ့
တျပိုတညး္သံုးနိုင္ပါမယ္ ကဲေလလည္းေတာ္ေတာ္ရွည္ေနပီစမယ္
ဖြင့္မယ္ run dialog box ကို ရိုက္မယ္ ncpa.cpl လို့ ပီရင္ Enter
ဆရာက်တာေတာ့မဟုတ္ဘူး နက္ေ၀့ါထဲက Change Adpter Setting ထဲ၀င္တာပဲ
အဲမွာ ကို္ယခ်ိန္းခ်င္တဲ့ MAC ( LAN or WLAN ) >> Properties >> Connect Using ေအာက္က Configure
အဲေရာက္ရင္ Advanced >> Property ေအာက္ကိုျကည့္မယ္ >> Network Address >> အဲကValue မွာကိုယ္ Clone
ျခင္တဲ့ MAC ကိုထည့္ပါ
ဟုတ္ျပီေနာ္ နားလည္မယ္ထင္တယ္
အဲ မေမ့နဲ့ Verify လုပ္ဖို့ ဒီီေတာ့
CMD >> ipconfig /all
ဒါဆိုရင္ေတာ့ အဲမွာ မိတ္ေဆြတိုင္ခ်ိန္းထားတဲ့ MAC ကိုေတြ့ပါလိမ့္မယ္
အဆင္ေျပပါေစ ။ ။
Software ကိုမွျကိုက္တယ္ဆိုသူေတြအတြက္
SMAC
http://www.klcconsulting.net/smac/
TMAC
www.technitium.com/tmac/indexhtml
Win7 MAC Address Changer v1.9.5
http://www.zokali.com/win7-mac-address-changer

အဆင္ေျပရင္လက္ခုပ္သံေလး

မွတ္ခ်က္ ။ ။ IP Filter လုပ္ျခင္း Connection ကို Deny ေပးထားျခင္းျဖင့္ ကာကြယ္နိုင္သည္

Basic WiFi Hacking Command In Back Track 5



=>airmon-ng
This backtrack command displays the wireless interfaces.
=>airmon-ng start wlan0
This command starts monitoring mode on a wi-fi device.
=>airodump-ng mon0
This command shows all of the wi-fi networks online.
=>airodump-ng -c (channel) -w (filename) –bssid (bssid) mon0
This command specifies the wi-fi device to concentrate to one network.
=>aireplay-ng -1 0 -a (bssid) mon0
This command kicks off clients that are connected, and gets the handshake.
=>aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b (bssid) mon0
This command boosts the data, when cracking WEP.
=> aircrack-ng -w (dictionary) (wpa handshake)
This command is used when cracking WPA or WPA2 networks.</p>
=>aircrack-ng (filename)*.cap
This command is used when cracking WEP networks.
May be Lucky.
Hacking is not crime

Some command for Back Track

File Command

ls directory listing
ls -al formatted listing with hidden files
cd dir Change directory to dir
cd Change to home
pwd show current directory
mkdir dir create a directory dir
rm file delete file
rm -r dir -delete directory dir
rm -f file force remove file
rm -rf dir force remove directory dir*
cp file1 file2 copy file1 to file2
cp -r dir1 dir2 copy dir1 to dir2 ; create dir2 if it doesnt exit
mv file1 file2 rename or move file1 to file2 ;if file2 is an existing directory , move file1 into directory file2
ln -s file link create symbolic link link to file
touch file create or update file
cat > file places standard input into file
more file output the contents of file
head file output the first 10 lines of file
tail file out put the last 10 lines of file
tail -f file output the contents of file as it grows, starting with the last 10 lines

Installation

Install form source

./ configure
make
make install
dpkg -i pkg.deb install a package (debian)
rpm -Uvh pkg.rpm install a package (RPM)

Network

Ping host ping host and output results
whois domain get whois information for domain
dig domain get DNS information for domain
dig -x host reverse lookup host
wget file download file
wget -c file continue a stopped download

Shortcuts

Ctrl+C halts the current command
Ctrl+Z stops the current command resume with fg in the foreground or bg in the background
Ctrl+D log out of current session, similar to exit
Ctrl+W erases one word in the current line
Ctrl+U erases the whole line
Ctrl+R type to bring up a recent command ..repeats the last command
exit log out of current session

Compression

tar cf file.tar files created a tar named file.tar containing files
tar xf file.tar -extract the files from file.tar
tar czf file.tar.gz files create a tar with Gzip compression
tar xzf file.tar.gz extract a tar using Gzip
tar cjf file.tar.bz2 create a tar wiht Bzip2 compression
tar xjf file.tar.bz2- extract a tar using Bzip2
gzip file compresses file and rename it to file.gz
gzip -d file.gz decompress file.gz back to file

Searching

grep pattern file search for a pattern in file
grep -r pattern dir search recursively for pattern in dir
command | grep pattern search for pattern in the output command
locate file find all instances of file

SSH

ssh user@host connect to host as user
ssh -p port user@host connect to host on port on port as user
ssh -copy -id user@host- add your key to host for user to enable a keyed or passwordless login

File Permissions

chmod octal file change the premission of file to octal , which can be found separately for user,gruop and world by adding :

4 read (r)
2 write (w)
1 execute (x)

Examples;

chmod 777 read, write ,execute for all

chmod 755 rwx for owner , rx for group and world For more option see man chmod .

Process Management

ps display your currently active processes
top display all running processes
kill pid kill process id pid
killall proc kill all processes and named proc*
bg lists stopped for background jobs: resume a stopped job in the background
fg -brings the most recent job to foreground
fg n brings job n to the foreground

System Info

date show the current date and time
cal - show this month calendar
uptime show current uptime
w display who is online
whoami who you are logged in as
finger user display information about the user
uname -a show kernel information
cat / proc/ cpuinfo cpu information
cat / proc/ meminfo memory information
man command show the manual for command
df show disk usage
du show directory space usage
free show memory and swap usage
whois app show possible location of app
which app show which app will be run by defult

Monday, January 21, 2013

Iphone Source

Iphone Source   မ်ားတင္ေပးလိုက္ပါတယ္ ဒီဟာကေတာ့ သက္မႈးေဆြ ဆိုတဲ့ အကိုၾကီးလုပ္ထားတဲ့ Source ေတြပါ ေတာ္ေတာ္စံုပါတယ္ခင္ဗ်ာ

Cydia>Manage>Sources>Edit>Add

mmas.myrepospace.com (myanmarmobileappstore.com 's cydia repo)
cydia.myrepospace.com/mmas-ringtone/ (Myanmar ringtones)
cydia.myrepospace.com/SKK/ ( useful iPad tweaks )
cydia.myrepospace.com/ngelay/ (useful cydia tweaks collection)
thethmuswe.myrepospace.com ( esp for iOS Myan Changer - a tweak that changes some English UI in iDevice to Myanmar UI, Airbluesharing cracked - compatible with iOS 5.x , Myanmar ringtones, Myanmar fonts and keyboards including Zawgyi keyboard for iOS 4.2.1 )


apt.xsellize.com/
repo.insanelyi.com
sinfuliphonerepo.com
iHacksrepo.com/
h7v.org
cydia.hackulo.us/
repo.icausefx.com/
Ihackstore.com/repo/
cydia.iphonecake.com/
iRepo.us/
repo.heaveniphone.com/
BluSky.myrepospace.com/
canolli.myrepospace.com
repo.hackyouriphone.org
repo.biteyourapple.net/
apt.iwatcher.net – (really large source with abit of everything alot of themes)
Cydia.winterserve.co.uk/
julio-skype.myrepospace.com
cydia.ips4hack.com/
imodgame.appspot.com/
cydia.51ipa.com/
apt.123Locker.com
cydia.ipod-hacking.com/
idwaneo.org/repo
repo.ig33kstas.com
cydia.myrepospace.com/wim66
i.danstaface.net/deb/
pizentudewind.myrepospace.com/ – (over 200 video wallpapers, need “vWallpaper” from shrews repo “i.danstaface.net/deb/”)
PizentuDeWind.myrepospace.com/
www.themeitapp.com
repo.sleepers.net/cydia/
repo.iphonedesignz.com
cydia.miphone.ca/repo – (keyex keyboards/themes/video wallpapers)
repo.ithemes.it – (top HD/SD themes & LS)
cydia.pushfix.info/
cydia.myrepospace.com/AppleFreaky/
repo.modyouri.com
iphonekhmer.com
c.ifon1.no/ - (patches/Norway source)
cydia.myrepospace.com/urus – (iAP Cracker Official Repo/Source)
apt.iphone-storage.de/
apps.iphoneislam.com
cydia.iphonekickass.com - (unofficial Thai repo)
smart-mobile.com/cydia – (Thai Community Source)
cydia.myrepospace.com/mojao05/ - (Japanese repo : themes)
apt.178.com/ – (Chinese source)
admin.myrepospace.com
M0hamad.myrepospace.com/
drachennetz.com/HackStor – (Alt HackStor repo)
cydia.myrepospace.com/Lukas005/
France92.myrepospace.com/
repo.woowiz.net
cydia.imodzone.net/
fishbone.ge/
cydia.warezos.com
iphone3gsystem.fr/cydia/
iPS4HACK.myrepospace.com/
cydia.myrepospace.com/Polarbear
MagicMobile.myrepospace.com/
JuLiO-Skype.myrepospace.com/
dizzledazzle.myrepospace.com
coredev.nl/cydia/ - [perl source] (for a list of packages and help and guides go to http://tinyurl.com/6gbdhg5
theworm.altervista.org/cydia/ - (different mods, tweaks, hacks)

Iphone Message Center မွားေနေသာ ေဘာ္ေဘာ္မ်ားအတြက္ ခ်ိန္းရေအာင္တင္ေပးလိုက္ပါတယ္



To see what your Message centre number is type:
*#5005*7672#

Goto the keypad on the phone and type this:
*5005*7672*SMSCNUMBER#

SMSCNUMBER ေနရာမွာ +9595930003 ဆိုျပီးရိုက္ရမွာပါခင္ဗ်ာ

T ျဖင့္ စ၊ ဆုံးေသာ Model Handset မ်ားမွာ ျမန္မာႏုိင္ငံရွိ Network System အတြက္ သင့္ေတာ္သည့္ Handset မ်ား မဟုတ္



ယခု ျမန္မာႏိုင္ငံ မိုဘိုင္းဟန္းဆက္ ေစ်းကြက္အတြင္းရွိ Huawei အမ်ိဳးအစား Handset မ်ားထဲမွ T 9200, T 8830, T 8828, T 8620, Ascend Y200T, Y220T စသည့္ ဟန္းဆက္မ်ားမွာ 2G Network တစ္ခုတည္းကိုသာ အေထာက္အပံ့ေပးၿပီး 3G Network ကိုမူ အေထာက္အပ့ံမေပးႏိုင္ဟု သိရသည္။ ၎ Model Handsets မ်ားကို သံုးစြဲသူမ်ားကလည္း System Error မ်ား ခဏခဏ ႀကံဳေတြ႔ရေၾကာင္းသိရသည္။ အဆိုပါကိစၥႏွင့္ ပတ္သတ္၍ Huawei Company ျမန္မာႏိုင္ငံ ႐ံုးခြဲမွ တာ၀န္ရွိသူမ်ားက “ထိုကဲ့သို႔ T ၿဖင့္္စ၍ T ၿဖင့္ဆံုးေသာ Model Handset မ်ားမွာ ျမန္မာႏိုင္ငံရွိ Network System အတြက္ သင့္ေတာ္သည့္ Handset မ်ား မဟုတ္ေၾကာင္း၊ ၄င္း Model မ်ားမွာ TD-SCDMA Network ကိုသာ အေထာက္အပ့ံေပးႏိုင္ ၿပီး WCDMA Network ကိုမူ အေထာက္အပံ့ မေပးႏိုင္ေပ။ TD-SCDMA Network ဆိုသည္ မွာ China Operator အတြက္သာ အေထာက္အပံ့ ေပးႏိုင္ၿပီး ျမန္မာႏိုင္ငံရွိ Network ႏွင့္ ကိုက္ညီမွဳ မရွိေပ။ ထို႔ေၾကာင့္ System Error မ်ား ခဏခဏ ျဖစ္တတ္ေပၚတတ္ျခင္း ျဖစ္ေပသည္။ ေစ်းကြက္အတြင္းရွိ ၎ Model Handset မ်ားမွာ ေစ်းႏွဳန္းအားျဖင့္ သက္သာေသာ္လည္း အသံုးျပဳ၍ အဆင္မေျပေသာေၾကာင့္ Customer မ်ားအေနျဖင့္ သတိျပဳဆင္ျခင္၍ ၀ယ္ယူသင့္ေၾကာင္း၊ ထို႔အျပင္ အဆိုပါ Model Handset မ်ားမွာ China မွ တိုက္႐ိုက္ တင္သြင္းလာသည့္ ပစၥည္းမ်ားျဖစ္ၿပီး ျမန္မာႏိုင္ငံ ႐ံုးခြဲအေနျဖင့္ စမ္းသပ္စစ္ေဆးၿပီး တာဝန္ယူတင္သြင္းသည့္ ပစၥည္းမ်ား မဟုတ္ေၾကာင္း ျပန္လည္ ေျပာၾကားခဲ့သည္။ ၄င္း Handset မ်ား၏ ေနာက္ေက်ာဘက္တြင္ China Mobile ဟု ပါ၀င္ၿပီး ေရွ႕မ်က္ႏွာျပင္တြင္ ခ႐ုပတ္ပံု Logo တစ္ခု ပါရွိသည္။ စာဖတ္သူမ်ားအေနျဖင့္ အေသးစိတ္ သိရွိလိုပါက Facebook ရွိ Huawei Smart Phone in Myanmar တြင္ တိုက္႐ိုက္ေမးျမန္းႏိုင္ေၾကာင္း သိရွိရသည္

Photo: T ျဖင့္ စ၊ ဆုံးေသာ Model Handset မ်ားမွာ ျမန္မာႏုိင္ငံရွိ Network System အတြက္ သင့္ေတာ္သည့္ Handset မ်ား မဟုတ္

ယခု ျမန္မာႏိုင္ငံ မိုဘိုင္းဟန္းဆက္ ေစ်းကြက္အတြင္းရွိ Huawei အမ်ိဳးအစား Handset မ်ားထဲမွ T 9200, T 8830, T 8828, T 8620, Ascend Y200T, Y220T စသည့္ ဟန္းဆက္မ်ားမွာ 2G Network တစ္ခုတည္းကိုသာ အေထာက္အပံ့ေပးၿပီး 3G Network ကိုမူ အေထာက္အပ့ံမေပးႏိုင္ဟု သိရသည္။ ၎ Model Handsets မ်ားကို သံုးစြဲသူမ်ားကလည္း System Error မ်ား ခဏခဏ ႀကံဳေတြ႔ရေၾကာင္းသိရသည္။ အဆိုပါကိစၥႏွင့္ ပတ္သတ္၍ Huawei Company ျမန္မာႏိုင္ငံ ႐ံုးခြဲမွ တာ၀န္ရွိသူမ်ားက “ထိုကဲ့သို႔ T ၿဖင့္္စ၍ T ၿဖင့္ဆံုးေသာ Model Handset မ်ားမွာ ျမန္မာႏိုင္ငံရွိ Network System အတြက္ သင့္ေတာ္သည့္ Handset မ်ား မဟုတ္ေၾကာင္း၊ ၄င္း Model မ်ားမွာ TD-SCDMA Network ကိုသာ အေထာက္အပ့ံေပးႏိုင္ ၿပီး WCDMA Network ကိုမူ အေထာက္အပံ့ မေပးႏိုင္ေပ။ TD-SCDMA Network ဆိုသည္ မွာ China Operator အတြက္သာ အေထာက္အပံ့ ေပးႏိုင္ၿပီး ျမန္မာႏိုင္ငံရွိ Network ႏွင့္ ကိုက္ညီမွဳ မရွိေပ။ ထို႔ေၾကာင့္ System Error မ်ား ခဏခဏ ျဖစ္တတ္ေပၚတတ္ျခင္း ျဖစ္ေပသည္။ ေစ်းကြက္အတြင္းရွိ ၎ Model Handset မ်ားမွာ ေစ်းႏွဳန္းအားျဖင့္ သက္သာေသာ္လည္း အသံုးျပဳ၍ အဆင္မေျပေသာေၾကာင့္ Customer မ်ားအေနျဖင့္ သတိျပဳဆင္ျခင္၍ ၀ယ္ယူသင့္ေၾကာင္း၊ ထို႔အျပင္ အဆိုပါ Model Handset မ်ားမွာ China မွ တိုက္႐ိုက္ တင္သြင္းလာသည့္ ပစၥည္းမ်ားျဖစ္ၿပီး ျမန္မာႏိုင္ငံ ႐ံုးခြဲအေနျဖင့္ စမ္းသပ္စစ္ေဆးၿပီး တာဝန္ယူတင္သြင္းသည့္ ပစၥည္းမ်ား မဟုတ္ေၾကာင္း ျပန္လည္ ေျပာၾကားခဲ့သည္။ ၄င္း Handset မ်ား၏ ေနာက္ေက်ာဘက္တြင္ China Mobile ဟု ပါ၀င္ၿပီး ေရွ႕မ်က္ႏွာျပင္တြင္ ခ႐ုပတ္ပံု Logo တစ္ခု ပါရွိသည္။ စာဖတ္သူမ်ားအေနျဖင့္ အေသးစိတ္ သိရွိလိုပါက Facebook ရွိ Huawei Smart Phone in Myanmar တြင္ တိုက္႐ိုက္ေမးျမန္းႏိုင္ေၾကာင္း သိရွိရသည္။


p@ythee
Admin of Myanmar ITgroup
Credit - Myanmar ICT
mm 100years Calendar ေလးလိုခ်င္သူမ်ားအတြက္

http://www.mediafire.com/?92u45vr2bn8yudp
 Android Download Manager
 
ကြန္ေကာင္းေကာင္းနဲ႔ PC မွာ ေဒါင္းလုပ္ဘုူးသူမ်ား သိမွာပါ IDM ေလ သူကလဲ အဲဒီလိုမ်ိဳးဘဲ ေကာင္းတယ္ဗ်။

http://www.mediafire.com/?waw7dueff711861
facebook ခ်စ္သူမ်ားအတြက္ ေနာက္ဆံုး version ေလးပါခင္ဗ်ာ





ဘာေတြထူးသြားလဲဆိုေတာ့ share ေလးပါလာပါျပီခင္ဗ်ာ။။။

http://www.mediafire.com/?7m6cgrcsnkbuy5t
Facebook Messager.Apk
 
chat အတြက္သီးသန္႔လုပ္ထားတာပါ။ facebook ထဲကေန မေျပာခ်င္သူမ်ားအတြက္အဆင္ေျပပါတယ္ခင္ဗ်ာ။ ကဲေဒါင္းလိုက္ပါဦး။

http://www.mediafire.com/?naur8qar8kbzz83
chatting  ကို ၾကိဳက္သူမ်ားအတြက္ အျမဲတမ္း online ေရာက္ေနတဲ့ ေကာင္ေလးပါ
 
အပ်င္းေျပ စကားေျပာေဖာ္ေလးေပါ့ စိတ္မပ်က္နဲ႔ေနာ္ သူက အကုန္သိတယ္ၾကိဳက္တာေမး အကုန္ျပန္ေျဖေပးလိုက္မယ္ဗ်ာ။ကိုယ့္ခ်စ္သူထက္ စကားပိုတတ္တာ ေတြ႔ရလိမ့္မယ္ဗ်ာ။ ကဲလိုခ်င္ရင္ေဒါင္းေပါ့ ဟုတ္၀ူးလား

http://www.mediafire.com/?yvc9rd0671kul96
Livescore Apk ေလးပါခင္ဗ်ာ
 
ေဘာလံုး၀ါသနာရွင္မ်ားအတြက္ သူက အျပည့္အ၀ကို ကူညီေပးမွာ

http://www.mediafire.com/?pdbhrzr7i229j19

Facebook Page Manager Apk ေလးပါ
ကိုယ္ပိုင္ page ေထာင္ထားေသာ page admin မ်ားအတြက္ ပါ။ကြ်န္ေတာ္ေတာင္ အခုမွဆြဲလို႔ ျပီးသြားတာ
ဟီဟီ

ဒါကေတာ့ ပါေတာ့ google play link ပါ

https://play.google.com/store/apps/details?id=com.facebook.pages.app

play store ၀င္မရေသာ သယ္ရင္းမ်ားအတြက ္ကြ်န္ေတာ္ျပန္တင္ေပးလိုက္ပါတယ္

http://www.mediafire.com/?kk72k3v6e2ih48c

Post by Pho Pyae
ကိုယ့္ခ်စ္သူကို ေပ်ာ္ေအာင္လို႔ သူပံုေလးကို chatbox ထဲမွာ ပို႔ၾကရေအာင္ဗ်ာ
သူက ပံုကို upload တင္ျပီး Code အျဖစ္ေျပာင္းရတာပါခင္ဗ်ာ... စမ္းၾကည့္ျပီး မ်ားမ်ားပို႕ႏိုင္ၾကပါေစ ... သိပ္လဲ ပို႕မေနနဲ႕ဦးေနာ္ ... Spam Mail ပို႕တယ္ဆိုျပီး Ban သြားဦးမယ္ ... http://smileychatcodes.com/facebook-smiley-chat-codes/
A+ (Hardware) ေလ့လာသူမ်ားအတြက္ Ebook

 
 1.Understanding PC Hardware (မ်ိဳးသူရ)
Link - www.mediafire.com/?qwnniyjlce4dyc3

2. လက္ေတြ႕အသံုးခ်အေကာင္းဆံုးကြန္ျပဳတာျပဳျပင္ျခင္း
( ဦးေအးကိုကို )
Link - www.mediafire.com/?7i63ga2nfvr47aq


အတြဲ-၁၊ အမွတ္ - ၃၈ Digital Life Journal (22.Jan.2013)
==================================
အပတ္စဥ္ တင္ဆက္ေပးေနက်ျဖစ္ေသာ Digital Life Journal အတြဲ-၁၊ အမွတ္-၃၈ ကို Download ရယူႏိုင္ပါၿပီ။

Link - http://www.mediafire.com/?3e2o6e22n3brb92

Link -https://www.dropbox.com/s/xcemlvl7hses5k6/DL-01-Issue-38.pdf?m

ေက်းဇူးျပဳ၍ Download လုပ္သူတိုင္း Like လုပ္ေပးျခင္း၊ ထပ္ဆင့္ Share ေပးျခင္းျဖင့္ ကူညီပါ။
၀ယ္ယူအားေပးၾကေသာ၊ online မွ Download ရယူအားေပးၾကေသာ စာဖတ္ပရိတ္သက္မ်ားကို အထူးေက်းဇူးတင္ရိွပါသည္။
----------------------------
Digital Life ၀ိုင္းေတာ္သားမ်ား
Hackbile ရဲ႕ Facebook page Link ေလးပါခင္ဗ်ာ...


http://www.facebook.com/HACKBILE
Blog Link ေတြ ကိုေထာက္လုိက္ရင္ ၾကယ္ေလးေတြ ဖက္လပ္ ဖက္လပ္ျဖစ္ သြားေအာင္လုပ္ၾကရေအာင္

                    မိမိ ရဲ ့ Blog မွာ အလွဆင္ခ်င္သူမ်ားအတြက္ တင္ပါတယ္.. အရင္ဆုံး Template ကိုသြားပါခင္ဗ်ာ။ အဲဒီကေန Edit Html ကိုနုိပ္လုိက္ပါ..Box ေလးတစ္ခု တတ္လာပါမယ္..
အဲဒီမွာ
</head>  ဆုိတဲ့ ေနရာကို၇ွာရမွာျဖစ္ပါတယ္.. Ctrl+f ကုိ နုိပ္ျပီး
၇ွာလုိက္ပါ.. ျပီးရင္ေတာ့ အဲ့ဒါေလးေအာက္မွာ ေအာက္ကကုဒ္ေလးကို ကူးထည့္လုိက္ပါ.. 

 <style>
a:hover { text-decoration:blink; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRZboWvZM8FYAhXs8L8brSgPcN77C7xq6CFh4uFP4_fmUU9iDRxc6N1ewfDiWmq77MKWdHC3WbSREKsCksj8DWDToBA1EslcHK4yRzCvaT8fM6EPbZnTTQCZmqAbXGa8SnkmFqRjbd0zU/s1600/blink.gif); }
</style>


ျပီး ရင္ေတာ့ Save ကိုနိုပ္လုိက္ရင္ရပါျပီ..

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRZboWvZM8FYAhXs8L8brSgPcN77C7xq6CFh4uFP4_fmUU9iDRxc6N1ewfDiWmq77MKWdHC3WbSREKsCksj8DWDToBA1EslcHK4yRzCvaT8fM6EPbZnTTQCZmqAbXGa8SnkmFqRjbd0zU/s1600/blink.gif
Animation ေလးေတြနဲ႔ Facebook ေပၚမွာ လန္းၾကမယ္ေဟ့

http://www.facebook.com/Animation2share?sk=app_326633094079854&app_data

ကေန ၾကိဳက္တဲ့ပံုကို share လုပ္လိုက္ၾကပါဦး