|
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:
|
997 active threads during last week |
|
Site rank:
|
1,044 (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:
|
997
|
3,584
|
9,795
|
|
Post:
|
2,828
|
9,517
|
25,460
|
|
|
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:
remove last 4 characters from a...
Published (2009-11-20 17:44:00)
Thanks , but actually all my examples are wrong because of the OP's first sentence. Oh well... I probably should get out more Code: rev infile23|cut -c-4|rev
user's latest post:
Joomla! Deployment Guide for Sun...
Published (2009-11-20 21:43:00)
Install and configure the open-source Joomla! Content Management System with Sun's Unified Storage systems. The Sun servers in this setup run the OpenSolaris 2009.06 release and PHP, MySQL, and Apache web server from pkg.opensolaris.org. More...
user's latest post:
OpenSolaris instead Sun Solaris...
Published (2009-11-20 16:43:00)
Quote: Originally Posted by solaris_user What do you drink ? I'm open to taste šljivovica + beer
user's latest post:
Please (Delete script)
Published (2009-11-20 23:43:00)
1. Very simplest way is: Code: rm -i FILENAMES Which asks you confirmation before deleting the file, so there you should decide. 2. Use GNOME or KDE to delete. Simple like the windows OS, if you use GUI, then the deleted files will be moved to Trash ( Recycle bin there ), from where you can restore. 3. For command line: As suggested earlier, it is very difficult to maintain all the meta data, and original file and so on. So if you have...
user's latest post:
Perl or Tcl/tk : Which one is...
Published (2009-11-20 18:43:00)
Agreed. No one can advise you what is best. What is "best" is what is best for you. What is "best" for you might not be best for someone else. Do your homework and decide on your own. We think all operating systems, programming languages, and scripting languages are "good" and each one has strengths and weaknesses. As a side note, I used to program in C and used KSH for system admin, then...
user's latest post:
Substituting the values
Published (2009-11-20 10:44:00)
Try this: Code: eval "FILE_NAME=$(echo $V_NAME)" echo ${FILE_NAME}
user's latest post:
Counting average data per hour
Published (2009-11-20 02:50:00)
Code: awk -F[\ \:] 'BEGIN {print "Date Hour average_RSS average_PCPU"} {if (NR>1) rss[$2]+=$(NF-2); cpu[$2]+=$NF; count[$2]++} END { for (i in rss) {printf "11-16-2009 %s %.4f %.4f",i,rss[i]/count[i],cpu[i]/count[i]} }' urfile Date Hour average_RSS average_PCPU 11-16-2009 07 1342177.0000 19.7727 11-16-2009 08 1380012.0909 22.1818 11-16-2009 09 1403367.0000 26.7500
user's latest post:
do a full comparison of folder...
Published (2009-11-20 22:43:00)
I am not understanding this. This lists all of the users with UID >= 1000 Code: awk '$3 > 999 { print "username=", $1, " login directory=", $6}' /etc/passwd You can change the login directory for any user by using the the equivalent of the useradd utility. Editing the /etc/passwd file is not a great idea on some systems. What flavor of unix do you have? You can also create a common...
user's latest post:
Perl or Tcl/tk : Which one is...
Published (2009-11-20 20:43:00)
Quote: Originally Posted by sarbjit Hi, I am just going to start learning perl , but i have about tcl that it is easy. So , i am confused that whether to go for tcl or perl . I am just learning it as my interest, but still in future which one of these will benefit me. Also please guide me about tk, can we make GUI based applications using perl . Thanks in advance Sarbjit tcl is not commonly used to do system admin whereas Perl is. Plus Perl...
|
|
|
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
- 30,124 posts
|
UNIX for Dummies Questions & Answers
- 7,083 posts
|
SUN Solaris
- 6,309 posts
|
AIX
- 3,521 posts
|
High Level Programming
- 3,205 posts
|
UNIX for Advanced & Expert Users
- 2,819 posts
|
Red Hat
- 1,630 posts
|
Linux
- 1,610 posts
|
HP-UX
- 1,279 posts
|
UNIX and Linux RSS News
- 1,191 posts
|
|
|
|
|
Latest active threads on The UNIX Forums - the Top UNIX & Linux Q&A on the Web:
Started 1 day, 9 hours ago (2009-11-21 13:04:00)
by cfajohnson
Started 1 day, 10 hours ago (2009-11-21 12:04:00)
by TonyLawrence
So why don't you show us what you did with stat and what your formatting issue is?
Started 4 days, 18 hours ago (2009-11-18 04:04:00)
by jlliagre
Why would an incorrect keyboard mapping erase 1TB of data ?
Why aren't you running OpenSolaris on your desktop and Solaris 10 on your server ?
Started 1 day, 8 hours ago (2009-11-21 14:04:00)
by scottn
Try:
Code:
# sed "s@//\(.*\)@/*\1*/@g" file1
#include <cstdio>
using namespace std; /*one*/
/* two*/
int main() {
printf("Example"); /* three*/
}/*four*/
Of course, this doesn't cater for when there are // inside strings...
Started 4 days, 18 hours ago (2009-11-18 04:05:00)
by jlliagre
Started 1 day, 4 hours ago (2009-11-21 18:04:00)
by wempy
are you asking for a regular expression to match ABC12345678? if so
Code:
^ABC\d{8,8}$
might do, if the engine using the pattern utilises PCRE.
Started 3 weeks, 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 day, 19 hours ago (2009-11-21 03:04:00)
by thegeek
Show some sample input, and expected output, as there is some confusions in your explanation.
Started 1 day, 5 hours ago (2009-11-21 17:04:00)
by TonyLawrence
Couple of ways to approach that.
If you are using bash, and have a reasonably large history file set, you can grep the count from "history"
You could also turn on system accounting - "accton".
|
|
Hot threads for last week on The UNIX Forums - the Top UNIX & Linux Q&A on the Web:
Started 4 days, 18 hours ago (2009-11-18 04:04:00)
by jlliagre
Why would an incorrect keyboard mapping erase 1TB of data ?
Why aren't you running OpenSolaris on your desktop and Solaris 10 on your server ?
Started 1 week, 1 day ago (2009-11-14 07:50:00)
by jgt
Started 5 days, 9 hours ago (2009-11-17 13:29:00)
by durden_tyler
Quote:
Originally Posted by Aswex
...
here is what i've got :
Code:
COMMAND 259 FINISHED IN 2009/10/08 11:38:30
here is what am looking for :
Code:
COMMAND 259 FINISHED IN 08/10/2009 11:38:30
...
One way to do it with Perl :
Code:
$
$ cat f9
COMMAND 259 ...
Started 6 days, 11 hours ago (2009-11-16 11:39:00)
by sarwan
echo "Hi I am 100, my friend is 500, his friend is 423" | sed -n "s/\([^0-9]*\)\([0-9]\+\)/\2|/gp"
The above command doesn't give any output. My machine is SunOs.
Started 6 days, 15 hours ago (2009-11-16 07:18:29)
by jlliagre
It won't go faster than what the lower bandwidth component in the chain is allowing.
You need first to identify what is limiting it to 300GB/2days, i.e. 1.7 MB/s (~14 Mbps).
Started 2 days, 20 hours ago (2009-11-20 02:42:00)
by jim mcnamara
I don't think most people here would even know about an IBM 650 - magnetic drum memory. I also did trajectory computation on something called NORC that IBM made in the mid-50's, for NOL - Naval Ordnance Lab. I think NORC stood for something like Naval Ordnance Research Calculating machine ~sort of. I programmed it well after the time it was deemed to be the fastest computer in the world....
Started 4 days, 7 hours ago (2009-11-18 15:08:26)
by Franklin52
One way:
Code:
sed 's/^| |//' file > newfile
Started 1 week, 2 days ago (2009-11-13 10:54:00)
by sysrenan
I have a file that contains the following:
Code:
:@:176:@:4:@:name:@:file:@:this is
a summary:@:description can be
long but who knows
can even have <br> tags.:@:how to:@:type:@:18544:@:550:@:400:END:
:@:177:@:9:@:name:@:file:@:summary:@:this
will containg a long
description
that couple be broken
line.:@:how to:@:type:@:3925:@:650:@:250:END:
...
Started 1 week, 4 days ago (2009-11-11 08:48:00)
by thegeek
Could you please explain it better !
Started 4 days, 16 hours ago (2009-11-18 06:04:00)
by GaneshCPUX
If you can put all filenames in a file, try following command to get that file contents sorted.
sort - k 1,1n f1
|
|