You need to be Payday Loans UK Why would you

Installation Redmine on FreeBSD

Perhaps you know redmine ported in FreeBSD and first of all I tried to install it: #cd /usr/ports/www/redmine ===> redmine-1.2.1_1 is marked as broken: Does not work with RubyGems 1.8. *** Error code 1 Stop in /usr/ports/www/redmine. Sure. You wouldn’t read this post if process had been done successfully Maintainer of this port marked this [...]

HTC Wildfire freebsd

This post describes how to mount htc wildfire flash disk on FreeBSD. Actually it is not especially trick for HTC Wildfire and solution will be the same for mounting another flash disks which are not mounting automatically. Take a look at dmesg: howtobsd# dmesg -a | tail ….. da0 at umass-sim0 bus 0 scbus0 target [...]

How to mount iso image in FreeBSD

It is very actual question “mount iso in freebsd“. However mounting of iso is very easy. Let’s make sure it: Firstly we need to make virtual device for our iso image (use mdconfig for it): howtobsd# mdconfig -a -f /path_to_iso/Mac_OS_X.iso md0 md0 (command return) – it is name of virtual device (should appear in /dev/md0). [...]

E575: viminfo: Illegal starting char in line: ^E14

This error appearing when you start vim (or try to open\save file using vim editor): E575: viminfo: Illegal starting char in line: ^E14 Solution is: delete ifrom the home directory file ~/.viminfo: rm ~/.viminfo Do not worry – it is just file of history and can be deleted.