我使用apt-get -b source这个命令下载并编译带有一个 CPU 内核的源代码,有没有什么办法可以在 debian 中使用带有多个 CPU 内核的 apt 包管理器来编译包?像命令中的-j选项make:make -jX。
谢谢。
我不希望我的系统使用夏令时。
root@ali-debserver:~# cat /etc/timezone
Asia/Tehran
root@ali-debserver:~# cat /etc/default/rcS
#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the "initscripts" package.
# delete files in /tmp during boot older than x days.
# '0' means always, -1 or 'infinite' disables the feature
#TMPTIME=0
# spawn sulogin during boot, continue normal boot if not used in 30 seconds
#SULOGIN=no
# do …Run Code Online (Sandbox Code Playgroud) 我在 ubuntu 14.04 上安装了 vsftpd,当我想停止或重新启动 vsftpd 服务时显示此消息,但服务状态没有任何反应!
root@ali-lap:/home/ali# service vsftpd restart
stop: Unknown job: vsftpd
start: Unknown job: vsftpd
Run Code Online (Sandbox Code Playgroud)
我根据这篇文章清除了 vsftpd 并重新安装了它,但没有任何改变。
安装和删除日志:
root@ali-lap:/home/ali# apt-get purge --remove vsftpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
vsftpd*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 370 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 216263 …Run Code Online (Sandbox Code Playgroud) 我已经安装了 fedora 23,当我想在 su 模式下使用 grep 用户时发生了这个错误:
[root@alifed alireza]# ps aux |? grep dnf
bash: ?: command not found...
Run Code Online (Sandbox Code Playgroud)