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
...
|
2008/12/18-2009/1/2 [Recreation/Dating, Computer/HW/Memory, Computer/SW] UID:52277 Activity:nil | 12/18 I'm loving the Privacy Browsing feature on Safari. I turn it
on, browse porn, then turn it off, and no one using my
computer would ever know that I browsed porn (no history,
no cache, nada). Loving it man.
\_ The guy with the backdoor knows. Also, the shadow knows.
\_ That may be the case and I don't really care about the
...
|
2008/11/15-26 [Computer/SW/OS/Windows] UID:51993 Activity:nil | 11/14 I have a bunch of pictures and I find that thumbs.db on
Windows XP to be very useful, especially when you're on NAS
and the network is slow. Having that said, my Win XP has
stopped generating thumbs.db even though I've set it to generate
thumbs.db (Properties->View->Uncheck "Do not cache thumbnails.").
How do I force Windows to generate Thumbs.db? Googling seems
...
|
2008/9/4-8 [Politics/Domestic/Election, Computer/HW/Memory, Computer/SW/WWW/Browsers] UID:51059 Activity:nil | 9/4 Someone asked yesterday about the Obama/Ayers link. It took me a while
to find a link I was happy with, this one is ok. This guy goes into
excruciating detail about the Annenberg Challenge and CAC over a
number of blog posts. The full Annenberg documents were only recently
released, and this post predates the release. The documents are still
being digested, so this is far from the final word.
...
|
2008/9/4 [Computer/SW/WWW/Browsers] UID:51062 Activity:nil | 9/4 Regarding the Firefox 3 memory usage question that I asked on 8/29,
here are some new numbers (VM Size in MB reported by Task Manager):
2.0.0.16 3.0.1
- Startup, empty the cache. 13 23
- Go to http://www.yahoo.com 17 40
- Open 6 news pages in 43 69
...
|
2008/7/20-23 [Computer/Domains] UID:50638 Activity:nil | 7/19 Why is OpenDNS popular? It still forwards me to ads when I go
to an invalid domain. That is really annoying.
\_ For one thing, they were never vulnerable to the latest round of DNS
spoofing.
\_ i think the latest round of dns spoofing attack was overblown.
yes there was a security hole... but no one ever exploited it.
...
|
2012/5/8-6/4 [Computer/SW/Unix] UID:54383 Activity:nil | 5/8 Hello everyone! This is Josh Hawn, CSUA Tech VP for Spring 2012.
About 2 weeks ago, someone brought to my attention that our script
to periodically merge /etc/motd.public into /etc/motd wasn't
running. When I looked into it, the cron daemon was running, but
there hadn't been any root activity in the log since April 7th. I
looked into it for a while, but got lost in other things I was
...
|
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
...
|
2011/7/30-8/10 [Computer/SW/Languages/Misc] UID:54148 Activity:nil 66%like:54150 | 7/29 Happy Sysadmin Day
\_ our "sysadmin" today deleted /home. When we asked her why
she said she didn't do it. When I checked the sudo logs,
I found these two commands in order:
COMMAND=/bin/rm -r /home testuser
COMMAND=/bin/rm -r /home/testuser
...
|
2011/5/19-7/13 [Computer/SW/Languages/Misc] UID:54115 Activity:nil | 5/19 If script A runs, and calls script B ..... is it possible for me to exit\
script A based on results of script B and not continue?
\_ assume any shell
\_ Yes.
\_ without passing the result to some stupid temp file?
\_ It sounds like you want "scriptb || exit", which will run
...
|
2010/4/22-5/10 [Computer/SW/Languages/Misc] UID:53797 Activity:nil | 4/22 In Linux is there an easy way to rename the scripts in /etc/rc?.d ?
For example I want to set all the /etc/rc?.d/S91apache to S100apache
so that it'll run the ramdisk BEFORE going to apache.
\_ Sure, just move them.
\_ I mean is there a script that will rename all of them
for me? Like: setrc apache2 0 0 1 1 1 1
...
|
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/5/5-6 [Computer/HW/Laptop] UID:52950 Activity:moderate | 5/5 Is there a good (or standard) way to make an offline copy of a w
ordpress blog (mine, not someone else's)? tia.
\_ oh man.
\_ I could cobble something together with curl / wget, but I'd
rather not if there is a standard way of doing this. I'm
pretty new to wordpress / blogging and I just want to keep
...
|
2009/1/14-22 [Computer/SW/Languages/Perl, Computer/SW/Languages/Misc] UID:52378 Activity:nil | 1/13 I want to extract a couple integer from an xml file, mainly,
xml file from http://weather.com so I can put it on my xplanet marker
file. has anyone done similar things (parse and extract data
from xml) using shell script instead of python/perl?
in the world of perl, it make sense to dump things into a hash
which i can easily extract key/value pair. can i achieve similar
...
|
|