Main Page
Compiling applications on Solaris
search MediaWiki:Sidebar
http://www.nettiesexpressions.com/2012/06/02/walk-a-little-slower-daddy-free-printable/
Dataguard -> http://www.oracle-base.com/articles/11g/data-guard-setup-11gr2.php#standby_server_setup_man
http://confoundedtech.blogspot.co.uk/2012/06/logitech-squeezebox-touch-ubuntu-1204.html
http://www.seatweavingsupplies.co.uk/other%20seating%20cords%20price%20list.htm
http://www.imdb.com/media/rm3474831104/nm0648164
Flashing DVD drives
http://xvi.rpc1.org http://forum.rpc1.org/viewtopic.php?f=2&t=46137 http://forum.rpc1.org/viewtopic.php?f=12&t=48624
Setting up Collectd Collection3 on Ubuntu Lucid 10.04
Installing HandBrakeCLI on ubuntu 12.04
Setting up zoneminder on Ubuntu 12.04
Photography
http://www.dofmaster.com/dofjs.html
http://www.red-door.co.uk/pages/productpages/GigaPan-EPIC-Pro-for-DLSR-Cameras.html
http://www.subliminalmp3s.com/subliminal-genius-potential
Dishwasher E-Nr: SGS5362GB/01
http://www.ukwhitegoods.co.uk/
Installing daapd on Ubuntu 12.04
Creating audio from mkv:
First we need to create a WAV with mplayer.
mplayer -vc dummy -vo null -ao pcm:file=output.wav video.mkv
If you find that mplayer is taking its sweet time in outputting the WAV you may have to append the fast option like so:
mplayer -vc dummy -vo null -ao pcm:file=output.wav,fast video.mkv
Then we create an MP3 from the WAV.
lame -h -b128 output.wav output.mp3
https://help.ubuntu.com/community/AutofsLDAP
https://help.ubuntu.com/11.04/serverguide/openldap-server.html
http://paulgu.com/wiki/How_do_I_allow_only_authorized_users_to_edit_pages
http://www.apple.com/aperture/iphoto-to-aperture/how.html
Woodworking
http://www.woodworkingcentreshop.co.uk/acatalog/Triton_Spares_Workcentre_Series_2000.html
House
http://www.bricksandbrass.co.uk/diy_by_element/internal_wall/party_wall_act.php
http://idostuff.co.uk/blogs/ http://roomuptop.blogspot.co.uk/
Plex
http://forums.plexapp.com/index.php/forum/76-apple-tv-2nd-gen/
Ubuntu 11.10 webserver - choose OpenSSH + LAMP and then install webalizer + awstats + phpmyadmin
http://www.howtoforge.com/perfect-server-ubuntu-11.10-ispconfig-3-p6
http://forums.plexapp.com/index.php/forum/76-apple-tv-2nd-gen/
http://code.google.com/edu/languages/google-python-class/strings.html
* shower stuff -> http://www.showerdoc.co.uk/forum/phpBB3/ * extending wireless network -> http://www.unix.ms/netgear/ * veggie box recipes -> http://www.vegbox-recipes.co.uk
Photography
Sigma 50-500 review -> http://www.bobatkins.com/photography/reviews/sigma_50-500_os_hsm_review.html
turning off macosx indexing
Example: to stop and prohibit indexing on a volume named Backup Drive you would issue one of the following commands:
sudo mdutil -i off /Volumes/Backup\ Drive sudo mdutil -i off "/Volumes/Backup Drive"
Chilli oil recipe -> http://www.thechilliking.com/chilli-oil-recipe/
Living life to the full -> https://www.llttf.com/index.php?section=page&page_seq=12
Mencoder command line stuff -> https://wiki.archlinux.org/index.php/MEncoder
Samsung warrant checker -> http://www.samsunghddvalue.com/WebRMA/WarrantyCheck/endUserWarrantychecker.aspx
http://blog.sudobits.com/2011/10/30/best-applications-and-tweaks-for-ubuntu-11-10/
https://trac.handbrake.fr/wiki/CLIGuide
To create and send snapshots via zfs use:
zfs snapshot -r rpool@today zfs send -R rpool@today | zfs receive -F -d rpool2
* http://jake-tm.co.uk/?page_id=259 - DGTeam Mirror * [[1][Righthook IPS repository (OWAN)]] * [[2][Exporting iTunes playlists to a non-itunes world]] * [[3][One iTunes/Slimserver playlist won't work]] * [[4][Setting up a DNS server]] * [[5][Extending the netgear wireless network]] * [[6][Kata Practice - 2011-05-10 ]] * [[7][Transparent Web Proxying Ubuntu DG834G]] * [[8][Community Sky DG834GT Updates]] * [[9][Netgear DG834GT Router Tweak]] * [[10][Netgear DG834GT & DG834 v4- Override Target SNR]] * [[11][Netgear Router Firmware Downloads]] * [[12][Implementing vscan service with ClamAV on ZFS]] * [[13][OpenSolaris 2008.11 ZFS with ‘on access’ virus scan]] * [[14][Phoenix Park Terrace Property for Sale]] * [[15][Greenhouse we would like]]
To install linux guest additions on Ubuntu, you need to add:
sudo apt-get install dkms
to manually build the vb module:
/etc/init.d/vboxadd setup
* Getting plex server installed in ubuntu
apt-get install ia32-libs sudo apt-get install portmap nfs-common
* HandBrakeCLI ubuntu
Install restricted software:
sudo apt-get install ubuntu-restricted-extras sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install python-software-properties sudo add-apt-repository ppa:stebbins/handbrake-releases
https://edge.launchpad.net/~stebbins/+archive/handbrake-releases
- Joining multiple avis together
sudo apt-get install mencoder mplayer cat b1.avi b2.avi b3.avi b4.avi b5.avi b6.avi b7.avi > bloodspell.avi mencoder -forceidx -oac copy -ovc copy bloodspell.avi.avi -o bloodspell_final.avi
Mplayer doesn't like the default video out mode (I suspect due to my Nvidia card) but seems to work ok for -vo gl2. I've therefore added the following to my .mplayer/config:
hippy@monkey:~$ more .mplayer/config # Write your default config options here! vo=gl2