Clifford Chambers – new site containing photographs from the past
May 28
Miscellaneous Comments Off
Clifford Chambers the village where I grew up, now has a site cataloging pictures from the past century.
Software Development and Linux Systems
May 28
Miscellaneous Comments Off
Clifford Chambers the village where I grew up, now has a site cataloging pictures from the past century.
May 08
Linux General, Useful Utilities Comments Off
Thanks to Rory McCann for pointing this one out.
It is possible to convert (resize, rotate etc) an image without creating a new file. mogrify takes the same options as convert but operates on the existing image. Both are tools included in imagemagick.
May 04
Linux System Administration Comments Off
A warning to all: audio does not work full-duplex when calling from a VPoint (VCON Emblaze) H323 client -> GNUGK -> Asterisk-oh323 -> SIP client. Tested with versions 8 and 10.
However audio works perfectly in the other direction.
The solution would appear to be to use OOH323. However the audio is again half duplex in the scenario where SIP clients are calling H323 clients.
Therefore calls originating from Asterisk to H323 clients use the ‘OH323′ module, and calls from GNUGK into Asterisk use the ‘OOH323′ module.
May 01
Linux General Comments Off
On my previous laptop I suffered with repeated over-heating problems whenever CPU load went high for a prolonged period. After several emergency shutdowns (performed by ACPI) I discovered the problem:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
returned the result: “performance”
Inserting the following line before the ‘exit’ line in /etc/rc.local:
echo "conservative" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
resolved the problem.
For all available scaling governors:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors