Showing posts with label Computer And Internet. Show all posts
Showing posts with label Computer And Internet. Show all posts

Saturday, 2 February 2013

[How to] Windows Store Install Application Back up As A Zip And Use For Other Windows 8 User [Windows 8]

In Windows eight Microsoft has introduced app store construct kind of like Apple iTunes Store and Google automaton Play store. From Windows store you'll be able to transfer railroad apps for Windows eight. not like Windows seven, in Windows eight all of your railroad apps that you've got downloaded and put in on your computer ar saved in user app information directory with cryptic names.




In Windows seven and older Windows version it had been relatively straightforward to avoid wasting applications knowledge by backing up files from Program files directory but, in Windows eight this isn’t as straightforward and to modify apps knowledge backup method on Windows eight here is that the software system tool, Windows eight App knowledge Backup.

As the name sounds, Windows eight Apps knowledge Backup tool can allow you to to backup all the information of apps you have got downloaded and put in on Windows eight similarly as ability to revive them just in case you format or refresh your Windows eight Installation.

Windows eight Apps knowledge Backup doesn’t need installation, transfer and run the possible. At the beginning you'll prompted to shut all the running subway apps. Click on OK you'll be bestowed with choices to Backup or Restore.




Click on Backup button can offer you list of subway apps put in on your machine. you'll either favor to backup all apps or manually choose apps of your selection for backup method.



Next is to browse and select the location to store apps data backup file. Windows 8 Apps Data Backup also lets you to choose to zip backup data.


During restore process, you will need to first install the apps before restoring its data or else you won’t be able to select the app for restore. ONce you browse and select Windows 8 Apps Data backup file, you will have the list of apps whos data has been backed up.







Read More

Wednesday, 30 January 2013

[How To]Free Online 50 GB Secure Cloud Storage

As we know that a very rich revolution in technology world.
and in this revolution cloud storage is a big achivment for technology world.



first we get some information about cloud storage.

Cloud storage is a model of networked online storage where data is stored in virtualized pools of storage which are generally hosted by third parties. Hosting companies operate large data centers, and people who require their data to be hosted buy or lease storage capacity from them. The data center operators, in the background, virtualize the resources according to the requirements of the customer and expose them as storage pools, which the customers can themselves use to store files or data objects. Physically, the resource may span across multiple servers.The safety of the files depends upon the hosting websites.

Some Advantages :-



Companies need only pay for the storage they actually use as it is also possible for companies by utilizing actual virtual storage features like thin provisioning.

Organizations can choose between off-premise and on-premise cloud storage options, or a mixture of the two options, depending on relevant decision criteria that is complementary to initial direct cost savings potential; for instance, continuity of operations (COOP), disaster recovery (DR), security (PII, HIPPA, SARBOX, IA/CND), and records retention laws, regulations, and policies.

Storage maintenance tasks, such as backup, data replication, and purchasing additional storage devices are offloaded to the responsibility of a service provider, allowing organizations to focus on their core business, but the fact stays the same that someone has to pay for the administrative effort for these tasks 


Cloud storage provides users with immediate access to a broad range of resources and applications hosted in the infrastructure of another organization via a web service interface.


Cloud storage can be used for copying virtual machine images from the cloud to on-premise locations or to import a virtual machine image from an on-premise location to the cloud image library. In addition, cloud storage can be used to move virtual machine images between user accounts or between data centers.

Here Is The Link::https://mega.co.nz/#register

Read More

Monday, 28 January 2013

[How To]10 Easy Steps For Share Or Move Files Via LAN Without Internet Connection On Windows 8/7/Vista

Suppose one day your friend came to your home with her/his new laptop so that she/he can get lots of movies , game or any other file from your computer. So then how you will transfer or move your file from your computer to your friend's computer?

 If the total file size is not very larger then your flash drive or pen drive is enough to send the file. But if a single file size is larger than your memory size of pen drive then you need 1. A high volume pen drive or 2. An external drive. But the best way is you just need a LAN cable and connect the to PC to send files from your PC to your friend Laptop/Notebook/Utltabook. 

The big advantage of using LAN to move or transfer files is LAN cable is very cheap, easy to carry and you don't need an internet connection or modem. Just connect Two Computer via LAN and exchange files. So how to share or send files via LAN cable on Window 8/7/Vista?

