草庐IT

debian-sys-maint

全部标签

linux - Debian Linux 的 GUI SVN 客户端

关闭。这个问题不符合StackOverflowguidelines.它目前不接受答案。我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答它。关闭7年前。Improvethisquestion有谁知道一款适用于Linux的优秀、免费的GUISVN客户端?

linux - 如何在 debian 64 位上正确安装 wkhtmltopdf?

我正在尝试安装wkhtmltopdf,但是当我安装时:sudodpkg-iwkhtmltox-0.12.1_linux-trusty-amd64.deb我明白了:Preparingtounpackwkhtmltox-0.12.1_linux-trusty-amd64.deb...Unpackingwkhtmltox(0.12.1)over(0.12.1)...dpkg:dependencyproblemspreventconfigurationofwkhtmltox:wkhtmltoxdependsonlibjpeg-turbo8;however:Packagelibjpeg-turb

linux - 克隆 Debian/Ubuntu 安装

关闭。这个问题是off-topic.它目前不接受答案。想改进这个问题吗?Updatethequestion所以它是on-topic用于堆栈溢出。关闭10年前。Improvethisquestion有没有一种简单的方法可以克隆整个已安装的debian/ubuntu系统?我希望在已安装的软件包和尽可能多的设置方面进行相同的安装。我研究了aptitude、apt-get、synaptic等选项,但一无所获。

linux - 在 debian stretch 中添加 ppa 时找不到 S.gpg-agent.browser 错误

我正在使用debianstrech。我尝试为支持python的vim添加存储库,同时添加时遇到gpg-agent.browsernotfound错误sudoadd-apt-repositoryppa:pi-rho/dev[sudo]passwordforsathish:DevPackagesMoreinfo:https://launchpad.net/~pi-rho/+archive/ubuntu/devPress[ENTER]tocontinueorctrl-ctocanceladdingitgpg:keybox'/tmp/tmpxl_vk750/pubring.gpg'create

linux - 如何在 Debian 8 上安装 Mono 4.0.1?

我正在尝试将Mono-Complete安装到Debian8的全新安装上,以便按照(code.visualstudio.com/docs)使用ASP.NET5,已遵循mono-project.com文档关于所需的第二个存储库,Ubuntu12.04/Debian8或更高版本。但是,在按照说明进行操作并尝试执行“apt-getinstallmono-complete”之后,我遇到了以下问题:http://puu.sh/hxdLB/dbecbf9645.png这是在100%全新的Debian8VM(Virtualbox)上,刚刚安装完Debian8NetInst+Cinnamon,以root

linux - 如何修复 Windows 10 上的 Debian 的 Rust 错误 "linker ' cc' not found?

我在Windows10(适用于Linux的Windows子系统)上运行Debian,并使用以下命令安装Rust:curlhttps://sh.rustup.rs-sSf|sh安装中没有错误,但是当我尝试使用rustc进行编译时,出现错误linker'cc'notfound。 最佳答案 LinuxRust安装程序不检查编译器工具链,但似乎假定您已经安装了C链接器!最好的解决方案是安装久经考验的gcc工具链。sudoaptinstallbuild-essential如果您需要针对其他架构,请安装适当的工具链并按如下方式进行编译:rust

linux - debian 8 iptables-持久

我有VPSDebian8jessiex64稳定版。安装后我试图配置iptables(就像在debian7中一样)。apt-getinstalliptables-persistent执行成功,安装了一些数据包。但是当我尝试serviceiptables-persistentstart我收到一个错误提示tharserviceiptables-persistentunrecognized停下来! 最佳答案 保留IP表Debian/Ubuntu要保留您对iptables规则所做的任何更改,请执行以下操作。安装iptables-persist

php - Debian wheezy 将 php 5.4 升级到 5.5

[已解决]我有安装了php5.4.18的DebianWheezy。我想将它升级到5.5.x,但标准程序不起作用。这是我的/etc/apt/sources.list文件:#debcdrom:[DebianGNU/Linux7.0.0_Wheezy_-Officialamd64NETINSTBinary-120130504-14:43]/wheezymaindebhttp://ftp.pl.debian.org/debian/wheezymaindeb-srchttp://ftp.pl.debian.org/debian/wheezymaindebhttp://security.debia

php - 如何在 Linux Debian 上安装 PHP cURL?

如何在LinuxDebian上安装PHPcURL?我尝试了下面的代码并得到了下面的错误apt-getupdateapt-getinstallcurllibcurl3php5-curl错误:W:Failedtofetchhttp://zm.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/PackagesSomethingwickedhappenedresolving'zm.archive.ubuntu.com:http'(-5-Noaddressassociatedwithhostname)W:Fa

php - 如何在 Debian 上的 Apache 2.4 中为每个虚拟主机选择 PHP 版本 5 和 7?

是否可以在Debian9上的Apache2.4中同时运行PHP7和PHP5?我希望能够为每个虚拟主机选择我希望使用的PHP版本。考虑到我的一些网站仍然使用已弃用的PHP功能,我相信这将很有用。这使我可以按站点执行升级。我如何实现这样的目标?例如ServerAdminwebmaster@localhostServerNamemywebsite.comDocumentRoot/var/www/mywebsite.com#UsePHP7和ServerAdminwebmaster@localhostServerNamemywebsite2.comDocumentRoot/var/www/myw