Berkeley CSUA MOTD:Entry 19099
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2000/8/26-28 [Computer/SW/Unix] UID:19099 Activity:high
8/25    Basic Unix classes recommendations: Berkeley Extension or others?
        Profs? Things to stay away from, advice, gotchas, etc. Halp!
        Advice for a friend needed.
        \_ cs9e, a difficult 1 unit course offered at cal. basically
           you have to read unix system V by mark sobell in its entirety.
           I do not recommend the course unless you plan on using
           awk, sed, the regexp library, or shell programming.
           You may be better off with the O'Reily Perl book.
           \_ Don't bother with cs9e;  it's sort of informative, but involves
              an absurd amount of drudgery for a 1-unit class.  If you can
              set up a Free/Net/OpenBSD box and get hold of the 9e course
              reader/guide from someone who's taken it, you're ok.  -John
        \_ Come to CSUA help sessions; start with the intro to unix one,
           whenever that is.
                \_junior college classes...screw cs9e.  or learn
                  from ranga's book, "Shell programming" from Sams.
                  It appears to go over basic UNIX quite well.
                  \_ Who are you and why are you plugging my book?
                     ----ranga
        \_ Whatever you do, don't take cs9e.  -been there, suffered that
           \_ cs9x all suck ass.  i took cs9c, and failed because i didn't
              to all of their lame fucking assigments.  they dont teach how
              to program, they just test the ability to jump through lame hoops
              .  kind of like school in general, only much worse, and the TA's
              are often dicks.
             \_ The semester I took 9e, I counted about 49% failures on the
                grade sheet posted outside. I passed, but it was more work
                and more reading than I could imagine. I dont think
                learning to make an interactive database solely out of
                shell commands and pipes is a useful task, and I regret
                having learned so many non-useful things.
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil
8/29    There was once a CSUA web page which runs an SSH client for logging
        on to soda.  Does that page still exist?  Can someone remind me of the
        URL please?  Thx.
        \_ what do you mean? instruction on how to ssh into soda?
           \_ No I think he means the ssh applet, which, iirc, was an applet
              that implemented an ssh v1 client.  I think this page went away
	...
2012/8/30-11/7 [Computer/SW/Apps, Computer/SW/Unix] UID:54470 Activity:nil
8/30    Is wall just dead? The wallall command dies for me, muttering
        something about /var/wall/ttys not existing.
        \_ its seen a great drop in usage, though it seems mostly functional.
            -ERic
        \_ Couldn't open wall log!: Bad file descriptor
           Could not open wall subscription directory /var/wall/ttys: No such file or directory
	...
2012/9/20-11/7 [Computer/SW/Unix, Finance/Investment] UID:54482 Activity:nil
9/20    How do I change my shell? chsh says "Cannot change ID to root."
        \_ /usr/bin/chsh does not have the SUID permission set. Without
           being set, it does not successfully change a user's shell.
           Typical newbie sys admin (on soda)
           \_ Actually, it does: -rwsr-xr-x 1 root root 37552 Feb 15  2011 /usr/bin/chsh
	...
2012/9/24-11/7 [Computer/SW/Languages, Computer/SW/Unix] UID:54484 Activity:nil
9/24    How come changing my shell using ldapmodify (chsh doesn't work) doesn't
        work either? ldapsearch and getent show the new shell but I still get
        the old shell on login.
        \_ Scratch that, it magically took my new shell now. WTF?
           \_ probably nscd(8)
	...
2012/3/29-6/4 [Computer/HW/Memory, Computer/HW/CPU, Computer/HW/Drives] UID:54351 Activity:nil
3/29    A friend wants a PC (no mac). She doesn't want Dell. Is there a
        good place that can custom build for you (SSD, large RAM, cheap video
        card--no game)?
        \_ As a side note: back in my Cal days more than two decades ago when
           having a 387SX made me the only person with floating-point hardware,
           most machines were custom built.
	...
2012/4/27-6/4 [Computer/SW/Languages/Misc, Computer/SW/Unix] UID:54372 Activity:nil
4/27    I wrote a little shell script to collect iostat data:
        #!/bin/bash
        DATE=`date +%m%d`
        DATADIR=/var/tmp/user
        OUTPUTFILE=$DATADIR/$DATE.out
        while true
	...
2012/1/27-3/26 [Computer/SW/Unix] UID:54299 Activity:nil
1/27    Interesting list of useful unix tools. Shout out to
        cowsay even!
        http://www.stumbleupon.com/su/3428AB/kkovacs.eu/cool-but-obscure-unix-tools
        \_ This is nice.  Thanks.
	...