Thursday, February 28, 2013

Linux Command

Linux Command Here is Linux commands. The most common Linux commands are shown below : Linux is Case-Sensitive !, it means uppercase and lowercase are different ! $ id : print real and effective UIDs and GIDs. $ date : print current date and time. $ cal : print current month calendar. $ cal 9 2002 : print calendar for September 2002 $ cal -y : print current one year calendar $ hostname : show...

Sunday, February 24, 2013

Install NVIDIA Driver Backtrack 5

Install NVIDIA Driver Backtrack 5 Before install, make sure you've been downloaded NVIDIA Driver. If not download here nvidia.com. So, let's begin, Internet Connection Needed First you must install kernel sources, to know your kernel version type this in terminal: uname -r I have 2.6.38 Then, use apt-get install : apt-get...

Wednesday, February 20, 2013

How to set-up Ad-hoc connection in Windows 8

How to set-up Ad-hoc connection in Windows 8 ? In Windows 7 we can easily create ad-hoc connection, just few clicks we can create ad-hoc connection. In Windows 8 feature to create ad-hoc like Windows 7 does not exist, But the ability does exist, it just little hard to achieve. In this article, i will show you the guide to create ad-hoc in Windows...

Monday, February 18, 2013

Tips for searching on Google

Tips while Searching on Google Searching file on google is very easy, but sometimes what we want to find is not appropriate with what we want. Therefore i give you some tips finding file on google. 1.Filetype Filetype useful when we search a file with an extension on google, like PDF,DOC,PPT,TXT,etc. example filetype:pdf "computer history" 2.Define Define...

Saturday, February 16, 2013

Run multiple Applications with single click.

Run multiple Applications with single click To open multiple Applications with single click, you can use batch file(.bat), just type this on notepad : start "" "path program" exit for example, i want to open Mozilla and Windows Media Player at the same time : start "" "C:\Program Files\Mozilla Firefox\firefox.exe"" start "" "C:\Program Files\Windows...

Friday, February 15, 2013

Classic Shell "get back your classic startmenu" Classic Shell, not only present the startmenu, Classic Shell also present the Classic Windows Interface to your Windows 8 and to older version too. This application will install start menu if user select "start menu option" on installation. Classic Shell has tons of features you can tweak.One...

Thursday, February 14, 2013

Windows 7 USB/DVD Download Tool "Install your Windows from usb stick" The title might say Windows 7, but don't get confused you can use this tool on your Windows 8. With this tool you can simply install Windows from your usb stick without any confusing commands. Just a few click your usb stick is ready for installation....

Wednesday, February 13, 2013

How to Speed up your Computer.

 How to Speed up your Computer ? First time when we buy a new computer or reinstall our computer operating system, our computer was fast and finally after few months (or years maybe) our computer is slower than before. Sometimes we got annoyed  by our computer itself. To speed up your computer, I will give you some tips to speeding it up...

WindowsAndroid "Lets Android run on Windows"

WindowsAndroid OFFICIAL WEB http://www.socketeq.com/ WindowsAndroid is Android running with Windows kernel! It does not run by a simulator (such as VirtualBox), it's on real machine, so it's fast! It keeps full Android capabilities. You can run all Android apps, including 3D games! ScreenShot More...

Saturday, February 9, 2013

EasyBCD. GUI boot loader editor.

EasyBCD "Dual-boot with anything you could want" EasyBCD allows you to create a multiboot environment in order to run multiple operating systems on the same computer. The application also features BCD (Boot Configuration Data) Backup / Repair utilities that provide users with the possibility to reset the BCD configuration or to recreate and...

How to add Windows XP to Windows 7 boot loader

1. Open command prompt in admin mode. 2. Type this on command prompt : bcdedit /create {ntldr} /d "Windows XP" 3. Set the Windows XP parition, mine is D:\. bcdedit /set {ntldr} device partition=D: 4. Set the ntldr. it usually on \ntldr. bcdedit /set {ntldr} path \ntldr 5. Last step bcdedit /displayorder {ntldr} /addlast If you get confused you can use EasyB...