Notes on using FreeBSD Unix
Setup ProFTP in FreeBSD
Instructions for setting up an internal FTP server on a FreeBSD 10 machine. Note that this machine is not setup for public access and hence […]
Notes on using FreeBSD Unix
Instructions for setting up an internal FTP server on a FreeBSD 10 machine. Note that this machine is not setup for public access and hence […]
Synergy is one of the most amazing and useful software tools ever created. The first time someone sees it in action. its almost black magic. […]
Thanks to wblock, one of the admins of forums.freebsd.org , the correct way to reinstall all existing ports with portmaster is given below: 1. portmaster […]
In FreeBSD, if you have Gnome installed and are using the Gnome desktop then Brasero is the preferred tool for burning DVDs. But in case […]
Syntax of the find command: find (path) -name “wildcard expression in quotes” -(optional find expression) The path can be a folder like /my/folder/is/here or […]
I spent 3-4 days trying to build the webkit-gtk2 port on 10.1 RELEASE. I kept getting a linker error and I tried every solution I […]
Some useful tools and commands to manage your ports collection. This uses the new pkg command set instead of the old pkg_xxx commands. 1.Find info […]
To find dependent packages of a particular library use the command: pkg shlib -R xxxx eg. pkg shlib -R libxml2.so.5
If you havent seen Part 1 of this article then you can see it here MAKING PHP WORK WITH NGINX For PHP to work with […]
WHAT IS NGINX? NginX (pronounced Engine-X) is supposedly the fastest HTTP server available. In terms of speed only LightTPD comes a close second. Most PHP […]
Copyright © 2024 | WordPress Theme by MH Themes