I have left XXXXXX!
Sunday, April 1st, 2012After a little more than 4 years, I have left XXXXXX (the company name has been censored, duh!).
Oh yeah, happy April Fools day!
-Kobi.
After a little more than 4 years, I have left XXXXXX (the company name has been censored, duh!).
Oh yeah, happy April Fools day!
-Kobi.
Mark Russinovich (Sysinternals) wrote another interesting post about how he was analyzing stuxnet with sysinternal tools:
http://blogs.technet.com/b/markrussinovich/archive/2011/03/30/3416253.aspx
-Kobi.
The updated list:
Certification authority | Web site |
---|---|
Entrust | http://www.entrust.net/microsoft/ |
Comodo | http://www.comodo.com/msexchange |
DigiCert | http://www.digicert.com/unified-communications-ssl-tls.htm |
GlobalSign | http://www.globalsign.com/ssl/buy-ssl-certificates/unified-communications-ssl/ |
(check out http://theoatmeal.com/blog/funeral)
Now, here is a picture…
As you can see I finally migrated my blog to wordpress, some time ago blogger has decided to stop their ftp publishing service so I had three options:
1) Migrate to a blogspot address
2) Use a custom sub-domain (i.e. blog.kobi.name)
3) Migrate to wordpress
I like my data and I wanted to keep it on *my* servers hence I chose the 3rd option.
The migration took about 5 minutes. I had to run three queries to fix posts/comments that started with a “>” (for some reason) but that’s about it:
update wp_posts set post_title=right(post_title,length(post_title)-1) where left(post_content,1)=’>’;
update wp_posts set post_content=right(post_content,length(post_content)-1) where left(post_content,1)=’>’;
update wp_comments set comment_content=right(comment_content,length(comment_content)-1) where left(comment_content,1)=’>’;
If anyone else wants to move their blog from blogger to wordpress check out:
http://underscorebleach.net/jotsheet/2006/05/move-blogger-to-wordpress
http://ferrogate.com/2009/04/the-new-ferrogate-i-moved-from-blogger-to-wordpress.html
-Kobi.
I found a nice website that lets you save webpages as PDFs:
http://pdfmyurl.com/
-Kobi.
Yeah, it happened again. I wiped both my beard and my moustache. What do you know, I almost look like a human being now.
Notes:
1) I said *almost*.
2) I said *look like*.
-Kobi.