Q. How do I find out RAM size / memory size in FreeBSD? How do I display amount of free and used memory in the system? A. To displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel you need to [...]
Q. I need to configure FreeBSD kernel but not able to find out source code in /usr/src/sys directory. How do I install FreeBSD source code? A.Your kernel and all related source code is located at /usr/src/sys directory which is also accessible through the /sys path. If there is not a /usr/src/sys directory on your system, [...]
Q. How do I install and configure php under Lighttpd web server. I’m using => FreeBSD 6.2 => Lighttpd 1.5 => FastCGI PHP 5.2 How do I configure php under Lighttpd? A. PHP generally runs on a web server like lighttpd taking PHP code as its input and creating Web pages as output. FastCGI is [...]
Can you provide more information about chmod command octal mode number notation?
Q. How do I install Oracle Database XE Server on my Ubuntu Linux desktop system? A. An Oracle database consists of a collection of data managed by an Oracle database management system. You can download Oracle Database XE server for Debian, Mandriva, Novell, Red Hat and Ubuntu Linux distributions. First you need to get databases [...]
How do I test iptables based script remotely over ssh session? How do I avoid lock outs?
Q. What’s the best way to redirect domain.com to www.domain.com on the url address bar whenever someone omits or skip the www from domain.com? My site can be reached by two different URLs. For example http://domain.com/about/us.html and http://www.domain.com/about/us.html How do I do configure Apache web sever vps for this task? A. Apache (web server) 301 [...]