|
More site info...
The UNIX Forums - the Top UNIX & Linux Q&A on... - www.unix.com | Site profile
|
|
Site profile page for http://www.unix.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.unix.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.unix.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
Title:
|
The UNIX Forums - the Top UNIX & Linux Q&A on the Web
|
|
Url:
|
http://www.unix.com
|
|
Users activity:
|
3 posts per thread |
|
site activity:
|
819 active threads during last week |
|
Site rank:
|
2,803 (go to rank page)
|
|
Domain info for:
|
unix.com
|
|
|
|
Posting activity table on The UNIX Forums - the Top UNIX & Linux Q&A on the Web:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
819
|
3,319
|
9,686
|
|
Post:
|
2,262
|
8,516
|
24,776
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for The UNIX Forums - the Top UNIX & Linux Q&A on the Web (http://www.unix.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
The UNIX Forums - the Top UNIX & Linux Q&A on the Web posting activity graph:
|
|
http://www.unix.com Alexa graph:
|
Top authors on The UNIX Forums - the Top UNIX & Linux Q&A on the Web during last week:
user's latest post:
How to see a variable value...
Published (2009-11-06 22:47:00)
Quote: Originally Posted by cfajohnson ????? The correct shebang is: #!/bin/ksh A shebang is a comment and starts with #. Thanks! I corrected the typo...
user's latest post:
Loop on array variable returning...
Published (2009-11-06 19:46:00)
I don't think this is ksh syntax: Code: while ($i -lt $tUbound) Try: Code: while [ $i -lt $tUbound ]
user's latest post:
how to replace . with 100 spaces...
Published (2009-11-06 15:50:00)
How about, instead of feeding us information one by one, you giving us all the requirements at once?
user's latest post:
Singled line records
Published (2009-11-06 16:49:00)
Looks like homework, what kind of project is this? Can you show us what you have attempted so far?
user's latest post:
Scripting needed for newbie
Published (2009-11-06 18:48:00)
Here code that doesn't use at but sleep ; it doesn't need external storage of data but runs continuously. Wat i suggest is to log evrything in the beginning by echoing the variables to the logfile, mainly the Delay to see if you have to adjust the tolerance at another value. I let you code the different logs you want to make (i can help u) but try first the functioning of the script. You can add lines for monitoring purpose by...
user's latest post:
how to replace . with 100 spaces
Published (2009-11-06 09:50:00)
Do you want to replace the last character with 100 spaces? Code: cat fichero | sed "s/$/` perl -e 'print \" \" x 100'`/"
user's latest post:
how to replace . with 100 spaces
Published (2009-11-06 09:50:00)
Quote: Originally Posted by pogdorica Do you want to replace the last character with 100 spaces? Code: cat fichero | sed "s/$/` perl -e 'print \" \" x 100'`/" Here i hope no need to use "cat".
|
|
|
Top 10 active forums on The UNIX Forums - the Top UNIX & Linux Q&A on the Web during last week:
|
|
Top 10 forums on The UNIX Forums - the Top UNIX & Linux Q&A on the Web:
Shell Programming and Scripting
- 27,730 posts
|
UNIX for Dummies Questions & Answers
- 6,569 posts
|
SUN Solaris
- 5,851 posts
|
AIX
- 3,406 posts
|
High Level Programming
- 3,113 posts
|
UNIX for Advanced & Expert Users
- 2,705 posts
|
Linux
- 1,580 posts
|
Red Hat
- 1,561 posts
|
HP-UX
- 1,241 posts
|
UNIX and Linux RSS News
- 1,168 posts
|
|
|
|
|
Latest active threads on The UNIX Forums - the Top UNIX & Linux Q&A on the Web:
Started 2 days ago (2009-11-07 09:17:00)
by pludi
That depends on whom you ask, what your search engine returns, and what your prof expects.
Started 2 days, 3 hours ago (2009-11-07 06:47:00)
by jlliagre
Quote:
Originally Posted by dellxmax
is that correct to inherit all folder and file from global zone
It is certainly a very bad idea to inherit /etc which contains configuration files that must be unique to each zone. It might even break the global zone.
Started 2 days ago (2009-11-07 09:10:00)
by thegeek
Code:
$ echo "9:40am up 9 days, 10:36, 4 users, load average: 0.02, 0.01, 0.00" | grep -o 'load.*'
load average: 0.02, 0.01, 0.00
Started 2 days, 3 hours ago (2009-11-07 06:47:00)
by bartus11
Give us link to doc you used to create mysql1 zone. As for adding datasets, it is used to delegate full control over added ZFS filesystem to zone, so within that zone new ZFS filesystems can be created, as well as snapshots etc.
Started 2 days, 1 hour ago (2009-11-07 08:41:00)
by scottn
You can separate the command with a semi-colon:
Code:
/usr/xpg4/bin/ sed -e '/^$/d; /rows selected/d' /aemu/CALLAUTO/callauto.txt > /aemu/CALLAUTO/callautonew.txt
Started 2 days, 1 hour ago (2009-11-07 08:29:00)
by pludi
While translations of threads are available in different languages, all posts have to be in English. Please re-post.
Started 4 days ago (2009-11-05 09:23:00)
by scottn
Code:
awk '$1 == $2' file1
Started 2 days, 1 hour ago (2009-11-07 07:58:00)
by pludi
Double post, closing thread. Continued here
Started 2 days, 2 hours ago (2009-11-07 07:46:00)
by Scrutinizer
Just a couple of possibilities off the top of my head:
The server may be too busy
The server that receives the ping may be too busy
Your network interface is not connected with the right speed (e.g. 100 mb auto-negotiate often gives problems)
There is a duplicate IP-address on your network.
There is a duplicate mac-adress on your network (rare)
|
|
Hot threads for last week on The UNIX Forums - the Top UNIX & Linux Q&A on the Web:
Started 1 week, 2 days ago (2009-10-30 10:54:00)
by vino
11.jpg
Shawshank Redemption - Peeping tom is the Warden Norton
8.jpg
Terminator 2 - The bad cop AKA T-1000
Started 1 week, 1 day ago (2009-10-31 11:06:00)
by asandy1234
Quote:
Originally Posted by frans
try this
Code:
I=0
while read LINE
do
TEXT[$I]=$(echo $LINE | grep -o '<text>.*</text>' | sed -e 's/<text>//' -e 's/<\/text>//'
(( I ++ ))
done < $FILENAME
That creates an array where each item is the text contained between <text> and </text>.
Hope this helps...
Started 5 days ago (2009-11-04 09:54:00)
by jim mcnamara
Started 6 days, 23 hours ago (2009-11-02 10:45:00)
by ghostdog74
you had previous posts similar to this. so i expect you to already have some code. show it.
Started 1 week, 1 day ago (2009-10-31 10:58:00)
by smarty86
Hello All,
I have 3 types of files. The names of which starts with P,I,M
like P*********
D*********
M*********
now I need to do some operations witht hese files..
so
Code:
if file name starts with P or p
then
do the operation for P file...
fi
else
if file name starts with I or i
then
do the operation for I file...
fi
else
if file name starts with...
Started 6 days, 4 hours ago (2009-11-03 05:25:31)
by Aliboy
Problem solved, thanks.
I had to use the -gt instead of >
Started 5 days ago (2009-11-04 09:53:00)
by Neo
Quote:
Originally Posted by Smiling Dragon
You missed an option for "I've already caught H1N1"
Added
Quote:
Originally Posted by sparcguy
I read somewhere some of these vaccines are actually cultured viruses themselves so can cause different side...
Started 5 days, 23 hours ago (2009-11-03 10:05:00)
by incredible
The issue here is not about creating partitions. What I would suggest is to detach and clear your mirrors. Boot the system from cdrom, revert the oracle partitions to point to the raw device at c1t3d0 . Do fsck in that single user mode and reboot and see. c1t2d0 is confirmed dead
---------- Post updated at 10:11 PM ---------- Previous update was at 10:09 PM ----------
Further more, ...
Started 6 days, 17 hours ago (2009-11-02 16:29:48)
by Scrutinizer
Code:
awk 'NR==FNR{a[$2]=$3;next}{if (a[$2]) printf a[$2]" "; else printf "000 "}1' zerostock infile
Code:
006 8351 00000000000636 2009044 -00001.000
002 8351 00000000000637 2009044 -00002.000
000 8351 00000000000638 2009044 -00001.000
000 8351 00000000000640 2009044 -00003.000
001 8351 00000000000642 2009044 -00001.000
000 8351 00000000000650 2009044 -00001.000...
Started 4 days, 23 hours ago (2009-11-04 10:08:00)
by frans
apologize, you have to specify the output file like
Code:
join file1 file2 > file3
I've tried with your sample data and it outputs
1285_t chris germany
8288_c steve england
9626_a dave swiss
|
|