Blog links

Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

How to HACK Windows Admin Password With Ubuntu (Linux)



i will teach you hacking with this blog....
So here is my new trick. For this You will only need a Live CD, and for this example, we will utilize Ubuntu.
Boot into the system Which you want to reset by using the LIVE CD:

1. Install a program called chntpw
$ sudo apt-get install chntpw

2. After successfully installing chntpw, you have to access the Windows NTFS partition by mounting it and allowing read/write support.

3. After that, use your command line skills by navigating to WINDOWS/system32/config

4. Once inside the config directory, issue this command:
$ sudo chntpw SAM

5. A long display of information will follow. Just ignore them.

6. Once you are prompted to reset the password, it is recommended to leave the password blank with an asterisk (*).

7. Reboot, and you can now login to Windows with full administrative access.
So enjoy friends,

Read more

How To Password Protect Your grub | How To Put Password On GRUB



GRUB (GRand Unified Bootloader is the bootloader) commonly installed by Linux distributions on your hard disk. GRUB is responsible for showing you the menu and it allows you to choose the operating system you want to boot....  :)



Here are some steps, Follow it to protect GRUB entries:
  • open terminal. Type grub and press enter. The prompt would change to something like ‘grub>’.
  • Enter md5crypt at the GRUB prompt. Type in the password when prompted for and press enter. The command will return you password encrypted as an md5 hash.
  • add password to grub
  • Now we need to edit the /boot/grub/menu.lst file. in case of redhat use /boot/grub.conf.
  • password protect grub ubuntu
  • Enter the line password  --md5 before the line that reads: “BEGIN AUTOMAGIC KERNEL LIST”  you can write it anywhere.
  • If you save the file at this moment without any further edits you would have locked down interactive editing in GRUB. The administrator or in this case you would have to press ‘p’ key and enter the correct password to access these advanced options.
  • If in addition you want to lock down specific menu entries, you should add the word lock all by itself on a separate line just after the title specification for each entry in the menu.
  • The next time anyone tries to select the locked menu entry he/she will be required to enter a password before he/she can boot into the corresponding operating system, and that is so cool....
  • To lock the recovery mode entries it is best to change the line lockalternative=false tolockalternative=true. This will lock down all future recovery mode entries as well even if you update the kernel

Read more

Top And Best video player for linux ubuntu


video linux Top 10 video player for linux ubuntu 
When people think about linux, first thing they have in mind is that it is very much complicated to use, and only professionals or computer geeks can use it, Many people believe that linux is used for various purposes. But few people take linux as entertainment operating system for games, movies , multimedias  etc. But there are lots of availability of the applications that make linux rich in multimedia applications. It would be great choice for the people who use linux for entertainment purposes. Here are the list of top 10 video applications for linux users.
VLC Media Player Top 10 video player for linux ubuntu
Of course, well known to the most of the people, VLC is one of the top video as well as audio player which has been able to gain a lot of popularity due to its rich features as well as being an open source application which will be available for three operating system. VLC is a portable multimedia for various audio and video format like (MPEG, DivX/Xvid, Ogg, and many more) as well as it supports other popular formats like DVDs, VCDs, and various streaming protocols.
Totem screenshot Top 10 video player for linux ubuntu
Totem is a movie player application on GNOME desktop(default in ubuntu) which has a various features like full screen mode, playlist etc. It contains various other features like Video thumbnailer, mozilla plugins to view movie inside browser and support MPEG audio and video (MP3/MPV), Ogg, AVI, ASF, MOV, WMV, QuickTime, and many more formats.
kaffeine Top 10 video player for linux ubuntu
Kaffeine is a simple full featured media player that lets you to play DVDS, video and audio CDS for k desktop environment(KDE). There has been numerous progress in its features and functions along with the upgrade of different versions.
4. Xine
xine Top 10 video player for linux ubuntu
Xine is free, GPL-licensed video player for unix-like systems which let you play cds, DVDs, VCDs as well as various multimedia file format liek AVI, MOV, WMA, mp3 and more . Xine contains lots of features like other media player in linux with some new additional features.
RealPlayer 1 Top 10 video player for linux ubuntu
Real player for linux has a lot of options to play more videos including the most popular Windows Media Player. The various features and real dashing looks make it more popular among the users.
mplayer Top 10 video player for linux ubuntu
Mplayer is a video playing software which plays the most popular format like MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files. Beside these, mplayer also has wide ranger of output delivery support which makes it compatible with  X11, Xv, DGA, OpenGL, SVGAlib, fbdev,AAlib, DirectFB and many more.
helix player Top 10 video player for linux ubuntu
Helix Media Player, previously known as Helix palyer 2.0 and codenamed balto, is an open source media player for linux. Helix has most amazing features like auto bandwidth detection to play the media on best streaming bit rate, sorround sound, super-buffer and many more.
8. Miro
Miro Top 10 video player for linux ubuntu
Miro is a free multimedia software that plays almost every video format and also supports hd format video that helps you to view various  TV shows in HD. Besides this, the user can also download YouTube videos in HD that makes Miro one of the the most amazing open source video player.
ogle player 300x283 Top 10 video player for linux ubuntu
Ogle is an amazing and simple to use DVD player that support DVD menus which contains lots of features like bookmarks, time skipping, multichannel audio, SPDIF output crop and zoom video euts. OGLE is available in two formats: with graphical user interface and without graphical userinterface. You can install either pack.
smplayer 300x226 Top 10 video player for linux ubuntu
SM player is a fully featured video player capabilities that can remember the setting of all files that has been played by you. Various popular formats are supported as well as the various DVD features like configurable subtitles, audio track switch, video equalizer make this player worth special.

Read more

How to reset your forgotten password in Ubuntu


forget password Ubuntu How to reset your forgotten password in UbuntuPassword can be reset in the Ubuntu very easily using the recovery mode. I have seen many people who are rebooting or reinstalling the entire system after they forgot their Ubuntu password. You don’t have to reinstall your entire system just because you forgot your password. There are various ways to reset the password. I am going to show you the easiest and quickest way. Do not feel  scare in the process as you have to face the black screen. It’s the safest way and is not harmful at all. You can quickly reset the password without any harm following these simple steps.  I would like to apology for bad screenshot which is done by digital camera
Step 1: After you start your system, choose the recovery mode and hit Enter.
recoverymode4 How to reset your forgotten password in Ubuntu
Step 2: Now after you go to the recovery mode, it will take certain time to load all the hardwares. After sometime, this following screen will appear.
changingpassword How to reset your forgotten password in UbuntuStep 3: Now, the real password resetting process starts from here. Type:
sudo username
Step 4: I am going to reset my password, the username is sachit. The thing is you need to at least know the username. Type the new desired password.usernameandpassword How to reset your forgotten password in Ubuntu
Now, the password is successfully updated.
Step 5:  You need to reboot the system now. Type these following commands:
sync
reboot -f
rebootsystem How to reset your forgotten password in Ubuntu
The password reset process is successful. Login with your new password and enjoy.
After logging in the screen “Enter password to unlock your login keyring” might appear. To make it disappear you need to type your old password which you don’t remember.  So, change your password again by following the same process. In the next startup type your keyring password which you set at the first reset process.

Read more

Idea install xampp in ubuntu


XAMPP How to install xampp in ubuntuXampp is an application that helps to run local server in your computer.It is a tedious method to install Apache web server add MYSQL, php, perl and other application. There xampp has all the stuff in one package. Therefore xampp make it easy to install all these package from a single application. Xampp is available for all the format includingwindows , mac and solaris. In compare to windows and mac the installation of xampp is a bit complicated in linux. If you are searching for lampp. you are in right place because xampp is previously called lampp. To begin the installation downloadxampp from official website. or download via terminal
wget http://www.apachefriends.org/download.php?xampp-linux-1.7.3a.tar.gz
Also see 4 ways of using wget command in Linux 
After downloading place the file in desktop. Don’t extract the file. Put as you have downloaded it.
Step1: login into root directory
To install the xampp you have to log in into the root directory to log into root directory run the following command into terminal one by one
cd Desktop
(Make sure the initial letter of Desktop is capital)
sudo -s
xampp ubuntu How to install xampp in ubuntu
Step2: Installing Xampp in Ubuntu
1. To install xampp in ubuntu run the following command in terminal which will extract the download file into /opt directory. Run the following Command in terminal
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
(Note: This version will install xampp 1.7.3 version Place the xampp-linux-1.7.3a with the version if you want to install another version).
This process will install xampp. You will find xampp in /opt/lampp. Directory.
Step 3: Solve htdocs trouble
After install xampp when you try to paste anything to htdocs you will get permission denied error. Therefore to fix this you have to run the following code in terminal after running the code you can simply put files and folder into htdocs
sudo chmod 777 -R /opt/lampp/htdocs/
This changes the ownership of the htdocs folder to your user, the -R option makes the command recursive so all permissions of folders and files inside htdocs are changed aswell.
Step 4: How to operate xampp in ubuntu
In you can excess xampp with simple graphical interface but in linux you have to user terminal to start xamp. Here are the few guide for ubuntu user to operate xampp
1. To start Xampp
Run the following command in terminal to start lampp
/opt/lampp/lampp start
xampp ubuntu start How to install xampp in ubuntu
2. Stop the Xampp
/opt/lampp/lampp stop

Read more
2leep.com