V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  whoops  ›  全部回复第 15 页 / 共 19 页
回复总数  369
1 ... 7  8  9  10  11  12  13  14  15  16 ... 19  
2015-03-22 22:36:43 +08:00
回复了 hold2 创建的主题 问与答 想问下大家除了用 chrome 还有哪些好用的浏览器??
看你的性格了,我一直用firefox,不快也不慢。
2015-03-20 12:58:15 +08:00
回复了 whoops 创建的主题 Apple pdf expert 降价到 30 块了,有需要的可以去收了
@patrickstar
iAnnotate上次30块钱也收过,不过之后退掉了,
1,文件组织不够清晰,文件多的时候比较麻烦。
2,文件同步相比而言没有pef expert方便,感觉这方面最方便的还是goodreader。
3,建立索引的时候没有办法停止,我有个100M左右的pdf,打开时默认是会建立索引以便搜索内容的,文件大建立索引的时间长,但是如果在此时你要删除它只有等到建立完索引后才能删除了。
4,能够填写pdf表格。
@Lattez
goodreader我也在用,当时30块买的,后面升级了,变通用版18快了,有买了,不过后面好像1块钱也有过。
换背景颜色的时候goodreader有时候有乱码。
2015-03-16 21:01:11 +08:00
回复了 fooCoder 创建的主题 问与答 外地牌照的车是不是没必要开到北京去了
建个隔离墙算了
2015-03-16 20:46:54 +08:00
回复了 Volftooth 创建的主题 问与答 有日语大神能帮忙翻译一下吗
我没理解错吧,金手指改行卖vps了?
2015-03-16 20:44:22 +08:00
回复了 valianliu 创建的主题 分享发现 美亚金盒 Sandisk 卡 和 U 盘专场 直邮良心价
美亚业界良心,邮费合理,上次黑五招行送了个免运费码,买了一双皮鞋,一双户外靴,和一只钢笔,产生了20美元的运费,下单后才发现,和客服联系了直接免掉了。受到货物一看原来在两个仓库,发了两个包裹,一直钢笔包了很夸张的大箱子发过来的,都有点不好意思了,而且中国全境一个假,没有说新疆不包邮什么的。
@VYSE
@kiritoalex
@miyuki
感谢回复,才买的就将就用了
2015-03-15 22:54:22 +08:00
回复了 goodbest 创建的主题 程序员 #315 开始讲虚假 wifi 热点了
买个树梅派,架设个vpn什么的,养成良好的上网习惯。
2015-03-14 20:38:12 +08:00
回复了 liuhaotian 创建的主题 分享发现 大家访问 sae 有没有证书错误
@liuhaotian
点击后会跳转到api.weibo.com
我查看的证书是通用名是*.weibo.com你的是sina.com.cn,过期时间我这里显示的是2017年08月10日
你那里的dns解析的是什么地址
2015-03-14 20:15:30 +08:00
回复了 liuhaotian 创建的主题 分享发现 大家访问 sae 有没有证书错误
新疆电信线路,firefox测试正常
dig的结果
sea.sina.com.cn. 46 IN CNAME all.vic.sina.com.cn.
all.vic.sina.com.cn. 29 IN CNAME common7.dpool.sina.com.cn.
common7.dpool.sina.com.cn. 29 IN A 58.63.237.237
可以自制rss
http://feed43.com/
技术牛的也可以用yahoo pipes做
@google456 用第二个方法吧,我表述有问题,保持firefox运行,这里的firefox运行不是由ssh启动的,你可以放到开机启动脚本中,登陆x后自启动,当你用ssh执行firefox url 后,再关闭,这个firefox进程不会随着你的ssh退出而退出的,忘了它吧,有点繁琐.
@google456
两种方法,
第一种是保持firefox在运行,你再执行firefox url的时候就会打开一个标签,退出ssh的时候也不会关闭。
第二种是用nohup命令,你可以这样写
nohup firefox v2ex.com&
注意最后的&,不要丢掉了,这样你关闭ssh后或者启动firefox的终端后,firefox不会退出的。
man X
查看X的手册里面有详细说明
From the user's perspective, every X server has a display name of the
form:

hostname:displaynumber.screennumber

This information is used by the application to determine how it should
connect to the server and which screen it should use by default (on
displays with multiple monitors):
hostname
The hostname specifies the name of the machine to which the
display is physically connected. If the hostname is not given,
the most efficient way of communicating to a server on the same
machine will be used.

displaynumber
The phrase "display" is usually used to refer to a collection
of monitors that share a common set of input devices (keyboard,
mouse, tablet, etc.). Most workstations tend to only have one
display. Larger, multi-user systems, however, frequently have
several displays so that more than one person can be doing
graphics work at once. To avoid confusion, each display on a
machine is assigned a display number (beginning at 0) when the
X server for that display is started. The display number must
always be given in a display name.

screennumber
Some displays share their input devices among two or more moni‐
tors. These may be configured as a single logical screen,
which allows windows to move across screens, or as individual
screens, each with their own set of windows. If configured
such that each monitor has its own set of windows, each screen
is assigned a screen number (beginning at 0) when the X server
for that display is started. If the screen number is not
given, screen 0 will be used.
@ETiV
DISPLAY后面的变量含义是这样的
[host]:<display>[.screen]
0.0是第一个显示器的第一屏
我的ubuntu启动并登陆x后export查看是declare -x DISPLAY=":0"
是在想在x下下启动firefox吧
export DISPLAY=:0.0
firefox ¨www.v2ex.com¨
2015-02-03 23:30:00 +08:00
回复了 popoge 创建的主题 晒晒更健康 晒桌面!
@omi4399 谢谢你!!!
1 ... 7  8  9  10  11  12  13  14  15  16 ... 19  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5879 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 02:32 · PVG 10:32 · LAX 18:32 · JFK 21:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.