Thursday 2 July 2015

How to Install Flash in Kali Linux


Adobe Flash in Kali Linux

There’s two different ways you can install flash in Kali Linux:
  1. Install Flash from Repository – Usually works
  2. Install Flash Manually – For the rest failed at step 1
Now lets move on to instructions …



Choice 1: Install  Flash from Repository:

This is fairly simple and easy and should work from most people out there:
In the terminal:

apt-get install flashplugin-nonfree

and then type in:

 
update-flashplugin-nonfree --install

That’s it. You flash should be working as expected. Go to testing section at the bottom on this post to confirm installation.

Choice 2: Install Flash Manually

In case you tried Choice 1 and failed, try this steps below to install and activate Flash manually.

Step 2.a: Download the latest Flash Player archive

Launch your browser (I assume IceWeasel?) and download the Flash Player in a separate folder.

At the time of writing this guide the available version

was install_flash_player_11_linux.x86_64.tar.gz

Download and save the file in /root directory.

Users should take note that the version used in this guide is x64 which is 64-bit. 32-bit users should choose their versions accordingly.

Download link = http://get.adobe.com/flashplayer/

(Note: Choose Version to download tar.gz for other Linux)

Step 2.b: Untar archive and install

Follow the instructions below:
 
cd Downloads/ 
 
tar xzvf install_flash_player_11_linux.x86_64.tar.gz 
 
cp libflashplayer.so /usr/lib/mozilla/plugins/



Testing

First of all, close your browser and re-open Website having animation.


MS Excel 2007: Create a pivot table

This Excel tutorial explains how to create a pivot table in Excel 2007 (with screenshots and step-by-step instructions).

Question: How do I create a pivot table in Microsoft Excel 2007?

Answer: In this example, the data for the pivot table resides on Sheet1.








Highlight the cell where you'd like to see the pivot table. In this example, we've selected cell A1 on Sheet2.
Next, select the Insert tab from the toolbar at the top of the screen. In the Tables group, click on the arrow under the PivotTable button and select PivotTable from the popup menu.






A Create PivotTable window should appear. Select the range of data for the pivot table and click on the OK button. In this example, we've chosen cells A1 to D2156 in Sheet1.







Your pivot table should now appear as follows:






Next, choose the fields to add to the report. In this example, we've selected the checkboxes next to the Order ID and Quantity fields.







Next under the Values box, click on the "Sum of Order ID" and drag it to the Row Labels box.







Finally, we want the title in cell A1 to show as "Order ID" instead of "Row Labels". To do this, select cell A1 and type Order ID.
Your pivot table should now display the total quantity for each Order ID as follows: