install ubuntu env

install ubuntu
1, mysql server
sudo apt-get install mysql-server
2, ssh
sudo apt-get install openssh-server

///////////////////////////////////////
wget http://192.168.1.200:8888/linux/libnfc-1.7.0.tar.bz2

#install MPSSE libraries for NFC and ADXL
sudo apt-get install libftdi-dev
sudo wget http://$SERVER/linux/libmpsse-1.3.tar.gz
sudo tar -xvzf libmpsse-1.3.tar.gz
cd libmpsse-1.3/src
./configure --disable-python && make && sudo make install #install without python

/////////// install node js ////////////
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
#install version to get from https://launchpad.net/~chris-lea/+archive/node.js/
sudo apt-get install nodejs=0.10.24-1chl1~precise1
sudo apt-get install npm
npm install express
npm install socket.io

///////////////////////////////////
sudo apt-get build-dep freetype2-demos
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libmxml-dev
sudo apt-get install libmysqlclient-dev

sudo apt-get install git libtool build-essential pkg-config autoconf
sudo apt-get build-dep vlc

////////////////////////////////////////

1, eclipse
wget http://192.168.1.200:8888/linux/eclipse-cpp-kepler-SR1-linux-gtk.tar.gz

安装Java 7:

Java是一个快速,安全及可靠的编程和计算平台。有许多的应用程序和网站都是运行在Java基础上的,如果不安装Java,根本就没法运行。现在越来越多的应用都基于Java创建。要安装java,可以在终端上简单的输入如下命令。

sudo apt-get install openjdk-7-jdk
如果你想安装oracle公司的java 7,试着按照下面的步骤来。

首先,在你终端上按如下所示运行命令删除OpenJDK:

sudo apt-get purge openjdk*
现在添加如下的源,就可以安装Java 7了:

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
要删除Java 7,在终端运行上运行这条:

sudo apt-get remove oracle-java7-installer

install vmtool bug:
sudo ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h

install ubuntu env,布布扣,bubuko.com

时间: 2024-11-08 11:10:42

install ubuntu env的相关文章

install ubuntu iso on windows

1, easyBCD add entry -> config title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-16.04.2-desktop-i386.iso locale=zh_CN.UTF-8 initrd (hd0,0)/initrd.lz 2, copy initrd/vmlinux open iso file copy vmlinuz and i

try or install Ubuntu on MeegoPad T01

Ref: Install Ubuntu on Meego Pad T01 with a Live ISO Image MeegoPad T01 has recently been shown to boot Ubuntu and Android, but no installation disk had been provided so far. But thanks to deadhp1, there’s now a “beta” Ubuntu 14.10 image with MATE de

macbook pro install ubuntu

https://help.ubuntu.com/community/MacBookPro Determine your hardware revision To determine which version / generation of MacBook Pro you have, you have multiple options: From the GUI in OS X Click on the Apple on the top left > "About this Mac&quo

install ubuntu on Android mobile phone

Android 是基于Linux内核的开源操作系统,主要用在移动设备上.当然同样是基于Linux内核的操作系统,现在支持的Android的智能手机理论来说都能运行基于Linux的操作系统,比如现在流行的发行版:Ubuntu.Fedora 等等.不仅如此,现在的智能移动设备的硬件也越来越强,更为能运行Linux系统提供了良好的硬件支持. 工具/原料 Android Terminal Emulator (终端模拟器) :用于运行 shell 脚本 (可在Google Play下安装) BusyBox

VirtualBox install Ubuntu 14.10

在 Windows 7 下使用 VirtualBox 安装了一个 Ubuntu 14.10 后,碰到了一个 640×480 屏幕分辨率的问题. 在 'Display Settings' 设置界面的 'Detect Displays' 按钮无法点击到,因为 640x480 的分辨率的确太小了. 解决办法 你需要安装一个 VirtualBox 的额外组件到你的 Ubuntu-Guest 中,可运行如下命令: ? 1 sudo apt-get install virtualbox-guest-dkms

[VirtualBox] Install Ubuntu 14.10 error 5 Input/output error

After you download the VirtualBox install package and install it (just defualt setting). Then you should download the ubuntu.iso file from the website. There are many articles about how to do this. What I want to point out is the error when installin

Linux,crosstool-ng 1.20.0 install,Ubuntu 14.04 LTS

[email protected]:/opt/crosstool-ng-1.20.0$ mkdir ./crosstool-ng-1.20.0_build [email protected]:/opt/crosstool-ng-1.20.0$ mkdir ./crosstool-ng-1.20.0_install [email protected]:/opt/crosstool-ng-1.20.0/samples/arm-unknown-linux-gnueabi$ cp -Rf ./* /op

Cannot install ubuntu or other linux flavours on citrix Xen server

Citrix Xen sucks! When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below: ' ......the bootloader for this VM returned an error -- did the VM installation succeed? INVALID_SOURCE Unable to access a requ

install ubuntu

1.用UltraISO记录光盘安装,启动光盘后提示:“ unable to find a medium containing a live file system” 新的机器硬件,系统认不了STAT的光盘映像文件系统 用USB启动试试.. 下载Universal-USB-Installer-1.9.5.6.exe step1:选择系统类型 step2:选择系统光盘镜像文件 step3:选择将要写入的U盘,要是钩上show all drivers的话要小心(caution),别把硬盘给格了都不知道