No account yet?

Links

Home arrow Articles arrow Operating Systems
Operating Systems
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...
 
vsftpd FTP server on ubuntu server PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0
File Transfer Protocol (FTP) is a TCP protocol for uploading and downloading files between computers. FTP works on a client/server model. The server component is called an FTP daemon. It continuously listens for FTP requests from remote clients. When a request is received, it manages the the login and sets up the connection. For the duration of the session it executes any of commands sent by the FTP client.
Last Updated ( Friday, 16 April 2010 )
Read more...
 
<< Start < Prev 1 2 3 Next > End >>

Results 1 - 10 of 21