L'ardoise eduvax

Blog, free software projects, computer tips and more

networking

Tinis - Tiny and simplistic Network Information System

Written by Sebastien Devaux - - no comments

Tinis is a small script to suppport sharing of some data among few hosts of a small network. It is designed to be as simple as possible to avoid the management overload of the widely used network information systems such as NIS, DNS, LDAP, that are also sometime a bit tricky to setup.

Read more Tinis - Tiny and simplistic Network Information System

Use an android phone as internet gateway

Written by Sebastien Devaux - - no comments

  • Plug through USB the phone to the linux host.
  • Share the connexion on the phone : go to parameters / More / connexion sharing / USB (may be not exact item labels, my phone runs a french cyanogenmod).
  • setup the net usb interface on the linux host :
  • $ modprobe usbnet
    $ ifconfig usb0 up
    $ dhclient usb0

    Read more Use an android phone as internet gateway