2008/12/5-10 [Computer/SW/OS/OsX] UID:52174 Activity:kinda low | 12/5 I suggest CSUA buy a Mac and run MacOS on it. Maybe run Linux in
a VM, too. I think students will get more bang for their buck
trying to run services on MacOS than with "Just Another Linux Box".
\_ On what basis? We do have an AppleTV, which we've yet to hack
so it runs full OS X, but as a OS X user myself, I don't see the
OS being useful for useful services except if we get OS X server
...
|
2007/7/17 [Computer/SW/Languages/C_Cplusplus] UID:47312 Activity:nil | 7/13 CSUA Life Roster
1 point each for: key:
significant other (out of county rule applies) G
car (Chevy Novas do count) C
housing (dorms DO NOT count) H
own computer running reasonable multi-tasking OS U
...
|
2007/4/13-16 [Computer/SW/WWW/Browsers] UID:46291 Activity:nil | 4/13 I use IE7 to browse a web site, and the server says the UserAgent
string is
"UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET
CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)"
Is MS bowing to the Mozilla community?
\_ What are you talking about? IE has always reported its UserAgent
...
|
2006/7/26-30 [Computer/SW/OS/OsX] UID:43811 Activity:nil | 7/26 Are there any good solutions for multiple simultaneous remote logins
to a Mac? I'm currently using OSXVnc's recommended method, which is
to run a separate VNC instance for each user and have everyone logged
in through fast user switching, but that's both a nuisance to set up
and a drain on resources. I'm looking for a better option.
\_ If you needed multiple remote logins to a Mac, then Steve(tm) would
...
|
2005/6/27-28 [Computer/SW/OS/OsX] UID:38329 Activity:kinda low | 6/27 For anyone who's owned a G5 running OS X (10.3 or 10.4), how often do
you need to reboot if it's being used as a workstation?
\_ Occasionally you will run into the Windows NT syndrome of the system
needing a reboot for a system software patch - I'd say about once
every couple of months on a stable release, and once or twice a
month on a new one. Other than that, I have never seen a piece of
...
|
2005/6/2-3 [Computer/SW/Security] UID:37935 Activity:low | 6/2 In the 'official' part of the motd it says ssh1 would be shut off,
weeks ago no less, and yet it still seems to be on. What up with that?
\_ Whoever did the change neglected to restart sshd. Fixed. -jvarga
\_ I just tried ssh from a Solaris machine to soda and I got "ssh:
connect to host http://soda.csua.berkeley.edu port 22: Connection
refused". I tried both with and without the "-2" option. Now if
...
|
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.
...
|
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/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
...
|
|