Monthly Archives: November 2012

Adobe Flash Player in Backtrack 5 R3 Installation

Adobe Flash Player in Backtrack 5 R3 Installation. After installing backtrack 5 R3, i have some problem with firefox browser. it couldn’t play any flash file, youtube dll. as stated in http://www.backtrack-linux.org/wiki/index.php/Install_Flash_Player

To solve the problem first i follow the instructions from those website. but i still couldn’t make it run well, firefox still couldn’t play the flash video in website. i then add 1 more step

apt-get install flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-

after adding the last step, i reboot the backtrack and now the flash plugin is detected

flash player installation in backtrack 5 r3
flash player installation in backtrack 5 r3

Block Program Through Windows Firewall

use your firewall to block all exe files in the game’s intsall directory from going online.
blocking program to access internet can be done by setting in windows 7 firewall. Step by step to block program using windows 7 firewall :

1. Open start, write firewall in search program and files

block exe program with firewall
block exe program with firewall

2. Choose allow a program through windows firewall.
3. In new window that appear choose ‘Change Setting’ to enable you to edit firewall rules for each program.

allow program through windows firewall
list of allowed program through windows firewall

4. Find program names that you want to block, for example Pro Evolution Soccer
if you want to block the program from accessing the internet, make sure the check box is empty.

if you fill the check box before program names, it means you allow this program to access the internet. Removing the check in the check box before the program name means you block/disallow this program to access the internet.

GNS3 : How to add IOS image in GNS3

After we started dan make sure it configured correcty. we can then move to the next step. adding IOS image in our GNS to run the simulation of Cisco IOS. Adding the IOS image can be done by these steps :

1. Run GNS3
2. In menu bar, choose edit , choose IOS Images and hypervisors
3. In IOS images and hypervisors window, choose image file
4. New window to locate/select your image file will appear, choose image file with .bin extension
5. Choose save

Now if you drag and drop router icon according to you IOS image for example : router C7200, GNS will not display any warning, and you can start configuring your router simulation.

To download image file you can search via google 🙂

GNS3 : How to start and check Dynamips

GNS 3 Testing and Setting

How to start and check Dynamips

when you first time open GNS3 program, new windows will appear,

1. choose button 1 to do testing path to Dynamips and to check wheter our working directory is valid or not

2. in new window appear choose dynamips in right side menu

3. then choose test button in the bottom of the window

4. if “Dynamips succesfully started” means your installation is succeced, if not, your installation may be corrupted

Download TOR and Install TOR : keep you anonymous

One major advantages of today’s technology is Internet, which allow us to communicate each other, browse and find any data, do money transactions, etc. Internet implementation however allows application to track our record when we surf. It can collect our ip address, our browsing preferences, and other data that may be important for other party. One way to minimize our exposure is to use anonymous network.

Downloading and installing Tor in windows is done by usual double click.
After that your download will extract tor files into you location that you have set
In that location new folder named Tor Browser will appear. All you need to do is just to run Start Tor Browser.exe file. After you run this firefox browsrer which is configured with Tor configuration will appear and by default will show you confirmation that you have succesfully established internet connection via Tor.

You can download and read more about Tor here

Distance Vector Approach

six node network bellman ford algorithm
six node network bellman ford algorithm

if node i can get information from its neighbour about minimum cost of the minimum cost path to a destination, it can then determine the cost to the destination by adding direct link cost dik

 

distance vector
distance vector view

in distance vector routing protocol, router informs its neighbours of topology changes periodically.

The term distance vector refers to the fact that the protocol manipulates vectors (arrays) of distances to other nodes in the network

 

credits : wikipedia.org

 

Download Master : How to download any files in website page

When we need to download any files in website page we will have a problem because in usual way, we need to manually click each one of the file/link we need to download. Saving page manually sometime doesn’t work because any file which is in link format won’t be saved/downloaded into our harddisk.

I first face this problem when i need to migrate my multiply blog into blogger. Muliply provides us step by step to migrate multiply blog into other blog. It provided us export post and other data available which is suitable with blogger or other blog. But it doesnt provided us easy media download. so that any media ex photo, video, etc which we have uploaded into our multiply account can’t be downloaded in single download. however, multiply provides us link to download each files in one web page. So they suggest us to use chrome extension that will enable us to download any files that is linked or embedded on the website page.

The extension is download master. This extension will make us able to download any files in website page. After installation completed, this extension will be available in upper right of chrome browser. If we click this extension icon, in any web page it will display us check box of the list of the file that can be downloaded in that web page. It nice and easy to use. But since this download master is chrome extension, we just can use it in chrome, and it will do just as the same with manual download in saving its files. so we better set our download folder first before we perform the actions, so that we get our files that we download at that time in certain folder.

free download download master

Adobe audition : How to combine sound files

Combining sound file can be done using adobe audition. It is very easy to do. All you need to do is just open/run adobe audition and add/open any sound file you want to combine. But it has to be formatted in sound format, you can not combine video file with sound file using this adobe audition.

If you want to add sound from video format you better convert it into sound format first. there are many free video converter program available in internet, for example : light program such as Free Video to Mp3 Converter.

Adding sound files into your project/session is as simple as opening file. After you open/add sound files into track, you can simply move the track via drag and drop and choose the position to get what you want. you can also set the volume of each sound file, so that you can get the best arrangement.

Other options, such as sound effects are also provided by adobe audition, so that you use it as you want.

After you finish your editing/ combining your sound files, you can save your project into mp3 files, which then you can play it just like any other mp3 files. It is easy to use, simple, and very nice program,

to read more about adobe audition you can read here and download here

How to fix wordress redirected to install.php

make sure you have started your mysql
/usr/local/etc/rc.d/mysql-server start

repair the database using phpmyadmin
1. check database using phpmyadmin
-choose database you use in your wordpress
-select all table (check all)
-in menu with selected, select check table
-you will get error message for error table, now what you need to do is to repair it

2. repair table using phpmyadmin
-choose tables you want to repair
-select those tables
-in menu with selected, select repair

now you will get your right page 🙂