---> download http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.9-precise/
"this file " 1. linux-headers-3.2.9-030209-generic-pae_3.2.9-030209.201202292059_i386.deb
then follow this command :
1. dpkg -i *.deb
2. dpkg-reconfigure dkms (if you get error on this phase.. just next command..)
3. update-grub
4. reboot
Selengkapnya...
Sabtu, 02 Juni 2012
How to upgrade kernel On Backtrack 5 R2
Jumat, 30 Desember 2011
How to Install Libre Office in Backtrack 5 r1
BT5 r1
root@bt:~# add-apt-repository ppa:libreoffice/ppa
root@bt:~# apt-get update
root@bt:~# apt-get install libreoffice
good luck
Selengkapnya...
Kamis, 27 Oktober 2011
create a new user in slackware
create a new user in slackware
# run the console
# adduser
Login name for new user []: inf
User ID ('UID') [ defaults to next available ]:
Initial group [ users ]:
Additional UNIX groups:
Users can belong to additional UNIX groups on the system.
For local users using graphical desktop login managers such
as XDM/KDM, users may need to be members of additional groups
to access the full functionality of removable media devices.
* Security implications *
Please be aware that by adding users to additional groups may
potentially give access to the removable media of other users.
If you are creating a new user for remote shell access only,
users do not need to belong to any additional groups as standard,
so you may press ENTER at the next prompt.
Press ENTER to continue without adding any additional groups
Or press the UP arrow key to add/select/edit additional groups
: audio cdrom floppy plugdev video power netdev
Home directory [ /home/inf ]
Shell [ /bin/bash ]
Expiry date (YYYY-MM-DD) []:
New account will be created as follows:
---------------------------------------
Login name.......: inf
UID..............: [ Next available ]
Initial group....: users
Additional groups: audio,cdrom,floppy,plugdev,video,power,netdev
Home directory...: /home/inf
Shell............: /bin/bash
Expiry date......: [ Never ]
This is it... if you want to bail out, hit Control-C. Otherwise, press
ENTER to go ahead and make the account.
Creating new account...
Changing the user information for inf
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Changing password for inf
Enter the new password (minimum of 5 characters)
Please use a combination of upper and lower case letters and numbers.
New password:
Re-enter new password:
passwd: password changed.
Account setup complete.
Selengkapnya...
HOW TO RUN IN THE MODEM ICON 255 Slackware
FIRST
#connect the modem
#Run the console
#type the command . / conninfo.ini on the console to make configuration
it will appear:
forexample XL
after that CTRL X to Exit
SECOND
after do the configuration.. we will run the modem
#./connect.sh up (connect)
#./connect.sh down (disconnect)
#./connect.sh restart (restart connection)
goog luck Selengkapnya...
Sabtu, 25 Juni 2011
Install Adobe Flash Player SlackWare 13.37
Adobe ® Flash ® Player is cross-platform, browser-based application runtime that provides a view without compromising expressive applications, content, and video across browsers and operating systems.
In this paper I will install the Adobe ® Flash ® Player as a plugin on the FireFox browser 4.0.Unduh latest Flash Player here
Next extract the files have been downloaded:
$ Tar-zxvf install_flash_player_10_linux.tar.gz
Make diretori plugins in / usr/lib/firefox-4.0 /
$ Sudo mkdir / usr/lib/firefox-4.0/plugins
Then copy the libflashplayer.so file to the directory / usr/lib/firefox-4.0/plugins /
$ Sudo cp libflashplayer.so / usr/lib/firefox-4.0/plugins /
Restart Firefox browser
Enjoy streaming video on Slackware:)
source by http://riscian.wordpress.com/2011/06/17/install-adobe-flash-player-slackware-13-37/
Selengkapnya...
Jumat, 17 Juni 2011
How to Install ipscanner in LINUX
download this file .deb
Kamis, 16 Juni 2011
Restoring Grub Boot Loader Ubuntu
Boot using the Ubuntu Desktop LiveCD
- Open a terminal (Applications -> Accecoriess -> Terminal)
- Identification of ubuntu already installed on your computer, by typing the command:
code
$ Sudo fdisk-l
- Perform mounting the partition with the command:
$ Sudo mount / dev/sda5 / mnt
- Then install grub that has a mounted partition with the command:
$ Sudo grub-install - root-directory = / mnt / / dev / sda
if successful it will exit the message; install completed with no errors.
- Reboot your computer, Grub loader should have appeared
may be useful
Selengkapnya...
