27 June, 2009

Static IP or DHCP Configuration on Ubuntu / Debian

How to configure Ubuntu Linux with
static or dynamic (dhcp) IP
by morphus.dk

File: /etc/network/interfaces

Static IP example:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 208.88.34.106
netmask 255.255.255.248
broadcast 208.88.34.111
network 208.88.34.104
gateway 208.88.34.110

Dynamic IP (DHCP) example:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
Interfaces:
  • lo: Loopback interface (network within your system without slowing down for the real ethernet based network)
  • eth0: First ethernet interface card
  • wlan0: First wireless network interface

Also see "man interfaces"

DR TV Streaming Beta (H264)

by MORPHUS.dk

Vil du gerne se DR TVUbuntu kan du bruge VLC, her er lyn guide

DR åbner nu sin test af h.264 for alle og dermed er det blevet nemmere for b.la. Mac og Linux at se live DR1 og DR2.

Du kan anvende vlc-player (h264) eller quicktime-player (mp4)
Klik på nedestående link eller kopier stien ind i din player.

Direkte links:
Du kan også vælge andre playere der understøtter h264 eller mp4

VLC (H264):
DR1 høj rtsp://streamer-01.dr.nordija.dk/dr1high
DR1 lav rtsp://streamer-01.dr.nordija.dk/dr1low

DR2 høj rtsp://streamer-01.dr.nordija.dk/dr2high
DR2 lav rtsp://streamer-01.dr.nordija.dk/dr2low


For at vlc virker skal du ændre opsætning til "rtsp over tcp"

her under kan du se hvordan du kommer til opsætning



Quicktime (mp4):
DR1 høj rtsp://streamer-01.dr.nordija.dk/dr1highmp4
DR1 lav rtsp://streamer-01.dr.nordija.dk/dr1lowmp4

DR2 høj rtsp://streamer-01.dr.nordija.dk/dr2highmp4
DR2 lav rtsp://streamer-01.dr.nordija.dk/dr2lowmp4


guide takket være morphus.dk

03 June, 2009

3D Cube Desktop on UBUNTU

You can visit my site again by type :

MORPHUS.DK

video

My new 3D Desktop on Ubuntu