Archive for Articles
How to configure ssh key
SSH key is a secure authentication method of openssh server. Let us install ssh key easily between two server. Source Server:This is the server from which I need to connect. Destination Server: This is the server into which I am going to connect. Let us create ssh key for the root user in source serverĀ [...]
Speed up Vbulletin Forum with Memcached
Memcached is a memory caching system. This will help to increase speed of your vbforum . Vb have default support for integrating memchached. I already wrote a document for using memcached with Openx software. Please see the steps below, to see how you can configure memcached in your server and integrate to vbulletin Install memcached [...]
GDB for Debugging Linux Software
GDB is a nice tool for debugging linux software and find out its flaws. Let me give an easy way how you can use gdb to debug your application. If you see one of your application crashing or not working well, you can use gdb to debug it and send the result to its developers. [...]