Often times when developing web applications, you need to open multiple tabs to run different scripts to start the application. This can all be done with one command In this lesson, you will learn how to start a project and open multiple terminal tab…
How to Copy: Select the content in terminal use your mouse , and then use Ctrl + Shift + C to copy the content. How to Paste: Use Ctrl + Shift + V to paste the content. $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).…
http://en.wikipedia.org/wiki/System_console System console Knoppix system console showing the boot process The system console, computer console, root console, operator's console, or simply console is the text entry and display device for system admin…
In this article I want to share to you on how to create and configure vlan on Linux through Cisco Catalyst Switch. Requirements: 1. Linux installed on a PC with one or more NICs (Network Interface Card). I use Centos 5.4 using 2.6.18-164.11.1.el5PAE…
在安装vim插件之前,首先安装Vundle插件,用来管理vim插件,安装方法查看Vundle在github上的指南.在安装vundle的时候出现了一个错误E117:unknown function vundle#installer#new.造成这个的原因是因为我的.vimrc里面的内容,所以我新建了一个干净的.vimrc文件后就可以了. 然后去solarized在github上的仓库,按照教程安装solarized. solarized插件安装好后,由于终端不支持这些配色方案.所以颜色效果和so…