RSS
 

Archive for the ‘Operating System’ Category

IPhone: Apple iPhone 3.0 Launch

26 Jun

The new firmware of IPhone has been launch. Here is the presentation about it.
[youtube]http://www.youtube.com/watch?v=qpygoPE9FFs[/youtube]

 
No Comments

Posted in IPhone

 

IPhone: Nonoh on IPhone

24 Jun

Follow this steps to use Nonoh from your IPone:

  1. Download fring from AppStore
  2. Register with fring or signup
  3. Go to more setting
  4. Push Add-ons
  5. Push SIP item from the list
  6. and then input:
    user: nonoh username
    pass: nonoh pass
    proxy: sip.nonoh.net

They give you 60 free minutes to start with upon signup.

 
9 Comments

Posted in IPhone

 

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


 
No Comments

Posted in Ubuntu