h*******c 发帖数: 248 | 1 现在好象流行拿screen套在一般程序外面当daemon用.不少人懒得把程序写成daemon,直
接开各screen,在里面运行,然后detach. |
|
x*z 发帖数: 1010 | 2 嘿嘿给你个idea
root@mee:~# apt-get install k9copy
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
docbook-xsl docbook-xsl-doc-html dvdauthor kdebase-runtime
kdebase-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools
kubuntu-debug-installer libattica0 libboost-filesystem1.42.0
libboost-regex1.42.0 libboost-system1.42.0 libclucene0ldbl libdbusmenu-qt2
libiodbc2 libkatepartinterfaces4 ... 阅读全帖 |
|
T*******x 发帖数: 8565 | 3 谢谢。
另外请问如果开机自动启动ibus daemon呢?
我每次第一次输入中文的时候都要到
system-preference-keyboard input method去打开ibus daemon。 |
|
l*******e 发帖数: 3584 | 4 It is under sudo condition
When I checked all the step I did before, I noticed that I did restart
samba one just I installed it with the conf like this
[global]
workgroup = debian
netbios name = debianserver
server string = %h server (Samba %v)
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
[SAMBA]
path=/samba
browseable=yes
writeable=yes
valid users = pcguest
admin users = debain
Fellow is what I got when I run restart.
root@debian:~# /etc/init.d/samba resta... 阅读全帖 |
|
m*******e 发帖数: 20 | 5 额。。首先这种东西叫做daemon,而不是server。
创建daemon本身就不复杂,复杂的是怎么处理这些连接。
或许你会用到libevent, epoll这些库,可能还需要考虑threads或者是Processes。
具体怎么弄,还要看你选择什么语言了。 |
|
m*********n 发帖数: 28 | 6 hmmm, still not working.
i was able to use the udev rules to create a stable node /dev/raid-part-1
for the partition. Use uuid in fstab, i can see the home is mounted on /dev/
raid-part-1.
After resume, a new dev node /dev/sdg1 is created, /dev/raid-part-1 is still
there, df showed /home was still mounted on /dev/raid-part-1. Yet the /home
is not accessible. i tried to remount the /home on /dev/raid-part-1, but
after remount home is still not accessible.
the only way to get /home back is to moun... 阅读全帖 |
|
b***i 发帖数: 3043 | 7 我想做这么一件事情,创建一个虚拟网卡,用户可以设定地址为192.168.15.1等,然后
我监听1-65535端口,做成一个service/daemon,这样用户的程序用TCP/IP和我的
service/daemon通信。可以吗?需要做成kernel driver还是不需要? |
|
b***i 发帖数: 3043 | 8 我要用C++写一个程序作成一个service/daemon,希望用户手动创建一个虚拟网卡,或
者帮用户,通过系统调用来创建一个。这个如何做?
然后,假定,用户设定这个地址是192.168.255.0。然后用户程序可以通过TCP 0来给这
个service/daemon设定。我的目的是,让用户程序通过TCP/IP(包括UDP)来跟串口进行
通信,甚至跟USB通信,这样可以绕过java不包含官方串口api这个问题。
那么,为了打开并发送数据到COM1,用户通过TCP 192.168.255.0:0来设定,比如发送
OPEN COM1 as 565,然后读取返回信息,如果成功,用户可以通过发送UDP给192.168.
255.0:565来实现给串口COM1发送数据。
我想问的是,这个东西怎么设计?是驱动程序吗?还是一个用户级程序?这些硬件COM
都是独立的,他们已经在系统里了。 |
|
a*****g 发帖数: 19398 | 9 daemon tool 挺好的啊,也是免费的
谁给推荐个好用的虚拟光驱的软件啊,daemon好不好,除了这个还有什么别的软件吗? |
|
r****y 发帖数: 26819 | 10 什么叫新服务?dropbox daemon最起码开了个端口。而且你们这个daemon还没arm结构的
版本。 |
|
w*****g 发帖数: 198 | 11 of course you need root, you need to install
special finger daemon, you should be able to
find lots of those "configurable finger daemon"
packages on the net |
|
i**********r 发帖数: 36 | 12 高手请看过来!
I have a tcsh script which calls a perl program which again call
system("xterm -fn 10x20 -e vim $title.html&");
$title is a string obtained in perl program.
this tcsh script works fine when I run in interactive mode. But when I
use cron daemon to call it, the system(...) won't be executed, the rest
part gives the desired results, though. The daemon email me about it, saying
sh: xterm: command not found
then I change the system(..) to
system("/usr/bin/X11/xterm -fn 10x20 -e vim $title.htm |
|
h******r 发帖数: 148 | 13 俺把俺的sgi octane2 换到另外一个LAN. 也是以太网。
结果能ping到LAN里的机器,ping不到外边。
下边有俺详细的步骤,ip, 和域名和所有信息都是真的。
求知道sgi的大侠救俺一命吧。回到版上或到俺信箱
都行。
# network start 的输出是:
configuring ef0 as mech5.tsuniv.edu
Network daemons: portmap.
Mounting cache file system:
Internet daemons: inetd timedunknown host timelords
ifconfig ec0 的输出是:
ifconfig:ioctl (SIOCGIFFLAGS):no such interface
详细过程如下:
====================================
The network problems occurred after I move my SGI
Octane2 from
one campus to another.
The workstation was c |
|
z*******w 发帖数: 79 | 14 /etc/group file
e.g. line:
daemon:x:2:root,bin,daemon
group_name:passwd:gid:user_1, user_2,... |
|
w******g 发帖数: 14 | 15 The license management daemon is a process which is running all the time in
background so that when somebody is running the software, a separate license
will be assigned to that user. That's basically the idea of concurrent
license, which a lot of the software is using (like matlab, IDL...).
If my guess is correct, please read the installtion documentation carefully
and install the daemon. Usuall that means to edit your /etc/rc* files. It
could also be a separate startup file which you should in |
|
|
s*******d 发帖数: 4135 | 17 下面是每个进程的内存使用量:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2065 asterisk 20 0 35968 12m 2748 S 0.0 10.4 0:35.80 apache2
2003 asterisk 20 0 37276 12m 2580 S 0.0 10.4 0:21.92 apache2
2398 asterisk 20 0 35972 12m 2768 R 8.6 10.0 0:36.16 apache2
2004 asterisk 20 0 35968 12m 2640 S 0.0 9.9 0:04.26 apache2
2403 asterisk 20 0 35964 9044 1164 S 0.0 7.3 0:02.71 apache2
2177 asterisk 20 0 36232 8840 1160 S 0.0 7.1 0:02.18 apache2
2002 ast... 阅读全帖 |
|
a9 发帖数: 21638 | 18 我不是说了在/etc/init.d/transmission-daemon里吗?
daemon里 |
|
h***e 发帖数: 20195 | 19 【 以下文字转载自 DUCK 俱乐部 】
发信人: TrueCabbage (...), 信区: DUCK
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Thu May 20 15:12:51 2010, 美东)
【 以下文字转载自 Detective 讨论区 】
发信人: honde (明月照大江), 信区: Detective
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Wed May 19 23:24:44 2010, 美东)
发信人: viamedia (Mens conscia recti), 信区: ChinaNews
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Wed Aug 16 18:17:46 2006), 站内
☆─────────────────────────────────────☆
NeverLearn (Nice people finish last) 于 (Fri Aug 4 18:29:05 2006) 提到:
一年前的闹剧笑破... 阅读全帖 |
|
x****u 发帖数: 44466 | 20 【 以下文字转载自 Japan 讨论区 】
发信人: honde (天地有正气,杂然赋流形), 信区: Japan
标 题: [合集] 纪念MIT头号汉奸评选一周年 (转载)
发信站: BBS 未名空间站 (Sun Jul 31 19:49:32 2011, 美东)
【 以下文字转载自 Moon_on_River_1 俱乐部 】
发信人: honde (明月照大江), 信区: Moon_on_River_1
标 题: [合集] 纪念MIT头号汉奸评选一周年 (转载)
发信站: BBS 未名空间站 (Wed May 19 23:26:00 2010, 美东)
发信人: honde (明月照大江), 信区: Detective
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Wed May 19 23:24:44 2010, 美东)
发信人: viamedia (Mens conscia recti), 信区: ChinaNews
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Wed Aug 16 18:17:4... 阅读全帖 |
|
m*******e 发帖数: 21667 | 21 ☆─────────────────────────────────────☆
daemonself (daemon) 于 (Fri Sep 1 12:23:47 2006) 提到:
没有这个雇用了几千苏联间谍的美国总统,中国想在韩战扬威世界还是很难的。至于怎
么打其实都是次要的。不过话说回来,要不是杜鲁门同学,共产党1949能不能拿下中国
的确是个问题
☆─────────────────────────────────────☆
xiaoyaocool (逍遥酷) 于 (Fri Sep 1 12:26:03 2006) 提到:
牛,非常的牛。
☆─────────────────────────────────────☆
fakeone (REX) 于 (Fri Sep 1 12:27:42 2006) 提到:
靠,几千间谍,你当你是麦卡西啊。
杜鲁门已经是恨角色了,换前任罗斯福,都未必扔原子弹,
后任艾克结束朝鲜战争。还指望谁更狠?
☆────────────────────────────── |
|
h*****p 发帖数: 2638 | 22 ☆─────────────────────────────────────☆
guvest (我爱你老婆Anna) 于 (Sun Mar 1 10:45:43 2009) 提到:
吕思勉的《秦汉史》说的。
他还说汉武帝喜欢任用私人外戚,如果把卫霍的资源
和权力给深得众望的职业军人李广程不识,匈奴早就
完蛋了。
结果最后匈奴弄了个半生不熟,匈奴后来败落的最大原
因不是汉,而是自己分裂。
如果此说正确,那北宋时候早就立国了的封建政权辽
比匈奴强悍多了。汉朝的所谓武功,还比不上北宋。
☆─────────────────────────────────────☆
microyu (yu) 于 (Sun Mar 1 12:02:21 2009) 提到:
汉高祖白登被匈奴40万大军围困。觉得匈奴人怎么也少不到哪去。匈奴女的从军么?
☆─────────────────────────────────────☆
daemonself (daemon) 于 (Sun Mar 1 14:09:48 2009) 提到:
这又是一个神话故事,中国的史家就是扯淡专家,匈 |
|
m*******e 发帖数: 21667 | 23 ☆─────────────────────────────────────☆
guvest (我爱你老婆Anna) 于 (Sun Mar 1 10:45:43 2009) 提到:
吕思勉的《秦汉史》说的。
他还说汉武帝喜欢任用私人外戚,如果把卫霍的资源
和权力给深得众望的职业军人李广程不识,匈奴早就
完蛋了。
结果最后匈奴弄了个半生不熟,匈奴后来败落的最大原
因不是汉,而是自己分裂。
如果此说正确,那北宋时候早就立国了的封建政权辽
比匈奴强悍多了。汉朝的所谓武功,还比不上北宋。
☆─────────────────────────────────────☆
microyu (yu) 于 (Sun Mar 1 12:02:21 2009) 提到:
汉高祖白登被匈奴40万大军围困。觉得匈奴人怎么也少不到哪去。匈奴女的从军么?
☆─────────────────────────────────────☆
daemonself (daemon) 于 (Sun Mar 1 14:09:48 2009) 提到:
这又是一个神话故事,中国的史家就是扯淡专家,匈 |
|
m*******e 发帖数: 21667 | 24 ☆─────────────────────────────────────☆
daemonself (daemon) 于 (Sun Mar 1 17:27:53 2009) 提到:
真是笑死了,这个不知道是哪位留辫子的明史专家的研究成果。先不说多少吧。那我们
来看看伟大光荣的辫子朝的历史性的创造:捐纳制度。当然这个制度是东汉发明的,但
是东汉末年早就是君非君,臣非臣的乱世了。而我们得辫子超那可是康乾盛世就把这个
伟大的制度搞的如火如荼。随便google了一个帖子供明史'专家'们批判
清朝是唯一一个在中国历史上把捐纳作为国家制度下的正常升官途径的,其他朝代虽然
有,但是都不如清朝这样成系统,而且作为国家一项重要财源来组织经营。康熙征讨准
噶尔费用不足,下诏鼓励富户捐纳,因此仅仅山西一省当年1年内捐县丞1万2千人,甘
肃半年鼓捣了1万7;雍正年间督考国子监,就是考察那些纳过捐,但还没有正式到任正
在等缺的候补官们,结果1万多监生里面9千5百余人不及格,甚至接近6成人交白卷,(
这不是我随便编个数字危言耸听,八股文是非常难得,不会就是不会,四书五经里面拿
句话出来让你破题发议论 |
|
l*******G 发帖数: 1191 | 25 kao, Dragon is not the correct translation for Long at all. It was full of
contempt and sterotyping when dragon was used to describe Long. Dragon
is one kind of griffin, which is an evil daemon. Only resemblence is both
dragon and long have feet, and play with fire. |
|
l*******G 发帖数: 1191 | 26 kao, Dragon is not the correct translation for Long at all. It was full of
contempt and sterotyping when dragon was used to describe Long. Dragon
is one kind of griffin, which is an evil daemon. Only resemblence is both
dragon and long have feet, and play with fire. |
|
h***e 发帖数: 20195 | 27 【 以下文字转载自 DUCK 俱乐部 】
发信人: TrueCabbage (...), 信区: DUCK
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Thu May 20 15:12:51 2010, 美东)
【 以下文字转载自 Detective 讨论区 】
发信人: honde (明月照大江), 信区: Detective
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Wed May 19 23:24:44 2010, 美东)
发信人: viamedia (Mens conscia recti), 信区: ChinaNews
标 题: [合集] 纪念MIT头号汉奸评选一周年
发信站: BBS 未名空间站 (Wed Aug 16 18:17:46 2006), 站内
☆─────────────────────────────────────☆
NeverLearn (Nice people finish last) 于 (Fri Aug 4 18:29:05 2006) 提到:
一年前的闹剧笑破... 阅读全帖 |
|
l*******G 发帖数: 1191 | 28 stupid,龙的传人是指龙的文化影响,不是龙的蛋。
还有,西人把龙翻译成dragon是有很深的stereotyping 的,根本就是恶毒。中国的
long是图腾是天神,它们西方文化中的dragon是地狱的守卫(daemon)或者griffin, 是
邪恶的象征。 |
|
|
C*******f 发帖数: 13152 | 30 没有中学做题,你没准是坐船来美国了,正刷盘子送外卖呢。还有这些事你爹妈责任也
挺大的,他们就乐意让你上玩命做题的学校,你不愿意做题他们也不帮你转学到不做题
的学校,真是的,在你心里,他们肯定没有美国教授亲,一定不是好父母吧?
Daemon (瘋一樣的男子) 的大作中提到: 】 |
|
r**********n 发帖数: 5281 | 31 What is a 404?
It's a page that in the data communication language of the web means
something got messed up. Instead of going to the page you wanted to get to,
the computer redirected you here.
Why did this happen to me?
There are many possibilities. Maybe we moved content. Maybe someone else put
a bad link on their page. Maybe daemons of the nether Web are running amok.
Maybe you were meant to come to this page. Yes! This very page. And find
everything you ever wanted to know about HTTP status ... 阅读全帖 |
|
m**c 发帖数: 7349 | 32 Mark Daemon说摸屁股和强行插入要区别对待,本来正确的一句话被那些女的狂喷。好
在如今已经有有脑子的女士站出来反对#metoo |
|
m**c 发帖数: 7349 | 33 Matt Daemon出来说了句公道话,说摸屁股和强行插入不可相提并论,被猛喷
: 这帮卖逼女当初没卖逼,也成不了明星赚大钱,只能当个普通鸡
|
|
发帖数: 1 | 34 6.6. The buffer cache
Reading from a disk is very slow compared to accessing (real) memory. In
addition, it is common to read the same part of a disk several times during
relatively short periods of time. For example, one might first read an e-
mail message, then read the letter into an editor when replying to it, then
make the mail program read it again when copying it to a folder. Or,
consider how often the command ls might be run on a system with many users.
By reading the information from di... 阅读全帖 |
|
发帖数: 1 | 35 正在琢磨,but 有可能会考虑直播 如何杀死一个 daemons(这次是内谁),
应该只能是邀请了(发链接)? |
|
发帖数: 1 | 36 想了想,还是不能先做这种直播,
但仍然仅仅只是声音,还是可以的。
可能也许可以与 股市曲线(道琼斯) 对照一下,看是不是有任何相关,因为这位
daemons 是一位不小的 做市师(与我在视频里某一段提到的xxr类似,但可能略弱),
而且应该正在搞。 |
|
发帖数: 1 | 37 普通话不是“满州人的蹩脚汉语”
原创: 方是民 方舟子 昨天
在前面的文章中,我谈到了减少多音字是大势所趋。有人说,普通话是在清朝的时
候被北京的满族人搞乱的,因为普通话是以北京话为基础的,而现在的北京话不是正宗
的汉语,而是北京满族人讲的混合了满语的蹩脚汉语。这种说法近年来我们经常在网上
看到,过一段时间就会出来“历史发明家”痛心疾首地述说普通话的悲惨历史,例如前
不久有一篇题为《“普通话”的真相:满州人的蹩脚汉语》的文章就在网上刷屏。
这些“历史发明家”以为时间机器还没造出来,没人能够穿越到明朝去听听明人怎
么讲话,所以就可以信口开河胡编汉语发展史。明朝没有录音机,明人怎么讲话,我们
当然是不可能十分确切地知道了。但是明朝留下了大量的语言文献,通过研究这些文献
,我们是可以基本搞清楚明人是怎么讲话的。关于明朝时期的北京话,很重要的一份语
言文献是万历年间一个叫徐孝的北京人撰写的《司马温公等韵图经》,记录了当时北京
话的语音系统。这个资料已经被古汉语学家们研究了几十年,从中可以知道,晚明时期
北京人讲话和现在的北京人讲话已经非常接近,差别很小,如果当代中... 阅读全帖 |
|
q*******6 发帖数: 129 | 38 你还真信他们会认赌服输?
[在 daemonself1 (daemon) 的大作中提到:]
:大蝌蚪给钱了 |
|
b***c 发帖数: 304 | 39
是LPMUD类杀戮性质的还是经营性质的?
可以把你的宪法直接作成一个daemon,看看没有人治
的情况下运作如何:)
这个想法不错嘛,人际关系是现在MUD游戏的发展焦点。 |
|
m******n 发帖数: 6327 | 40 ☆─────────────────────────────────────☆
daemonself (daemon) 于 (Tue Feb 10 03:43:50 2009) 提到:
政府的bail out, spending最終全部進入花街大佬的腰包,所謂越救死越快。只有減稅
,尤其是對中產階級,制造業和中小企業的減稅才能挽救美國。本質上美元的強勢地位
只靠兩條一個是強大的戰爭機器,一個是強大的消費力。現在如果美國貿然撤出伊拉克
,伊拉克局勢只有兩條路:持久內戰或者什葉派和伊朗聯合絞殺所有反對派,其結果都
是石油飛漲,美國重新進入1970年代的滯漲噩夢。如果巴馬還要派軍進入阿富汗的話,
順便多加幾千億軍費和上萬條裹尸袋。阿富汗那種地理環境只能搞搞特種作戰,大規模
介入的下場蘇聯已經給大家演示過了
☆─────────────────────────────────────☆
princepan (紫雨·An Evil Mind) 于 (Tue Feb 10 03:58:08 2009) 提到:
减税要钱
永久驻留伊拉克也要钱
这钱哪里来?找日本人要,或者找中国借 |
|
m******n 发帖数: 6327 | 41 ☆─────────────────────────────────────☆
meya (meya) 于 (Wed Nov 12 18:38:05 2008) 提到:
美国,这个曾经伟大的国家现在是哀鸿遍地,坏消息接踵而来,加上今年选上的投机加
傀儡总统奥巴马和迅速增长的劳模和黑人人口,这个国家还有希望吗?
☆─────────────────────────────────────☆
littlebirds (dreamer) 于 (Wed Nov 12 18:43:36 2008) 提到:
What comes down, will go up. You better hope Obama will deliver the changes
he promised.
☆─────────────────────────────────────☆
daemonself (daemon) 于 (Wed Nov 12 19:27:32 2008) 提到:
全民上街要change的盛况指日可待了
changes
☆───────────────────── |
|
N****g 发帖数: 5172 | 42 ☆─────────────────────────────────────☆
cinciner (cinciner) 于 (Mon May 18 21:24:48 2009) 提到:
主要是同地址的某个名字被USPS给搞乱了(forwarding)过,老丢邮件,我自己的没问
题。
他买的东西我填rebate没问题吧?上次谁说行,但想再次确认一下,比较大额的一个
☆─────────────────────────────────────☆
oceanview (oceanview) 于 (Mon May 18 21:29:16 2009) 提到:
不需要。
☆─────────────────────────────────────☆
niule (厚道) 于 (Mon May 18 21:30:29 2009) 提到:
no problem
☆─────────────────────────────────────☆
daemonself (daemon) 于 (Mon May 18 21:48:02 2009) 提到:
99%应该没有, |
|
f*e 发帖数: 6992 | 43 ☆─────────────────────────────────────☆
daemonself (daemon) 于 (Tue May 26 23:58:37 2009) 提到:
就是那次od 2727 1522,350,200把,其实是可以1 per product的,可以用一张form,
不过我比较的无聊,就各用了一个地址。结果不久hp就打电话来了,说1 rebate per
person.我除了名字,其他信息完全不同,唯一的线索就是我用了同一张信用卡,所以
后4位一样,而我也没有涂掉。所以我说的意思,HP的rebate基本上都手工处理,而且
查得非常仔细。其实这个bundle rebate以前就很多空子,这次肯定会查得很细的,你
们很多人可能要接到电话
☆─────────────────────────────────────☆
enz (持有蛋族绿卡的猪) 于 (Wed May 27 00:00:55 2009) 提到:
为啥变 1 rebate per person了?
hp不都没限制么?即使同一个地址页没事阿。
form,
☆───────── |
|
N****g 发帖数: 5172 | 44 ☆─────────────────────────────────────☆
wintertulip (AK) 于 (Sun Apr 26 10:49:09 2009) 提到:
r u going to throw your Vertu away?
☆─────────────────────────────────────☆
daemonself (daemon) 于 (Sun Apr 26 10:49:55 2009) 提到:
350卖给你自用
☆─────────────────────────────────────☆
winderwater (长期大量厚道收购苹果手机) 于 (Sun Apr 26 12:23:16 2009) 提到:
$229卖给你100个 |
|
N****g 发帖数: 5172 | 45 ☆─────────────────────────────────────☆
IA8888 (本马甲用到A股8888.88点) 于 (Sun Apr 26 10:58:58 2009) 提到:
现在ebiz是这样。 今年上半年肯定是调整, 一批小散将会被清洗出局。 大家先杀散
户, 散户杀完了机构对杀。 现在的 tx2z就是这种情况。 我估计tx2z这次是套了不少
人。 现在有税州的小组想全身而退看来很困难了。
☆─────────────────────────────────────☆
daemonself (daemon) 于 (Sun Apr 26 11:00:52 2009) 提到:
能亏多少?也就是能把一些f2大妈震荡出局罢了
☆─────────────────────────────────────☆
IA8888 (本马甲用到A股8888.88点) 于 (Sun Apr 26 11:04:49 2009) 提到:
这个tx2z套的不是f2吧? f2能搞几个? 恐怕有不少大牛重仓介入了。
☆─────────────────────── |
|