How do I mount CD or DVD on HP-UX Unix operating systems?
{ 0 comments }
I‘ve multiple version of gcc installed on my systems as follows:
ls -l /usr/bin/gcc*
lrwxrwxrwx 1 root root 7 Jan 11 05:20 /usr/bin/gcc -> gcc-4.4
-rwxr-xr-x 1 root root 239528 Sep 21 2010 /usr/bin/gcc-4.3
-rwxr-xr-x 1 root root 255536 Nov 15 2010 /usr/bin/gcc-4.4
I need to build a nvidia device driver using the same version of GNU compiler as was used to compile the currently running kernel. How do I find out the version of my GNU gcc compiler that was used by upstream Linux distribution to compile and pack my binary Linux kernel?
{ 1 comment }
I have installed FreeBSD 8.x on my Laptop with Windows 7 in dual boot mode. But I’m unable to connect to the LAN or Internet using Atheros AR8132 card. How do I configure this card under FreeBSD?
{ 0 comments }