码迷,mamicode.com
首页 >  
搜索关键字:apt    ( 12580个结果
ubuntu下针对php的thrift 安装折腾记录
此安装针对php开发配置 按照官方的文档做法,会出现各种bug,总结正确的安装方法: STEP1: 安装必要的依赖插件: sudo?apt-get?install?libboost-dev?libboost-test-dev?libboost-program-options-dev?lib...
分类:Web程序   时间:2014-08-02 05:15:33    阅读次数:241
关于sources.list和apt-get [转载]
个人觉得,Debian最大的方便在于用apt-get安装软件,apt-get的工作原理大概是这种:/etc/apt/sources.list文件中保存着一些server的设置,在这些server上有大量的能够用于Debian的软件,比方我的sources.list是这个样子(为了简洁,这里先不介绍怎...
分类:其他好文   时间:2014-08-01 22:50:22    阅读次数:209
使用matplotlib在python中画图
一、安装此处以Ubuntu12.04为例:$ sudo apt-get install ipython python-matplotlib python-numpy二、简单实例>>> plt.figure(1) # 创建图表1>>> plt....
分类:编程语言   时间:2014-08-01 19:33:32    阅读次数:355
Ubutu下安装DHCP, PPPoE, PPTP, L2TP, DNS server
一. 安装DHCP serverubuntu下搭建udhcpd服务器1.查看是否安装了udhcpd服务器:dpkg -l | grep udhcpd如果没有安装udhcpd服务器,我们可以用apt-get install udhcpd来安装udhcpd服务器。2. 编辑/etc/default/ud...
分类:其他好文   时间:2014-08-01 15:17:41    阅读次数:294
Ubuntu 下使用BeagleBone Black(一)
Ubuntu 下使用BeagleBone Black(一) planck@planck-Ubuntu:/dev$ sudo apt-get install ckermit [sudo] password for planck: Reading package lists... Done Buildi...
分类:其他好文   时间:2014-08-01 04:53:51    阅读次数:978
Ubuntu上安装与使用putty
Ubuntu上安装与使用putty 下面便是小弟学习安装和是用Putty的过程: 首先,输入如下命令,并按下Tab键,发现库中存在三个与Putty 相关的文件,直接使用Putty便可: planck@planck-Ubuntu:/dev$ sudo apt-get install putty put...
分类:其他好文   时间:2014-08-01 04:53:41    阅读次数:1270
Ubuntu13.10更新源
1.备份源文件;root@localhost:~#cd/etc/apt/ root@localhost:/etc/apt#ls apt.conf.dsources.listsources.list.20140731bktrustdb.gpgtrusted.gpg.d preferences.dsources.list~sources.list.dtrusted.gpg root@localhost:/etc/apt#mvsources.listsources.list.20140731bk2.创..
分类:其他好文   时间:2014-07-31 21:09:10    阅读次数:190
在ubuntu12.04中安装wine和source insight
1.安装wine sudo apt-get install wine 2.安装source insight 将source insight安装的可执行文件复制到ubuntu中。我复制到了~/Desktop/下面。 运行命令 wine ~/Desktop/Si35Setup.exe 其中Si35Setup.exe为source insight安装包名字。安装过程与windows相同。...
分类:Windows程序   时间:2014-07-31 20:56:17    阅读次数:419
ubuntu 14.04 配置
1. apt-get 源更新$ sudo apt-get update$ sudo apt-get upgrade2. git & Github$ sudo apt-get install git-all xclip$ git config --global user.name "Jackon Ya...
分类:其他好文   时间:2014-07-31 02:59:15    阅读次数:174
csync+lsync 实时双向批量同步小文件
cysnc+lsync配置安装环境ubuntu12.041)两台机器安装配置:apt-getinstallxinetdcsync2lsyncdcat/etc/xinetd.d/csync2 servicecsync2 { disable=no port=30865 socket_type=stream protocol=tcp wait=no user=root passenv=PATH server=/usr/sbin/csync2 server_args=-i }2)no..
分类:其他好文   时间:2014-07-30 17:56:34    阅读次数:1527
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!