Step 1, Install sublime3 Download sublime2/3 from http://www.sublimetext.com/ $tar -jxvf sublime_text_3_build_3083_x64.tar.bz2 //V3 $tar -jxvf Sublime\ Text\ 2.0.2\ x64.tar.bz2 // If you install V2 sublime $sudo mv sublime_text_3 /usr/lib/ //So you n…
Install the AWS Command Line Interface on Linux You can install the AWS Command Line Interface and its dependencies on most Linux distributions with pip, a package manager for Python. Important The awscli package is available in repositories for othe…
转:http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux 参考:http://auxnet.org/index.php?option=com_content&view=article&id=62:how-to-install-a-turn-on-telnet-service-on-rhel-fedora-centos-ubuntu-freebsd-debian&catid=1:latest-n…
Flash is a plug-in for your web browser that allows you to watch videos and use interactive web pages on some websites. While HTML5, which is a more modern solution, is increasingly offered, there are still some websites which won't work without Flas…
http://dist.springsource.org/release/GRECLIPSE/e4.4/…
Download Your Free eBooks NOW - 10 Free Linux eBooks for Administrators Python API, that available for Windows and C, C#, HTML, JavaScript, Groovy, LaTeX and the list goes on. The user interface is much similar to most famous editor called “vim“. Ins…
OS Info----------# cat /etc/redhat-releaseRed Hat Enterprise Linux Server release 5.5 (Tikanga)# cat /etc/issue.netRed Hat Enterprise Linux Server release 5.5 (Tikanga)Kernel r on an m# uname -rm2.6.18-194.el5 x86_64# echo $MACHTYPEx86_64-redhat-linu…
一.准备: 硬件:U盘 软件:ultraiso.Ubuntu镜像文件 二.安装linux: 1.Ubuntu官网(http://www.ubuntu.org.cn/download/alternative-downloads)下载镜像文件(建议长期稳定版本),使用ultraiso制作Ubuntu启动盘 2.“win键 + X”,进入磁盘管理,右键压缩卷,分出80G 3.插入U盘,开机按“Fn+F12”组合键启动快捷启动菜单,选择U盘启动,回车,进入linux安装界面    4.安装类型选择“其他…
1.Sublime Text2 下载安装 2.下载jedi    gitbub上的,https://github.com/srusskih/SublimeJEDI 3.打开sublime后,组合键“ctrl+~”调出控制台,将以下代码粘贴进命令行中并回车: import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.p…
Install driver for USB-UART bridge converter on Linux Ubuntu12.04 Ubuntu下USB转串口芯片驱动程序安装,支持cp210x,pl2303等   Reference: Fixing the cp210x open - Unable to enable UART Error   When you plugin your USB-UART converter, and run "> ls /dev/tty*", if…
Eclipse -  FindBugs Plugin 的安装和使用 FindBugs is a static analysis tool that examines the classes in search of potential problems during development, providing a powerful code auditing feature. It analyzes the bytecode to identify the familiar patterns.…
Installing the Eclipse Plugin Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin provides a powerful, integrated environment in which to develop Android apps. It extends the capabilities of Eclipse…
https://linux.die.net/man/ http://man.linuxde.net/ user commands 1.alias [ˈālēəs]:别名 alias --help alias -p 打印已经设置的命令别名 测试别名  l 新建命令别名 a_t 并测试 删除 命令别名 unalias unalias --help 用 unalias 删除 a_t 命令 unalias a_t unalias -a  取消所有命令的别名 2.install [inˈstôl] 安装…
The delete-by-query plugin adds support for deleteing all of the documents which match the specified query. It is a replacement for the problematic delete-by-query functionality which has been removed from the Elasticsearch core. Internally, it uses…
1.0.0 Summary Tittle:[Linux]-NO.7.Linux.3.Maven.1.001-[CentOS 7 Install Maven 3.5]- Style:Linux Series:Maven Since:2017-04-16 End:2017-04-16 Total Hours:0.5 Degree Of Diffculty:1 Degree Of Mastery:1 Practical Level:1 Desired Goal:1 Archieve Goal:1 Ge…
Reference: Eclipse和PyDev搭建完美Python开发环境(Windows篇) Reference: Install the PyDev plug-in for Eclipse Download and install Java Download and install Eclipse Download and install Python Install the PyDev plug-in for Eclipse Configure PyDev 1. Change the d…
collision-simple-demo Phaser 自带的Arcade虽然易用,但复杂的物理碰撞明显就不够用了,于是Matter等物理引擎还是不得不学的,以下是Matter物理体碰撞的一个插件,它省去了我们判别两个物理体相撞后哪个是gameObjectA和gameObjectB,实在是好用又省心,特推荐如下: 引入插件: const config = { // ... physics: { default: "matter" }, // Install the scene plu…
link: http://www.donaldsimpson.co.uk/2013/03/18/jenkins-slave-nodes-using-the-swarm-plugin/ I’ve been trying out a new (to me at least) way to add a Jenkins Slave Node – using UDP auto discovery via the Jenkins Swarm Plugin This is a very easy and ni…
http://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseCpp_HowTo.html Eclipse 4.3 (Kepler) for C/C++ Programming How To Install Eclipse CDT 8.2 and Get Started Eclipse is an open-source Integrated Development Environment (IDE) supported by IBM.…
bin/plugin -install de.spinscale/elasticsearch-plugin-suggest/0.90.5-0.9 plugin -install mobz/elasticsearch-head plugin install lukas-vlcek/bigdesk bin/plugin -install lmenezes/elasticsearch-kopf…
We have learned core plugin, service plugin and extension in last post. Now let`s review: Core Plugin Core plugin manage core resources which are network, subnet, port and subnetpool. Service Plugin Service plugin manage higher services. extension Ex…
Sublime Text 3 Install Markdown Preview Plugins. [TOC] 前言 什么是Markdown Markdown是一种可以使用普通文本编辑器编写的标记语言,通过简单的标记语法,它可以使普通文本内容具有一定的格式. 可以查看Te_Lee的Markdown入门教程:点这里跳转到入门教程 什么是Sublime Text Sublime Text 是一个代码编辑器(Sublime Text 是收费软件,但可以无限期试用),也是HTML和散文先进的文本编辑器.S…
1.CentOS - Installing Nginx from source http://articles.slicehost.com/2009/2/2/centos-installing-nginx-from-source Versions At the time of writing, the latest stable version of Nginx is 0.6.34. You can check the latest versions and change logs at the…
  In this brief tutorial, we will be discussing how to install development tools in popular Linux distributions like Arch Linux, CentOS, RHEL, Fedora, Debian, Ubuntu, and openSUSE etc. These development tools includes all necessary applications, such…
本文转自:http://www.douban.com/group/topic/29597344/ If you want to move more apps to the SD card, you'll need to have the Android SDK installed. How-To Install Android SDK On Windows, Mac and Linux Then on your phone go to settings>applications>develop…
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…
1.0.0 Summary Tittle:[Linux]-NO.9.Linux.5.Nexus.1.001-[CentOS 7 Install Nexus 3.3]- Style:Linux Series:Maven Since:2017-04-17 End:2017-04-17 Total Hours:0.5 Degree Of Diffculty:1 Degree Of Mastery:1 Practical Level:1 Desired Goal:1 Archieve Goal:1 Ge…
wikiHow to Install Oracle Java JDK on Ubuntu Linux This tutorial will cover the installation of 32-bit and 64-bit Oracle Java 8 (currently version number 1.8.0_20) JDK on 32-bit and 64-bit Ubuntu operating systems. These instructions will also work o…
Install LAMP Server (Apache, MariaDB, PHP) On CentOS/RHEL/Scientific Linux 7 By SK  - August 12, 2014   LAMP is a combination of operating system and open-source software stack. The acronym of LAMP is derived from first letters of Linux, Apache HTTP…
Install MongoDB > Install MongoDB Community Edition > Install MongoDB Community Edition on Linux > Install MongoDB Community Edition on Ubuntu Install MongoDB Community Edition on Ubuntu On this page Overview Packages Install MongoDB Community Ed…