Step 1: Connect  properly two PC via LAN cable ( Make sure both PCs have Windows 8/7/Vista OS)
Step 2: Now open Network and Sharing Center any of the Computer ( say computer A)





Step 3: Now click on "Change advance sharing setting"
Step 4: Now choose "Private" and change settings like the bellow photo and click on Save changes


Step 5: Now select "Guest or Public" profile and do like this bellow pic and save it






Step 6: For last one select "All networks" profiles do as bellow the pic and save it 


Step 7: Do the same steps from Step 2 to step 6 for the second computer ( say computer B )

Step 8: After doing all these settings you can see Computer A from Computer B's network option. To get Network option just open My Computer then look on left side of the explorer window.

Step 9: Now to share a Folder just right click on Folder or file and select "Share with" then "Specific people"


Step 10: Now select "Everyone" then click on "Add" option and last click on "Share" option

Now you your folder or file will be shared so you can easily copy to another computer.


Read More

Thursday, 17 January 2013

AIRTEL 3G Proxy Free GPRS Trick February 2013[Hacking]


  • Proxy:- zacebook.com
  • Port:- 80
  • APN:- airtelgprs.com
  • Homepage:- 203.115.112.5 OR Use Any Working In Your Area.
Note:- Use This Trick @ Low Balance.



Read More

Wednesday, 16 January 2013

[How to]Installing JDK 7 in Windows [Tutorials]


