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
...
|
2009/4/24-28 [Computer/SW/Languages/Functional] UID:52902 Activity:nil | 4/23 what book is this?
"I'm reading this horrible horrible book about a programmer
from silicon valley that gets magically
transported into some world where magic is real
and uses computer programming skillz to become the world's
greatest sorceror … in book 1 of the series
...
|
2008/4/2-6 [Computer/SW/Languages/C_Cplusplus] UID:49645 Activity:moderate | 4/2 Is there an interpreted version of C or C++ that can be used for
educational purposes? It doesn't have to be full-featured or
strictly adhere to the standards, but it's painful for students
to change a variable in a for loop and then wait for a compile
to see how it changes the result. Something really lightweight
would encourage them to play around a lot more and learn more in
...
|
2007/11/27-30 [Computer/SW/Languages/C_Cplusplus, Computer/SW/OS/Solaris] UID:48701 Activity:high | 11/27 I'm using select to do a nonblocking check to see if a single socket
has anything to read off it. Problem is, I can have up to 12228
file descriptors, and Linux fd_set only supports up to 4096. Any idea
what I can do about this? (Or a better solution?) -jrleek
\- 1. who are you
2. i am busy this week and you didnt mention language
...
|
2007/11/13-21 [Computer/Networking] UID:48628 Activity:low | 11/13 If I have a application on machine foo sending data really fast to
an application on machine bar via TCP, and the bar applications job
is write that to disk as fast as possible, what happens if the
network stream is faster than the disk writes?
\_ Look up the differences between TCP/IP flow control and
congestion control. The answer is in front of you.
...
|
2009/8/18-9/1 [Computer/SW/Database, Computer/SW/Languages/Perl] UID:53283 Activity:low | 8/18 trying to write an intentionally slow regex.
what is your worst regex ever?
this is using MySQL regexp but I'll also accept
perl format --brain
\_ you need to know how regex is implemented internally in order to
have a worst regex in terms of running time. Something that uses
...
|
2009/5/8-14 [Computer/SW/SpamAssassin] UID:52971 Activity:nil | 5/7 Dear csua, looks like /usr/bin/spamc and /usr/bin/formail don't exist
on the emailer. I'm getting a bunch of binaries not found error
on my .procmail-log.
\_ Complaining via motd is not a reliable way to be heard and get your
stuff fixed. Try emailing us. --t
...
|
2009/1/26-2/1 [Computer/SW/SpamAssassin] UID:52462 Activity:nil | 1/26 Can somebody show me a procmail rule which drops email from
users {foo, bar, baz}@{host1,host2,host3}.berkeley.edu.
I dont want to have to create a rule set like this for
each combination:
:0:
* ^From: cfengine@host.berkeley.edu
...
|
2008/4/19-23 [Computer/SW/SpamAssassin] UID:49782 Activity:nil | 4/17 How do I get procmail to delete emails with things like
^Viiiaaaagggrrra in the message body. ^V then i+ then a+ ...
\- a better rule would be to check for the language type, and
if it's undeterminable or has too many misspellings then
it's most likely spam email. ps i'm gay ok thx.
\_ Thatd be some pretty impressive regex magic, to get all imaginable
...
|
2008/3/10-13 [Computer/SW/SpamAssassin] UID:49412 Activity:nil | 3/10 Is there a reliable way to control spam on soda?
Can someone write an "any undergrad can do it" level FAQ? Thanks.
\_ echo "/dev/null" > ~/.forward
\_ I use Thunderbird to check my soda mail.
\_ Forward to gmail. Let google's spam filter work for you.
\_ I use spamassassin. I just checked and it caught all but one of
...
|
2007/8/11-15 [Computer/SW/SpamAssassin] UID:47587 Activity:nil | 8/11 Is spamassassin working? Anybody using procmail with spamassassin?
>spamc -R < /usr/share/doc/spamc/sample-spam.txt
returns 0/0
\_ It hasn't worked for me for about a month.
...
|
2007/3/16-20 [Computer/SW/SpamAssassin] UID:45997 Activity:nil | 3/16 Is there a way to configure spamassassin to delete junk messages from
my /var/mail/{login} spool before I run my mail client program? Thx.
\_ procmail
...
|
2007/2/7-11 [Computer/SW/Mail] UID:45682 Activity:high | 2/7 Has anyone got Pine to work in the new CSUA environment? I
didn't see anything in the FAQ that described this. When I open
up Pine I get:
[Can't open /var/mail/theeric: not a selectable folder]
When I try to do anything (i.e move up or down with arrow, hit I
for mail), I get another error:
...
|
2007/1/31-2/3 [Computer/SW/SpamAssassin] UID:45630 Activity:kinda low | 1/31 Can you give us any pointer for setting up spamassassin on csua under
the new mail system? TIA.
\_ What I did is create a .procmailrc file in your homedir with the following
content:
\_ What I did is create a .procmailrc file in your homedir with the
following content:
...
|
2007/1/28-2/1 [Computer/SW/Security, Computer/SW/Unix] UID:45607 Activity:moderate | 1/28 Where does inbound mail get spooled now? I had no problem moving
my old spool to /var/mail/$USER, but where is the new mail
spooling? (Yes, I read soda-changes.) Nothing is ending up in
/var/mail/$USER/new. Should it be?
\_ Do you have .procmailrc setup? If so, I needed to add
an additional rule at the end (after setting up the
...
|
|