Archivo

Entradas Etiquetadas ‘notebook’

OpenSolaris 2009.06 SAMP and Ext2/Ext3

domingo, 1 de noviembre de 2009 Sin comentarios

The second day I’m using OpenSolaris 2009.06

# Install  Apache, MySQL and PHP on OpenSolaris
pkg install amp
pkg install webstack-ui
# Read Ext2/Ext3 Filesystem 
wget -c "http://www.belenix.org/distributions/belenix_site/binfiles/FSWpart.tar.gz"
wget -c "http://www.belenix.org/distributions/belenix_site/binfiles/FSWfsmisc.tar.gz"
gzip -d FSWpart.tar.gz | tar xvf -
gzip -d FSWfsmisc.tar.gz | tar xvf -
pkgadd -d . FSWpart
pkgadd -d . FSWfsmisc
# Mini HOWTO example
prtpart # LIST Devices
prtpart $DEVICE -ldevs # List parts of the device
mount -F ext2fs /dev/dsk/c12t0d0p3 /root/linux
umount /root/linux
# Recursive grep (like grep -R on Gnu/Linux)
find . -type f -exec grep "something" {} \;

Categories: database, unix/linux, web Tags: ,

OpenSolaris 2009.06 on Toshiba Satellite u205

sábado, 31 de octubre de 2009 Sin comentarios

OpenSolaris 2009.06 on Toshiba Satellite u205

I have a little time using Debian Squeeze on my Notebook today i decide to test OpenSolaris 2009.06

- Wireless Works Fine :D
- Some buttons no work (browser/music/play/stop/prev/next) :(
- To lisen mp3 files, I need to register on fluendo. :|
- To enable Flash on Firefox only download from adobe and move libflashplayer.so to /usr/lib/firefox/plugins :D

Screens:

Now I need to read [ http://dlc.sun.com/osol/docs/content/2009.06/getstart/ ]

Switch to our mobile site