日期:2016年2月26日 一直在找Ubuntu下查看chm的工具但是普遍不理想,发现在deepin中的chmsee相对比较好,但是直接执行网上的sudo apt-get install chmsee,却提示无法找到软件 首先参考了这篇文章:http://www.cnblogs.com/jesseZh/p/4036811.html ubuntu 安装chmsee 垃圾的ubuntu 14.04 又一次去掉一些特别好用的软件, 官方给的解释是怕破坏他们系统. 只想说一句 我去年买了个本. 14.0…
错误命令行 root@ubuntu:/etc/apt# apt install vim Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are usi…
sudo apt-get install vim Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable dis…
http://blog.sina.com.cn/s/blog_6296abc601018p86.html 这个帖子是讲怎么添加一个新的源, deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse 但是当执行 sudo apt-get update 还会出现 W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/jaunty/universe/binary-i386/Pa…
ubuntu下终于安装好了nvidia的gt540显卡驱动.估计好多童鞋怕麻烦都放弃安装了哈. 先看看效果. ~$ lspci |grep -i vga :) :00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev ff) 期间遇到了很多问题,记录一下. 参考链接:[使用 Bumblebee 控制 NVIDIA 双显卡(Ubuntu)]  http://www.linuxidc.com/L…
关键词:docker.Dockerfile等等. 这里主要记录Ubuntu下docker使用细节. 首先是如何安装,然后如何创建docker镜像.搭建docker服务器.运行使用docker. 1. docker安装 sudo apt install docker-ce 2. 创建docker镜像 创建docker镜像文件,可以通过docker build,则读取PATH目录下Dockerfile创建名称为new_image,tag为v1.0的docker镜像文件. docker build -…
Torch7的本系列教程的主要目的是介绍Torch的入门使用.今天首先分享一下Torch7的安装.(在Ubuntu14.04安装torch7) 为什么选择Torch Torch的目标是在建立科学算法的同时,要有最大的灵活性和速度,而这一过程非常简单.Torch拥有一个大社区驱动包的生态系统,涉及机器学习.计算机视觉.信号处理.并行处理.图像.视频.音频和网络等,并建立在Lua社区基础之上. Torch的核心是流行的神经网络和优化库,它们易于使用,同时在实现复杂的神经网络拓扑结构时具有最大的灵活性…
ubuntu下git安装及使用   其实,好几个月前,就已经安装好了,可是一直搁置在那儿,所以密码等一些其它细节都忘的差不多了,所以今天就重新部署了一下,并开始积极使用......... 1,git 安装: sudo apt-get install git-core openssh-server openssh-client $ sudo apt-get install git-core git-gui git-doc sudo apt-get install libcurl4-gnutls-d…
premake是个跨平台的编译工具,先看看在Ubuntu下怎么安装. 首先下载,在/usr目录下: sudo wget -O premake-4.4-beta4-linux.tar.gz http://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta4-linux.tar.gz/download tar zxvf premake-4.4-beta4-linux.tar.gz 解压后就一个可执行程序, prema…
ubuntu下git安装与使用:首先应该检查本地是否已经安装了git ,如果没有安装的话,在命令模式下输入 sudo apt-get install git 进行安装 输入git命令查看安装状态及常用命令 linux下git的安装: $ yum install git-core windows下git的安装: http://msysgit.github.com/ 查看git常用命令请参照链接 http://www.cnblogs.com/bingyimeiling/p/8663702.html…
codeblocks是一个十分优秀的C/C++开发IDE,虽然后起之秀codelite目前来看大有超越之势哦. 不过在ubuntu下安装codeblocks却比较麻烦,不像其他linux发行版,比如suse,debian和fedora等在官网上有现成的bin文件可以直接下载安装. 下面简单介绍下如何在ubuntu下快速安装最新的codeblocks: 1.加入ppa源: sudo add-apt-repository ppa:pasgui/ppa 2.更新ppa源: sudo apt-get u…
记录 deepin 下 curl 安装过程 wget https://curl.haxx.se/download/curl-7.55.1.tar.gz .tar.gz cd curl-/ ./configure make make install curl curl: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory 查找解决办…
操作系统环境:ubuntu 在终端中执行命令:sudo apt-get install texinfo   今天在打包的时候有个包需要 makeinfo,当时就各种搜结果就没有 makeinfo 这个软件包,最后看到有人说其实就是 texinfo 这个包,经过测试,不管是ubuntu 还是qomo (yum 源)都是可行的,如果有需要的同学注意了,若是需要makeinfo安装texinfo就ok了!ubuntu下的安装方法是直接 sudo apt-get install texinfo 即可.…
Ubuntu 18.04, 安装方式 目前孤知道的Ubuntu下安装软件方式有3种(命令): 1.make 2.apt/apt-get 3.dpkg 方式1基于软件源码安装,需要经历配置(可选).编译.安装,获取源码可以直接从软件官网下载,或者,使用wget命令下载: 方式2可以安装Ubuntu的软件源(sources)中的软件,在配置文件/etc/apt/sources.list中有定义软件源,可以修改.添加自己的,其中,deb开头的为deb安装包,deb-src开头的为源码,需要注意的是,软…
//@desn:ubuntu 下python安装及hello world //@desn:码字不宜,转载请注明出处 //@author:张慧源  <turing_zhy@163.com> //@date:2018/08/17 环境准备:ubuntu1~16.04.4 1.安装python 3.6 sudo apt-get install python3.6 python3.6-dev 2.安装build 依赖包  [libssl libevent] sudo apt-get install b…
转自:ubuntu下mysql安装(server.client.dev),开启.停止和重启,及常见错误 1. 在ubuntu下安装server和client很简单: (1)安装server apt-get install mysql-server 安装当中,会提示输入root账户的密码,按提示输入即可. 安装后默认开启了server (2) 安装client apt-get install mysql-client 2. 安装mysql的c语言开发接口 apt-get install libmy…
Ubuntu下nagios安装(来源官网) https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/toc.html https://support.nagios.com/kb/article/nagios-core-installing-nagios-core-from-source.html#Ubuntu Security-Enhanced Linux This guide is based on SELinux…
VS2010在WIN7下安装报错“下列组件安装失败”如何解决 http://www.111cn.net/net/42/75914.htm…
在ubuntu中mysql安装失败后,卸载重新安装还是安装失败,之后找了资料说是卸载的不干净,然后进行下面操作,重新安装成功. 解决办法如下: sudo rm /var/lib/mysql/ -Rsudo rm /etc/mysql/ -Rsudo apt-get autoremove mysql* --purgesudo apt-get remove apparmorsudo apt-get install mysql-server mysql-common 然后重新安装,一切OK.…
1.configure: error: MySQL library not found MySQL library not found root@kallen:~# apt-get install libmysqlclient-dev 2.configure error: Invalid Net-SNMP directory - unable to find net-snmp-config root@kallen:~# apt-get install snmp snmpd [附-1]SNMP安装…
Ubuntu下apache2安装配置(内含数字证书配置)安装命令:sudo apt-get updatesudo apt-get install apache2 配置1.查看apache2安装目录命令:whereis apache2如图 2.apache2配置文件所在目录/etc/apache2,以下是对配置文件的作用以及作用域注1:/etc/apache2/apache2.conf 是主配置文件注2:/etc/apache2/ports.conf 始终包含在主配置文件中(用于确定传入连接的监听…
Ubuntu下手动安装vscode1.下载vscodewget https://vscode.cdn.azure.cn/stable/553cfb2c2205db5f15f3ee8395bbd5cf066d357d/code_1.35.0-1559611369_amd64.deb2.下载好后开始安装命令sudo dpkg -i 下载好的deb文件如:sudo dpkg -i code_1.35.0-1559611369_amd64.deb使用dpkg -i *.deb 的时候出现依赖没有安装使用…
Ubuntu下的安装方法: sudo add-apt-repository ppa:notepadqq-team/notepadqq sudo apt-get update sudo apt-get install notepadqq Ubuntu下的卸载方法: sudo apt-get remove notepadqq sudo add-apt-repository --remove ppa:notepadqq-team/notepadqq from: http://blog.sina.com…
[转]:Ubuntu 下Apache安装和配置_服务器应用_Linux公社-Linux系统门户网站  https://www.linuxidc.com/Linux/2013-06/85827.htm 在Ubuntu上安装Apache,有两种方式: 1 使用开发包的打包服务,例如使用apt-get命令: 2 从源码构建Apache.本文章将详细描述这两种不同的安装方式. 方法一:使用开发包的打包服务——apt-get 安装apache,在命令行终端中输入一下命令: $ sudo apt-get i…
Ubuntu下编译安装postgreSQL 10.5 ubuntu 16.04 LTS系统postgreSQL 10.5 安装包准备 1.从PostgreSQL官网下载PostgreSQL的安装包 安装过程 2.解压源码包 tar zxvf postgresql-10.5.tar.gzcd postgresql-10.5 3.检查环境配置 #创建postgreSQL的安装目录mkdir /usr/local/postgresql#检查环境配置--prefix是指定postgreSQL安装路径./…
1 #!/bin/bash 2 # Quick and dirty pptp VPN install script 3 # Ubuntu 12+ or Debain 7+ 4 # Reference http://jesin.tk/setup-pptp-vpn-server-debian-ubuntu/ 5 # Referrence https://github.com/tititake/MyShellScripts/blob/master/ubuntu-pptpd.sh 6 7 8 WANIF…
minicom是一个串口通信工具. Ubuntu下的安装: 打开终端 sudo apt-get install minicom即可完成安装. 简单设置使用: 安装完成后第一次启动时运行 sudo minicom -s 进入了minicom的配置界面对其进行一个简单的配置 按上下键选中Serial port setup 确认,进入如下的界面 我们只需输入上面对应的字母,就可以进如相应的菜单进行设置.设置完成,回车,光标会回到"change which setting"后面,如此重复.根据…
在Ubuntu下编译安装GreatSQL 本次介绍如何利用Docker构建Ubuntu环境,并将GreatSQL源码编译成二进制文件. 1.准备工作 先创建本次Docker的workdir为 /data/docker-ubuntu: [root@greatsql ~]# mdkir /data/docker-ubuntu 1.1.配置Ubuntu环境下的apt源配置文件 开始编译之前,建议先配置好apt源,这样后续部署环境下载软件包时速度更快. 以阿里.腾讯两大云主机为例,可以这样配置(两个ap…
VS2008安装“Visual Studio Web 创作组件”安装失败的解决方法 今天在单位电脑安装VS2008,当安装到“Visual Studio Web 创作组件”时出现错误. 准备手动安装 “Visual Studio Web 创作组件”,进入光盘目录:驱动器号 \WCU\WebDesignerCore,双击安 装文件安装,过一会儿成功安装成功,再次重新启动计算机后,再次安装,还是在安装“Visual Studio Web 创作组件”时失败,经过查找,手动解压目录:\WCU\WebDe…
Sublime Text用了一年多了,公司搬家近期突然发现Package Control无法安装新插件了.尽管不影响原有功能的使用.还是要解决它.因为本人用Windows系统,仅仅讨论Windosw下的解决方法. Mac与Linux下的用户能够參照解决. 本文主要介绍Sublime Text怎样开启debug模式.分析使用过程中一些常见错误情形的解决方法. 情形一:Package Control:There are no packages available for installation.情…