I believe this has been asked many times and different people have different opinions. The question is, do the websites hosted on their own (VPS or dedicated server) rank …
Easy WP Latex Plugin is one of those must-have plugins that I install for every wordpress blogs that I set up. The plugin can be searched and added in …
Programmers don’t like GUI (Graphic User Interface) Design. Therefore, the CSS (Cascade Style Sheet) is not their thing. I always knew that there are viewing problems on smart phones/devices …
September 28, 2014
beginner, c / c++, code, code library, compiler, implementation, linux, programming languages, python, ubuntu
*.so files under Linux are similar to *.dll on windows. They are both shared library, which contain commonly-used functions/classes. The shared library can be loaded into memory whenever needed …
In this post, it shows the configurations required to make a SSL work (on port 443) on Ubuntu servers. However, for some pages (especially old posts/pages), it will show …
Well, the SSL (Secure Socket Layer) is the future for internet (blogs, websites etc). The SSL connections are secure meaning that it is almost impossible to crack/interpret the content …