About this article I would like to do two things in this article. First I would like to tell you about SSH. How to make it work. How to use public key cryptography to login to a remote computer. How to execute remote commands and copy files to/from a remote machine. On the other hand, […]
Posted on June 3, 2008, 6:28 pm, by Alexander Sandler, under
News.
This concludes a long research that I’ve made. I wanted to know if unaligned memory access is really that bad, or not a big deal. Eventually I made some quiet interesting discoveries. Read on.
Tags:
aligned,
cache,
ddr,
ddr2,
l1,
l2,
l3,
memory,
memory access,
misaligned,
nvram,
performance,
protocol,
RAM,
sdram,
speed,
unaligned No Comments |
Read the rest of this entry »
Table of contents Introduction Part 1. Basics Intro Connecting to remote host – simple case RSA/DSA host fingerprint What happens when host fingerprint changes How to handle expected host fingerprint change Executing command on a remote computer Securely copying files to and from a remote computer Copying multiple files Part 2. Encryption Login without entering […]
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 Part 1. Basics Intro Connecting to remote host – simple case RSA/DSA host fingerprint What happens when host fingerprint changes How to handle expected host fingerprint change Executing command on a remote computer Securely copying files to and from a remote computer Copying multiple files Part 2. Encryption Login without entering […]
Tags:
arp,
connection,
debug,
destination,
ethereal,
ethernet,
expression,
ftp,
http,
icmp,
network,
packets,
port,
protocol,
source,
ssh,
synchronization,
tcp,
tcpdump,
telnet,
unix,
wireshark 156 Comments |
Read the rest of this entry »
This article describes most useful Linux networking commands, as simple as it sounds. The truth is that I am writing this article more for myself. I am rarely doing complex networking configurations. As a result, when I have to configure something, I often forget commands and their syntax. Often it takes hours to find out […]
Tags:
arp,
connection,
ethereal,
ethernet,
ethtool,
icmp,
ifconfig,
linux,
netstat,
network,
packets,
pid,
port,
protocol,
route,
routing 10 Comments |
Read the rest of this entry »