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/3/15-6/1 [Computer/SW/Languages, Computer/SW/OS/Windows] UID:54340 Activity:nil | 3/15 Why does MS put double-quotes around the '8' in Windows Server 8, like
the following?
- Windows 8
- Windows Server "8"
\_ Because when they didn't do it, code didn't see the '\0'
and went over? Looks better than '8','\0' *shrug*
...
|
2012/2/23-3/26 [Computer/SW/OS/Windows] UID:54312 Activity:nil | 2/23 fixboot wrote FAT boot sector to my WinXP hard drive. How can I convert
the drive back to NTFS?
\_ Does C:\WINDOWS\system32\convert.exe work?
...
|
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/5/19-7/30 [Computer/SW/Security] UID:54110 Activity:nil | 5/19 Uh, is anyone still using this? Please mark here if you post and
haven't added this yet. I'll start:
\_ person k
\_ ausman, I check in about once a week.
\_ erikred, twice a week or so.
\_ mehlhaff, I login when I actually own my home directory instead of
...
|
2011/2/14-4/20 [Computer/SW/Unix] UID:54039 Activity:nil | 2/14 You sure soda isn't running windows in disguise? It would explain the
uptimes.
\_ hardly, My winbox stays up longer.
\_ Nobody cares about uptime anymore brother, that's what web2.0 has
taught us. Everything is "stateless".
\_ You;d think gamers would care more about uptime.
...
|
2011/4/6-20 [Computer/SW/Mail, Computer/SW/Unix, Industry/Startup] UID:54078 Activity:nil | 4/6 My company is evaluating version control systems. Our two candidates
are Perforce and Subversion. Anyone worked with both and have good
arguments one way or the other? (These are the only two options we
have.) We're most interested in client performance, ease of use, and
reasonable branching.
\_ I'll be 'that guy'. If perforce and subversion are optins, why isn't
...
|
2010/6/8-30 [Computer/Companies/Yahoo] UID:53853 Activity:nil | 6/8 Newly wed husband and wife found from old picture that they have
actually crossed path 30yrs ago: http://www.csua.org/u/qwv
My question is how do stories like this find its way to news media? Do
people just go "hey something very interesting happens in our lives.
Let's call up a news agency or two to tell the world about it."?
\_ "Your video will begin after a word from our sponsors."
...
|
2010/3/8-30 [Computer/SW/Unix] UID:53745 Activity:nil | 3/8 I have a mod_rewrite question that I think should be straight-
forward but I think I'm not getting something.
I have a virtual server with some root, say /home/user/public_html/
and in there I have two subdirs, say /app1/ and /app2/
and i want the following:
http://mysite/app1 --> /home/user/public_html/app1
...
|
2010/1/22-24 [Computer/SW/Unix] UID:53654 Activity:high | 1/22 What's the difference between a job and a career?
\_ women have jobs, men have careers.
\_ true statement but one that is sexist and should be
kept in a private conversation
\_ A job could be anything that pays mortgage or feed the mouth.
A career is something that is longer term, most of the time,
...
|
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!
...
|
|