Lubuntu Setup for Programming
Lubuntu Setup for Programming
Memo to setup a light weight linux env for programming usage.
Env
- Oracle Virtual Box
- lubuntu-i386 12.10
Basic Setup Steps
enable su mode and set the sudo profile
su passwd root
sudo visudo
add a defaults line: Defaults env_reset , timestamp_timeout=-1
install make and gcc
su
apt-get update
apt-get install make gcc git git-web
install VB guest addition
/media//VBox..../VBoxLinuxAddtion.run
install editors
apt-get install vim7 emacs24
customize ~/.bashrc
git
- configure ssh session key for git
- setup git
Python
- sudo apt-get install python-dev (resolve the python.h issue)
install virtualenv find a place to save
curl -0 https://raw.github.com/pypa/virtualenv/master/virtualenv.py > virtualenv.py
use virtualenv created *env*s to install other libraries
Clojure
Clojure 1.4 (apt-get will install openjdk 7)
sudo apt-get install clojure1.4
Get the lein.sh, launch a nrepl
lein.sh nrepl
make sure to install the nrepl, clojure-mode, parent-edit, ac-nrepl, auto-complete-mode with emacs24's package-install
相關文章
- lubuntu自動登入(lxde)Ubuntu
- lubuntu設定開機啟動Ubuntu
- setup types & setup standard operation(BOM>Rountings)
- MuseMail SetupAI
- Oracle Audit setupOracle
- SETUP(安裝)
- oracle dataguard setupOracle
- Vue 3 setupVue
- setup and test samba serverSambaServer
- SetUp a Secure Ubuntu Server[轉]UbuntuServer
- Setup python virtual environmentPython
- Quickly setup a stream environment.UI
- oracle linux yum setupOracleLinux
- Setup – Profile Options – OA FrameworkFramework
- jive setup tips (轉)
- The Go Programming LanguageGo
- Extreme Programming (轉)REM
- the java programming languageJava
- Setup Standby Database on One PC(轉)Database
- vue3 script setup 定稿Vue
- HTTPs setup - Certbot + Docker + NginxHTTPDockerNginx
- MockingBot-Setup工具Mock
- Inno Setup的常用指令碼指令碼
- Python Socket ProgrammingPython
- "reactive programming"的概念React
- oracle pl/sql programmingOracleSQL
- CS 551 Systems Programming
- Programming languages Domain summaryAI
- [轉]Setup Session Timeout In Oracle BIEESessionOracle
- 0.11之路(二):載入setup
- Notes of Oracle 11.2 Dataguard setupOracle
- 核心動畫(Core Animation Programming)動畫
- Rust:Programming Rust:所有權Rust
- csharp excel interop programmingCSharpExcel
- Extreme Programming (XP)實踐REM
- 瘋狂的 Vue3 之 SetupVue
- Entity Framework Code-First(3):Setup EnvironmentFramework
- DNS and DHCP Setup Example for Grid Infrastructure GNSDNSASTStruct