# To check version of linux installed
Solaris
cat /etc/release
# To check version of SLES SUSE installed
cat /etc/issue
Wednesday, July 27, 2011
install does not work in linux version for IHS 6.1 installer
If ./install does not work in linux/SUSE for IHS 6.1 installer
then use,
java -jar setup.jar
then use,
java -jar setup.jar
Wednesday, July 20, 2011
Find and replace text/characters in solaris/linux
Following command will search for files having name containing "hell" containing word Hello and replace it with Hi.
# find and replace solaris
find ./* -name "hell*" -exec perl -pi -e 's/Hello/Hi/' {} \;
# find and replace in linux
find ./* -name "hell*" -exec sed -i 's/Hello/Hi/' {} \;
Getting windows service name and Killing a windows service
taskkill /PID <PID> /F <Force if required>
#To know the PID for a windows service:
sc queryex <Service Name>
Monday, May 16, 2011
DDA Housing Scheme 2010 Refund
All those who are waiting for Refund of DDA Housing Scheme 2010, can refer to below information posted on DDA's website on 13 May 2011.
Tags: DDA Housing Scheme 2010 Refund, DDA Refund, Refund of DDA, Refund not recieved, DDA 2010 Refund, Refund for DDA 2010 Housing Scheme, DDA 2011 Refund, Refund, DDA
Above is copied from notice : DDA
Tags: DDA Housing Scheme 2010 Refund, DDA Refund, Refund of DDA, Refund not recieved, DDA 2010 Refund, Refund for DDA 2010 Housing Scheme, DDA 2011 Refund, Refund, DDA
Friday, August 13, 2010
Maruti launches new Alto K10
August 4th, 2010
INDIA'S LARGEST car maker, Maruti Suzuki has launched its latest variant of its Maruti Suzuki Alto car on Wednesday. The new Alto model, called Maruti Suzuki Alto K-10 is equipped with a K-series engine with a displacement of a 998 cc engine. The car will also feature improved suspension, new cable type transmission and superior brake system.
The Alto K-10 will be offered at an introductory price ranging from Rs 3.03 lakhs to Rs 3.16 lakhs, ex-showroom Delhi. The car has been designed to satisfy the new breed of car owners, who seek more power, performance and attitude in their car.
Looking at the astronomical sales of the current Alto, which sells 20,000 cars monthly, the Alto K-10 is expected to surpass this record and take the market by storm. The company claims that the new car will give a mileage of 20.2 kilometers per litre.
The Alto K-10 will be offered at an introductory price ranging from Rs 3.03 lakhs to Rs 3.16 lakhs, ex-showroom Delhi. The car has been designed to satisfy the new breed of car owners, who seek more power, performance and attitude in their car.
Looking at the astronomical sales of the current Alto, which sells 20,000 cars monthly, the Alto K-10 is expected to surpass this record and take the market by storm. The company claims that the new car will give a mileage of 20.2 kilometers per litre.
New Maruti Alto K10 Key Features
- Power steering
- Power windows
- Rear parcel tray
- New Style Hood
- New Crystal Eagle Eye Headlamps
- New Front Grille
- New Bumper Design
- Body Colored Bumper
- Accessory socket Internally adjustable ORVM
- Power windows in front
- Key reminder
- Central locking
- Remote fuel lid opener and Trip meter
- Tinted glasses
- Air condition with heating
- Stylish gear knob
- Three Spoke Steering Wheel
- Integrated headrest in front seats
- Rear door child locks
- Rear parcel tray
- Improved suspension and braking
- Improved knee room at rear seats
New Alto 2010 K10 Full Technical Specification
Vehicle Summary
- Name : Alto K10
- Car Body Type : Hatchback
- Segment : B Segment
Engine
- Engine Type : Petrol
- Displacement : 998cc, 3 cyl, MPFi, KB-series
- 1000cc Engine same as Wagon-R, A-Star & Estilo
- Maximum Power : 68PS @ 6200rpm
- Maximum Torque : 90Nm @ 3500rpm
Dimensions
- Length : 3495 mm
- Width : 1475 mm
- Height : 1460 mm
Kindly refer to Maruti website for exact details
Maruti Launched factory fitted CNG Cars – Alto CNG, Estilo CNG, Wagon R CNG, EECO CNG And SX4 CNG
New Delhi, August 13, 2010
Maruti Suzuki today launched its factory fitted CNG cars using i-GPI technology.
The cars warranty will still be valid even on running on CNG - the greatest benefit of new technology introduced by Maruti.
Maruti Suzuki today launched its factory fitted CNG cars using i-GPI technology.
The cars warranty will still be valid even on running on CNG - the greatest benefit of new technology introduced by Maruti.
The newly developed i-GPI or “intelligent-Gas Port Injection” is claimed to be safe, reliable, clean, responsive and environment friendly by Maruti Chairman R C Bhargava.
The i-GPI or Intelligent Gas Port Injection technology delivers more power compared to any aftermarket retro-fitted CNG vehicles and offer an experience similar to that of a petrol-fuelled engine, while achieving high fuel efficiency at the same time. The factory fitted CNG vehicles passed through all the quality checks, processes and systems similar to a regular car manufactured at Maruti Suzuki plants.
The Ex-showroom Delhi price (Rs Lakh) of Maruti Suzuki CNG vehicles is as under
| Alto Lxi | Eeco 5-seater Ac | SX4 Vxi | WagonR Lxi | Estilo Lxi |
| 3.23 | 3.64 | 7.47 | 4.11 | 4.05 |
Keep visiting for more updates and pics.
Details At : Maruti Suzuki
Removing topbar/navbar from blogspot/blogger
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;
}
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;
}
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
how to clear history/ how to clear browser history
Clearing Your Computer's History:
Internet Explorer
1. Press "Tools" from the drop-down menus across the top-left of the browser window.
2. Press "Internet Options" from this menu.
3. In the middle of this window, in the "Temporary Internet Files" section, choose "Delete Files". Make sure that the "Delete all offline content" box is checked and press "OK". This deletes all cookies and stored graphics.
4. If you have Explorer version 6.0, press "Delete Cookies". When the window appears, press "OK". (Users of Explorer 5.5 or earlier will not have this button. To find out which version of Explorer you have, press the "Help" button in the top of the browser. Choose "About Internet Explorer" and the resulting window will tell you which version you have.)
5. Proceed to the "History" section and press the "Clear History" button. When the window appears, press "Yes".
6. Close the browser.
Netscape Navigator Versions 4x- 6x
Clear the Cache:
1. Select "Edit" from the drop-down menus across the top-left of the browser window.
2. Select "Preferences" from this menu.
3. Select the "Advanced" button under "Category"
4. Click "Cache"
5. When the window appears, click "Clear Memory Cache" and "Clear Disk Cache". Close the window.
Clear History:
1. Select "Edit" from the drop-down menus across the top-left of the browser window.
2. Select "Preferences" from this menu.
3. Select "Navigator" button under the "Category" listing
4. Select "History" listing
5. Click "Clear History"
Remove Cookies:
1. Select "Edit" from the drop-down menus across the top-left of the browser window.
2. Select "Preferences" from this menu.
3. Select the "Privacy & Security" button under the "Category" listing
4. Select the "Cookies" listing
5. Select the "View Stored Cookies" button
6. Click the "Remove All Cookies" button
Mozilla Firefox users
Viewing History
Press Ctrl + H to open the left-side history bar.
or
Click History at the top of the window.
or
Users using earlier versions of Mozilla Firefox can also view their history by clicking "Go" and clicking "History."
Deleting History
Mozilla Firefox users can clear their history by clicking the "Tools" menu, "Options", clicking the "Privacy" button, and under "History" click the "Clear" or "Clear Now" button.
or
Press CTRL + Shift + DEL to open the Clear Data Window.
Internet Explorer
1. Press "Tools" from the drop-down menus across the top-left of the browser window.
2. Press "Internet Options" from this menu.
3. In the middle of this window, in the "Temporary Internet Files" section, choose "Delete Files". Make sure that the "Delete all offline content" box is checked and press "OK". This deletes all cookies and stored graphics.
4. If you have Explorer version 6.0, press "Delete Cookies". When the window appears, press "OK". (Users of Explorer 5.5 or earlier will not have this button. To find out which version of Explorer you have, press the "Help" button in the top of the browser. Choose "About Internet Explorer" and the resulting window will tell you which version you have.)
5. Proceed to the "History" section and press the "Clear History" button. When the window appears, press "Yes".
6. Close the browser.
Netscape Navigator Versions 4x- 6x
Clear the Cache:
1. Select "Edit" from the drop-down menus across the top-left of the browser window.
2. Select "Preferences" from this menu.
3. Select the "Advanced" button under "Category"
4. Click "Cache"
5. When the window appears, click "Clear Memory Cache" and "Clear Disk Cache". Close the window.
Clear History:
1. Select "Edit" from the drop-down menus across the top-left of the browser window.
2. Select "Preferences" from this menu.
3. Select "Navigator" button under the "Category" listing
4. Select "History" listing
5. Click "Clear History"
Remove Cookies:
1. Select "Edit" from the drop-down menus across the top-left of the browser window.
2. Select "Preferences" from this menu.
3. Select the "Privacy & Security" button under the "Category" listing
4. Select the "Cookies" listing
5. Select the "View Stored Cookies" button
6. Click the "Remove All Cookies" button
Mozilla Firefox users
Viewing History
Press Ctrl + H to open the left-side history bar.
or
Click History at the top of the window.
or
Users using earlier versions of Mozilla Firefox can also view their history by clicking "Go" and clicking "History."
Deleting History
Mozilla Firefox users can clear their history by clicking the "Tools" menu, "Options", clicking the "Privacy" button, and under "History" click the "Clear" or "Clear Now" button.
or
Press CTRL + Shift + DEL to open the Clear Data Window.
Thursday, February 11, 2010
How to install Applications in Linux
Installing Applications in Linux Machine
Open the Command Prompt of Linux
Enter This Command
sudo apt-get install "Application Package Name"
Open the Command Prompt of Linux
Enter This Command
sudo apt-get install "Application Package Name"
How to access Mysql from other machine
Setting to access MySQL in Linux Ubuntu from Other Machine
· Open the file by typing the following command at terminal prompt.
$gksudo gedit /etc/mysql/my.cnf
· Find the line bind-address = 127.0.0.1 and comment it out.
· Open the file by typing the following command at terminal prompt.
$gksudo gedit /etc/mysql/my.cnf
· Find the line bind-address = 127.0.0.1 and comment it out.
Adding categories to Blogspot - Blogger
If you want to add categories to the blogger , read the instructions in this post.
For example if you click on "Blogging" you will get a list of all the posts that are in category Blogging.
The process of adding categories
1. Creating a label for posts
First, you need to add a label posts. Label is added by entering text in the textbox which is located at the bottom of the screen for writing or editing posts (Potsting-->Create or Posting-->EditPosts).
For example, I entered the label "Blogging" for my post.
2. Creating a Page element category
You can use Labels gadget or write your own HTML to add category links one by one. Labels gadget is very simple to implement.
Adding Labels gadget to blog
1. Go to Layout.
2. Click on Add Gadget.
3. Select Labels Gadget
Add label page element
4. Enter title, chose to show all labels or only selected labels, sorting type. You can show number of posts per label by clicking check box and display labels as a list or cloud.
Edit Labels gadget on blogger
Categories on blogspot blog created with Labels gadget
For example if you click on "Blogging" you will get a list of all the posts that are in category Blogging.
The process of adding categories
1. Creating a label for posts
First, you need to add a label posts. Label is added by entering text in the textbox which is located at the bottom of the screen for writing or editing posts (Potsting-->Create or Posting-->EditPosts).
For example, I entered the label "Blogging" for my post.
2. Creating a Page element category
You can use Labels gadget or write your own HTML to add category links one by one. Labels gadget is very simple to implement.
Adding Labels gadget to blog
1. Go to Layout.
2. Click on Add Gadget.
3. Select Labels Gadget
Add label page element
4. Enter title, chose to show all labels or only selected labels, sorting type. You can show number of posts per label by clicking check box and display labels as a list or cloud.
Edit Labels gadget on blogger
Categories on blogspot blog created with Labels gadget
Subscribe to:
Posts (Atom)
