Questions tagged «debian»

有关Debian官方发行版的问题(稳定,测试或不稳定);如果您使用的是Debian的衍生产品(例如Mint,Ubuntu,Kali等),请改用该发行版的标签。

4
/etc/rc.local的用途和典型用法
标头看起来像这样: #!/bin/sh -e # # rc.local - executed at the end of each multiuser runlevel # # Make sure that the script will "exit 0" on success or any other # value on error. 这个文件的原因是什么(它包含的内容不多),通常您会输入什么命令?什么是“多用户运行级别”?(我猜rc是“运行命令”吗?)

3
adduser做什么,而useradd不做什么?
除了更广泛的使用之外useradd,基于Debian的系统还包含一个附加adduser命令,该命令提供了用于添加用户和一些相关任务的更高级别的界面。其他SE网站上有各种问题/答案,详细说明了这些命令之间的基本区别,例如: ServerFault- “ useradd”和“ adduser”之间有什么区别? 超级用户- “ adduser”和“ useradd”有什么区别? 询问Ubuntu- adduser和useradd有什么区别? 大多数答案从本质上说是adduser为交互添加用户提供了更好的界面,但没有提供adduser与相比没有多少详细信息useradd。所以: 这是什么adduser做useradd不? 我需要使用哪些命令来产生相等的结果?
71 debian  ubuntu  users  useradd 


2
如何在Debian 8.0上启用diffie-hellman-group1-sha1密钥交换?
我无法连接到要求diffie-hellman-group1-sha1密钥交换方法的服务器: ssh 123.123.123.123 Unable to negotiate with 123.123.123.123 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 如何diffie-hellman-group1-sha1在Debian 8.0上启用密钥交换方法? 我曾尝试(如建议在这里),以 将以下行添加到我的 /etc/ssh/ssh_config KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr 重新生成密钥 ssh-keygen -A 重新启动ssh service ssh restart 但仍然得到错误。

3
-bash:sudo:找不到命令
我正在尝试部署Django应用。当我打印时, apt-get update 我看到 W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied) W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied) E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied) E: Unable to read /var/cache/apt/ …
63 debian  apt  sudo  su 


4
将/ var,/ home移动到单独的分区
阅读本指南后,我尝试将一些文件夹(例如/var和/home)移动到单独的分区: 3.2.1选择智能分区方案 按照本指南,我能够成功移动一个文件夹。 但是,它似乎不适用于多个文件夹,并且我所有的文件夹都没有适当的文件夹转储到分区中。 我想安装/var,/home和/tmp到单独的分区; 有人可以指导我吗?

4
如何完全永久关闭系统提示音
我使用Nautilus浏览文件。我在KDE Plasma 5中使用了基于Debian的操作系统。 我经常使用键盘。当我在浏览文件时按向上键时,如果我已经在文件列表的最末端,Nautilus将发出一声大的系统蜂鸣声,我将通过耳机以100%的音量听到。我的反应相当于变得兴奋。 我~/.bashrc为sudo(root)用户和普通桌面用户添加了以下几行: # Turn off system beep in console: xset b off xset b 0 0 0 但是,尽管哔哔声从操作系统中的某些地方消失了(例如擦除gnome终端中的空行),但它仍然在Nautilus中。我相信这是因为Nautilus不提供任何.bashrc或是因为它忽略了xset命令。 我该如何解决? 我所需要的可能比来得更深.bashrc,某些文件可以由所有文件执行,但仍然可以控制声音。否则,以另一种方式禁用声音或替换声音可能会很有趣。
58 debian  audio  kde  nautilus 


