Archiv

Archiv für die Kategorie ‘Linux’

Zehn Jahre Gentoo!

26. Oktober 2009 Rally Vincent Keine Kommentare

10 Years Gentoo

  • System packages include: Linux Kernel 2.6.30 (with gentoo patches), Accessibility Support with Speakup 3.1.3, BASH 4.0, GLIBC 2.9, GCC 4.3.2. Binutils 2.18, Python 2.6.2, Perl 5.8.8, and more.
  • Desktop Environments and window managers include: KDE 4.3.1, GNOME 2.26.3, Xfce 4.6.1, Enlightenment 0.16.8.15, Openbox 3.4.7.2, Fluxbox 1.1.1, TWM 1.0.4, and more.
  • Office, graphics, and productivity applications include: OpenOffice 3.1.1, G/Vim 7.2.182, Abiword 2.6.4, GNUCash 2.2.9, Scribus 1.3.3.11, GIMP 2.6.4, Inkscape 0.46, Blender 2.49a, XSane 0.996, and much more.
  • Web browsers include: Mozilla Firefox (Minefield) 3.5.3, Arora 0.7.11, Opera 10.0, Epiphany 2.26.3, Galeon 2.0.4, Seamonkey 1.1.17, and other favorites.
  • Communication tools include: Pidgin 2.5.9, Quassel 0.5, Mozilla Thunderbird 2.0.23, Claws Mail 3.7.2, Ekiga 2.0.12, Qtwitter 0.7.1, irssi 0.8.13, and many more.
  • Multimedia applications include: Amarok 2.1.1, MPlayer 1.0_rc4, DvdAuthor 0.6.14, LAME 3.98.2, FFMPEG 0.5_p19928, GNOME-MPlayer 0.9.7, SMPlayer 0.6.6, and several others.

The Gentoo-Ten LiveDVD is available in two flavors, a hybrid x86/x86_64 version, and an x86_64-only version. The livedvd-x86-amd64-32ul-10.0 will work on x86 or x86_64. If your arch is x86, then boot with the default gentoo kernel. If your arch is amd64 boot with the gentoo64 kernel. This means you can boot a 64bit kernel and install a customized 64bit userland while using the provided 32bit userland. The livedvd-amd64-multilib-10.0 version is for x86_64 only.

Please select your architecture to be redirected to a mirror for download: x86 amd64

A FAQ is available to assist you. We have also started a thread in our Forum. Please post any bugs you encounter.

In addition, we have some exceptional new artwork from Ben Stedman, and Gentoo Developer Alex Legler.

Thank you for your continued support,

Gentoo Linux Developers, The Gentoo Linux Foundation, and The Gentoo-Ten Project

Source: Gentoo

KategorienLinux Tags:

Network Notes

Block an IP Address

iptables -I FORWARD -s 193.99.144.85 -j ACCEPT
iptables -I FORWARD -s 193.99.144.85 -j DROP

What connections are Established

To view what connections are established on our host we use lsof (list open files).

# lsof | grep ESTA

To avoid DNS resultion, that slows down we use the -n option (numerical).

# lsof -n | grep ESTA

Explore your Network

First we send some Traffic to the connected hosts in our Network, hopefully they do respond

# ping -b 192.168.0.255

Now we look if some hosts did reply.

# arp -a
KategorienLinux Tags:

How to install UNR (Ubuntu Netbook Remix) Intrepid 8.10 on MSI Wind

ubuntu-netbook-remix

First download the Ubuntu UMPC image from http://cdimage.ubuntu.com/releases/intrepid/release/ubuntu-8.10-umpc-i386.img.

“Burn” it on a USB drive bigger than 1GB using following command.

If you do not have access to Linux/Mac machine to use dd command then download a Windows port from http://www.chrysocome.net/dd

% dd if=ubuntu-8.10-umpc-i386.img of=/dev/sdx bs=1M

Where /dev/sdx is your USB device name. Confirm the device name using “dmesg” command after you plug-in the USB drive.

Boot using this USB drive (Press F11 when Wind is booting up and select USB drive as a boot device) and install UMPC first.

Now modify the UMPC install to make it UNR using following instructions: https://wiki.ubuntu.com/MobileTeam/Mobile/HowTo/TurnUMPCDesktopIntoNetbook

Quelle: MSI

KategorienLinux Tags: ,

Ubuntu – Man kann damit arbeiten

22. Februar 2005 Rally Vincent Keine Kommentare

