--查看不同用户的连接数select TERMINAL from v$session where username='username' and machine='machine'---查询用户会话select username,serial#, sid from v$session where s...
分类:
数据库 时间:
2015-10-13 18:54:04
阅读次数:
199
这边记录ubuntu安装过程,首先是官网文档If you haven’t already done so, log into your Ubuntu instance.Open a terminal window.Add the newgpgkey.$ apt-key adv --keyserver...
分类:
系统相关 时间:
2015-10-13 16:49:17
阅读次数:
239
1.在mac电脑上安装git和xcode:从appstore直接下载即可;2.注册github账号https://github.com/-->PricingandSignup-->Createafreeaccount:如果是用于工作,可以直接用你的工作帐号去注册一个;3.创建ssh:创建这个目的是用于下载git代码在local打开terminal:$cd~/.ssh..
分类:
系统相关 时间:
2015-10-12 19:20:03
阅读次数:
627
Advanced Software Engineering The First Class Part II 1 Sign up one Heroku account 2 Set up # Run this from your terminal: # Please ensure that you ha...
分类:
系统相关 时间:
2015-10-09 01:56:54
阅读次数:
316
ubuntu下的用户可以只用apt-get来安装:sudoapt-getinstallxclip echo"Hello,world"|xclip mac下使用pbcopy命令: catmyFile.txt|pbcopy转自:http://justcoding.iteye.com/blog/1829....
分类:
系统相关 时间:
2015-10-07 16:06:51
阅读次数:
738
?按Ctrl+Alt+T 快捷键调出terminal后,分别执行以下命令 1、sudo apt-get udate 2、sudo apt-get dist-upgrade 3、update-manager -d 执行后出现下面的对话框后点击升级,即可...
分类:
系统相关 时间:
2015-10-02 18:51:31
阅读次数:
291
本文所有命令都需要在终端(应用程序Applications——实用工具Utilities——终端Terminal)中运行,复制代码后敲击回车以运行,每种设置后边都有还原方式,运行方法相同。 修改设置存在一定风险,请注意备份重要数据。 关于DOCK 加亮鼠标悬停的图标,在终端中输入 def...
分类:
系统相关 时间:
2015-09-28 18:56:04
阅读次数:
368
首先上地址:https://github.com/wawsc5354524/Alcatraz这个是管理插件的插件的地址.安装方法也很简单:InstallationTo install, open up your terminal and paste this:curl -fsSL https://r...
分类:
其他好文 时间:
2015-09-27 18:41:34
阅读次数:
127
这一章看的比较混乱,可能是因为例子少;再有就是,这一章就是一个铺垫的章节。9.2 terminal logins 啥叫termnial? 我感觉书上的terminal指的更可能是一些物理设备(keyboard, modem这类的) /etc/ttys里面存着这些终端,一行代表一个终端的信息。 ...
分类:
其他好文 时间:
2015-09-26 12:04:58
阅读次数:
237
1.Terminal(终端)Linux 系统还提供了一个叫做终端模拟器的程序(Terminal),下面几个比较常见的终端模拟器,例如 gnome-terminal,kconsole,xterm,rxvt,kvt,nxterm 和 eterm,目前我们的实验中的终端程序是 xfce 桌面环境自带的 x...
分类:
系统相关 时间:
2015-09-24 19:22:07
阅读次数:
348