2014年1月15日

使用sprunge粘贴文字

摘要: 在irc里面请教的时候,需要输出很多文本,irc禁止输入多行文字。使用sprunge可以返回一个网址,省去复制粘贴的麻烦。1》简单使用:command | curl -F "sprunge=<-" http://sprunge.us其中command换成你的命令操作如下:$ ls | curl -F "sprunge=<-" http://sprunge.ushttp://sprunge.us/HaJZ2》设置别名:在~/.bashrc中添加alias webshare='curl -F "sprunge=<-&quo 阅读全文

posted @ 2014-01-15 18:17 vipzrx 阅读(229) 评论(1) 推荐(0) 编辑

debian安装emacs23

摘要: $ sudo apt-get install emacs 阅读全文

posted @ 2014-01-15 00:04 vipzrx 阅读(160) 评论(0) 推荐(0) 编辑

debian安装chrome

摘要: debian 7自带的iceweasel为17.很多插件不兼容。安装firefox,需要先删除iceweasel,而iceweasel依赖gnome-core。因为要用debian stable,所以用了chrome。和手机上的chrome同步也方便。apt中的chrome,很老,bug多。下载deb包安装$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb$ sudo apt-get install libgconf2-4 libnss3-1d libxss1$ sudo dpkg - 阅读全文

posted @ 2014-01-15 00:02 vipzrx 阅读(655) 评论(0) 推荐(0) 编辑

导航