Search Results

Search: Posts Made By: bikas89
Forum: Red Hat 01-04-2013
26,240
Posted By cjcox
I'd also like to point out that the techniques in...
I'd also like to point out that the techniques in the newer kernels that actually have the fairly good core reporting for x86 style CPUs still won't work well for really old dubious x86 processors...
Forum: Red Hat 01-04-2013
26,240
Posted By Rashid Mahmood
cat /proc/stat will show more specific info ... :)
cat /proc/stat will show more specific info ... :)
Forum: Red Hat 12-04-2012
26,240
Posted By jim mcnamara
Yes - a lot of difference. Try this command ...
Yes - a lot of difference.

Try this command

egrep 'core id|physical id' /proc/cpuinfo | tr -d "\n" | sed s/physical/\\nphysical/g | grep -v '^$' | sort | uniq | wc -l
Forum: Solaris 07-30-2012
4,087
Posted By DukeNuke2
"make install" will use the default location for...
"make install" will use the default location for a systemwide install... if you install for a specific user you have to create the directories inside the users homedir and give "make install" the...
Forum: Solaris 07-26-2012
4,029
Posted By fpmurphy
Another way to skin the cat in this case would be...
Another way to skin the cat in this case would be to use ACLs
Forum: Solaris 07-25-2012
4,029
Posted By Corona688
It doesn't just need to have the right...
It doesn't just need to have the right permissions, it also needs to belong to the right owners.

There's also more than one way to skin a cat.

What is the folder's ownership right now? What is...
Forum: Solaris 05-07-2012
2,854
Posted By momin
Try the following commands out, and let us know...
Try the following commands out, and let us know if vi editor becomes more user-friendly:

#TERM=vt100 ; export TERM
#EDITOR=vi ; export EDITOR
#clear

Cheers
Momin
Forum: Solaris 05-07-2012
2,854
Posted By methyl
Please tell us what sort of terminal you are...
Please tell us what sort of terminal you are using (in some detail), and the value of $TERM, $EDITOR and $VISUAL (not all may be set).
The keyboard mapping for vi is normally handled through map...
Forum: Solaris 05-04-2012
2,854
Posted By solaris_user
For Solaris 10 you must first use UTF-8 to...
For Solaris 10 you must first use UTF-8 to display multibyte characters like this

$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"...
Forum: Solaris 05-03-2012
2,854
Posted By Corona688
vi was not designed for a regular keyboard. vi...
vi was not designed for a regular keyboard. vi was designed for this (http://en.wikipedia.org/wiki/File:KB_Terminal_ADM3A.svg), and retains the resulting weird key-combos to this day.
Forum: Solaris 05-03-2012
2,854
Posted By ijustneeda
when you will use vi, you should use some...
when you will use vi,

you should use some special keys in keyboard.
for example

for insert you have to press "i" first.
when you need to change something you have press r
to delete line...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 08:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy