For a real programmer, there is only 2 kinds of keyboard: HHKB (Happy Hacking) and Mechanical Keyboard. I previously purchased a Razor BlackWidow mechanical keyboard and I love it. …
The more code we write, more experience we have so less errors we make in the software development. However, this does not mean that you should write more code …
If you have a VPS or dedicate server, you can issue the following command to let your server restarts (as root user): sudo shutdown -r now If you issue …
C# is a managed programming language which means everything by default (or 90% of time), everything is properly managed by the GC (Garbage Collector), you don’t have to worry …
We all know what rubik cubes. For example, here is a 2×2 rubik cubes and here is a 3×3 rubik cubes. The number of squares of a side for …
I have been searching solutions to make my forum indexed by googlebots after migration to phpBB3.1.5. I have checked the forum, user, group permissions like a hundred times but …