Berkeley CSUA MOTD:Entry 20072
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2000/12/12-13 [Computer/HW/IO, Computer/SW] UID:20072 Activity:nil
12/11   Using less to read multiple files.  How do I jump to the next file
        when the first is finished?
        \_ :n
           \_ thanks.  Is there a quicker shortcut?
              \_ sure. get a keyboard with a ":n" key on it
        \_ uh, when you're finished with the first file, it should advance
           to the next one automatically.
           \_ you know i don't think it does
              \_ does for me.  use "less -e" or "less -E"
        \_ +1 point for asking "How do I..." instead of "How to...".
           -1 point for the "Using less..." fragment.
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
2013/2/19-3/26 [Computer/SW/OS/OsX] UID:54611 Activity:nil
2/19    I program a lot by sshing to a Linux cluster.  So I'm used to using
        Xemacs to code.  This works fine from a Linux or Windows workstation,
        but sometimes I have to use a Mac.  On Mac, the meta is usually
        bound to option, but that often doesn't work over ssh for some reason.
        This makes using emacs a real pain.  Any suggestions on how to fix it?
        (Other than "use vi")
	...
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
	...
2011/12/21-2012/2/6 [Computer/HW/Laptop, Computer/SW/Editors/Emacs] UID:54269 Activity:nil
12/21   In Emacs, how do I make it so that it will resize its screen
        when the maximum resolution of my monitor changes? When I
        use my laptop, my emacs is too big (and I can't resize it
        because the bottom-right corner is not accessible).
        \_ Which OS?  Can't you drag the top border (not a corner) to resize
           the height to be smaller?
	...
2011/4/9-20 [Computer/SW/OS/Linux, Computer/SW/OS/Windows] UID:54080 Activity:nil
4/9     The Commodore 64 is out:
        http://finance.yahoo.com/family-home/article/112510/new-commodore-64-nyt
        It can play 8-bit games.  It even has a clicking keyboard.
	...
2010/7/24-8/25 [Computer/Networking] UID:53896 Activity:nil
7/23    Internet's first router:
        http://www.wimp.com/firstrouter
        \_ Wow!  And the first VoIP phone!  Notice that the fans on that
           hardware look just like the fans these days.
           \_ I'm typing on an IBM Clicky Clacky Keyboard.
	...
2010/1/22-30 [Computer/HW/Laptop, Computer/SW/OS/OsX] UID:53655 Activity:high
1/22    looking to buy a new development laptop
        needs ssdrive, >6 hr possible batt life, and runs linux reasonably
        Anyone have a recommendation? Thx.
        \_ thinkpad t23 w ssdrive and battery inplace of drive bay
        \_ Ever wondered what RICHARD STALLMAN uses for a laptop?  Well,
           wonder no more!
	...
2009/5/26-6/4 [Recreation/Computer/Games, Recreation/Sports] UID:53047 Activity:nil
5/26    Finished Braid; beautiful game. Good job, blojo. Looking forward to
        the Next Thing; will be more than happy to kick out another $15
        for quality like this. --erikred
        \_ I hate this game. I've been up until 1AM the last two nights.
           Normally I go to bed around 11:30PM. Sooo tired. But it is
           beautiful. First PC game I've purchased in 9 years.
	...
2009/5/14-20 [Computer/HW/IO] UID:52997 Activity:nil
5/14    http://awkwardfamilyphotos.com
        \_ play this one out keyboard cat.
	...
2009/2/20-25 [Computer/SW/OS/Windows] UID:52610 Activity:nil
2/20    I'm using Cygwin/X on XP.  All the X indows (xterm, emacs)
        seem to have a keyboard repeat rate and a repeat delay that's different
        than the one XP uses for other Windows apps.  When I do "mode con
        rate=xx delay=yy", it only changes Windows apps but not the X apps.
        How do I change the keyboard repeat rate and delay for X?  Thanks.
        \_ man xset
	...
2009/1/27-2/1 [Computer/HW/IO] UID:52473 Activity:nil
1/26    How much new computer can i buy for exactly $153.47. thanks.
        sans monitor, keyboard, periphs, natch.
        \_ #153.47 worth of computer
        \_ Maaaster!  We will begin looking for a computer immediately
           to your specifications, Maaaster!  We have nothing better to
           do than configure a computer for you for exactly $153.47!
	...
2013/12/21-2014/2/5 [Computer/SW] UID:54759 Activity:nil
12/21   I was laid off and started filing for EDD for my weekly pay.
        I just got a job. Is there a form I need to file, or do I just
        stop filing out EDD to get my weekly pay? As a side note, how
        do they actually know I am working or not?
        \_ You just stop filing and they stop paying; you don't need to do
           anything else.  I don't know the internals of how they do things,
	...
2013/12/28 [Computer/SW/Security] UID:54760 Activity:nil
12/28   Happy holidays everyone.
        For some reason my work's ip address gets logged in /etc/hosts.deny and\
I cannot ssh in anymore from work
        (except from home where I can ssh in fine): anyone knows if this file is\
 auto-generated due to some event? Thanks
	...
2013/3/24-5/18 [Computer/SW/Unix] UID:54638 Activity:nil
3/24    How are people transferring large files to one other person these days?
        When I need to send some videos to my parents, I upload them to
        my SpiderOak account, but they don't have anything like that,
        so I'm not sure how to get videos from them.  Does DropBox do this
        for free?
        \_ DropBox +
	...
2013/4/9-5/18 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Apps, Computer/SW/Languages/Perl] UID:54650 Activity:nil
4/04    Is there a good way to diff 2 files that consist of columns of
        floating point numbers, such that it only tells me if there's a
        difference if the numbers on a given line differ by at least a given
        ratio?  Say, 1%?
        \_ Use Excel.
           1. Open foo.txt in Excel.  It should convert all numbers to cells in
	...
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/7/2-8/19 [Computer/SW/Security] UID:54428 Activity:nil
7/2     When I do "ssh name@machine command", that does not show up
        on the last log. Where is that action logged?
        \_ Depends on accounting level. Might not be logged at all.
        \_ Enable logging on sshd itself in the system sshd_config file.
	...