FreeBSD 9.1: HowTo Load a Kernel Module

I am a new FreeBSD Unix users. I am using FreeBSD version 9.1 and how do I load a kernel module called drm using command line option?   You need to use the kldload command.…

Linux / Unix: Shell Script Find Out In Which Directory Script File Resides

I need to find out in which directory my bash script resides so that I can read config file called .backup .ignore .target. For example, if my script resides in >/home/foo/script.sh, I need to read…

OpenSSH Config File Examples

H ow do I create and setup an OpenSSH config file to create shortcuts for servers I frequently access under Linux or Unix desktop operating systems?   A global or local configuration file for SSH…

OpenSSH Config File Examples

How do I create and setup an OpenSSH config file to create shortcuts for servers I frequently access under Linux or Unix desktop operating systems? A global or local configuration file for SSH client can…

FreeBSD Show Disk Quota Limits Command

I ‘m a new FreeBSD unix user and backup file on a FreeBSD based unix server. How can I check quota limits and disk usage using shell prompt on a FreeBSD based system?   You…

FreeBSD 10: Apply Binary Updates To Keep Base System Up To Date

I know keeping a FreeBSD server up to date is a very important. How can I apply binary system patches and updates to a new installation of FreeBSD 10 server?   You need to use…

FreeBSD: (EE) Failed to load module “fbdev” (module does not exist, 0) Error and Solution

I ‘m installing FreeBSD 10 Xorg and xfce4 desktop. But, getting the following error: (EE) Failed to load module “fbdev” (module does not exist, 0) How do I fix this problem on FreeBSD 10 amd64…

Set Up SSH Tunneling on a Linux / Unix / BSD Server To Bypass NAT

I ‘m a new Linux / Unix system user. How can I set encrypted tunnel between my desktop/laptop computer and server in a remote data center to bypass the limits in a network? How do…

How To Add, Delete, and Grant Sudo Privileges to Users on a FreeBSD Server

I ‘m setting up a new FreeBSD server. I do not want to use a default root user who has full system access. How can I setup and grant sudo privileges to users on a…

HowTo: Use ps, kill, nice, and killall To Manage processes in FreeBSD and OS X Unix Operating System

I ‘m a new Unix system user. How can I manage process on a FreeBSD operating systems?   A process is nothing but an executing program on FreeBSD or Unix-like system. Each process on the…