Author Archives: Jed

Getting OpenBSD 5.3

rsync -va –progress rsync://ftp.kddilabs.jp/openbsd/5.3/i386/install53.iso /cygdrive/e/T/complete/warez/

Posted in Unix One-Liners | Tagged , | Leave a comment

Jack Reacher (2012)

Being a Tom Cruise movie, it has him acting just as he always does — an ever smart, know-it-all guy who knows everything about the crime even before the movie reaches halfway. Plus, he knows martial arts too and apparently he’s quite good at it. Rosamund Pike is pretty acting as some lawyer. It’s nice [...]

Posted in Movies I watched | Leave a comment

Eastern Promises (2007)

I’ll drink vodka to this movie. Nice Cronenberg/Viggo combination.

Posted in Movies I watched | Tagged , | Leave a comment

Mr. Brooks (2007)

I like it.

Posted in Movies I watched | Tagged | Leave a comment

Filebot rename format expression

I use this: {n.replaceFirst(/^(?i)(The|A)\s(.+)/, /$2, $1/).replace(‘:’,’ -’)} ({y} {certification} {imdb.rating} {genres}) It will replace all “:” with ” -” It will move “The” or “A” to the end of the title. It will add the year, certification, imdb rating and genre to the end. So this will result in: Before: The Movie: A great movie [...]

Posted in HowTo | Tagged , | Leave a comment

Write your passwords on paper tip

http://left.subtree.org/2011/07/01/passtab-store-passwords-in-your-wallet “Tabula recta”

Posted in General | Tagged , | Leave a comment

Temporary email address for sites that need registration

http://10minutemail.com This is best for sites or forums where it requires you to create an account but you only need to view one post and you’ll never login again. I also have a throwaway Gmail account for this single purpose.

Posted in HowTo | Tagged | Leave a comment

How to copy directory tree structure from one Sharepoint 2010 library to another

1. Map both source and destination links to drives and take note which is which. 2. robocopy x: y: /e /z /xf * /tee /log:robocopy.log This will also show the status of the copy and save a log file.

Posted in HowTo | Tagged , | Leave a comment

How to fight social networking addiction and permanently delete accounts online

I’ve written a couple of posts about deleting facebook and yahoo accounts before. So we are good there. The problem with these online accounts is that they still give you a  chance to come back (usually 14 days). So if you are itching to check on your facebook account after you have decided to delete [...]

Posted in HowTo | Tagged , , | 1 Comment

[Sharepoint 2010] Cascading drop-down menus via SPServices/jQuery

I’ve been using InfoPath to achieve this effect in Sharepoint lists but somehow I can’t wrap my head around the data connections and filters and all that. I always need to consult this Youtube video  (which is great btw). jQuery is nice because you can just paste the code within your NewForm.aspx inside the PlaceHolderMain tags and [...]

Posted in Computer/IT, HowTo | Tagged , , , | 8 Comments