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

2005/2/23-24 [Computer/SW/Unix, Computer/SW/Unix/WindowManager] UID:36387 Activity:high
2/23    Does anyone manage to change the copy-paste behavior of Windoze to
        more Unix like?  (hilight yield copy, middle click yield paste)
                thx
        \_ Maybe tweakui can do this.
           \_ No.
        \_ No offense, but the Unix way is stupid. Highlight something and
           the entire copy/paste buffer is gone. I am glad windows is not
           broken in the same way.
           \_ Why are you hilighting something you don't want to paste?
              \_ For example, in a Windows editor you can highlight something
                 and then hit paste to replace it with what's on the clipboard.
                 This is annoying to do in Unix.
              \_ Maybe you just click on the window and you accidentally
                 highlight something?
              \_ I usually highlight as a I read, it gives me a visual cue
                 as to how far I've read, in case I need to switch to a
                 different document and then switch back.
                 Also the highlight as copy make it really hard to overwrite
                 with a paste.
           \_ I bet you just love click-to-focus too?
              \_ Yes. It makes much more sense than mouse focus.
                 \_ How so?  What's the purpose of pointing your mouse cursor
                    at some window you don't intend to interact with?  It's
                    a waste. --likes-xmouse-but-hates-unix-copy/paste
                    \_ To get it out of the way, because you bumped it by
                       accident, etc. xmouse sucks for the same reason as unix
                       copy/paste. Although unix copy-paste can be convenient,
                       it's flaky and you can easily accidentally highlight
                       something when placing the cursor for the paste. Unix
                       human interface all suck shit except fancy cmd shells.
                       \_ see, there's your problem.  unix paste works right
                          w/ focus-follows-mouse.  you don't place cursor
                          as some extra step, you just middle-mouse the new
                          text right where it belongs.
                          the old unix mouse model is for people who think
                          and then act; not for clicking and
                          dragging all over the screen looking for visual
                          response.
                          \_ But really sucks when you're trying to paste
                             the URL into your webbrowser that's already open
                             to a page.  KDE has a decent workaround with its
                             black "X" button, which deletes the current URL
                             and places the cursor in the location bar.
                             \_ with most browsers you can just paste a URL
                                into the main frame.  I think you're just
                                not curious enough.
           \_ The Unix way IS stupid. It makes no sense whatsoever. The people
              who first implemented the method in xterm were morons.
                \_ What more can you expect from MIT?
        \_ does anyone know how to make gnome not auto-raise when I click
           somewhere in the window pane?  I'd like to operate on deeper
           layers and only raise when I click the title bar, etc.
        \_ what I like about unix is the double left click then right click
           highlighting a region.  windows you have to hold down shift key.
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/07/05 [General] UID:1000 Activity:popular
7/5     

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/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/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.
	...
2011/10/26-12/6 [Computer/SW/Unix] UID:54202 Activity:nil
10/24  What's an easy way to see if say column 3 of a file matches a list of
       expressions in a file? Basically I want to combine "grep -f <file>"
       to store the patterns and awk's $3 ~ /(AAA|BBB|CCC)/ ... I realize
       I can do this with "egrep -f " and use regexp instead of strings, but
       was wondering if there was some magic way to do this.
       \_ UNIX has no magic. Make a shell script to produce the ask or egrep
	...
2010/3/10-30 [Computer/SW/Mail] UID:53751 Activity:nil
3/10    What email program do people in Cal CS use nowadays?  In my school days
        people used /usr/bin/mail, then RMail in emacs, then VMail in emacs.
        After my days people used Elm, Pine, Mutt (I forgot which order).  In
        my first two jobs we could tell the seniority of fellow engineers based
        on which email program they use at work, because everyone used what
        they used to use in their school years.  In my last two jobs though,
	...
2009/11/13-30 [Computer/SW/Unix] UID:53523 Activity:nil
11/12   How does one find out if a system has rootkit installed?
        \_ Unix or m$?
           \_ Unix. On M$ I always assume it's compromised.
              \_ Install Tripwire before you plug your server into The Net?
                 The only other answer I can think of is to reinstall the
                 OS from scratch on another server and do an md checksum
	...
2009/9/4-12 [Computer/SW/OS/FreeBSD] UID:53331 Activity:kinda low
9/4     I'm seriously very happy Soda no longer runs FreeBSD.
        FreeBSD is really going down the tubes
        http://freebsdgirl.com/2009/08/its-a-dirty-job-but-someone-ha.html
        \_ funny, I dont remember it geting pwned anywhere near as many tmies
           as it has since the switch to Linux.  And that blog post is
           only abou the installer, not the running OS
	...
