Archiv
H.264 und das „moov atom“
Treten Probleme auf beim Abspielen von H.264 Dateien in Flash?
Muss die gesamte Datei erst geladen werden bevor sie abgespielt wird?
Dies tritt meist auf wenn das „moov atom“ am Ende der Datei plaziert ist, dieses sollte natürlich gleich am Anfang stehen.
Renaun Erickson hat eine kleine AIR Anwendung geschrieben, welche das „moov atom“ an den Anfang der Datei setzt, somit wird die Datei sofort abgespielt wenn genügend Daten gepuffert sind.
Quelle: Tiago’s Weblog
Network Notes
Block an IP Address
iptables -I FORWARD -s 193.99.144.85 -j ACCEPT iptables -I FORWARD -s 193.99.144.85 -j DROP
What connections are Established
To view what connections are established on our host we use lsof (list open files).
# lsof | grep ESTA
To avoid DNS resultion, that slows down we use the -n option (numerical).
# lsof -n | grep ESTA
Explore your Network
First we send some Traffic to the connected hosts in our Network, hopefully they do respond
# ping -b 192.168.0.255
Now we look if some hosts did reply.
# arp -a
Chinese Snippets
幸会 / Nice to meet you
對不起 / Sorry
我不明白 / I do not understand