Pakcik Google

only search Ask MrJ

Tuesday 27 November 2012

Wireless Site Survey Report

What is the wireless site survey report.
Why this deployment is very important for new wireless network implementation.
What is a suitable tools to get a best reports.

I get this video from youtube. Im sure you all out there know about Ekahau wireless site survey tool. Show time ......

Learn is a good to improve our knowledge.

Continue........


Tajuk Lagu : aPo kon0 €h janG

Layan gak lagu ni.........

Saturday 24 November 2012

Mount LUN on RedHat

Step to mount LUN on REDHAT :-

 1. Rescan new LUN:
 e.g >> # fdisk –l

 2. Create file system for the new LUN:
 e.g >> # mkfs.ext3 /dev/sda5 

 3. Create mount point directory for the file system:
 e.g >> # mkdir /datadisk1

 4. Mount the new file system:
 e.g >> # mount /dev/sda5 /datadisk1

 5. To make sure the new file system is auto mount after reboot, you must edit the file at fstab:
     # vi /etc/fstab

    Add/append following entry to file:
    #/dev/sda5 /datadisk1 ext3 defaults 0 2

    Save the file and exit.