码迷,mamicode.com
首页 >  
搜索关键字:terminal multiplexer    ( 2268个结果
oracle查锁表SQL
SELECT l.session_id sid, s.serial#, l.locked_mode, l.oracle_username, s.user#, l.os_user_name,s.machine, s.terminal,a.sql_text, a.action FRO...
分类:数据库   时间:2014-07-16 19:41:05    阅读次数:193
[Android] 为Android安装BusyBox —— 完整的bash shell(收藏用)
大家是否有过这样的经历,在命令行里输入adb shell,然后使用命令操作你的手机或模拟器,但是那些命令都是常见Linux命令的阉割缩水版,用起来很不爽。是否想过在Android上使用较完整的shell呢?用BusyBox吧。不论使用adb连接设备使用命令行还是在手机上直接用terminal emu...
分类:移动开发   时间:2014-07-11 20:53:02    阅读次数:284
MAC apache配置
启动 apache:在terminal中输入命令,sudo apachectl start启动成功后访问lcoalhost会显示“It works”。更改默认路径:命令行输入“sudo vim /etc/apache2/httpd.conf”,打开apache的配置文件,Mac上apache的默认路...
分类:其他好文   时间:2014-07-11 19:52:35    阅读次数:197
install the Mondo Rescue utility in Ubuntu 12.04 or 12.10.
1. Open a terminal window.2. Type in the following commands, then hit Enter after each.wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{pri...
分类:其他好文   时间:2014-07-09 17:51:26    阅读次数:272
在 Mac OS X 终端里使用 Solarized 配色方案
MacOS X 终端solarized配色相信长期浸泡在终端和代码的小伙伴们都有一套自己喜爱的配色方案。以前一直在用简单、适合阅读的 Terminal.app 配色方案,换到 MacBook Pro with Retina display后发现这个配色时间看长了眼睛有点累。不断有人推荐 Solari...
分类:其他好文   时间:2014-07-07 09:29:42    阅读次数:244
[Chrome_OS]Crosh Shell终端 基础命令
Google’s Chrome OSincludes a shell environment known as Chrome Shell, or “crosh” for short. Crosh includes several terminal commands that can be used ...
分类:其他好文   时间:2014-07-06 15:26:01    阅读次数:662
terminal使用小技巧
直接上配置,你懂的 lai'mac:~ laijingli$ more .bash_profile ###add my scripts to the search path for convenient daily usage export PATH=$PATH:/Users/laijingli/autoshell:/opt/local/bin:/opt/local/sbin ##...
分类:其他好文   时间:2014-07-06 10:12:26    阅读次数:185
hadoop之linux常用命令
Linux的命令后面会有命令选项,有的选项还有选项值。选项的前面有短横线“-”,命令、选项、选项值之间使用空格隔开。有的命令没有选项,会有参数。选项是命令内置的功能,参数是用户提供的符合命令格式的内容。1.1.1. 命令提示符在桌面上点击鼠标右键,在弹出菜单中选择“Open in Terminal”...
分类:系统相关   时间:2014-07-05 11:18:23    阅读次数:293
Linux中快捷键的使用,who命令,rm命令,ps命令,cd命令,kill命令,find命令,grep命令,tar命令(gz、tar、bz2),相关命令
进入Ubuntu之后打开终端窗口的快捷键是: ctrl + alt+T:通过这个命令可以打开终端。截图是: 关闭一个终端窗口的方式是: Alt +F4,在Ubuntu下还可以是exit 对于terminal中的符号,其中的$标识,普通用户时显示的是$,超级管理员对应的符号是:# 截图如下:...
分类:系统相关   时间:2014-07-02 07:58:14    阅读次数:788
数据库移植遇到的问题
188上导出数据库elink:dbexport –o/home/ap/dcclink/.shan/194/elink elink; 194上导入数据库elink:dpimport –c –ddatadbs –i  /home/ap/dcclink/.shan/elinkelink。   遇到问题如下: 一.  The type of your terminal is unknownto t...
分类:数据库   时间:2014-07-01 15:02:44    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!