Ubuntu Configuration

Ubuntu  OS 安装

插入U盘,从U盘启动就可以了。

ssh server

sudo apt-get install openssh-server

//to test from a windows box, with PUTTY or Cygwin
ssh UserName@IP

NoMachine (NX server)

对于一个习惯了window的人来说,还是必须有界面啊。好在安装已经傻瓜化了。这里下载

 $ sudo dpkg -i nomachine_4.2.26_1_i386.deb
 
 //if cannot connect from windows
 cd /usr/NX/bin
 sudo ./nxserver --startup

tmux,vim 在公司习惯了

sudo apt-get install tmux
sudo apt-get install vim

JDK

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo apt-get install oracle-java7-set-default

MAVEN

sudo apt-get install maven2


Eclipse // copied from stackoverflow

After you have downloaded the correct package, extract the eclipse.XX.YY.tar.gz using

tar -zxvf eclipse.XX.YY.tar.gz

switch to root user:

sudo -i

Copy the extracted folder to /opt

cp -r eclipse.XX.YY /opt

Create a desktop file in the location /usr/share/applications and install it:

gedit eclipse.desktop

Copy the following to the eclipse.desktop file.

[Desktop Entry]
Name=Eclipse 
Type=Application
Exec=eclipse
Terminal=false
Icon=eclipse
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=Eclipse

Give the desktop file permission to be executed, run:

chmod +x eclipse.desktop

Run the following command to automatically install it in the unity:

desktop-file-install eclipse.desktop

Create a symlink in /usr/local/bin using

cd /usr/local/bin
ln -s /opt/eclipse/eclipse

For an eclipse icon to be displayed in dash, eclipse icon can be added as

cp /opt/eclipse/icon.xpm /usr/share/pixmaps/eclipse.xpm

VIM PlugIns

   

https://github.com/vim-scripts/Lucius
cd ~/.vim
mkdir colors
git or copy file to here

//test
vim path/file
:colorscheme lucius


转载于:https://my.oschina.net/u/1767744/blog/297487

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值