Ripping Audio CD in OpenSolaris
Install the SUNWcdrw package, create the filesystem(s)Open a Terminal and type: 12pfexec pkg install SUNWcdrwpfexec zfs create -o mountpoint=/music rpool/music Create a ripCD.sh script12345678910#!/bi
Install the SUNWcdrw package, create the filesystem(s)Open a Terminal and type: 12pfexec pkg install SUNWcdrwpfexec zfs create -o mountpoint=/music rpool/music Create a ripCD.sh script12345678910#!/bi
Snapshot the root zfs poolThis allows us to revert to the pristine files at a later date. 1pfexec zfs snapshot -r rpool@firstboot (Optional) Disable system beep from Terminal(Optional) Alias “ls” and
On OpenSolaris, make sure SUNWimagick is installed1pfexec pkg install SUNWimagick ScriptThis script will resize all photos (ending in JPG) to a 200x150 size thumbnail.These will overwrite the files in
Download the sourceDownload the file postgresql-8.4.3.tar.gz from http://www.postgresql.org/ftp/source/ Save this in /src You may also want to verify the file signature or checksums and read the READM
Download the sourceDownload the file tcl8.5.8-src.tar.gz from http://sourceforge.net/projects/tcl/files/ Save this in /src You may also want to verify the file signature or checksums and read the READ
ScriptThis script will save the path and name of all files ending in JPEG in the FN variable.Then goes through each entry and renames the files (and displays the file it’s on) 123456#!/bin/bashFN=$( f
Download the sourceDownload the file ffmpeg-0.5.1.tar.gz from http://ffmpeg.org/download.html Save this in /src You may also want to verify the file signature or checksums and read the README or INSTA
Clone, configure and make12345678910cd /srcgit clone git://git.videolan.org/x264.gitcd x264CFLAGS=$( find -L /my -type d -name include -exec echo "-I{} " \; | grep -v "[.][0-9]" | tr -d '\n'
Download the sourceDownload the file git-1.7.0.4.tar.gz from http://git-scm.com/download Save this in /src You may also want to verify the file signature or checksums and read the README or INSTALL fi
Download the sourceDownload the file lame-3.98.4.tar.gz from http://sourceforge.net/projects/lame/files/lame/ Save this in /src You may also want to verify the file signature or checksums and read the