Questions tagged «startup»

有关引导后自动运行的进程的问题。




2
如何在启动时使用systemd运行单个命令?
我想在启动后使用以下命令启动Apache Spark集群: sudo ./path/to/spark/sbin/start-all.sh 系统准备重新引导/关闭时,请运行以下命令: sudo ./path/to/spark/sbin/stop-all.sh 我该如何开始?有没有可以建立的基本模板? 我尝试使用一个非常简单的(文件:)/lib/systemd/system/spark.service: [Unit] Description=Spark service [Service] ExecStart=sudo ./path/to/spark/sbin/start-all.sh 这不起作用。
112 startup  systemd 

7
指示器面板中没有Dropbox图标?
我最近在计算机上安装了Ubuntu,并且一切正常,但没有看到Dropbox指示器。我已经多次安装并重新安装了Dropbox,并可以确认它在后台运行(带有ps -e | grep dropbox)。 有人知道如何找回它吗?


7
如何在GNOME 3中启动时管理应用程序?
我有一个不错的GUI(用于在GNOME 2上更改启动应用程序(登录后))。如何在GNOME 3上启动该应用程序? 在哪里可以下载?包裹名称是什么?使用什么命令来启动它?我的Pidgin仍然在启动时启动,但是我已经转换回Empathy,所以我想知道如何删除Pidgin并启动Empathy。
78 gnome  startup 


1
输入错误的密码后,我可以使网络摄像头拍照吗?
我正在使用笔记本电脑。我当时想在我的Ubuntu计算机上提供支持。输入不正确的密码后,稍后将拍摄一张照片,揭示谁在试图获取访问权限。 我到处搜索,发现的唯一东西就是在Mac上可以做到这一点的东西。是否可以为Ubuntu编写脚本来执行相同的操作。 如果可能,那么执行此操作的脚本或软件是什么。

4
如何安装init.d脚本?
我正在尝试安装init.d脚本,以运行celery来安排任务。这是我遵循的步骤: 复制文件celeryd并将其粘贴到文件夹/etc/init.d/中 在文件夹/ etc / default /中创建了一个celeryd配置文件 现在,当我尝试由启动时sudo /etc/init.d/celeryd start,它会引发错误sudo: /etc/init.d/celeryd: command not found 我搜索了有关如何安装init.d的信息,我得到了这个SO问题。 它说发出一个uname -a,当我得到这个时: Linux capsonesystem8-desktop 3.2.0-43-generic-pae #68-Ubuntu SMP Wed May 15 03:55:10 UTC 2013 i686 i686 i386 GNU/Linux 并且还说使用utils来像insserv这样尝试启用init.d脚本: insserv /etc/init.d/celeryd 但它抛出错误 insserv: command not found 所以我试图安装insserv sudo apt-get install insserv。但它说aleady已安装: insserv is already the newest …
71 startup  init 

12
如何提高启动速度?
我看过许多使Ubuntu更快的视频,但是这些方法只能使桌面性能更快。 我希望使我的计算机启动更快。我能做些什么来使Ubuntu引导速度更快吗?



2
是bashrc还是bash_profile?
我知道两个bash登录脚本之间的区别: .bashrc 仅由“非登录” shell运行。 .bash_profile(或.bash_login或.profile)由“登录” shell执行。 有没有人有一些很好的例子说明哪些事情更适合仅登录执行,例如我只将它们放进去.bash_profile,但实际上并没有什么意义.bashrc呢? (我知道我们大多数源.bashrc出的.bash_profile,所以似乎并没有在相反的问题多一点...)
49 scripts  startup  bash 

1
“至关重要:我们失败了,但是失败的鲸鱼已经死了。抱歉…”
今天启动机器时,我的系统日志中出现了一些非常奇怪的消息: ... Aug 17 18:58:15 Floral-Towel systemd[1349]: Startup finished in 266ms. Aug 17 18:58:15 Floral-Towel systemd[1349]: Starting Default. Aug 17 18:58:15 Floral-Towel systemd[1]: Started User Manager for UID 121. Aug 17 18:58:15 Floral-Towel freshclam[782]: Empty script safebrowsing-43732.cdiff, need to download entire database Aug 17 18:58:17 Floral-Towel gnome-session[1355]: gnome-session[1355]: CRITICAL: We …
45 gnome  startup  syslog 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.