In the past few weeks i was trying the ubuntu netbook edition (ubuntu netbook remix), i read a lot of posts talking about how to get the original ubuntu look by deleting the launcher and changing lot of configurations … etc, but the fact is by one click you can get the ubuntu look easily, when you start your machine and you reach the login screen chose the user name and before you enter your password look down for something called sessions and change it to gnome, see how easy getting the ubuntu look, enjoy it
.
Changing the look of Ubuntu Netbook Edition
Posted January 30, 2010 by lionlixCategories: Linux
Gerix Wifi Cracker NG “AMAZING”
Posted December 18, 2009 by lionlixCategories: Cracking
for those who love wifi cracking and tired from typing the command again and again, here is a GUI interface for aircrack-ng, first you need to install the latest aircrack-ng then go to this site and download the gerix GUI “http://www.backtrack.it/~emgent/hackstuff/Gerix-Wifi-Cracker-NG/index-en.html“, this interface is wrote in python + QT3, its easy and full function
.
you will notice this statement in the top of the site “The software that even your grandmother knows how to use!“
its true
Hack Ubuntu 9.10 Disabling Userlist in GDM Login Screen
Posted November 7, 2009 by lionlixCategories: Linux
if you wanted to disable the userlist in the GDM Login screen, for security reasons, follow these steps
1. Logout of your current session and return to the GDM
2. Switch to the tty command line prompt using Ctrl-Alt-F1
3. Login using your normal login/password
4. at the command line prompt type: export DISPLAY=:0.0
5. then type: sudo -u gdm gconf-editor
6. Switch back to the gdm screen using ALT-F7
7. The Configuration Editor should be loaded.
8. Go to apps/gdm/simple-greeter.
9. Change the Value of disable_user_list to TRUE.
10. Close the Configuration Editor.
11. Reboot your machine, there will be no user list in the GDM.
Hack Ubuntu 9.10 (Karmic koala) GDM Login Screen
Posted October 23, 2009 by lionlixCategories: Linux
if you hated the new login screen and wanted to change it follow these steps
1. Logout of your current session and return to the GDM
2. Switch to the tty command line prompt using Ctrl-Alt-F1
3. Login using your normal login/password
4. at the command line prompt type: export DISPLAY=:0.0
5. then type: sudo -u gdm gnome-control-center
6. Switch back to the gdm screen using Ctrl+ALT+F7
7. The gnome-control-center should be loaded. Use it to configure your GDM.
8. Click on the Appearances icon, in appearances you can change your GDM’s font, theme and background image.
9. Close the gnome-control-center and login normally.
Enabling finger print login in ubuntu Linux
Posted October 12, 2009 by lionlixCategories: Linux
if you have a finger print in your laptop and you want to use it for finger authentication follow these steps :
1- use the hard way and compile the thinkfinger software from http://thinkfinger.sourceforge.net/
or
install it from repository apt-get install libpam-thinkfinger libthinkfinger0 thinkfinger-tools
2- run this command tf-tool –acquire to create a finger print .bir file
3- move the .bir to the pam thinkfinger folder mv .thinkfinger.bir /etc/pam_thinkfinger/<user id>.bir
4- run this command sudo /usr/lib/pam-thinkfinger/pam-thinkfinger-enable
5- Modify the file /etc/pam.d/common-auth so it looks like :
#
# /etc/pam.d/common-auth – authentication settings common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of the authentication modules that define
# the central authentication scheme for use on the system
# (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the
# traditional Unix authentication mechanisms.
#
auth sufficient pam_thinkfinger.so
auth required pam_unix.so try_first_pass nullok_secure
it works for me
ubuntu 9.10
VirtualBox USB solution on ubuntu linux
Posted October 11, 2009 by lionlixCategories: Linux
when you install VirtualBox you wont be able to enable the usb devices on the guest os, the solution for this is to do the following:
1- add yourself to the vboxusers groupe in /etc/group
2- add this line “none /proc/bus/usb usbfs devgid=123,devmode=664 0 0″ to the /etc/fstab at the end
NOTE: 123 is the group id you can get that id by this command “grep vboxusers /etc/group”
it works for me
ubuntu 9.10
virtualbox 3.0.8
Best Video Conference for Linux Desktop
Posted September 22, 2009 by lionlixCategories: Linux
i was searching in the Internet for a video conferencing software for Linux that allow me to communicate with my friends who they use other operating system like windows and apple mac os , and i found it its so amazing software with no problems you need to install it and create account and there you go
, the name of the application is SKYPE i guess its well known software no need to talk about it more.
What i am using in my Linux desktop
Posted September 18, 2009 by lionlixCategories: Linux
1. Open Office thats what i am using for presentation and word process and spreadsheet documents.
2. Firefox and opera thats what i am using for browsing the web.
3. evolution thats what i am using for checking my email.
4. empathy and pidgin multi-messenger thats what i am using for instant messaging.
5. twittare thats what i am using for my twitter account.
6. aMule thats what i am using for peer-to-peer download.
7. transmission thats what i am using for bit-torrent download.
8. totem with gstreamer thats what i am using for my videos.
9. brasero thats what i am using for CD/DVD creating program.
10. cheese “cheese webcam booth” thats what i am using for my built in webcam to take a pic of me
.
11. rhythmbox thats what i am using for my music collection.
12. gimp thats what i am using for image editing.
13. gedit thats what i am using for my text editing.
14. VuirtualBox what i am using for virtual machine.