linux 报错:E: Package 'libmemcached' has no installation candidate 网上查资料说是软件安装源没有这个软件,需要添加软件源. 1.备份源列表 sudo cp  /etc/apt/sources.list  /etc/apt/sources.list.bak 2.添加源列表 在这个网站上选择适合你的版本型号的源列表(一定要选对版本) http://wiki.ubuntu.org.cn/Qref/Source#Hardy.288.04.29…
最近碰到一个问题: 64位linux报错Could not initialize class java.awt.image.BufferedImage 在WIN平台下运行正常BufferedImage tag = new BufferedImage(this.width,this.height,BufferedImage.TYPE_USHORT_555_RGB);         tag.getGraphics().drawImage(src,0,0,this.width,this.height…
Linux报错之ping: www.baidu.com: Name or service not known 出现这个以后,首先去ping下主机Ip,发现能ping通,但是出现另一个问题Destination Host Unreachable: 我使用的是NAT模式连接,在配置好网络后,参考:https://www.cnblogs.com/passer101/p/9899202.html 然后输入: 解决方案:rm /var/lib/NetworkManager/NetworkManager.s…
Linux报错 ------------------- 在VMware虚拟机中配置yum源时,执行 mount /dev/cdrom /mnt/cdrom 出现 mount: no medium found on /dev/sr0 --------------- no medium found on /dev/sr0 根本原因是iso镜像并没有加载到虚拟机系统内. 临时解决办法: 在虚拟机下部的状态栏内,找到CD/DVD图标(一个光盘图标),此时一般显示为灰色,鼠标点一下,即可启动CD/DVD,…
1.用FXP登录Linux报错: [info] subsystem request for sftp failed, subsystem not found.[右] [execute] /usr/lib/openssh/sftp-server[右] [execute] /usr/lib/sftp-server[右] [execute] /usr/local/lib/sftp-server[右] [execute] /usr/libexec/sftp-server[右] [execute] sft…
执行过程如下: root@zyx-VirtualBox:~# cd /opt/EmbedSky/ root@zyx-VirtualBox:/opt/EmbedSky# cd linux-2.6.30.4/ root@zyx-VirtualBox:/opt/EmbedSky/linux-2.6.30.4# make menuconfig *** Unable to find the ncurses libraries or the     错误再此 *** required header file…
$sduo apt-get install openssh-server Reading package lists… Done Building dependency tree Reading state information… Done Package openssh-server is not available, but is referred to by another package. This may mean that the package is missing, has b…
我的环境是在vm虚拟机中,Ubuntu17.04 前期安装步骤不过多介绍,下面这个博客就很好 ubuntu16.10安装docker17.03.0-ce并配置国内源和加速器 http://www.cnblogs.com/wish123/p/6501569.html 如果要是以后过时了,也可以看官方文档,现在有两款,CE(社区版)和EE(企业版),视情况选择,我练习就用CE了,EE好像要收费吧.. https://docs.docker.com/engine/installation/linux/…
E: Package 'php5' has no installation candidate 问题 分析 首先这个问题的最主要的原因就是因为当前Linux系统的下载源中找不到相应的文件,所以说我们需要更新下载源 步骤 找到记录着下载源地址的文件 vi /etc/apt/sources.list 在下载源中添加源 deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free # deb-src http://mirrors.…
问题描述: root@zhouls-virtual-machine:~# apt-get install vimReading package lists... DoneBuilding dependency tree Reading state information... DonePackage vim is not available, but is referred to by another package.This may mean that the package is missi…