Thanks to visit codestin.com
Credit goes to www.alexonlinux.com


Posts Tagged ‘code’

Creating new application on top of SSH

Table of contents Introduction How scp works You can run commands on a remote computer using ssh Back to scp Creating our own SSH based application The idea The code Discussion Demonstration Conclusion IntroductionBACK TO TOC As you know, you can use SSH for two things. First, there’s a remote access. You can get access […]

How inheritance, encapsulation and polymorphism work in C++

Table of contents Introduction How scp works You can run commands on a remote computer using ssh Back to scp Creating our own SSH based application The idea The code Discussion Demonstration Conclusion Introduction Encapsulation How methods work How overloading works How mangling solves the problem Structure and size of the object How inheritance and […]

Trying WordPress 2.5.1

New version of wordpress is here and I am trying it out. I tried wordpress 2.5 and it was quiet a disappointment because of the editor. I started a support ticket at WordPress’s Trac. They say they fixed the problem. So I will give it a try during next few days. Hope it will went […]

SMP affinity and proper interrupt handling in Linux

Introduction Hardware interrupts has always been expensive. Somehow these small pieces of software consume so much CPU power and hardware and software engineers has always been trying to change this state of affairs. Some significant progress has been made. Still hardware interrupts consume lots of CPU power. You will rarely see effects of interrupt handling […]