Posts

Showing posts from January, 2017

LINUX AHEAD:HOW TO INSTALL GIT!!!

Image
                        Everone is aware of the Open-Source Operating System Linux.In today's post I will teach you to install git in your Linux machine. Installing git would allow you to download and upload repository from and to github.     Installing Git will help one to clone repositories from GitHub . So lets install Git. Step 1. Open Terminal and type                           sudo apt-get install git             This command will install git in your computer. How to clone repositories from GitHub. Open Terminal and type                sudo  git clone <git clone url> (  Eg . git clone https://github.com/LionSec/katoolin.git  ) Read about the various open source licenses from here and become a better developer. ...

HOW TO HIDE FILE INSIDE AN IMAGE IN WINDOWS!!!

Image
                 Hello, this is Virtual and welcome to my blog Eccentric Linux.Today I am going to teach you how to hide file in image in Windows. STEP 1. Compress all the files you want to hide to a .rar file using Winrar or Winzip. STEP 2. Copy the image you want to hide the files into the directory where you have kept your .rar file. STEP 4. Open Command Prompt and navigate to the directory you have kept the files. STEP 5. Type copy /b <image name.extension>+<file name.rar>  <output file name..extension>. (Extension can be .png , .jpg etc. )                        You files got hidden in the image file.Delete the hiding file and you are done. HOW TO ACCESS TO HIDDEN FILES??? Right-click and open the image with Winrar or Winzip. Or, change the extension of the file to .rar. Comment below and let...

HOW TO UNLOCK GOD MODE IN WINDOWS!!!

Image
                Hello, this is Virtual and welcome to my blog Eccentric Linux . Today I am going to teach you how to enable God Mode in Windows.     WHAT IS GOD MODE?? It may be hard to find to your required options in Control Panel.Moreover due to hidden options it may be difficult to find your requirement.So what if you can bring all the options under on roof. God Mode , a term devised by Microsoft team , allows you to access all the options you need at one place.So you don't have to browse through the Control Panel to find what you want. HOW TO ENABLE IT?? 1.Create a new folder anywhere in your desktop . Right click on your Desktop and create new folder. 2.Rename the Folder to  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} . 3.You will see that the Folder icon has changed to this. 4.Open it and you will get something like this.               ...

HOW TO SPOOF YOUR GPS LOCATION USING FAKE GPS!!!

Image
                Hello, this is Virtual and welcome to my blog Eccentric Linux. Today I am going to teach you how to spoof GPS location of your Android device using Fake GPS. WHY SPOOF GPS?? Sometime it happens that you want to access online study material which is not available in your country.So what to do???Sit down with your hand in your head and stop doing anything;if you thought that then stop thinking , because Fake GPS is here......just spoof your location to anywhere in the world. HOW TO SPOOF GPS?? So lets come to the main topic. First of all you need to have Developer Options unlocked. If you don't have that or don't know how to do it see my tutorial . Download Fake GPS.Open Developer Options and select "Allow mock locations". Select the location you want with the pointer and click the green play button.Your GPS is spoofed. Comment below and let me know how this post helped you.Subscribe me for ...

HOW TO UNLOCK DEVELOPER OPTIONS IN ANDROID!!!

Image
                Hello, this is Virtual and welcome to my blog Eccentric Linux.Today I am going to teach you how to unlock Developer options in Android. Developer Options in Android are hidden menu in Android allowing a user to do USB Debugging , to enable Bluetooth HCL snoop log and many more things.It is easy to unhide it but one must know the way. To unhide: Step 1: Go to Settings. Step 2: Go to 'About Phone' Step 3: Find the Build Number and tap it for 5 to 7 times. Step 4: A pop-up notification will appear that you are a developer. Step 5: A developer Options will appear in the Settings just before About Phone.    You have successfully unlocked Developer Options. Comment below and let me know if you have applied this or not.Subscribe me for more awesome posts. >

HOW TO HIDE FOLDERS IN ANDROID WITHOUT USING ANY APPLICATIONS!!!

Image
                Ever thought of hinding your personal files and folders, but later went back thinking about the space a folder-hinding application would take? Continue reading to know how you can hide your folders without using any application. WHY HIDE FOLDERS??? Sometimes it happens that you have some private files , pictures or videos in your android phones that you don't want anybody to see.So , as the saying goes , precaution is better than cure , hide the things before anyone can see them.But using an application for doing so would compromise some valuable space of your drive.So better off without them.... HOW TO HIDE FOLDERS?? Step 1: Open file Explorer.Ever phone has a File Explore by default.If you don't have download one.I would prefer the ES File Explorer. Step 2: Move all your personal information to the folder you  want to hide.Select it and click on Rename. Step 3: Add '.' before the file name and c...