Recent problems with Eircom broadband
The majority of the problem is with the packet loss & QoS ie: not being able to stream a reasonable amount of data. The first symptoms I began to notice were on Friday 15...
Photography
Split a video from x time to y time
-ss start time
-t end time
ffmpeg -i source.avi -ss 00:00:00 -t 00:00:10 output.avi
Split a video keeping original frame rate size but reducing bitrate
DD is an extremly usefull tool for the seasoned and novice sys-admin here are some commands I have found usefull...
Create a file xKb in size containing random data.
dd if=/dev/urandom of=/tmp/my_random.dat bs=1kb count=10...
I decided to test writes to an U.S s3 bucket mounted from an E.U ec2 instance ( ubuntu-9.04 )
dax@iota-tst # time dd if=/dev/zero of=/mnt/fuses3fs bs=1M count=1024
1024+0 records in
1024+0...
*Note: Incomplete
Here are some of the options I have found useful / acceptable in a production apache setup, please note I make no guarantee that these settings will work for your setup. that said enjoy your tweaking....
DD is an extremly usefull tool for the seasoned and novice sys-admin here are some commands I have found usefull...
Create a file xKb in size containing random data.
dd if=/dev/urandom of=/tmp/my_random.dat bs=1kb count=10...
*Not Complete
This is a brief
note I will update over time to reflect my current setup for serving
django with lighty proxying requests.
Benifits of proxying...
