linux
dw_bao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
外网访问XAMPP失败 解决方案
xampp 访问出现New XAMPP security concept 收藏 New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file “httpd转载 2016-02-19 11:00:45 · 778 阅读 · 0 评论 -
Linux tar打包命令
范例一:将整个 /etc 目录下的文件全部打包成为 /tmp/etc.tar [root@linux ~]# tar -cvf /tmp/etc.tar /etc [root@linux ~]# tar -zcvf /tmp/etc.tar.gz /etc [root@linux ~]# tar -jcvf /tmp/etc.tar.bz2 /etc # 特别注意,在参数 f 之后的转载 2016-02-19 11:01:39 · 212 阅读 · 0 评论 -
Linux用户环境变量设置-转
转自http://hi.baidu.com/cuit_6015/blog/item/8d61edec8934feddb21cb14c.html 建立交叉编译环境是嵌入式开发的一个重要的步骤,安装交叉编译环境就是为交叉编译工具设置环境变量。下面就是安装交叉编译环境的一个例子: 首先:安装工作目录。 把解压后的交叉编译工具链arm-linux-gcc 3.4.1版本复制到/usr/loc转载 2016-02-19 11:02:40 · 245 阅读 · 0 评论 -
SSH login without password
Your aim You want to use Linux and OpenSSH to automate your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don't want to enter any passwords, because you转载 2016-02-23 11:19:50 · 379 阅读 · 0 评论 -
CentOS下安装JDK1.7
CentOS下安装JDK1.7 时间:2014-08-27 01:08来源:blog.51cto.com 作者:“ghost” 博客 举报 点击:43810次 1、源码包准备: 首先到官网下载jdk,http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html,我转载 2016-07-06 14:27:40 · 310 阅读 · 0 评论
分享