Finally, i have solved BackTrack 5 R3 heating problem in my notebook (Axioo). This is my steps to solve it.
1. Install new kernel (3.7). You can download and install from this site.
2. Then install grub backtrack
root@bt:~# grub-install /dev/sda
root@bt:~# update-grub
3. Restart
Finish yeayy. Now, my notebook isn't heat again.
Saturday, February 23, 2013
Sunday, February 3, 2013
Automatically Mount Partitions In BackTrack Linux
First, open the file fstab. The file is located under /etc/ , so the full path is /etc/fstab .
/etc/fstab contains information of where your partitions and storage devices should be mounted and how. If you can't access your Windows partition from Linux, aren't able to mount your CD or write to your floppy as a normal user, or have problems with your CD-RW, you probably have a misconfigured /etc/fstab file. So, you can usually fix your mounting problems by editing your fstab file.
Then add the syntax below to /etc/fstab.
Format
<file system> <mount point> <type> <options> <dump> <pass>
For the example
/dev/sda3 /media/mydisk ext3 defaults 0 1
Thank you for reading. Good Luck!
/etc/fstab contains information of where your partitions and storage devices should be mounted and how. If you can't access your Windows partition from Linux, aren't able to mount your CD or write to your floppy as a normal user, or have problems with your CD-RW, you probably have a misconfigured /etc/fstab file. So, you can usually fix your mounting problems by editing your fstab file.
Then add the syntax below to /etc/fstab.
Format
<file system> <mount point> <type> <options> <dump> <pass>
For the example
/dev/sda3 /media/mydisk ext3 defaults 0 1
Thank you for reading. Good Luck!
Saturday, February 2, 2013
My Screen Resolution Is Good Now (BackTrack 5 r3)
After installing BackTrack and i have rebooted, i think my resolution is not good now. Because it only 1024 x 768. While the standard resolution is 1366 x 768. Inevitably, i must find a way to fix it.
After googling, i find the suitable posting. Here and Here.
Ohya, this is the info about my VGA
root@bt:~# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Then edit /etc/modules and add:
#added for native resolution
i915 modeset=1
And then, i save that file and reboot.
Taraaaa.. Succeed..
After googling, i find the suitable posting. Here and Here.
Ohya, this is the info about my VGA
root@bt:~# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Then edit /etc/modules and add:
#added for native resolution
i915 modeset=1
And then, i save that file and reboot.
Taraaaa.. Succeed..
Friday, February 1, 2013
New O.S. On My Notebook
Today, i have installed new operating system on my notebook. Yeahh, the operating system is BackTrack Linux.
BackTrack is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking.
I installed that operating system, because i wanna develop our skill in computer network, and BackTrack includes many well known security tools.
I think, i will feel comfortable with my new os. So, next posting maybe i will posting about my experience with my new os "BackTrack Linux".
See you later.
BackTrack is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking.
I installed that operating system, because i wanna develop our skill in computer network, and BackTrack includes many well known security tools.
I think, i will feel comfortable with my new os. So, next posting maybe i will posting about my experience with my new os "BackTrack Linux".
See you later.
Subscribe to:
Posts (Atom)