So nach dem ich ein bischen an dem System gefeilt habe, funktioniert der Ton und das Netz wunderbar. Duplex geht aber noch nicht.

Ich habe mir die Anwendungen persönlich angepasst und auch schon ein bischen mit dem System gearbeitet, Filme geschaut und Musik gehört.

Bis jetzt erscheint es so als wenn man doch gut damit arbeiten kann.

KategorienLinux Tags:

Ubuntu – Fazit

18. Februar 2005 Rally Vincent Keine Kommentare

Nach dem die Installation ja eigentlich nicht schlecht war und es auch zeitlich sehr schnell ging komme ich nun zum entäuschenden Ergebnis.

Ubuntu baut im höchsten Maße auf Debian auf, somit stehen schon einmal Applikationen wie der MPlayer außen vor.

Nach dem ich dann apt-get beigebracht habe neuere Versionen von Debian Paketen zu verwenden konnte ich den Mozilla Firefox und den Thunderbird in der aktuellen Version zu installieren.

Leider kann man den MPlayer nicht über Debian bekommen sondern muss diesen von jemand Anderen installieren.

Die Testmaschine verfügt über 2 Soundkarte und über 2 Netzwerkkarten. Die Netzwerkkarte die verwendet wird wurde nicht richtig erkannt und musste manuel eingerichtet werden.

Es lässt sich keine einfache Funktion finden um die eine Soundkarte abzuschalten, deßhalb muss man dann im XMMS und im MPlayer das Audio Gerät manuell auswählen.

Schade für das gut aufgeräumte System und die fixe Installation aber leider werde ich dann doch nicht mit Ubuntu arbeiten. Das ganze ist irgendwie genauso verstrickt wie das Paketsystem von Redhat oder S.u.S.E. nur halt ein bischen besser.

Die Gentoo Linux Distribution ist für mich also immer noch eine bessere Desktopvariante ein Debian Anwender hätte wahrscheinlich keine Probleme gehabt.

KategorienLinux Tags:

Ubuntu – Erste Eindrücke

18. Februar 2005 Rally Vincent Keine Kommentare

Habe jetzt den Thunderbird aus der Paketliste nachinstalliert. Leider sind die Versionen von Firefox und Thunderbird nicht die aktuellen. Auch den MPlayer habe ich bis jetzt nicht entdecken können.

Rootrechte erhält man nur über “sudo”, diese Idee ist für Desktopbenutzer nicht schlecht.

Habe auch irgendwie immer noch keinen Sound.

Am besten gefällt mir das als Desktopmanager Gnome installiert ist. Mal schauen wie sich das so weiterentwickelt.

KategorienLinux Tags:

Ubuntu – Erfolgreiche Installation

17. Februar 2005 Rally Vincent Keine Kommentare

Heute habe ich die Installation von Ubuntu einmal ausprobiert. Über die Nacht hatte ich ja bereits den Download gestartet.

Das Installieren dauerte ca. 45 Minuten und es wurde auch sofort alles erkannt. Nur bei dem Netzwerktreiber musste ich per Hand das vorhandene Modul mit dem “tulip” Modul austauschen.

KategorienLinux Tags:

Ubuntu

16. Februar 2005 Rally Vincent Keine Kommentare

Ubuntu – Menschlichkeit gegenüber Anderen

Nach dem heutigen Treffen mit der Linux User Group Herford werde ich erst einmal die Linux Distribution “Ubuntu” testen. Ich habe mir dafür auf dem Server zwei Screens auf gemacht, einen für die Live-Disc und einen für die Install-Disc.

Lassen wir uns mal überrachen. Als Standard Window Manager ist Gnome auf der Live-Disc und auch der Desktop ist hier gut aufgeräumt. Der Anwender wird nicht wie bei Knoppix gelich mit einer Masse von Applikation konfrontiert.

KategorienLinux Tags:

PDF Printout over Samba and Cups

11. Februar 2005 Rally Vincent Keine Kommentare

Edit your Samba Configuration File and add the following Lines.

/etc/samba/smb.conf

[pdf]
path = /var/spool/samba
guest ok = Yes
printable = Yes
print command = ( lpr -r -P pdf -o raw %s ) &
lpq command = ( lpq -P pdf ) &
lprm command = ( lprm -P pdf %j ) &
printer name = PDF Printer
comment = PDF Printer
writable = No
public = Yes
browsable = Yes
create mode = 0666
printer = pdf

Mehr…

KategorienLinux Tags: ,