Change Default Terminal Size on BackTrack 5

Stories part was skipped!!!

Open terminal

Execute this command = "sudo gedit /usr/share/vte/termcap/xterm"

Edit line 10 or search for ":co#"

See image below as example:
Terminal size was set to 140x35

Disable Ads on YouTube

Do you noticed now we are dying from YouTube ads. Not much viewer can take it but too much cant stand for it. This is goes to me :P

A minutes later im searching for some tools or addons to help me with. So, i found Firefox addons that can help me and other Youtube viewer. If you are using internet explorer,sorry,i cant help you with this and i suggest you use Firefox for better experience.

Addons name = YouTube Enchancer

You must install this addons to work with. You can click here(youtube enhancer page) to install it.

# I have test this before publish this post but may have changes in another this current time post was publish


Edit Grub Make Windows As Default Boot

The little problem after fresh install BackTrack 5 R3(actually all BT version) is about GRUB,their boot loader OS. Now, it make me difficult(seems to) to wait at front of pc waiting to choose "Windows 7" to boot. If not that,in several seconds,it will boot to BackTrack :(

To make this easier(no more talks) let go to the solution.

Firstly, boot to your BT and make sure you navigate at the desktop screen

Brings up "Terminal" window then type "gedit /boot/grub/grub.cfg" this will open the grub content


You can see the whole content and try to get how it work to understand the function  and a risks :P

The grub.cfg content is like this(mine)

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set f3f3fc9f-870d-4e38-b519-094ac0b3c7b5
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1024x768
  set gfxpayload=keep
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set f3f3fc9f-870d-4e38-b519-094ac0b3c7b5
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 3.2.6' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd1,5)'
    search --no-floppy --fs-uuid --set f3f3fc9f-870d-4e38-b519-094ac0b3c7b5
    linux    /boot/vmlinuz-3.2.6 root=UUID=f3f3fc9f-870d-4e38-b519-094ac0b3c7b5 ro   text splash vga=791
    initrd    /boot/initrd.img-3.2.6
}
menuentry 'Ubuntu, with Linux 3.2.6 (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd1,5)'
    search --no-floppy --fs-uuid --set f3f3fc9f-870d-4e38-b519-094ac0b3c7b5
    echo    'Loading Linux 3.2.6 ...'
    linux    /boot/vmlinuz-3.2.6 root=UUID=f3f3fc9f-870d-4e38-b519-094ac0b3c7b5 ro single
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-3.2.6
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
    insmod ext2
    set root='(hd1,5)'
    search --no-floppy --fs-uuid --set f3f3fc9f-870d-4e38-b519-094ac0b3c7b5
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod ext2
    set root='(hd1,5)'
    search --no-floppy --fs-uuid --set f3f3fc9f-870d-4e38-b519-094ac0b3c7b5
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sdb1)" {
    insmod ntfs
    set root='(hd1,1)'
    search --no-floppy --fs-uuid --set F82A8E192A8DD4D2
    chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###


Simply edit the content by adding comment "###" at the beginning of boot entry. See "menuentry"

This will becoming like this




DIY Aquarium External Canister Filter

At 3.47AM im begin to work to build my homemade aquarium external canister filter. Past before, i bought the material from local hardware store. From supermarket i bought tupperware : )

6.30 AM i done making a hole at tupperware.Actually two holes(or more hole later) at top and bottom of tupperware. It have been done by using a knife and heat up steal(dawai)

Installing BackTrack 5 R3 64-bit Dual boot

Just now i successfully install BackTrack 5 R3 64-bit GNOME on my computer dual booting with Windows 7 64-bit. For installing this new BackTrack,first you can get OS file from here(BackTrack download page)

Select option which meet with your system. For example, im select BackTrack 5 R3,GNOME,64,ISO,Direct..Then click on "CLICK TO DOWNLOAD"

After download is complete,burn ISO file to DVD. you can use Nero to perform this. REMEMBER to burn as image file NOT DATA FILE

Setting your BIOS(if needed) to set CD/DVD ROM as first boot then boot BackTrack from DVD. Just press "Enter" and "Enter" to start BackTrack as "demo session"(can install later.please continue to read)

After done boot BackTrack,type "startx" to enter GUI session on BackTrack 5 R3. You should see "Install" file clearly on the desktop. Double click it to start installing BackTrack 5 R3 64-bit


Choose your preferred language(mine select English)


Choose time zone(select your time zone.can change later)


 Choose keyboard layout(or just next for default keyboard layout)


Now,This is most important part.please be careful from here. Choose your partition to install BT. What its need to work is EXT3 or EXT4 file system(mine is EXT4,8GB above partition size,partition for swap(if necessary) Select "advance" for custom partition choice.



Make change to meet with what you needed. From picture below,i already have 20GB EXT4(my previous BT)

I configuring my partition.Use all that partition size.Set it to EXT4 file system,format partition and mount point as "/".
A dialogue pop out telling me about swap space/partition.i think i dont need it so i press "continue". If you considering to make swap partition,simply create new partition and select file system as "swap".
Installing boot loader.If you have two hardisk,be careful to select the location of boot loader.Better same hardisk with your windows boot.
Click "install" to start process
Please leave comment and i will reply and try to help as i can

Annoying Infinity Ads Successfully Removed

After a long time not updating my blog,when i come back here i was annoyed by infinity ads. Im not sure i installed it or it installed by mistake.HAHAHA

But,problem is solved.I get rid of all ads in my blog and leaving only Nuffnang ads.This is give more speed and welcome for my blog guest.

20.9.2012 5.24 AM
Ads removed=Infinity(annoying) & adsense(blocked)

My BackTrack 5 R3 64-bit Cycle Process

New released of BackTrack Linux is BackTrack 5 R3 and still same as before about their window manager either KDE or GNOME and architecture 32-bit or 64-bit.

This is first time i download BackTrack 64-bit and will try newest BackTrack release. I will provide BackTrack 5 R3 64-bit cycle process from very beginning.

3.02 AM ---> Burning ISO file to DVD
3.45 AM --->Booting BackTrack in order to install and take a look
4.36 AM --->Finish installing
 Cost me nearly 1 hour because of problem with installing boot loader.I have two hardisk(not partition) and wrong selecting the hardisk.So, i re-install..LOL
5.13 AM --->Come back to BackTrack then update & upgrade

Tweak and customize my BackTrack 5 R3

Also install some tools for work and need. etc: flash player

I'm Coming back!!! sup3rc0w is alive

First of all,sorry to dear reader and my blog guest. Lately, my schedule is tight and have no time to update post. Lacks with internet in my handphone, so make this little difficult.

But now, im here again to provide best source of great information(i try to)..

Thanks dude for keeping my keyword "sup3rc0w" alive :D