unix

dlc.sun.com/..

Read how to compile KDE4 for yourself on the KDE Teckbase Wiki:

http://techbase.kde.org/Projects/KDE_on_Solaris

ZFS Automatic Snapshots 0.10 by Tim Foster

http://blogs.sun.com/timf/entry/zfs_automatic_snapshots_0_10

andLinux is a complete Ubuntu Linux system running seamlessly in Windows 2000 based systems (2000, XP, 2003, Vista; 32-bit versions only). This project was started for Dynamism for the GP2X community, but its userbase far exceeds its original design. andLinux is free and will remain so, but donations are greatly needed.

andlinux.org

Community: http://www.opensolaris.or/os/community/zfs
Wikipedia: http://en.wikipedia.org/wiki/ZFS
ZFS blogs: http://blogs.sun.com/main/tags/zfs
- ZFS internals (snapshots, RAID-Z, dynamic striping, etc.)
- Using iSCSI, CIFS, Zones, databases, remote replication and more
- Latest news on pNFS, Lustre, and ZFS crypto projects
ZFS on your Mac: http://developer.apple.com/adcnews
ZFS on FreeBSD: http://wiki.freebsd.org/ZFS
ZFS on Linux/FUSE: http://zfs-on-fuse.blogspot.com
ZFS as an appliance: http://www.nexenta.com

Distributionen weitere Informationen

Endian Firewall Community is a "turn-key" linux security distribution that turns every system into a full featured security appliance. The software has been designed with "usability in mind" and is very easy to install, use and manage, without losing its flexibility.

http://www.endian.com/en/community/about/overview/

Vyatta software combines the features, performance and reliability of an enterprise-class router, firewall and VPN with the cost savings and flexibility of open-source solutions. By leveraging the performance and economics of the x86 hardware ecosystem, Vyatta solutions enable customers to grow their networks on a vastly more efficient cost curve and deliver twice the routing performance at half the price of proprietary vendor solutions.

http://vyatta.com/products/software.php

I had three issues when doing an OpenSolaris liveupgrade from build51 to build57. Here are the solutions.

(1) grub menu entries were not updated correctly

# vi /boot/grub/menu.lst

title build57
root (hd0,0,a)
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive

title build57 failsafe
root (hd0,0,a)
kernel /boot/platform/i86pc/kernel/unix -s
module /boot/x86.miniroot-safe


(2) zfs did not mount because the mountpoints were created during liveupgrade

# zfs umount -a
# rmdir [zfs-pool-directory]/*
# rmdir [zfs-pool-directory]


(3) "The application gnome-volume-manager has crashed." when loading the desktop

# svcadm enable hal rmvolmgr
[via OpenSolaris Forum]

# /usr/sbin/prtconf | grep "Memory size"

http://www.linux.com/article.pl?sid=07/01/11/2038252