Posts

How to fix NTFS partition is in an unsafe state error in linux ?

Image
How to fix NTFS partition is in an unsafe state ? This usually happen with recently upgraded dual bootable windows linux pc , if you upgraded to windows 8 or later you will get this error in linux Solution open your terninal type sudo ntfsfix /dev/ sda3 in here /sda3 is my hdd id check error in your pc for your hdd id

HP Smart Array P212,P410,P411,P711m,P818 Controllers Not Showing Full size 3TB or above HDD

Image
When i was trying to add new 3TB hdd to HP DL 180 G6 Server which has a HP Smart Array P410 Controller in it ,  the HDD is only detecting as 800 GB HDD Check the error below After getting this error i have noticed and read instructions which came with HDD , in that instructions it clearly Saying that if we need to add HDD Which has a Capacity of 2.2 TB or above we need to upgrade the Current Firmware to 5.0 or later and supported controllers as follows HP Smart Array P212 Controller HP Smart Array P410 Controller  HP Smart Array P410i Controller HP Smart Array P411 Controller  HP Smart Array P711m Controller HP Smart Array P712m Contorller HP Smart Array P812 Controller Then i go to this Url to Download Latest Firmware for HP Smart Array P410 (also support for P212,P410i,P411,P711m,P712m,P812)   HP Smart Array P212, P410, P410i, P411, P711m, P712m, and P812 Controller Firmware Versions ! From this url you can download latest or older...

How to access your Linux Desktop using android app

Image
How to access your Linux Desktop using android app  To using this you need to be in same network There are two apps available in playstore free and pay  for this tutorial i have used free one install this app and open it in your android device then configured it with ip , username and password of your linux machine Click connect to establish connection between your linux machine and Android device  enjoy :)

How to Remote Desktop (rdp) to Windows using Linux

Image
i am using Linux Mint as client machine for Ubuntu / Mint open terminal use this command line to install rdesktop sudo apt-get install rdesktop hit enter then type your password in hidden field type y and hit enter after installing rdesktop you have to type this command in terminal window rdesktop 192.168.1.51 in this case my server ip is 192.168.1.51 a windows login window will pop up use your login account and password to login enjoy

How to find best mobile or wifi hotspot coverage using your Android Device

Image
Using this free app you can find coverage in your place for all kind of network 2g , 3g , 4g it support all kind of providers , which give access to users to locate best coverage nearby , app also provide a list and colored real time map  OpenSignal also helps to locate nearby hostspots it also can measure signal strength, This is some thing really cool feature i have found on play store , this is a must have app in your android device                                                                                              

How to upgrade your old Airtel sim to 4G

Image
Go to  http://www.airtel.in/4g/sim-swap Request for your Free 4G SIM after you receive the sim you can find 20 digit sim no on the back side of sim packet or sim itself  send sms to 121 message as followed SMS YOUR20DIGITUNIQUESIMNUMBER you will get a message press 1 send to confirm  you will get a confirm message ,Now you have to wait until your network goes down  ,after network goes down you can swap with your NEW 4G SIM  go to settings and change your network to 4g  Enjoy 4G :) 

Choosing a JavaScript Framework, the only way ?

Image
Choosing a JavaScript Framework .  Which JavaScript Framework will be best for you? Let us try to answer what you actually need. Because, in the end, it's not only about JavaScript Frameworks. It becomes very difficult for so many people when they try to choose a JavaScript Framework. But I think it's more about framework vs. libraries. Using a framework may lead to a lock-in where as a library based approach yields more flexibility. Don't get me wrong. Frameworks are great in that they solve a lot of common concerns. This is just great for prototyping and development up to a point.       Frameworks Come with Boundaries     The problems begin as you start hitting the boundaries and go beyond what the framework was meant for. As the framework you are using gains new features you'll likely want to keep your application up to date. This incurs some cost and may lead to bigger refactoring at worst. Libraries Are More Flexible   In ...