Java Development Kit (JDK) 1.7 (officially named Java SE 7), which is freely available from Sun Microsystems (now part of Oracle), is needed for writing Java programs. JDK can be downloaded from the Java mother site @ http://java.sun.com (or http://www.oracle.com/technetwork/java/index.html).
JDK or JRE?
JRE (Java Runtime) is needed for running Java programs. JDK (Java Development Kit), which includes JRE plus the development tools (such as compiler and debugger), is need for writing Java programs. Since you are supposed to write Java Programs, you should install JDK, which includes JRE.
JDK Versions
The various JDK versions are:
  1. JDK Alpha and Beta (1995): Sun announced Java in September 23, 1995.
  2. JDK 1.0 (January 23, 1996): Originally called Oak (named after the oak tree outside James Gosling's office). Renamed to Java 1 in JDK 1.0.2.
  3. JDK 1.1 (February 19, 1997): Introduced AWT event model, inner class, JavaBean, JDBC, and RMI.
  4. J2SE 1.2 (codename Playground) (December 8, 1998): Rebranded as "Java 2" and renamed JDK to J2SE (Java 2 Standard Edition). Also released J2EE (Java 2 Enterprise Edition) and J2ME (Java 2 Micro Edition). Included JFC (Java Foundation Classes - Swing, Accessibility API, Java 2D, Pluggable Look and Feel and Drag and Drop). Introduced Collection Framework and JIT compiler.
  5. J2SE 1.3 (codename Kestrel) (May 8, 2000): Introduced Hotspot JVM.
  6. J2SE 1.4 (codename Merlin) (February 6, 2002): Introduced assert, non-blocking IO (nio), logging API, image IO, Java webstart, regular expression support.
  7. J2SE 5.0 (codename Tiger) (September 30, 2004): Officially called 5.0 instead of 1.5. Introduced generics, autoboxing/unboxing, annotation, enum, varargs, for-each loop, static import.
  8. Java SE 6 (codename Mustang) (December 11, 2006): Renamed J2SE to Java SE (Java Standard Edition).
  9. Java SE 7 (codename Dolphin) (July 28, 2011): First version after Oracle purchased Sun (called Orcale JDK).
  10. Java SE 8: expected in summer 2013.

1.  How To Install JDK (on Windows)

Step 0(a): Un-Install Older Version(s) of JDK/JRE
I always recommend to install the latest JDK, but it can be messy if you have multiple versions of JDK/JRE.
If you have previously installed older version(s) of JDK/JRE, un-install ALL of them. Run "Control Panel" ⇒ Program and Features ⇒ Un-install programs begin with "Java", such as "Java SE Development Kit" and "Java SE Runtime". If you are not sure whether you have older version(s) of JDK, check!
Step 0(b): Understand Windows' CMD Shell

Step 1: Download JDK
  1. Goto Java SE download site @ http://www.oracle.com/technetwork/java/javase/downloads/index.html.
  2. Click the "Download" button under "JDK" of "Java SE 7".
  3. Choose your operating platform, e.g., Windows x86 for 32-bit Windows OS or Windows x64 for 64-bit Windows OS - You can check whether your OS is 32-bit or 64-bit via "Control Panel" ⇒ System ⇒ Under the "System Type".
Step 2: Install JDK and JRE
Run the downloaded installer (e.g., "jdk-7uxx-windows-i586.exe"), which installs both the JDK (Java Development Kit) and JRE (Java Runtime). By default, the JDK will be installed in directory "C:\Program Files\java\jdk1.7.0_{xx}", where {xx} denotes the latest upgrade number; and JRE in "C:\Program Files\java\jre7".
For novices, accept the defaults. Simply click "next"..."next"... to install JDK in "C:\Program Files\java\jdk1.7.0_{xx}" and JRE in "C:\Program Files\java\jre7". Take note of you JDK installed directory. I shall refer to the JDK installed directory as <JAVA_HOME>, hereafter, in this article.
(For Advanced Users Only) The default JDK/JRE directories work but I recommend avoiding "Program Files" directory because of that blank character in the directory name. You may change the installed directories for JDK and JRE during installation. I personally installed JDK and all my programming tools in "d:\bin" (instead of "C:\Program Files") for ease of maintenance.
Step 3: Include JDK's "bin" Directory in the PATH
Windows OS searches the current directory and the directories listed in the PATH environment variable for executable programs. JDK's programs (such as Java compiler javac.exe and Java runtime java.exe) reside in directory "<JAVA_HOME>\bin" (where <JAVA_HOME> denotes the JDK installed directory, e.g., C:\Program Files\java\jdk1.7.0_{xx}). You need to include the "<JAVA_HOME>\bin" directory in the PATH.
To edit the PATH environment variable in Windows 2000/XP/Vista/7:
  1. "Start" button ⇒ "Control Panel" ⇒ "System" ⇒ (Vista/7 only) "Advanced system settings".
  2. Switch to "Advanced" tab ⇒ "Environment Variables..."
  3. In "System Variables" box, scroll down to select "PATH" ⇒ "Edit..."
  4. (Caution: Read thru the paragraph carefully before performing this step!) In "Variable value" field, INSERT "c:\Program Files\java\jdk1.7.0_{xx}\bin" (VERIFY that this is your JDK's binary directory) IN FRONT of all the existing directories, followed by a semi-colon (;) which separates the JDK's binary directory from the rest of the existing directories. DO NOT DELETE any existing entries; otherwise, some existing applications may not run.
    Variable name  : PATH
    Variable value : c:\Program Files\java\jdk1.7.0_{xx}\bin;....exiting entries....
    
(For Advanced Users Only)
I suggested that you place the JDK bin directory in front of "c:\windows\system32" and "c:\windows".  This is because some Windows systems may have an out-dated copy of JDK/JRE in these directories. Do a search for "java.exe", and you will be amazed of the findings.
You could read "Java Applications and Environment Variable" for more discussions about PATH environment variable.
I also recommend that you define an environment variable called JAVA_HOME, which contains the JDK installed directory, and include the JDK bin directory in the PATH via JAVA_HOME, i.e., PATH=%JAVA_HOME%\bin;.....
Step 4: Verify the JDK Installation
Launch a CMD shell ("Start" button ⇒ run... ⇒ enter "cmd"; or "Start" button ⇒ All Programs ⇒ Accessories ⇒ Command Prompt).
  1. Issue a "path" command to list the content of the PATH environment variable. Check the output and make sure that <JAVA_HOME>\bin is listed in the PATH.
    prompt> path
    PATH=c:\Program Files\java\jdk1.7.0_{xx}\bin;......other entries......
    
  2. Issue the following commands to verify that JDK is properly installed and display its version:
    prompt> java -version
    java version "1.7.0_{xx}"
    Java(TM) SE Runtime Environment (build 1.7.0_{xx}-b11)
    Java HotSpot(TM) Client VM (build 23.3-b01, mixed mode, sharing)
     
    prompt> javac -version
    javac 1.7.0_{xx}
Step 5: Write a Hello-World Java Program
  1. Create a directory to keep all your works, e.g., d:\myproject, or any directory of your choice. Do NOT save your works in "Desktop" or "My Documents" as they are hard to locate. The directory name shall not contain blank or special characters. Use meaningful but short name as it is easier to type.
  2. Launch a programming text editor (such as TextPad or NotePad++ or NotePad if you have no better choice). Begin with a new file and enter the following source code. Save the file as "Hello.java", under your work directory (e.g., d:\myproject).
    /*
     * First Java program to say Hello
     */
    public class Hello {   // saved as "Hello.java" under "d:\myproject"
       public static void main(String[] args) {
          System.out.println("Hello, world!");
       }
    }
Step 6: Compile and Run the Hello-World Java Program

  1. To compile the source code "Hello.java":
    1. Start a CMD Shell ("Start" button ⇒ Select "run..." ⇒ Enter "cmd"; or "Start" button ⇒ All Programs ⇒ Accessories ⇒ Command Prompt).
    2. Set the Current Drive to the drive where you saved your source file "Hello.java". For example, suppose that your source file is saved in drive "d", enter "d:" as follow:
      prompt> d:
      D:\xxx>
    3. Set the Current Working Directory to the directory that you saved your source file via the cd (Change Directory) command. For example, suppose that your source file is saved in directory "d:\myproject".
      D:\xxx> cd \myproject
      D:\myproject>
    4. Issue a dir (List Directory) command to confirm that your source file is present in the current directory.
      D:\myproject> dir
      ......
      08-May-XX  06:25 PM               277 Hello.java
      ......
    5. Invoke the JDK compiler "javac" to compile the source code "Hello.java".
      D:\myproject> javac Hello.java
      The compilation is successful if the command prompt returns. Otherwise, error messages would be shown. Correct the errors in your source file and re-compile. if you encounter problems compiling your program.
    6. The output of the compilation is a Java class called "Hello.class". Issue a dir (List Directory) command again to check for the output.
      D:\myproject> dir
      ......
      03-Jul-xx  01:53 PM               416 Hello.class
      08-May-xx  06:25 PM               277 Hello.java
      ......
  2. To run the program, invoke the Java Runtime "java":
    D:\myproject> java Hello
    Hello, world!

Step 7: (Optional) Download JDK API Documentation, Samples and Demos
The JDK download does not include the documentation, which needs to be downloaded separately. In the past, I always insist that my students should have a local copy of JDK API Documentation. But, today, you can easily access the online copy by googling "JDK 7 Documentation".
To install JDK API documentation:
  1. From the Java SE download page (@ http://www.oracle.com/technetwork/java/javase/downloads/index.html), look for "Java SE 7 Documentation" (under "Additional Resources") ⇒ Download the zip-file (e.g., "jdk-7....zip" - about 57MB).
  2. Unzip into the <JAVA_HOME> (JDK installed directory). The documentation will be unzipped into "<$JAVA_HOME>\docs". Browse the JDK documentation by opening "<JAVA_HOME>\docs\index.html".
You should also download the "JDK Samples and Demos" from the Java SE download site.
Step 8: (For Advanced Users Only) JDK's Source Code
Source code for JDK is provided and kept in "<JAVA_HOME>\src.zip". I strongly recommend that you to go through some of the source files such as "String.java", "Math.java", and "Integer.java", under "java\lang".

4.  (Advanced) External JAR Files and Native Libraries

External Java packages (such as Servlet, MySQL Connector/J, JOGL, JUnit) are often distributed in JAR files (Java Archive - a single-file package of many Java classes), with possibly Native Libraries (".lib" and ".dll" in Windows, or ".a" and ".so" in Linux/Mac).
External JAR Files (".jar")
If external JAR files are not properly included:
  • During the compilation, you will receive compilation error "cannot find symbol" on classes belonging to the external packages.
  • During executation, you will get a runtime error "Error: Could not find or load main class xxx",
To include external JAR files, you can either:
  1. Copy all the JAR files of the external packages to the JDK's Extension Directories.
    • For Windows, the JDK extension directory is located at "<JAVA_HOME>\jre\lib\ext" (e.g., "c:\Program Files\java\jdk1.7.0_{xx}\jre\lib\ext").
    • For Mac, the JDK extension directories are "/Library/Java/Extensions" and "/System/Library/Java/Extensions".
    • For Ubuntu, the JDK extension directories are "<JAVA_HOME>/jre/lib/ext" (e.g., "/usr/lib/jvm/jdk1.7.0_{xx}/jre/lib/ext") and "/usr/java/packages/lib/ext".
    The location of JDK's extension directories is kept in Java's System Property "java.ext.dirs". You can print its contents via System.out.println(System.getProperty("java.ext.dirs")).
  2. You can include all the JAR files in the CLASSPATH environment variable. The CLASSPATH may contain directories (containing Java classes) or JAR files (single-file archive of Java classes). If you set the CLASSPATH, you must also include the current directory (denoted as ".").
    • For Windows, set the CLASSPATH in Control Panel ⇒ System ⇒ Advanced system settings ⇒ Advanced ⇒ Environment Variables ⇒ System Variables ⇒ New ⇒ In "Variable name", enter "CLASSPATH" ⇒ In "Variable value", enter ".;path1\xxx.jar;path2\yyy.jar", where the entries are separated by a semi-colon (;).
    • For Linux and Mac OS: Edit ~/.profile or ~/.bash_profile to include the following line at the end of the file:
      export CLASSPATH=.:path1/xxx.jar:path2/yyy.jar
      The entries are seperated by colon (:).
  3. You can also set the CLASSPATH in the javac/java's command-line via the option -cp <paths> (or -classpath <paths>), for example,
    // Compile Java source code
    > javac -cp .:path1/xxx.jar:path2/yyy.jar ClassName.java
    // Run Java class
    > java -cp .:path1/xxx.jar:path2/yyy.jar ClassName
External Native Libraries (".lib", ".dll", ".a", ".so")
Some external package may provide static or shared native libraries in the form of ".lib" (Windows' static library), ".dll" (Windows' dynamically link library), ".a" (Unix's static library), or ".so" (Unix's shared library).
Native Libraries are to be kept in a directory accessible via JRE's Property "java.library.path", which normally but not necessarily includes all the directories from the PATH environment variable.
Native libraries are not involved in the compilation. But if they are not properly included during runtime time, you will get a runtime error "java.lang.UnsatisfiedLinkError: no xxx in java.library.path".
To include external native libraries:
  1. Copy the native libraries into a system library directory, e.g., c:\windows\system32 (Windows), /usr/lib or /usr/local/lib (Linux or Mac OS). You can verify that the directory is included in System Property "java.library.path", via System.out.println(System.getProperty("java.library.path")).
  2. You can also set the native library path via the java's command-line option -Djava.library.path=xxx, for example,
    > java -Djava.library.path=xxx ClassName

Read More

[How To]Torrent File Direct Download Using IDM And ZbigZ [Internet Download Manager] With out torrent client




Despite a number of good BitTorrent clients for Windows, downloading torrents is definitely not without its own fair share of annoyances. Be it the increasing number of blockades and speed throttles for BitTorrent access or the inconvenience of having to use platform dependent clients across devices.

Zbigz, a online BitTorrent client here comes to rescue. All you need to do is to paste the link of the torrent and Zbigz will give you a direct HTTP link after downloading the torrent in its own servers. You can later conveniently download torrent using IDM or any other download manager. The most precious feature here is ofcourse the ability download torrents despite ISP or workplace restrictions.


Zbigz Features


  • No installation or configuration required.
  • Anonymous torrent downloads.
  • Works via the browser. Download torrents just like any other file.
  • Download torrents despite ISP restrictions.
  • Extremely simple to use.

How It Works?



 The principle behind Zbigz is extremely simple. Their servers start caching (or downloading, in simple terms) the torrents which you add in the site and once it is done, you can download the file as a direct download. Heck, you can even receive notifications through email when the file is done caching. There is no need to configure proxies and firewall to download torrents. Another nice touch by Zbigz is user anonymity. All the torrent requests are handled on your behalf by Zbigz, keeping your IP anonymous.

 Fool Proof



Downloading torrents from zbigz is extremely straight forward. All you need to do is to paste the link of the torrent file and press go. If you have the .torrent file you can upload it as well. Registering free on zbigz lets you keep the torrent files up to 7 days and simultaneously download maximum of two torrents which is really meagre though. Do note that you have to keep Zbigz open to cache the torrent if you are a free account user.

Performance

Despite Zbigz claims of up to 150 KBps downloads for free accounts, I was never able to get speeds beyond 80KB/s after two days of testing with torrents from various sources. Well seeded torrents were cached incredibly fast with caching speeds even clocking 30 MB/s, while the ones seeded scarcely took considerable time.


Zbigz zips your torrent downloads if it contains more than one file present in it, and this is where I encountered some serious stability issues. Zipping the torrent took very long at times and trying to download an individual file resulted in page time out. Only after multiple refreshes, I could get the files to download. This is something critical Zbigz should get fixed soon. Other than the occasional time outs and annoying popups prompting for upgrade, everything worked dandy.

There is Nothing like Free Dinner




The feature parity between the Free and Premium accounts will make free users cringe. Free account users get some real third-class citizen treatment with insane speed cap of 150 KB/s for downloads and support for a maximum of only 2 simultaneous torrent downloads. No such restrictions exist in the premium account. Apart from that, premium users even get dedicated channels for fast caching, have no ads and can even stream media files while they are being cached. Duh.

Final Words

There is no way you are going to rely on Zbigz Free as your primary BitTorrent client if  your ISP provider or workplace does not have any issues with BitTorrent usage, thanks to severe limitations imposed on the Free account. The existing speed and stability issues makes the matter only worse.
However, if you quickly need to get some BitTorrent access where there is no client installed or simply if the access to torrents is blocked, you will be simply better off with Zbigz as it really saves you some precious time spent in circumventing network blockades and client installation. Also if you are a heavy torrent user, we recommend you to give the Premium account a good try.zbigz 


After Uploading Torrent File




step-1 idm is integret to your Browser client.

step-2 than click on zbigz DOWNLOAD Button.

step-3 Enjoy Torrent Download With Idm.







Read More

[How To] Select Best Topics For Earning From Blogger



As the importance of blogging (making money online) is increasing, there are many people searching for the following queries

  • Best adsense niches that pay high
  • Top paying adsense niches
  • List of adsense categories that pay high
Even I used to search for these queries in my beginning days of blogging. So I thought of sharing the list of high paid niches for Google Adsense. The list is completely based on my experience in Blogging & Adsense (since 4 years) as well as few advices from fellow bloggers.
  1. Health: Weigh Loss & Fitness, Anti-aging, Cancer, Dentistry and Orthodontics
  2. Insurance: Car and auto insurance, Health and Medical Insurance
  3. Computers & Internet: Computer Hardware, Computer Repairs, PC and Internet Security, Dedicated Hosting, ISP and Networking, Online Degree, SEO software and tools, Web Development, Stock Broking
  4. Banking and Finance: Loans and Mortgage, Credit and Finance, Debt consolidation
  5. Legal representation: Searches for attorney increased the bidding rate for this niche
  6. Digital Photography: digital photography schools, certificate, digital photography education, Careers in photography
  7. Psychotherapy: We can include this category in health, but i think it is best to treat this as a different niche as it gives more adsense revenue as a separate site.
  8. Real Estate: A damn good niche for getting good adsense income. Google pays nice price for clicks on these Real Estate related ads.
  9. Consumer Electronics: Gadgets, Mobiles and many other Electronic devices
  10. Antiques and Collectibles: Another good niche to choose for getting high adsense income.
  11. Dating: There are Lots of lonely hearts out there and the online dating sites are willing to pay more money to find them.
I know what you're thinking now! Start blogs in all niches and receive huge sum of money from Google Adsense! Right?

That's really a wrong idea. If you do so, you'll definitely feel bored of blogging in a matter of days. Only chose the niche that interests you. It is always advisable to blog on your interests rather than writing just for money. Because, you can write valuable and quality content if the topic you chose is of your interest. Or-Else you have to suffer from poor quality content which in turn affects your visitors as well as the income from Adsense.

So, my advice is choose a niche that interests you, Write Quality Content, Optimize your website for Search Engines using SEO and then boom.. Your website will receive high paid ads thus resulting in good Adsense Revenue.

Thanks for Reading this..
Earning Happy Blogging :)
Read More

Increase Traffic By Click

Contact Form

Name

Email *

Message *

Powered By Blogger · Designed By Priyesh Marvi

Receive All Free Updates Via Facebook.