Archive for the 'OS tricks' Category

Jan 18 2007

The backups you never make

Published by Anders under OS tricks,Web

So my harddrive for my home-server crashed. Seems like it short-circuited or something. Any tips for restoring would be appreciated. I had devised some sort og backup mechanism, that obviously didn’t work. Lost about a years worth of posts. Have signed up to Dreamhost now which offers 200GB diskspace on the cheapest plans. Finnally we [...]

No responses yet

Dec 18 2006

Cleanup directory

Published by Anders under OS tricks

So we started running Maven snapshots at a fairly regular basis to enable automatic running of Watir tests. This fills up the disk really fast so I had to do some research to fine a linux command that would delete all but the newest snapshot from multiple projects: find /var/www/maven2-snapshots -type d -path ‘*SNAPSHOT’ | [...]

No responses yet

Aug 02 2006

Java on Debian

Published by Anders under OS tricks

I need this tutorial next time.

No responses yet

Jun 22 2006

Oracle XE on Linux

Published by Anders under Development,OS tricks

I’m not a big fan of Oracle. I’ve had my fair share of problems with their products, but I’ve mentioned before that I think they’re on the right track. As one example you now got deb packages for Oracle Express Edition. Check out a tutorial here. Update: Another blog that also includes some details about [...]

No responses yet

Jun 14 2006

The final steps of installing D-Link DWL-G520+ on Fedora Core 5

Published by Øyvind under OS tricks

This is how I installed my D-Link DWL-G520+ wlan card on Fedora Core 5 (FC5). This card has Texas Instruments chipset and needs the acx111 driver. Follow the instructions found at the acx100.sourceforge.net homepage. Add “alias wlan0 acx” at the botom of the file /etc/modprobe.conf Check that “chkconfig –list NetworkManager” says “ n” under runlevel [...]

No responses yet

Jan 10 2006

OS Galore

Published by Anders under OS tricks

I knew this, but got reminded when I stumbled over this page at VMWare. They have released their VMWare player for free, and there are a bunch of Linux images available here. Downloading my trusty old Debian as well as Ubuntu and Fedora right now. Thought I’d just check out how they were coming along. [...]

No responses yet

Jul 14 2005

FreeBSD 5.3 to FreeBSD 5.4 binary upgrade

Published by Øyvind under OS tricks

This page explains how to do a binary upgrade from FreeBSD 5.3 to 5.4 using freebsd-update. Looks easy and i will give it a try..

No responses yet

Jun 27 2005

FreeBSD links collection

Published by Øyvind under OS tricks

Here are some of my most frequently used links regarding FreeBSD. They will help you out with most of the basic questions (and some advanced too). BSD News – A site providing news on the BSD projects. bsdguides.org – Guides for FreeBSD, OpenBSD, NetBSD, and Mac OS X defcon1.org – Guides to FreeBSD

No responses yet

Jun 01 2005

Apache – “Client denied by server configuration” tips

Published by Øyvind under OS tricks

Having problems with displaying your site and getting error 403 in your web-browser? does the log-file for apache errors contain lines like tis? “client denied by server configuration: /path/to/files” Then you probably have denied access to the directory in the httpd.conf file. Allow access by adding: <directory /path/to/files> allow from all </directory> If your are [...]

30 responses so far

Jun 01 2005

FreeBSD thread started!

Published by Øyvind under OS tricks

I’ve started this FreeBSD thread to be able to share some of the tips and trix that I’ll come across in the future.

One response so far

Older Entries »