I can’t beleive all the things that you can do with Python. Obviously, whatever you can do with Python, you can do with a whole bunch of programming languages out there. What I am really impressed with, is the ease. Few weeks ago I was looking for a way to programatically send myself SMS on […]
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 […]
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion IntroductionBACK […]
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion Introduction […]
Tags:
C++,
call,
code,
CPU,
encapsulation,
functions,
identifier,
inheritance,
mangling,
memory,
method,
new,
OOD,
OOP,
polymorphism,
progming 55 Comments |
Read the rest of this entry »
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion Introduction […]
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion Introduction […]
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion Introduction […]
Tags:
aligned,
cache,
CPU,
ddr,
ddr2,
Intel,
l1,
l2,
l3,
memory,
misaligned,
nv,
performance,
Processor,
protocol,
RAM,
sdram,
speed,
unaligned 29 Comments |
Read the rest of this entry »
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion Introduction […]
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 […]
Tags:
affinity,
apic,
cache,
code,
CPU,
interrupt,
irq,
kernel,
linux,
memory,
napi,
packets,
performance,
smp 71 Comments |
Read the rest of this entry »
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 How atomic variables work Atomic variables size limitations Use cases The real thing… Time to see some action Precautions Conslusion Introduction […]
Tags:
breakpoint,
cc,
coff,
debug,
debugger,
elf,
example,
int3,
kernel,
linux,
ptrace,
single,
step,
unix,
Windows 86 Comments |
Read the rest of this entry »