码迷,mamicode.com
首页 >  
搜索关键字:debian 7    ( 2870个结果
安装debian的zabbix-agent客户端
1.下载软件源wgethttp://repo.zabbix.com/zabbix/2.2/debian/pool/main/z/zabbix-release/zabbix-release_2.2-1+wheezy_all.deb2.安装软件源dpkg-izabbix-release_2.2-1+wheezy_all.deb3.更新软件源apt-getupdate4.安装zabbix-agentapt-getinstallzabbix-agent其实debian下主要..
分类:其他好文   时间:2015-01-15 11:07:48    阅读次数:174
创建基于arm的debian文件系统
debian系统有针对arm分支的,在arm上跑debian系统可以用apt-get安装软件,避免繁琐的编译和重复创建文件系统的工作. 本例子使用z-turn的开发板为例. linux主机版本: root@v:i# lsb_release -a No LSB modules are available. Distributor ID: Debian Descriptio...
分类:其他好文   时间:2015-01-15 10:58:10    阅读次数:99
Linux(CentOS)系统常用命令
操作系统:CentOSrelease6.6(Final)说明:RedHat、CentOS、Debian、Ubuntu、FreeBSD等系统都是基于linux内核源代码,所以在原理和操作上既有很多是相似的,也有各自的特性。一:查看cpu信息[root@sky9896/]#grep"modelname"/proc/cpuinfomodelname:Pentium(R)Dual-CoreCPUE5200@..
分类:系统相关   时间:2015-01-14 18:20:50    阅读次数:229
C++ String
1.std::stringstring 是C++中basic_string模板的char类型的实例,在Debian 7.0中,其定义包含在 /usr/include/c++/4.7/bits/stringfwd.hbasic_string模板类在/usr/include/c++/4.7/bits/....
分类:编程语言   时间:2015-01-14 00:42:59    阅读次数:275
linux nginx轻量级服务器 - 安装篇
linux (本人debian)下nginx 安装!...
分类:系统相关   时间:2015-01-13 21:44:17    阅读次数:229
linux (debian) vim的配置
linux vi、vim的配置,本人自己的!...
分类:系统相关   时间:2015-01-13 16:06:10    阅读次数:297
linux (debian) 设置开机自动挂载
linux 挂载硬盘,开机自动挂载!...
分类:系统相关   时间:2015-01-13 16:05:11    阅读次数:255
Vim working natively on Android phones
Introduction I own a HTC Dream. While one may discuss about its usability as a phone, it makes a great portable internet access machine. I have installed a debian chroot on that machine and used to...
分类:移动开发   时间:2015-01-13 14:26:44    阅读次数:236
debian无线网络配置
# aptitude install wpasupplicant# chmod 0600 /etc/network/interfaces# wpa_passphrase myssid mypasswordnetwork={ ssid="myssid" #psk="mypassword" ...
分类:其他好文   时间:2015-01-13 01:22:18    阅读次数:208
Linux 下安装配置 JDK7
Linux 下安装配置 JDK7 配置环境(debian 7)自从从Oracle收购Sun近三年来,已经有很多变化。早在8月,甲骨文将“Operating System Distributor License for Java”许可证终结,这意味着第三方将不可以依据这一许可分发他们的软件包。 因此....
分类:系统相关   时间:2015-01-12 19:11:30    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!