:: Enable Java support on Google Chrome in Linux
:: How to enable Java on Google Chrome
+ Installing Java on Linux Debian
aptitude install sun-java6-jre sun-java6-plugin
:: Unlock footer.php on WordPress
:: WordPress error
If you change the footer.php file but get an error:
This theme is released under creative commons licence, all links in the footer should remain intact
:: Setup SSL in Apache
:: What is SSL
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide communication security over the Internet. TLS and SSL encrypt the segments of network connections above the Transport Layer, using asymmetric cryptography for privacy and a keyed message authentication code for message reliability. :: wikepedia
:: WP to top, Add Back To Top on WordPress
: What is WP to top
WP To Top is a WordPress plugin that adds a “Back to top” link in your blog without modifying your template files. This is useful especially if you have long posts or long pages. You will have a nice “Back to top” or whatever-text-you-want link floating at the bottom right/left of your page.
:: Installing sshd on Linux Debian
Secure Shell (SSH) is a crucial network protocol that ensures secure data exchange between devices, primarily used in Linux and Unix systems to replace insecure methods like Telnet. Setting up and managing an SSH server on Debian is straightforward, allowing users to easily access and control their systems securely.