2
使用ip addr代替ifconfig在Debian上报告“ RTNETLINK答案:文件存在”
我有一个Debian系统,与eth0和一起用作无线路由器wlan0。现在,我就手动添加一个额外的网络eth1有ifconfig: alix:〜#ifconfig eth1 192.168.0.2网络掩码255.255.255.0 alix:〜#netstat -rn 内核IP路由表 目标网关Genmask标志MSS窗口irtt Iface 0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0 阿里克斯:〜#ping 192.168.0.254 PING 192.168.0.254(192.168.0.254)56(84)个字节的数据。 来自192.168.0.254的64个字节:icmp_req = 1 ttl = …
53 debian  networking  ip 

3
如果出现问题,我可以回退apt-get升级吗?
在启动aptitude upgrade或之前,是否有办法apt-get upgrade设置某些内容,以便在出现问题时可以“轻松地”将系统回滚到实际升级之前的“ apt”状态? 也就是说,例如,重新安装在此过程中升级的软件包的旧版本。 (编辑)一些提示:我知道etckeeper例如使用了一些钩子,apt以便在apt安装或卸载软件包时得到通知。我想可能会有某种脚本可以保存新安装的软件包列表及其以前的版本号,以便能够从apt缓存(/var/cache/apt/archives)重新安装它们。还checkinstall可以跟踪文件修改... 有关如何正确实现此目标的任何详细信息?

1
为什么在Debian中默认未安装sudo?
我正在阅读安装某些软件的指南,并一直阅读直到这个令人震惊的声明: sudo默认情况下未在Debian上安装。确保您的系统是最新的并安装。 作为当前的Debian用户,这很难让人相信,因为从安装开始我就可以使用sudo。因此,当我选择不为根帐户创建密码(禁用根帐户)时,可能已安装了该密码。Debian是否不包括sudo默认安装的(或其变体)? 如果我们按照其他答案说的那样,sudo由于APT / DPKG依赖关系而可以安装,在某些情况下也会要求taskel / apt安装那些,但未包括在必需的或重要的列表中: ➜ ~ aptitude search ~prequired | grep sudo ➜ ~ aptitude search ~pimportant | grep sudo ➜ ~ aptitude why '~prequired' sudo i A dpkg Suggests apt i A apt Suggests aptitude | synaptic | wajig i A synaptic Recommends gksu | …
51 debian  sudo 

3
如何在Linux中使用GoToMeeting
我的雇主希望我和开发人员团队使用gotomeeting.com服务与他们进行沟通。可以在Debian中使用GoToMeeting吗?我知道官方的GoToMeeting仅支持Mac和Win。 原因:我对Linux下的软件开发感到非常满意,并且不想仅由于一个或两个程序就迁移到Windows。
51 debian 

6
无法关闭eth0(主界面)
我无法ifdown在Debian 6.0.5上使用界面: user@box:/etc/network$ sudo ifdown eth0 && sudo ifup eth0 ifdown: interface eth0 not configured SIOCADDRT: File exists Failed to bring up eth0. user@box:/etc/network$ cat interfaces auto lo iface lo inet loopback allow-hotplug eth0 allow-hotplug eth1 auto eth0 iface eth0 inet static address 10.0.0.1 netmask 255.255.255.0 gateway 10.0.0.254 auto eth1 …

4
尝试连接蓝牙扬声器时发生错误:org.bluez.Error.Failed
我正在运行Debian Jessie 8.2。我有一个连接到我机器的蓝牙USB加密狗。 我运行sudo bluetoothctl -a然后执行以下操作: [NEW] Controller 5C:F3:70:6B:57:60 debian [default] Agent registered [bluetooth]# scan on Discovery started [CHG] Controller 5C:F3:70:6B:57:60 Discovering: yes [bluetooth]# devices [NEW] Device 08:DF:1F:A7:B1:7B Bose Mini II SoundLink [bluetooth]# pair 08:DF:1F:A7:B1:7B Attempting to pair with 08:DF:1F:A7:B1:7B [CHG] Device 08:DF:1F:A7:B1:7B Connected: yes [CHG] Device 08:DF:1F:A7:B1:7B UUIDs: 0000110b-0000-1000-8000-00805f9b34fb …

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.