2009/7/24-29 [Computer/SW/Editors/Vi] UID:53195 Activity:low
7/24    Is dos2unix available somewhere?  Someone added all those Ctrl-M's to
        motd.public.
        \_ %s/^V^M//g in vim. What has your editor done for you today?
           \_ that works great in vi actually... in vim :set filetype=unix
	...
2010/5/26-6/30 [Computer/SW/Unix/WindowManager, Computer/SW/OS/OsX] UID:53844 Activity:nil
5/26    anyone use lxde?  supposedly it is less stupid than xfce and
        less bloated than gnome.  thoughts?
        \_ lol, does anyone still use desktop linux?  Get with the times
           buy a mac.  Now.  DO IT.  Go NOW.
           \_ but we prefer herring to Kool-Aid
              \_ "you have to yell, he's hard of herring"
	...
2010/5/6-26 [Computer/SW/OS/Windows] UID:53818 Activity:low
5/5     Does anyone know how to do custom install of Ubuntu 10.04? I can't
        even boot it up to give me the menu to custom install and it
        keeps installing a bunch of crap I don't need. It's getting
        just as slow and bloated as Winblows install. Dear lord,
        I miss the old Ubuntu.
5/5=1.0 Numerology FTW.    5+5=10
	...
2009/5/21-29 [Computer/SW/Unix/WindowManager] UID:53028 Activity:nil
5/21    I would like to implement an auto-logout feature for my gnome users
        who happen to not log themselves out, thus causing me, and especially
        my supervisor, pain.  Please advise, cohorts.  I would like the
        entire gnome session signed out, not just an individual xterm,
        so "export TMOUT=[SECONDS]" in a .bashrc will not work.
	...
2008/7/20-23 [Computer/SW/Unix/WindowManager] UID:50639 Activity:nil
7/20    I using Gnome/Ubuntu.  I would like to have it autologout after about
        30 minutes of use.  (Even if it's stil lbeing used.) Is there some way
        to do this?  (Sort of like what happens at the library.)
        \_ Sure. Write some code to kill the session after 30 minutes.
	...
2007/4/6-9 [Computer/SW/OS/Linux] UID:46224 Activity:nil
4/6     Is there something like this for Linux?
        http://flyingmeat.com/voodoopad
        \_ I haven't used it because I don't really run Linux on any of my
           desktop boxen, but I saw this a while back and thought it looked
           interesting: http://www.gnome.org/projects/tomboy
           -dans
	...
2006/10/20-24 [Computer/HW, Computer/SW/Unix/WindowManager] UID:44890 Activity:nil
10/20   My Gnome Desktop makes lots of noises at me.  I rarely know where
        they are coming from (filtered mail I don't see maybe?).  Is there
        some (way to set up a) sound log that I can check to see which app
        fired off which sound file at time X, or anything like that ?
	...
2006/8/24-28 [Computer/SW/Editors/Vi, Computer/SW/Unix/WindowManager] UID:44146 Activity:nil
8/24    When I use "screen", the scrollback bars on my xterm and gnome-term
        don't work anymore. Is it possible to make them work under screen?
        \_ They'll sort of work, but not really.  I mean you may have more than
           one window.  Just use screen's builtin scrollback; it's better
           anyway (you can have one per window, tens of thousands of lines and
           best of all it's searchable)  Just hit ^A-Escape then pretty much
	...
2006/7/13 [Computer/HW/IO, Computer/SW/OS/VM] UID:43657 Activity:nil
7/13    help. using gnome suddenly my mouse stops working. I think it might
        be related to vmware. I'm able to switch over to a linux virtual
        terminal ... I killed the vmware processes ... but still no mouse.
        the mouse works in the virtual terminal. anything I can do besides
        restarting or restarting gnome? there is work in progress i'd
        rather not lose. thanks.
	...
2005/9/20-21 [Computer/Theory] UID:39764 Activity:nil
9/20    UCB professors win 3 (of 25) MacArthur prizes:
        http://tinyurl.com/bgtq4
        \_ I've always been impressed by Berkeley'd research and the
           brilliant people behind the research. Too bad most of them
           don't seem to give a damn about teaching or helping undergrads.
           Funny that great researchers aren't always great teachers. My
	...