Intro to Firefox OS:-
Firefox OS is a new mobile operating system developed by Mozilla's Boot to Gecko (B2G) project. It uses a Linux kernel and boots into a Gecko-based runtime engine, which lets users run applications developed entirely using HTML, JavaScript, and other open web application APIs.
Firefox OS (also referred to by its codename "Boot to Gecko"...
Technoezy
How to create shortcut for Shutdown on window 7/8/8.1
Tuesday, 11 November 2014

How to create shortcut for Shutdown on window 7/8/8.1
Today in this tutorail i will
show you How to create shortcut for Shutdown on window 7/8/8.1
If you’re shutting down your computer using the Start menu, you’re doing too much work! Create a shortcut to...
HOW TO RUN LINUX TERMINAL ON WINDOWS
Tuesday, 21 October 2014

Get that Linux feeling - on Windows
What...
...is it?
Cygwin is:
a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows.
a DLL (cygwin1.dll) which provides substantial POSIX API functionality.
...isn't...
How To Create Hotspot ?
Saturday, 4 October 2014

PC Tricks.
How To Create Hotspot ?
Laptop or pc
(window 8.1/8/7)
NOTE: MAKE SURE WI-FI IS ON IN YOUR LAPTOP OR PC.
Step 1:Open Cmd as Administrator..
Step 2:Type netsh wlan show drivers & press Enter.
...
HTML AND CSS
Thursday, 2 October 2014
HOW TO CREATE DROP DOWN MENU USING
HTML AND CSS
CSS PART:
ul{
padding: 0;
list-style: none;
}
ul li{
float: left;
width: 150px;
text-align: center;
}
ul li a{
display: block;
padding: 5px 10px;
color: #333;
background: #f2f2f2;
text-decoration:none;
}
ul li a:hover{
color: #fff;
background:...
EASY STEP TO HIDE PRIVATE DATA OR FILE
Tuesday, 30 September 2014
EASY STEP TO HIDE PRIVATE DATA OR FILE
STEP 1:OPEN NOTEPAD.
STEP 2: COPY THE CONTENT BELOW GIVEN IN THE NOTEPAD.
copy:
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto...
Subscribe to:
Posts (Atom)