原文参考链接:https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-12-04 安装完成执行 sudo dpkg-reconfigure phpmyadmin 重新设置,选择tcp/ip方式 About phpMyAdmin phpMyAdmin is an free web software to work with MySQL on the web—it…
Update: An updated version of these instructions for Ubuntu 12.10 (Quantal Quetzal) is available here. 1. Install the prerequisites sudo apt-get install openjdk-7-jdk libjpeg62 libwebkitgtk-1.0-0 git-core Although Aptana Studio doesn’t officially sup…
http://www.boyunjian.com/do/article/snapshot.do?uid=com.iteye.xgbjmxn%2Fblog%2F1208086(转,)     我是用apt-get 直接装的mysql,所以默认目录是/var/lib/mysql,,,,但分区过小,没多久磁盘就満了,本打算直接用个软链接,转移的,但就是不行啊啊... ubuntu跟centos还是有差别的,...... 找了半天,终于被我找到了,下面就是解决方法 ,在此感谢这个高手 ~~~~ AppA…
1:Update package repository. sudo apt-get update 2:Install git and Curl.     Git:是一个简单,快速,高效的版本控制系统.(对于安装ruby on rails 环境没有关系,只是为了在以后的开发过程中进行版本控制的时候使用.) Curl:是一个根据web协议获取文件的简单命令行工具. sudo apt-get install git sudo apt-get install curl 3:Install RVM and…
root@node3:/data/src# cat /etc/issueUbuntu 12.04.4 LTS \n \l   root@node3:/data/src# cat /etc/apt/sources.listdeb http://mirrors.163.com/ubuntu/ precise main universe restricted multiversedeb-src http://mirrors.163.com/ubuntu/ precise main universe r…
http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/ Last week I put up an install guide for Asterisk 11 on CentOS 6. Asterisk 11 is the latest LTS release of Asterisk with many great new features and long term support! T…
源地址:http://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/ Eclipse installation in ubuntu 12.04 is very simple . you can install eclipse using “software center” but you may not get the latest version, better download the latest version and ins…
Install Cocos2d-x v3.3 on Ubuntu 14.04 & Ubuntu 14.10 1 get the source code sudo apt-get install git git clone https://github.com/cocos2d/cocos2d-x.git or you can download at   http://cn.cocos2d-x.org/download/ 2 init environment cd cocos2d-x/build .…
原文:http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/ 最近遇到了要在ubuntu 12.04 上升级php版本的问题,下面是升级php到最新的版本的方法: Please note: This works fine. But this package will also upgrade your apache to version 2.4 which has different…
Objective The objective is to install the NVIDIA drivers on Ubuntu 18.04 Bionic Beaver Linux. This article will discuss three methods of Nvidia driver installation in the following order: Automatic Install using standard Ubuntu Repository Automatic I…