16 March 2010 0 Comments

General Rules for File Permissions

Setting file permissions is very important in getting CGI scripts to work on your web site. Follow the below step to understand file permissions. To begin: Pages should be readable/writeable by the owner and readable by the web visitor. Scripts should be readable/writeable/executable by the owner and readable/executable by the web visitor. The following are [...]

Tags: ,
1 February 2010 0 Comments

Howto Bypass a Computer Password on All Major Operating Systems

Howto Bypass a Computer Password on All Major Operating Systems

Obviously you shouldn’t use this to gain unlawful access to a computer. If you’re a geek, however, you’ll eventually end up in a situation where someone forgets their password, you acquire a machine with an operating system you cannot access, or similar situation.

Tags: ,
18 January 2010 0 Comments

Add pgp/gpg encryption to gmail

Add pgp/gpg encryption to gmail

This article will show you how to get started with gpg encryption and how to use it with gmail. Installing gpg and generating a set of keys First, lets install some necessary packages 1 sudo aptitude install gnupg gnupg-agent xsel Now, generate your public and private keys with the following command 1 gpg –gen-key Fill in your [...]

Tags: ,