No account yet?

Links

Home arrow Articles arrow Operating Systems arrow Linux / Unix / *Nix
Linux / Unix / *Nix
How to view information about all physical disks and drives connected to a linux box PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

Issue

 

Which should show you something like this:

 
404 Error while trying to access http://localhost/phpmyadmin install on ubuntu PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

I encountered a little bit of a hitch while trying to install phpmyadmin on my ubuntu devbox. 

I issued the standard apt command apt-get install phpmyadmin

and went through with runnig dpkg-reconfigure -plow phpmyadmin

Yet I could not access the install from http://localhost/phpmyadmin

The solution was that the symbolic link was missing. 

 Run this command

That solved the issue. 

Last Updated ( Thursday, 08 July 2010 )
 
How to generate an SSL CSR using openssl PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0
 
Disk usage report in command line. PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0
 
How to install cvs and cvsd on ubuntu PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

Install CVS files:
sudo apt-get install cvs

Install the CVS server:
sudo apt-get install cvsd

When prompted in the cvsd installation process for Repository, type in “/cvsrepo”.

Read more...
 
<< Start < Prev 1 2 3 Next > End >>

Results 1 - 9 of 21