Category FreeBSD

how to install webmin freebsd

Webmin is a great tool to use for managing your headless FreeBSD Server. devsvn# portmaster /usr/ports/sysutils/webmin ===>>> Port directory: /usr/ports/sysutils/webmin ===>>> Gathering distinfo list for installed ports ===>>> Launching ‘make checksum’ for sysutils/webmin in background ===>>> Gathering dependency list for…

Tips on updating FreeBSD Ports

From skullnobrains: i’ll give you a little advice if you do not want to stumble across such things again – update ports tree as root, preferably by using portsnap do a make clean and chown you whole ports tree before…

Howto Fix libaprutil-0.so.9 not found

How to fix these three errors: Cannot load into server: Shared object “libaprutil-0.so.9” not found, required by “libsvn_repos-1.so.0” Cannot load into server: Shared object “libexpat.so.1” not found, required by “libsvn_repos-1. ” Cannot load into server: Shared object…

Proper way to Rebuild Subversion 1.4.0_1 on FreeBSD 6.1

Here’s some info on the system: # svn –version : Shared object “libaprutil-1.so.2” not found, required by “svn” # pkg_info | grep -i apache apache-2.2.15_9 Version 2.2.x of Apache web server with prefork MPM. apr-devrandom-gdbm-db42-ldap23-mysql50-1.4.2.1.3.9_1 Apache Portability Library # pkg_info…

install java freebsd diablo-jdk-1.6.0.07.02_10

download the tbz file from do a pkg_add, ex pkg_add diablo-jdk-freebsd6.i386.1.6.0.07.02.tbz If that errors out with something like checking pkg-config is at least version 0.9.0… yes checking for XI… configure: error: Package requirements (xproto >= 7.0.13 x11 >= 1.2.99.1…

freebsd find

How to find files, programs, etc using freebsd The locate command is good for finding files and directories. Enter something similar to: locate someprogram | more If that doesn’t work, perhaps try the whereis or find commands: whereis someprogram |…

vmware unix

A great place to find vmware virtual machines for freebsd, ubuntu, cent os, red hat linux (RHEL), Linux Mint, etc is over at bagside’s virtual appliance repository here’s what they offer: Virtual Appliance Repository. This site is dedicated to virtual…

Linux find large files

How do you find large files or directories on your disk in freebsd, unix, linux ? Linux find large files examples; find large files on your disk in *nix. All *nix systems List total size of each directory/file at current…