Category Archives: Computer/IT

Automatic intranet Sharepoint site authentication using Firefox

Because you don’t like entering your domain user/login:password everytime you try to check your Sharepoint site… 1. Open Firefox. 2. Type “about:config” on the address bar. 3. Enter “network.automatic-ntlm-auth.trusted-uris” on the filter bar. 4. Double-click on “network.automatic-ntlm-auth.trusted-uris” and add the url for your sharepoint site (can be comma delimited for multiple sites, eg: “mysharepoint.company.com,home.company.com” 5. [...]

Also posted in HowTo, work | Tagged , , , | Leave a comment

Configure Outlook for GMX

Just follow the pictures, please. I’m too lazy to type right now. The important thing is to get the ports and settings right. 1. Tools > Account Settings, click New. 2. Choose Microsoft Echange, POP3, IMAP or HTTP 3. Tick “Manually configure server settings or additional server types” 4. Choose Internet E-mail 5. Fill up [...]

Also posted in HowTo, work | Tagged , | Leave a comment

Coloring my code

Been using Windows for coding a lot lately. My editors of choice are Programmer’s Notepad and Notepad++. Used to do the whole Emacs thing back then but that’s getting heavy with all the different machines I use. So if you code a lot you should also take the time to adjust the color scheme of [...]

Also posted in Design, HowTo, work | 1 Comment

GoDaddy does not allow Paypal if you are using promo codes

I have always paid online transactions via Paypal including GoDaddy, Hostgator, NameCheap, etc. My last GoDaddy purchase was on October. I used Paypal there too. Today I tried to purchase a new domain (I got around 30 or so domains, the majority of which are spread between GoDaddy and NameCheap) and when I tried to [...]

Also posted in Personal | Tagged , | 3 Comments

How to access GMX on Android

You have probably heard that GMX has an Android app. That’s good. Sad thing is it doesn’t work for me. While checking for Truecrypt on Android (it does not exist, time to wake up Truecrypt developers), I didn’t like all the file encryption offerings on the Android Market. So I reasearched for my one true [...]

Also posted in HowTo | Tagged , , , , , | Leave a comment

Unsubscribing from security mailing lists

In the process of hooking my gmail account to android, I now have a chance to resurrect my gmail account for real email usage and not just a repo of mailing lists I have subscribed through all these years. Yes that’s 10 plus years of non-stop security threads from full disclosure, pen-test, bugtraq and many [...]

Also posted in Personal, security | Tagged | Leave a comment

How to delete LILO or GRUB from a dual boot XP without a CD Drive

Background and the solution that did not work I have another machine dedicated to OpenBSD now and I’m not using the Slackware that is dual-booted with XP on our family computer and wish to delete the Linux partition and merge it back to Windows. First thing I did was create a bootable XP USB drive [...]

Also posted in HowTo | Tagged , , , , , | Leave a comment

How to delete your Facebook account

http://www.facebook.com/help/contact.php?show_form=delete_account Just go to the link above and follow the steps. Your account will be permanently deleted only after 14 days. If you re-login to your account, you’ll be asked if you want to continue with the deletion or reactivate your account. Before you do that you have the option to download all your Facebook [...]

Also posted in HowTo | 3 Comments

Windows Vista/7: Enable hidden Administrator account

Open CMD with Administrator privileges. To enable the account: net user administrator /active:yes To disable the account: net user administrator /active:no I’ll hold back on the rant of how insecure this will make your machine. But most of you looking for this info will want the “insecurity” part anyway.

Also posted in HowTo, security | Tagged , | 1 Comment

How to reset Windows NT password via BackTrack

1. Boot computer using the BackTrack5 DVD.

Also posted in HowTo, security | Tagged , , | Leave a comment