Monday, December 23, 2013

Intel LM 217 Ethernet card Not Working in Boss Linux 5.0


1.Download the driver from intel website using the URL following

    http://downloadmirror.intel.com/15817/eng/e1000e-2.5.4.tar.gz


 Untar/unzip the archive, where is the version number for the
  driver tar file.

   tar zxf e1000e-.tar.gz

2. Change to the driver src directory, where is the version number
   for the driver tar:
   cd e1000e-/src/
3. Compile the driver module:
   # make install

   The binary will be installed as:
  /lib/modules/3.2.0-4-686-pae/kernel/drivers/net/ethernet/intel/e1000e/

   The install location listed above is the default location. This may differ
   for various Linux distributions.

5. Load the module using the modprobe command:
   modprobe e1000e

   With 2.6 based kernels also make sure that older e1000e drivers are removed
   from the kernel, before loading the new module:
   rmmod e1000e; modprobe e1000e
6. Assign an IP address to the interface by entering the following, where x
   is the interface number:
   ifconfig eth
7. Verify that the interface works. Enter the following, where IP_address
   is the IP address for another machine on the same subnet as the interface
   that is being tested:
   ping

Tuesday, December 10, 2013

How to install flash player in boss linux

follow the steps given below

1) if your system have internet connection type following command in gnome terminal

        sudo apt-get install flashplugin-nonfree

2)If you don't have internet connection download the flash plugin from adobe website link below

                     http://get.adobe.com/flashplayer/

then

 Copy the libflashplayer.so file into the following directory /usr/lib/mozilla/plugins/

for example if the file in /home//home/elcot/Downloads directory command should be like this below

sudo cp /home//home/elcot/Downloads/
libflashplayer.so  /usr/lib/mozilla/plugins/
Now the issue will be solved.

JMeter JSON Extractor

      json response {"Key1":"Value1","Key2":"Value2","Key2":"Value2"}  Name of t...