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 [...]
Posted on October 22nd, 2011 by admin
Filed under: Software | 4 Comments »
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 [...]
Posted on October 16th, 2011 by admin
Filed under: Hardware | Comments Off
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). [...]
Posted on October 3rd, 2011 by admin
Filed under: Software | 3 Comments »
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.
Posted on October 3rd, 2011 by admin
Filed under: Solutions | Comments Off