Skip to main content

Posts

Setting Up Android Studio

If you are completely a beginner for Android Application Development and want to set up a development environment in your system go ahead and follow below instructions. Download JAVA Download and install latest Java JDK from this  link Download Android Studio Make sure your system meet the minimum requirements to install Android Studio Minimum Requirement for Windows is:  64 bit distribution OS with Minimum 4GB RAM (But I am strongly recommend 8GB) and 250 GB free space in Hard disk.  If your system meet the minimum requirements go ahead and download and install the latest version of  Android Studio Note:  Android studio is quite larger file and it takes more than few minutes to download and install depending upon your internet speed and System.

Create PDF File Using MS Office

PDF (Portable Document Format) is a "read only" document that cannot be altered, it preserves the exact formatting and styling of documents. It never loose its format while you reproduce it or viewing it online. It is widely used for creating eBooks. Many people use third party application or online converter to convert the documents from word to PDF. But you can directly save a word document into PDF by using the SaveAsPDFandXPS . SaveAsPDFandXPS is an Add-in provided by Microsoft. It works finely in both MS office 2007 and 2010. All you need to do is download the Add-in by clicking here and install it. After you finish creating the document in MS word just click the save as option and save the file type as PDF (See the below picture). I Hope it'll be useful for you :)

Have A Custom Windows 7 Logon Screen: Without Any 3rd Party Tool:

Windows 7 has the ability to change the logon background screen without the use of any third-party software. You can the logon screen by customizing OEM. To do this you need to change the value of a specific register key in registry editor. To do these first open Run (window key + R). Then type regedit in that and navigate to. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background Then double click the OEM background in the right side and change its value to 1.   Choose your image to use as custom logon screen and rename that image into backgroundDefault.jpg (NOTE: The maximum size of the image is 256kb).   The images for these custom backgrounds are to be placed in the following directory.    %windir%\system32\oobe\info\backgrounds   The directory doesn’t exist by default. So first navigate to %windir%\system32\oobe and then create the info and backgrounds folder manually.   To see the ...

WINDOWS Vs LINUX BATTLE

Many beginners in Hacking have the doubt in choosing the best operating system. It’s really not that much hard to choose among Linux and Windows. The following pros and cons of Windows and Linux will help you to choose the operating system for your hacking journey.   WINDOWS PROS: 85% of computer user using windows as their operating system. More Software’s support windows only. Easy to use. Stable operating system. If you are a serious gamer and a Photoshop user then Windows is the best choice. CONS: High cost. You don’t have a permission to view or modify its source code. Virus can easily attack the system (But, Anyone who is smart enough or well versed can easily protect a Win system). You don't have a permission to redistribute it. (You can sometimes redistribute certain distro's of it. Such as the beta or developer's distro). Requires high hardware specifications (It depends upon the Win OS you are using). LINUX PROS: It’s an open source and totally fre...

Search Google via SMS:

Google is one of the most powerful search engines. It made our search easier since sep-4-1998. And now Google has made our search even easier. Yes, you can search Google even if you don’t have a pc, internet or a smart phone. All you need is a mobile with SMS facility. Let me tell you how to make a SMS search in Google. To make a search, just text message your search query to (For India: 9773300000) (For USA: 466453) *Currently this feature available for India and USA users only. To search Movies: e.g.  Movies Chennai To get sport news: e.g. Cricket Score To get News: e.g. News big b To get train schedule: e.g. Train time 2926 To get Stock news: e.g. Reliance Stock   *Note: This service is free from Google, but message and data rates may apply.

Get More Out Of Google:

Source:Hackcollege

How To Make Mozilla Firefox Faster

Hello Friends, Today I'll be explaining you how to make your Mozilla Firefox faster. 1) To accelerate the start of Firefox: Right click on your Firefox shortcut and hit the properties and add " /Prefetch:1 " at the end of the target.  For example: "C:\Program Files\Mozilla Firefox\firefox.exe" /Prefetch:1 " (Just leave a space before /Prefetch:1) 2) To increase the speed of loading pages :  At the url bar of Firefox, type "about:config" without ". And press enter. Find this below four values by using ctrl+F.  - network.dns.disableIPv6 - network.http.pipelining - network.http.proxy.pipelining - network.http.pipelining.maxrequests And by double clicking on that values.  - set "network.dns.disableIPv6" to "true" , - set “network.http.pipelining†to “true†, - Set “network.http.proxy.pipelining†to “true†and , - Set “network.http.pipelining.maxrequests†to some number li...