The new firmware of IPhone has been launch. Here is the presentation about it.
[youtube]http://www.youtube.com/watch?v=qpygoPE9FFs[/youtube]
Archive for the ‘Operating System’ Category
IPhone: Apple iPhone 3.0 Launch
26
Jun
IPhone: Nonoh on IPhone
24
Jun
Follow this steps to use Nonoh from your IPone:
- Download fring from AppStore
- Register with fring or signup
- Go to more setting
- Push Add-ons
- Push SIP item from the list
- and then input:
user: nonoh username
pass: nonoh pass
proxy: sip.nonoh.net
They give you 60 free minutes to start with upon signup.
Kernel shared memory increase
10
Jun
I have to increase your “kernel.shmmax” to allow large log data to be shared among processes. To do that I need to modify the “/etc/sysctl.conf” file and add a new line at the end as follows:
kernel.shmmax = 134217728 #this is for 128Mb of max. shared memory blocks
After changing the file, run the command:
$sudo sysctl -p