码迷,mamicode.com
首页 >  
搜索关键字:sources    ( 2788个结果
Red Hat、Fedora和Ubuntu软件包操作
五、RedHat、Fedora和Ubuntu软件包操作对比任务RedHat、FedoraUbuntu基本信息软件包后缀*.rpm*.deb软件源配置文件/etc/yum.conf/etc/apt/sources.list安装、删除、升级软件包更新软件包列表每次运行yum时自动执行apt-getupd...
分类:系统相关   时间:2015-01-31 12:04:12    阅读次数:228
万能的makefile
?? MACRO = DEBUGALL CC = gcc CFLAGS+= -g -w -D$(MACRO) SOURCES = $(wildcard *.c) OBJS := $(patsubst %.c, %.o,$(SOURCES))   LIBS = -L$(shell pwd)/lib  -ldb -ldl demo: $(OBJS)  @echo "source fi...
分类:其他好文   时间:2015-01-30 09:15:03    阅读次数:203
Ubuntu 更新源 内核升级
cat /etc/apt/sources.listdebhttp://mirrors.sohu.com/ubuntu/precise main restricted universe multiversedebhttp://mirrors.sohu.com/ubuntu/precise-securi...
分类:系统相关   时间:2015-01-29 10:21:29    阅读次数:176
BW对应后台表[转]
数据源对应后台表(2012-01-04 20:08:57)转载▼标签:杂谈分类: SAP MMData Sources TablesPurchasing2LIS_02_SCL EKKO, EKBE, T001, T001W, EKET, EKPA.2LIS_02_HDR EKKO, EKBE, T0...
分类:其他好文   时间:2015-01-28 17:25:05    阅读次数:4094
Debian 更换163源(debian7)
sudo vi /etc/apt/sources.list添加以下信息#163deb http://mirrors.163.com/debian wheezy main non-free contribdeb http://mirrors.163.com/debian wheezy-proposed...
分类:其他好文   时间:2015-01-27 21:33:19    阅读次数:577
Centos安装ruby--jekyll
想要使用gem install 安装jekyll,执行发现没有gem这个命令,那就需要先安装gem了yum list '*ruby*'修改gem源,使用淘宝的源:gem sources --remove https://rubygems.org/gem sources -a https://ruby...
分类:其他好文   时间:2015-01-27 20:13:46    阅读次数:218
Binder 通讯数据流概览
The information below comes from a number of sources, including my own experiments with the Android IPC and some disparate internet sources. The overall architecture of the Android IPC system is sh...
分类:其他好文   时间:2015-01-27 18:32:24    阅读次数:217
win8启用.net framework3.5方法
右键单击win8安装镜像文件,点击装载按win+X,打开命令提示符(管理员权限)输入以下命令dism.exe /online /enable-feature /featurename:NetFX3 /Source:X:\sources\sxs其中X是你的虚拟光驱盘符。等待大概10分钟左右打开控制面板...
分类:Windows程序   时间:2015-01-26 21:02:19    阅读次数:179
更新debian软件源
1.首先备份源列表,而后用gedit或其他编辑器打开源列表文件:sudo cp /etc/apt/sources.list /etc/apt/sources.list_backupsudo gedit /etc/apt/sources.list2.把找到的合适的源,替换掉sources.list中所...
分类:其他好文   时间:2015-01-26 11:53:50    阅读次数:187
加速软件源更新和安装 ubuntu 软件中心
Linux mint 12 修改加速软件源更新和安装 ubuntu 软件中心由于 linux mint 12 是基于 ubuntu 的,可以使用 ubuntu 的源(Ubuntu 11.10 代号 Oneiric Ocelot),要想 获得最快的下载速度可以把/etc/apt/sources.lis...
分类:系统相关   时间:2015-01-26 10:04:04    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!