码迷,mamicode.com
首页 >  
搜索关键字:local yum repository    ( 50663个结果
centos升级到最新的mysql
去网站下载mysql的yum源,地址如下: http://repo.mysql.com/ 在linux上先查看系统的版本号,根据版本号对应下载 more /etc/redhat-release rpm -Uvh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm yum -y upgrade mysql m...
分类:数据库   时间:2014-07-22 23:03:13    阅读次数:472
三分钟教你学Git (一)之模型
Git是版本控制工具,类似于SVN的作用。这里就忽略掉怎么安装之类的,只讲解Git最重要的思维模型。这三个概念一定要清楚: 1 工作区(Working Area) 2 暂存区(Stage) 3 版本库(repository, 本地仓库和远程仓库) 工作区很简单,就是你修改代码时会立即体现的地方。 暂存区是Git的特色之一,这个概念不好理解,这里举一个例子说明。如我们领到了...
分类:其他好文   时间:2014-07-22 23:01:54    阅读次数:381
(转载)burpsuit 突破上传文件限制
1.运行Burp site,点击Proxy标签,确认Options选项卡下,Proxy listeners的running运行正常(勾选状态为运行),如果端口打开失败,可能的原因是有程序占用了该端口,点击edit,在local listener port:输入框输入一个未占用的端口,点击update...
分类:其他好文   时间:2014-05-01 22:23:46    阅读次数:665
[TroubleShooting] The server network address can not be reached or does not exist
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational. (Microsoft SQL Server, Error: 1418)...
分类:Web程序   时间:2014-05-01 18:35:53    阅读次数:665
搭建Debian源基础知识记录
文档一:https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro 文档二:http://blog.jonliv.es/2011/04/26/creating-your-own-signed-apt-repository-and-debian-packages/...
分类:其他好文   时间:2014-05-01 18:19:21    阅读次数:270
Everpad: 在linux(ubuntu)上最好的Evernote客户端,不再为linux没Evernote而苦恼
安装Everpad sudo add-apt-repository ppa:nvbn-rm/ppa sudo apt-get update sudo apt-get install everpad...
分类:系统相关   时间:2014-05-01 17:35:52    阅读次数:490
git rebase和merge 区别和应用场景
对于两个分支而言,rebase和merge没有区别,但是rebase更干净,因为log hisitory是线性的,但commit不一定按日期先后排,而是local commit总在后面,merge之后history变得比较复杂,但是commit按日期排序,stackoverflow上有个图示很好: http://stackoverflow.com/questions/16666089/whats...
分类:其他好文   时间:2014-04-30 22:27:40    阅读次数:401
localhost与127.0.0.1的区别
localhost与127.0.0.1的区别是什么 相信有人会说是本地ip,其实这两者是有区别的。  localhost也叫local ,正确的解释是:本地服务器  127.0.0.1在windows等系统的正确解释是:本机地址(本机服务器)  localhot(local)是不经网卡传输!这点很重要,它不受网络防火墙和网卡相关的的限制。  127.0.0.1是通过网卡传输,依赖网卡,并受...
分类:其他好文   时间:2014-04-30 22:25:38    阅读次数:350
50 在Ubuntu下挂载exfat格式的移动硬盘/U盘
exfat文件格式是唯一一个在OSX、win7和ubuntu系统下都能使用的文件格式,其能被osx和win7原生支持,并且支持4G以上的文件,但是ubuntu由于版权问题没法直接支持exfat,所以当插入该格式移动硬盘的时候会提示无法挂载,此时可以通过如下方法解决: sudo add-apt-repository ppa:relan/exfat 加入新的PPA s...
分类:移动开发   时间:2014-04-29 13:37:21    阅读次数:425
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!