Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Monday, February 23, 2015

documentaryaddict is for documentaries lover

documentaryaddict


Documentaryadict is for those who love to watch documentaries. Good for children and educations. Previously I used to search in google to look for some documentary and often stumbled upon something else. This website seem to simplify the need of a very good documentary.

http://documentaryaddict.com

Tuesday, February 3, 2015

Android Internal/External SD card stuck preparing storage

New Android devices might not have this issues. But I did encounter this problem lately.
It been a very long run with my LG Optimus 3D. To solve problem with stuck preparing storage, follow this solution.

android stuck preparing storage


Connect the smartphone/tablet to your PC.

Once connected, turn on USB mode so you can copy/move files from the tablet with your PC.

Once the internal SD card is mounted on your PC, format the internal SD card with your computer to FAT32 with 64k cluster/allocation size.

By using windows command line:

format /FS:FAT32 /a:64K X:

Unmount from the PC. Turn off USB mode. Reboot. You should be good to go.

You can move back your backup files earlier. Better one by one and test. In case there is files that causing the troubles. Good luck.

Saturday, January 24, 2015

Command settings for RTC on linux

Beaglebone Black RTC



This is the command I use to setup my Beaglebone with RTC DS133833.

Set Date and Time manually:

date --set 2015-01-23
date --set 21:08:00

Change region/timezone:

dpkg-reconfigure tzdata

Read RTC date time value:

hwclock -r -f /dev/rtc1

Write date time value to RTC:

hwclock -w -f /dev/rtc1

another command is

hwclock -s -f /dev/rtc1

To store date time in CMOS(Non-volatile memory):

hwclock --systohc

Import Project From Eclipse ADT to Android Studio

It is recommended to migrate from Eclipse with ADT to Android Studio since it is now the official IDE for Android to receive all the latest IDE updates.

Android Studio Import Projects


To migrate existing Android projects, simply import them using Android Studio:

    In Android Studio, close any projects currently open. You should see the Welcome to Android Studio window.
    Click Import Non-Android Studio project.
    Locate the project you exported from Eclipse, expand it and select the target folder.
    No need to select the build.gradle file anymore.
    click OK and Android Studio will do the rest.

Android Studio properly updates the project structure and creates the appropriate Gradle build file.

Download Android Studio: https://developer.android.com/sdk/index.html

Saturday, January 17, 2015

Launch Windows Admin Tools from the Command Line

You can access admin tools in Windows consoles instead of from the Start menu. But you can also open these console from the command line if you know their .msc filenames. This can be especially useful if you log on to your admin workstation using a limited privilege account and use Runas command to perform admin tasks.

Windows Admin Tools CMD


First we need to execute windows cmd, this is the shorcuts:

For normal prompt, follow these steps:

------------------------------------------------------------------------
WinKey+R
Input "cmd".
Enter
.
For elevated (administrator) prompt, follow these steps:

WinKey (Start Menu opens on the left-bottom corner)
Input "cmd".
Ctrl+Shift+Enter
------------------------------------------------------------------------

For reference, here's a list of admin tools with their associated .msc files. You can print this out and tape it on the wall beside your workstation until you memorize the ones you use most commonly.

AD Domains and Trusts
 domain.msc

Active Directory Management
 admgmt.msc

AD Sites and Serrvices
 dssite.msc

AD Users and COmputers
 dsa.msc

ADSI Edit
 adsiedit.msc

Authorization manager
 azman.msc

Certification Authority Management
 certsrv.msc

Certificate Templates
 certtmpl.msc

Cluster Administrator
 cluadmin.exe

Computer Management
 compmgmt.msc

Component Services
 comexp.msc

Configure Your Server
 cys.exe

Device Manager
 devmgmt.msc

DHCP Managment
 dhcpmgmt.msc

Disk Defragmenter
 dfrg.msc

Disk Manager
 diskmgmt.msc

Distributed File System
 dfsgui.msc

DNS Managment
 dnsmgmt.msc

Event Viewer
 eventvwr.msc

Indexing Service Management
 ciadv.msc

IP Address Manage
 ipaddrmgmt.msc

Licensing Manager
 llsmgr.exe

Local Certificates Management
 certmgr.msc

Local Group Policy Editor
 gpedit.msc

Local Security Settings Manager
 secpol.msc

Local Users and Groups Manager
 lusrmgr.msc

Network Load balancing
 nlbmgr.exe

Performance Montior
 perfmon.msc

PKI Viewer
 pkiview.msc

Public Key Managment
 pkmgmt.msc

QoS Control Management
 acssnap.msc

Remote Desktops
 tsmmc.msc

Remote Storage Administration
 rsadmin.msc

Removable Storage
 ntmsmgr.msc

Removalbe Storage Operator Requests
 ntmsoprq.msc

Routing and Remote Access Manager
 rrasmgmt.msc

Resultant Set of Policy
 rsop.msc

Schema management
 schmmgmt.msc

Services Management
 services.msc

Shared Folders
 fsmgmt.msc

SID Security Migration
 sidwalk.msc

Telephony Management
 tapimgmt.msc

Terminal Server Configuration
 tscc.msc

Terminal Server Licensing
 licmgr.exe

Terminal Server Manager
 tsadmin.exe

UDDI Services Managment
 uddi.msc

Windows Mangement Instumentation
 wmimgmt.msc

WINS Server manager
 winsmgmt.msc

Tutorial Enable USB Port through Regedit in Windows if it is blocked



1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

4. In the right pane, double-click "Start".
5. In the Value data box, type "3" (without quotes), click Hexadecimal (if it is not already selected), and then click OK. Note :- if 3 is entered it will open the port and if 4 is entered it will close the port.
6. Quit Registry Editor.