dummies
Welcome to the 'dummies' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'dummies'.
Are you an expert about 'dummies'? Do you want to be the Technorati authority on 'dummies'? You can write a description that will appear right here:
Join Blogcritics!
Latest blogosphere posts tagged “dummies”
-
matching columns
The UNIX and Linux Forums —
Authority: 145
Hello experts, I have this problem, I need to match values based on two files, this is what I have: file1 Code: 1.1 1.2 1.3 5.5 1.4 1.5 1.6 file2 Code: 1 a 2 B 3 C 4 D 5 z 6 F 7 G 8 H 9 I 10 J 11 K 12 L 13 M 14 N 15 O 16 P 17 Q 18 R 19 S 20 T and the desired output is: Code: a a a z a a a Im ...1 hour ago -
Any company running large scale grid platform still
The UNIX and Linux Forums —
Authority: 145
Hi buddy, I would like to know are there any company still running large scale grid platform like Parabon? Parabon is the only company running such kind of platform and purchasing CPU power. Is that right? Thanks, Colapig1 hour ago -
Modify the ssh_config file in Cygwin
The UNIX and Linux Forums —
Authority: 145
Hi all, I have installed Cygwin on my PC and am trying to modify the ssh_config file in the folder c:\cygwin\etc\defaults\etc. However I noticed the owner of that file belongs to root. Unfortunately when Im opening cygwin each time the default displayed path = username@PC, which means I dont have enough right to ...1 day ago -
shell script : log to txt and insert new line everytime
The UNIX and Linux Forums —
Authority: 145
Hi, I have this script, Code: while [ 1 ] do ps ax|grep 5060 > log.txt echo " " sleep 1 done } I want to actually put a new line everytime the loop is executed in log.txt , but I do not know how to "embed" the echo " " inside the log.txt. ...1 day ago -
Explanation on egrep
The UNIX and Linux Forums —
Authority: 145
Hi all I am new to egrep can someone please explain me what does the below Statement do egrep -v "^missing sales|^\[Sales_Update" Thanks in advance Sri2 days ago -
Mostly Peaceful Oakland Occupiers Mostly Peaceful To The Tune Of 300 Arrested
Stop The ACLU —
Authority: 560
You have to wonder if the Democrat big wigs are starting to get a bit nervous about the Occupiers, wondering if they will continue to be “mostly peaceful” up to the election, and particularly during the Republican and Democratic National Conventions. In many liberal cities, they have passed laws against ...2 days ago -
Tail with positive offset
The UNIX and Linux Forums —
Authority: 145
I have read the below from the book bash cookbook. Code: Tail +1 filenames is similar to Code: cat filename I have tried the same in Ubuntu 11.10 with bash. 4.0 . I have received error for the Same. May I know in which system that will work fine ? Thanks3 days ago -
Perms for Unix user
The UNIX and Linux Forums —
Authority: 145
Can you describe how to give privileges to the user in normal use of your folder / home / user To be able to properly use Git and other applications of Python Ive done something like chown-R myuser / home / myuser But there were some problems with Git commits.... like link unavailabe and permission denied thanks....3 days ago -
help with sort command
The UNIX and Linux Forums —
Authority: 145
id like someone to explain me the meaning of the code below: Code: sort -t: +0 -1 /etc/passwd when im running this at terminal it prints me all the contents of /etc/passwd file. maybe it sorts them by the first collumn?3 days ago -
Business Plans For Dummies, Paul Tiffany, Steven D. Pet
My Make Money Blogs —
Authority: 153
payment | shipping rates | returns Business Plans For Dummies Product Category : Books UPC : 785555893627 ISBN : 0764576526 Title : Business Plans For Dummies EAN : 9780764576522 Authors : Paul Tiffany, Steven D. Peterson Binding : Paperback Publisher : For Dummies Publication Date : 2004-12-31 Pages : 364 Signed : ...4 days ago -
Narcissistic (And Incompetent) President Wants Second Term “Badly”
Stop The ACLU —
Authority: 560
Quite obviously, there has to be a bit of narcissism in any person who wants to run for the presidency. Yet, with Barack Obama, everything seems to be all about himself. Does anyone get the feeling that Obama wants to be president to help anyone, to be a good steward of the United States as President? That he wants ...4 days ago -
Language lessons, heritage questions
Raising Rockstar —
Authority: 106
My father in law often bemoans Rockstar’s lack of grasp of Hakka, and speaking not a stitch of the dialect myself, I recently came up with what I thought was a best effort at trying to facilitate some learning of it. (You might guess I was rather pleased with myself, given my own knowledge of all things ...4 days ago -
Connecting PIC16F877A using Easypic5 via RS232 with Linux
The UNIX and Linux Forums —
Authority: 145
I searched the forums for RS232 issues, but all of the results dont help me solving my problem, so I had to open new thread. This is the problem: I have PIC16F877A micro-controller and Im programming it with Easypic5(the PIC programming device(board) from MikroElektronika) and I want to connect the EasyPic5 which ...5 days ago -
Home Networking All-in-One Desk Reference For Dummies
Warez.ir - Free Full Warez Download for All —
Authority: 126
Home Networking All-in-One Desk Reference For Dummies 258 pages | Sep 22 2010 |ISBN: 0470275197 | PDF | 5.5 Mb A network will make your life easier, and Home Networking All-In-One Desk Reference For Dummies makes it easier to create one. It shows you how to choose the right hardware, add user accounts, get different ...6 days ago -
Administrator locked out - Ubuntu 11.10
The UNIX and Linux Forums —
Authority: 145
Yes Im new to Ubuntu! I am Administrator because I installed Ubuntu. On the 20th Jan I became tired of entering the login password and so decided to change to automatic login and changed the password to "none". The result of this is that I no longer have the necessary privileges and the Keyring authentication box ...1 week ago -
Urgent redesign of £20million Thorpe Park ride after dummies return from test run with limbs snapped off
top99news - breaking news from the world top newspapers —
Authority: 164
http://www.dailymail.co.uk Urgent redesign of £20million Thorpe Park ride after dummies return from test run with limbs snapped off Officials at Thorpe Park in Surrey needed to take ‘drastic measures’ after a number of them were left ‘visibly damaged’ after being exposed to some of the ‘extreme ...1 week ago -
transport errors in iostat
The UNIX and Linux Forums —
Authority: 145
Hi Unix experts, I have a question regarding a disk failure seen in "iostat -Enm" output: Code: # iostat -Enm c1t0d0 Soft Errors: 0 Hard Errors: 7 Transport Errors: 9 Vendor: FUJITSU Product: MAU3073NCSUN72G Revision: 0802 Serial No: 0514F005M0 Size: 73.40GB Media Error: 6 Device Not Ready: ...1 week ago -
filnding the line in afile which has less number of |s
The UNIX and Linux Forums —
Authority: 145
Hi I have an input file with contents seperated by|. Each line in the file has around 192 fields seperated by | contents like: Code: V|tre|Amkdr|EER|67868|3488|Re4| X|tre|Amkdr|EER|67868|3488|Re4| M|tre|Amkdr|EER|67868|3488|Re4| I need to findout the the lines in the file which has |s less ...1 week ago -
The Artist of the Day…Crash Test Dummies
The Attic —
Authority: 110
And we have more Canadian content. Kac, back me up here. Do you remember these guys? I had forgotten all about them. In fact at this point I think the only song I remember is the Superman song. I was never a big fan of these guys. Let’s see if we can tweak my memory any further. Not unsurprisingly Rolling ...1 week ago -
Filtering maximum valued file.
The UNIX and Linux Forums —
Authority: 145
Hi Code: a.123 a.136 a.146 B.124 B.39 C.24 I have the files in above format ; I want to list out the files which has maximum value in each group as pipe delimited : Code: a.146|B.124|C.24 Please help me in this. Thanks1 week ago



Follow Technorati