Table of contents Introduction Few words about initrd Few words about history Back to the real thing Changing it Packing it back Booting with the new initrd IntroductionBACK TO TOC Ever wondered what’s inside of the initrd file? This article tells you how to look into the initrd and even modify it. Few words about […]
Table of contents Introduction Few words about initrd Few words about history Back to the real thing Changing it Packing it back Booting with the new initrd Introduction tcpdump uses Invocation Simple filtering Reading tcpdump‘s output Invocation continued Choosing an interface Turning off name resolution Limiting number of packets to intercept Saving captured data Changing […]
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 »
Posted on May 15, 2008, 12:23 pm, by Alexander Sandler, under
Opinion.
[singlepic=666,400,350,,center]
Posted on May 15, 2008, 12:12 pm, by Alexander Sandler, under
Other Stuff.
These pictures are from Rothschild Park in Zihron Yaakov.
Posted on May 14, 2008, 1:37 am, by Alexander Sandler, under
Other Stuff.
I shot these pictures in Utopia park. It is a small park in Beit Hefer, quiet close to Tulkarem. It is best known for its orchids, although the peacock definitely tried to steal the show .
Posted on May 13, 2008, 11:32 pm, by Alexander Sandler, under
Other Stuff.
These are from Alexander river. This is one of the rare places where you can see wild (almost) nature from only few meters away. In the river there are soft shell turtles, otter and a couple of hangry sheat fishes. All absolutely adoring bread – actually it is a bad thing that people feed these […]
Introduction Few days ago I encountered a problem. How do you connect to a computer behind NAT router? Any NAT router is also a firewall. Sometimes you do have access to firewall configuration and can set up port forwarding. Yet often it is complicated and even impossible. Common situation is when you want to connect […]
Tags:
connection,
firewall,
linux,
NAT,
office computers,
router,
server server,
session,
ssh,
tunnel,
vpn 61 Comments |
Read the rest of this entry »
Posted on May 11, 2008, 11:03 pm, by Alexander Sandler, under
Short articles.
I mentioned this several times in my articles and included a link to wikipedia’s definition of CIDR notation. However only now I saw how complex the wiki’s definition is. From the other hand, I guess any formal definition of the subject would be complex and hard to understand. So I took the liberty to describe […]
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 »
From some reason this topic never got enough attention in libc. POSIX threads library does addresses this issue, however what starts in POSIX library stays in POSIX library. pthread_self() and friends will get you an identifier that is unique accross your program, but not accross your system. Although thread is a system object, the system […]
Tags:
call,
getpid,
gettid,
identifier,
linux,
pid,
posix,
pthread,
syscall,
system,
thread,
tid 11 Comments |
Read the rest of this entry »