Skip to content

Tag Archives: ubuntu

如何实现ubuntu桌面远程控制?

29-Sep-08

家里有台闲置的台式电脑,舍不得扔,打算利用起来,打算利用它做一个现在服务器。操作系统选择了ubuntu,如…

Ubuntu下安装 apache+php+mysql文本服务器!

11-Aug-08

ubuntu实在是太牛了,很简单的方法就安装完毕web服务器,只需要按顺序执行以下命令即可: Once again, here’s my updated simple installation of Apache, PHP and MySQL in Ubuntu 8.04 LTS (Hardy Heron) Server. Install SSH Client and Server (for my remote access) sudo apt-get install ssh Install Database Server sudo apt-get install mysql-server-5.0 Install Apache HTTP Server sudo apt-get install apache2 Install PHP5 and Apache PHP5 module sudo [...]