On the url bar, type “about:config” Right click on any of the empty space, click new –> boolean In the box, preference name –> extensions.checkCompatibility specified the value –> false restart firefox and Voila !!!
Have an external hard disk with hfsplus or hfs+ partition on it? This is how you can mount it under linux (specifically, Debian) : in os x : disable journaling in the partition/external hdd in disk utility or use run…
This short tutorial is for Apache2.x + OpenSSL It’s advice to make a special directory for certificate for easy management and control. Create a new directory; mkdir -p /path-to-dir/sslcerts/example.takizo.com And now cd to your working directory to start generate CSR…
Quick Tips for Apache’s SSL generate new key openssl req -new > takizo.cert.csr disable passphrase for generated the key: openssl rsa -in privkey.pem -out takizo.cert.key convert request into signed cert openssl x509 -in takizo.cert.csr -out takzio.cert.crt -req -signkey takizo.cert.key -days…
Silly thing to know that MCMC instructed Malaysia’s monopoly ISP, TMNet to block off malaysia-today.net website through DNS null routing. Below is the result we found through TMNET’s DNS Servers; dig @202.188.1.5 www.malaysia-today.net ; DiG 9.4.2 @202.188.1.5 www.malaysia-today.net ; (1…
Recent Comments