Labels

Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Sunday, November 20, 2011

How to install phpmyadmin in linux

This time I will explain how to install phpmyadmin on linux. Here are the steps:

1. $ Su -
2. # Cd / var / www / html
3. # Wget-c http://prdownloads.sourceforge.net/phpmyadmin/ phpMyAdmin-2.11.3-english.tar.gz? Download
4. # Tar xvfz phpMyAdmin-2.11.3-english.tar.gz
5. # Mv phpMyAdmin-2.11.3-bahasa phpmyadmin
6. # Cd phpmyadmin
7. # Cp config.inc.php config.sample.inc.php
8. # Vi config.inc.php: $ cfg ['Servers'] [$ i] ['auth_type'] = 'http'; # default is cookies:
9. # Service httpd restart...
Continue Reading »

Thursday, October 20, 2011

How to install Visio in Linux

Visio is one application that might be a favorite in the flowcharts ordiagrams and concepts. Visio is an application output window, butmake no mistake in Linux can be installed visio but its applicationnamed "him". Well it looks like the following



How to install it simply type the command on the console / terminal:

# Sudo apt-get install him




Continue Reading »