Friday, 30 March 2012

Ubuntu backlight[fix]

Im sorry suppose this time entry i need to upload the driver but since the internet connection was quite slow right now, i guess i will do another tutorial.

today i will teach you on how encounter the backlight problem on certain laptop...now let start.

first you need to add this ppa on your software list..
-"sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight"

once you done,,please do run sudo apt-get update && sudo apt-get upgrade.
okay now you finish that two job..lets proceed to the other step.
1.we will edit GRUB2 boot parameter..you can find it on /etc/default/grub.we will do little programming by enabling "acpi_vendor=backlight"

              1..open terminal and type sudo nano  /etc/default/grub.
                      --you can use other editor such gedit or else..
              2..now you will see this line..just change the value..refer this value that i show you.
                         GRUB_CMDLINE_LINUX_DEFAULT="splash acpi_vendor=backlight"
                          GRUB_CMDLINE_LINUX="acpi_vendor=backlight"
okay..press ctrl-x and y to save....

after editing the GRUB2,you need to update the grub.cgf...
sudo update-grub

done!your light suppose to be working sharpish after reboot.
This picture show how if you edit using nano

Friday, 16 March 2012

Gaming On Acer Aspire 4736z

Acer aspire 4736z merupakan laptop yang sarap pada wakti kini.Akan tetapi,sarap mane pon acer nii masih lagi tidak menghalang aku untuk bermain game-game baru tanpa lag!!hahaha.Tapi aku terpakse mengaku Game keluaran tahun hujung 2011 memang da x boleh nak support.sebahagiannya laa.cakap banyak x guna.ni list game yg pernah run dlm lappy aku.


1.NFS underground
2.NFS most wanted
3.NFS carbon
4.Modern warfare 1,2,3(2 & 3 lag sikit tp x de la mcm nokhoromm)
5.PES 2011,2012
6.Crysis 2 warhead(game perlu di hack kalu x lag cm cibs)
7.left 4 dead
8.left 4 dead 2 (game perlu di hack kalu x lag cm cibs)
9.DMC 4
10.Bully
11.COD Black ops (lag2 manja)
12.Prototype
13.DOTA
14.Darksider
15.ps1/2 emulator(game ps 2 lag jugak)
16.silent hill homecoming

dan game2 lain yang aku x igt.Graphic card standard aku 64MB dgn ram sebanyak 992MB je..n yes.mmg aku punya ram 1 GB je.Malas nak upgrade.hahaha.

so untuk bermain game dlm laptop jenis ni perlukan beberapa tool yg penting.modded driver dan beberapa tool2 yg penting seperti 3d analyzer dan lain2.nnti aku upload untuk korang.wait for the next post.hihi.

Reminder

Ingat!!!
Jika anda hack orang,jangan nak dok gebang sana sini..
Memang kite power nak sembunyi.Tapi......
Jangan Kerana Orang Lain,Title Kite Dipijak dek samurai.hahahahahaha!!


mood://<\n pintu kene ketuk dengan samurai sebab hack wifi.hehehehehe \n>

Wednesday, 14 March 2012

Ubuntu [Debian]--adding ppa repository

everyone knows installing software from terminal is one of the bloody cool moment when you are using linux.Sometimes,it gonna be annoying when your source code can't find the packages using terminal.the way to solve it are by adding ppa or repository address for the terminal find the server for software download.


to add ppa,just enter this command..

sudo add-apt-repository ppa:SOURCENAME/ppa && sudo apt-get update

source name you can find on google for which software you want to install.so try it..you will find it very awesome!! ^^


ps:im sorry for my bad english while im not a native speakers :)

The Power of 'tracert'

tracert are one of the main command in the cmd bash. For me tracert is one of the most necessary command for any hacker out there.


                 tracert actually will help you to get someone ip address when you are running arp poison. i give an example. Person A have hacked person B wifi. since the person B are using his wifi without knowing that he has been hacked, it is enough for person A to do crime. Consider person A is a hacker. When he are running arp poison, he can cut off the connection of person B so person B will be offline. Since person A knows that person B are online using the same wifi,he just open cmd and typing ''net view'' to see the user of the wifi on behalf. To get person B ip, person A just typing tracert COMPUTERNAME-PC. person A will get the ip immediately. so now person A can do arp poison, man middle attack, doss and so on.,,


if you type tracert only,you will get the manual on how to conduct this command line.



Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout]
               [-R] [-S srcaddr] [-4] [-6] target_name

Options:
    -d                 Do not resolve addresses to hostnames.
    -h maximum_hops    Maximum number of hops to search for target.
    -j host-list       Loose source route along host-list (IPv4-only).
    -w timeout         Wait timeout milliseconds for each reply.
    -R                 Trace round-trip path (IPv6-only).
    -S srcaddr         Source address to use (IPv6-only).
    -4                 Force using IPv4.
    -6                 Force using IPv6.

you also can try website ip address.change the target name to any website you want.Have fun ^^