Posts

Showing posts from May, 2016

Solution for TURN ON DOCUMENTS IN SETTING in REDMI Mobiles

Hi frnds today facing one problem with my phone (redmi 2 prime), the problem occurs when I recently received the update called MIUI Global 7.2 Stable version, update is awesome so dont worry about that. I got problem with Musixmatch (it's a music player) app, when try to save/fetch the file its the message like this, "TURN ON DOCUMENTS IN SETTING / INSTALLED APP FIRST". I think every user would face this type of problem, at any time or some of the users are already face the problem. and the solution of the problem is go to settings > on the bottom choose installed apps > on the top choose "ALL" > go to the bottom find Documents app (its in bottom because disabled) > enabled it with pressing enable on the bottom screen.. that's it folkes, I hope it is helpful to every one....

Add another GlassFish Server V2 in NetBeans

Image
Using this post I will tell you how to add an another galssfish server V2 in netbeans 6.5, Here i can tell the process in Steps Wise... Step : 1 Step : 2 Step : 3 (If you want to Create with a existing Domain Choose " Register Local Default Domain ", Other wise you can go through the " Create Personal Domain " ) Step :  4 (Choose the Domain Folder, " cannot Create a Domain with an Existing Directory ", means Don't the already existing folder/directory, You just specify the name of the folder/directory what ever name you want, here i just gave " Custom ") Step : 5  Step : 7 (Domain Admin Login Info, Give the Username and Password it is user for admin panel of the glassfish server ) Step : 8 (Here it shows the port numbers, if you want to Change, change it [My suggestion is don't change the port numbers] ) Step : 9 Step : 10 That's flokes....

Enable the (Hidden) Administrator Account on Windows 7, 8, or 10

Image
Enable Built-in Administrator Account in Windows Open Your Command Prompt in administrator mode  Click Start [type in search Box] CMD by R ight-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box) . If your using later version i,e., windows 8.x/10 use the process, Right click on the start button and choose the " Command Prompt (Admin) " . Now type the following command (For Enabling administrator): net user administrator /active:yes After execute the command it shows the Successful message " The Command Completed Successful "  Log out your current account, now you’ll see the Administrator account as a choice. Note : Their is no Password For this Built-In Administrator account, after you login you able to change the password as your choice.  If you want to Disable the Account the account follow these command type the following command (For Disabling administrator): net user administrator /active:no After execute the ...

Change Default Browser in NetBeans

This post is only for tech noob's, I mean to say Beginners Their is no Scree Shots, their is no need for that, I will explain via Simple text.  Open NetBeans -- > Tools (In the menu) --> Options Opens one dialog box, In that box select General and Choose the External Browser What ever you want.

Run Commands in Windows 7 and 8

List of Run Commands Compatible with Windows 7 and 8. These run commands are available for almost all settings available in Windows control panel. Note  : most part of these commands are compatible with Windows 7, Vista e Windows XP.                       some commands are not compatible between different versions. Please check the commands                and use the correct ones for your version of the operating system. Behavior Run Command Open Documents Folder documents Open Videos folder videos Open Downloads Folder downloads Open Favorites Folder favorites Open Recent Folder recent To Sign out logoff Open Pictures Folder pictures Windows Sideshow control.exe /name Microsoft.WindowsSideshow Windows CardSpace control.exe /name Microsoft.cardspace Windows Anytime Upgrade WindowsAnytimeUpgradeui Taskbar and Start Menu control.exe /name Microsoft.TaskbarandStartMenu Troubleshooting c...

No wi-fi icon/option in Ubuntu 14.04

         Hi   Friends, today(14/06/015) I was installed Ubuntu14.04, After installing every thing is normal(every Software is working fine), But after one day   the wifi icon and option just disappeared. I have tried to reboot it and searching the settings for it, but it does not let me connect to a wifi connection in any way. The only way to connect to the internet is with a wired connection.  So, I try to fix this this a bug or something that has to do with the version? I installed it on a Lenovo G50-70 Model Laptop. Here The Solution I found.   Please note that wireless was working fine all this time, its just the missing icon .  Here is what worked for me. Unity -> Startup Applications - and check "Indicator Application" (if its not already checked.) Next install following two packages:  indicator-applet  and  indicator-network .   sudo apt-get install indicator-applet indicator-network I am using Ubuntu 14.04 ...