2011/6/5-8/27 [Computer/HW/Memory] UID:54127 Activity:nil | 6/5 In an effort to stabilize our services, we'll be rebuilding parts of
the CSUA infrastructure over the course of this summer. To give us
some wiggle room, I've temporarily decreased soda's allocated RAM from
8GB to 2GB. If you need to run something that requires large amounts
of memory, please send mail to root@csua.org and we'll try to
accommodate your request. --jordan
...
|
2011/3/26-4/20 [Computer/HW/Memory] UID:54062 Activity:nil | 3/19 When you're explaining the stack to people do you draw it with the
highest addresses at the top or at the bottom?
\_ When I explain any memory layout including stacks, I draw with the
highest addresses at the bottom. But I've seen people doing the
other way. -- yuen
\_ do you by any chance have seen or have a jpg of the full memory
...
|
2010/7/25-8/25 [Computer/SW/Graphics] UID:53897 Activity:nil | 7/25 What's up with that moving bit pattern that Win7 displays when it
boots up? (It's the one that's like in the Apple II days when you
use the graphics memory for code or data while it's still in HGR
mode.) Is there a way to disable that? It slows things down a lot
every time I reboot my Win7 VM on my office machine if I RDP to the
machine via DSL. Thanks in advance.
...
|
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"
...
|
2009/12/7-2010/1/3 [Computer/HW/Memory, Computer/HW] UID:53574 Activity:nil | 12/7 How many TCP retransmits are too many? Here is what I get:
3594143433 segments received
3760174421 segments send out
3801829561 segments retransmited
\_ rephrase. you can never have too much money. or too little.
what is, is.
...
|
2009/7/21-24 [Computer/SW/Languages/Java] UID:53168 Activity:moderate | 7/20 For those who care btw, it looks like eclipse is now A Standard Tool
at UCB ugrad cs, probably replaced emacs. Furthermore, people get
angry at seeing Makefiles, (since eclispe takes care of that). I
guess it's just a sign of the times.
\_ The more people at my work use eclipse the less the code is
managable in emacs. I'm not sure which application's fault
...
|
2009/12/9-2010/1/13 [Computer/SW/Unix] UID:53586 Activity:nil | 12/8 Is there a bash equivalent to tcsh's history-search-backward ?
\_ There's something similar called... history-search-backward. It
is a bit more limited, in that it only searches for strings and
not glob patterns. You may find reverse-i-search to be useful also.
...
|
2009/8/18-9/1 [Computer/SW/Unix] UID:53284 Activity:nil | 8/18 Is it possible to truncate your path name in your prompt in tcsh?
Tsch veterans REPRESENT! I know this is how to do it in bash:
# truncate path: returns $1 truncated to $2 chars, prefixed with ...
truncate_path () {
if [ -z "$1" -o -z "$2" ]
then
...
|
2009/8/19-9/1 [Computer/SW/Unix] UID:53285 Activity:nil | 8/18 Hi again, new freebsd guy here again, in bash I was able to go
LD_LIBRARY_PATH=/opt/foo/lib ./runmyapp
I managed to do this in tcsh by using setenv in a shell script
that setenv's the lib path and then executes $1, just wondering
if there was a way to do it in 1 line from the cmd line as in bash?
Thanks, btw %2c or %3c worked. Freebsd, tcsh and vi forever!
...
|
2009/1/20-26 [Computer/SW/Unix] UID:52420 Activity:low | 1/20 I have a rather common shell-scripting problem, but I am not sure
how to do it in csh/tcsh. I want to check the ctime (last
modified time) of a file. If it is older than, let say, 1
hours, do something, older than 3 hours, then do something +
something else. Any hints on how to do this? do i need to
convert it to epoch to perform such manipulation? thanks
...
|
2009/1/20-26 [Computer/SW/Languages/Java, Computer/SW/Languages/Misc] UID:52425 Activity:nil | 1/20 I've been using tcsh as shell program tool (i know, bad shell to
do scripting). One thing I've noticed when I extract xml file
is that the variable type automatically change from
integer/string to... almost an array-like data structure when
the output of the xml key/value is more than one (it's more
like a string separated by space, but I was very impressed as
...
|
2009/1/13-22 [Computer/Theory] UID:52367 Activity:kinda low | 1/13 I am writing a commandline parser for a class and I could use some
tips for algorithms to use. (The project is over and done so I am
not cheating, but I am dissatisfied with my end result.) I STFW and
didn't come up with too much I liked. I read the source for some
shells like tcsh and that is *WAY* too complicated and relies on
a lot of other code. I know that browsers and other apps have
...
|
2007/10/9-11 [Computer/SW/Unix] UID:48269 Activity:nil | 10/9 It's great that soda's been more or less up for the past few months,
but I really hate Linux and all this gnu shit... ELinks, crappy vi,
etc. I miss links and a tcsh that works.
\_ What's wrong with the current tcsh on soda? Why don't you just ask
root to install links or build it yourself? Also, barring things
that actually need to talk to the kernel, e.g. threading libraries,
...
|
2006/10/30-11/1 [Computer/SW/Unix] UID:45041 Activity:high | 10/30 My favorite command in UNIX is "cal". What is your favorite?
\_ Nein, I vill be. A German and a Jerry, danke, und Heil! -John
\_ PARSE ERROR. Are you on drugs again John?
\_ That's just my troll farm being rambunctious. Use new
Extra Strength Troll-Gro for healthy and frisky trolls!
\_ Based on frequency of use, gonna have to go with tcsh
...
|
2006/9/1-3 [Computer/Networking, Computer/HW] UID:44235 Activity:nil | 9/1 I want to add a quick and dirty alias for a server on my local machine.
So instead of using some-really-long-host-name, I want to use srlhn:
scp me@srlhn:foo
But if I put that into /etc/hosts, it requires an IP address, and this
server may be changing its IP address from time to time. I'm not
running DNS. Any suggestions?
...
|
2006/5/23-28 [Computer/SW/Languages/Perl, Computer/SW/Unix] UID:43168 Activity:nil | 5/23 I'm trying to learn sh, bash, and csh programming. What's a good
site that has sample syntax of the following ***psuedocode*** for
each of the shells?
foreach $file in (<dir/*>) do;
echo I have file $file
done;
...
|
|