To hide the Blogger Navbar :
1- Log in to blogger
2- On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
3- Paste the below code in the top of the template code above variable definitions "/* Variable definitions"
#navbar-iframe {
display: none !important;
}
Friday, August 13, 2010
Sunday, February 28, 2010
How to make folders in Unix, DOS
MS-DOS users
To create a directory in MS-DOS, use the md / mkdir MS-DOS command
Linux / Unix and variant users
To create a directory in Linux, Unix, or any variant through the shell, use the mkdir Linux / Unix command
To create a directory in MS-DOS, use the md / mkdir MS-DOS command
Linux / Unix and variant users
To create a directory in Linux, Unix, or any variant through the shell, use the mkdir Linux / Unix command
Tuesday, February 23, 2010
Checking file Properties in Unix
To check file properties
$ stat FileName
For other options enter
$ man stat
$ stat FileName
For other options enter
$ man stat
Sunday, February 21, 2010
Unable to start Mysql in Ubuntu - Check this Great !
Hi Many are not able to start Mysql in Ubuntu
Try this you wil definitely get it work.
Try if you are getting following error :
mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
OR
/etc/init.d/mysql start
* Starting MySQL database server mysqld [fail]
OR
100221 2:50:16 [ERROR] Can't start server: cannot resolve hostname!: Connection timed out
100221 2:50:16 [ERROR] Aborting
* Starting MySQL database server mysqld [fail]
invoke-rc.d: initscript mysql, action "start" failed.
Try this you wil definitely get it work.
sudo apt-get -f remove mysql-server
sudo apt-get -f install mysql-serverTry if you are getting following error :
mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
OR
/etc/init.d/mysql start
* Starting MySQL database server mysqld [fail]
OR
100221 2:50:16 [ERROR] Can't start server: cannot resolve hostname!: Connection timed out
100221 2:50:16 [ERROR] Aborting
* Starting MySQL database server mysqld [fail]
invoke-rc.d: initscript mysql, action "start" failed.
How to start/install Mysql in Ubuntu
# To install MySql database:
sudo apt-get install mysql-server
# To start MySql server:
/etc/init.d/mysql start
# To stop MySql server:
/etc/init.d/mysql stop
# To restart MySql server:
/etc/init.d/mysql restart
# To check the status of MySql server:
/etc/init.d/mysql status
Thursday, February 18, 2010
mobile secret codes
Nokia secret codes
*#06# for checking the IMEI (International Mobile Equipment Identity) Information you get from the IMEI:
XXXXXX XX XXXXXX X
TAC FAC SNR SP
TAC = Type approval code
FAC = Final assembly code
SNR = Serial number
SP = Spare
*#0000# To view Software Version.
*#6110# Try this code if the above code doen't work.
#746025625# [*#sim0clock#]
Checks if the sim clock can be stopped. Sim clock stop is a kind of stand-by mode which will save battery time. This code doesn't work with software version 4.59.
*#92702689# [*#war0anty#]
You don't need the warranty-codes any more - you can just scroll through the information like in any other menu. It has the the same data as 81xx and 31xx phones (with "Edit" button for purchase date, and "User data transfer").
These codes work very well, but we are not responsible if there's any issue using this.
*#06# for checking the IMEI (International Mobile Equipment Identity) Information you get from the IMEI:
XXXXXX XX XXXXXX X
TAC FAC SNR SP
TAC = Type approval code
FAC = Final assembly code
SNR = Serial number
SP = Spare
*#0000# To view Software Version.
*#6110# Try this code if the above code doen't work.
#746025625# [*#sim0clock#]
Checks if the sim clock can be stopped. Sim clock stop is a kind of stand-by mode which will save battery time. This code doesn't work with software version 4.59.
*#92702689# [*#war0anty#]
You don't need the warranty-codes any more - you can just scroll through the information like in any other menu. It has the the same data as 81xx and 31xx phones (with "Edit" button for purchase date, and "User data transfer").
These codes work very well, but we are not responsible if there's any issue using this.
how to check internet speed
Visit this link, there is a great site for internet speed test.
http://www.InternetSpeedTest.co.nr
http://www.InternetSpeedTest.co.nr
Subscribe to:
Posts (Atom)