码迷,mamicode.com
首页 >  
搜索关键字:debian 7    ( 2870个结果
Debian实现开机自动挂载NTFS分区
默认情况下,Debian上的NTFS分区不会自动挂载,而且开机后想要手动挂载还需要root权限,不是特别方便,所以,我们需要让它能开机自动挂载。 首先我们需要ntfs-config这个工具 先安装: sudo apt-get install ntf...
分类:Web程序   时间:2015-05-02 20:51:37    阅读次数:263
Debian系统学习笔记(1):操作系统信息
Debian8.0jessie正式版发布,已提供下载访问:http://cdp_w_picpath.debian.org/cdp_w_picpath/release/8.0.0/下载x86:http://cdp_w_picpath.debian.org/cdp_w_picpath/release/8.0.0/i386/iso-cd/debian-8.0.0-i386-CD-1.iso下载AMD64:http://cdp_w_picpath.debian.org/cdp_..
分类:其他好文   时间:2015-04-29 17:34:56    阅读次数:114
Debian系统学习笔记(2):网卡配置信息
2、网卡配置信息(1)静态IP内容如下#vim/etc/network/interfaces#Thisfiledescribesthenetworkinterfacesavailableonyoursystem#andhowtoactivatethem.Formoreinformation,seeinterfaces(5).#Theloopbacknetworkinterfaceautoloifaceloinetloopback#Theprimarynetworkinterfac..
分类:其他好文   时间:2015-04-29 17:33:56    阅读次数:119
Debian系统学习笔记(3):语言环境
3、修改系统语言环境(1)按照dpkg包后设定语系#apt-getinstalldpkg#dpkg-reconfigurelocales//选择:en_US.UTF-8UTF-8确认OK,即可添加英语语言包//远程控制台中文显示正常设置,需要加入:[*]zh_CNGB2312[*]zh_CN.GB18030GB18030[*]zh_CN.GBKGBK[*]zh_CN.UTF-8UTF-8(2)#vim..
分类:编程语言   时间:2015-04-29 17:30:48    阅读次数:173
Debian系统学习笔记(4):时区时间
4、时区和时间自动同步(1)时间设置及其同步#date-s07/26/2005//2005年7月26日//修改系统日期时间为当前正确时间#date-s11:12:00//11点12分0秒#vim/etc/default/rcS//设定BIOS时间使用UTC时区将选项UTC的值设定成yes#vim/etc/timezone//写入主机时区:Asia/Shanghai还有Asia/H..
分类:其他好文   时间:2015-04-29 17:30:31    阅读次数:128
运维自动化之Cobbler:Linux系统批量安装
Cobbler简介Cobbler是一个快速网络安装Linux的服务,在大批量系统安装的环境中及其方便。Cobbler功能使用Cobbler,您无需进行人工干预即可安装机器。Cobbler支持众多的发行版:RedHat、Fedora、CentOS、Debian、Ubuntu和SuSE。为了协助管理系统,Cobbler可通过fencescripts连接..
分类:系统相关   时间:2015-04-29 15:22:09    阅读次数:307
Intel Galileo Gen 2入门
Intel Galileo Gen 2入门 本文所介绍内容Intel Galileo Gen 2简介 在Ubuntu上搭建环境 使用Arduino IDE刷入Sketch 在Galileo Gen 2中刷入定制版Linux系统 在Galileo Gen 2中刷入Debian系统 在Galileo Gen 2中编译运行OpenCV Intel Galileo Gen 2简介Intel Galile...
分类:其他好文   时间:2015-04-28 18:33:27    阅读次数:300
设置ubuntu终端的命令行颜色
第一步:sudo gedit ~/.bashrc;更改第43行“#force_color_prompt=yes”,去掉注释。PS1将使用配色方案,PS1=’{debian_chroot:+({debian_chroot:+(debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[00m]$...
分类:系统相关   时间:2015-04-28 11:45:52    阅读次数:1397
ubuntu上安装ffmpeg
安装包和主要步骤:1. 首先安装系统基础环境RHEL & CentOS 系列:yum install -y automake autoconf libtool gcc gcc-c++Debian & Ubuntu 系列:apt-get install automake autoconf libtoo...
分类:系统相关   时间:2015-04-28 01:49:57    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!