码迷,mamicode.com
首页 >  
搜索关键字:wget linux命令详解。    ( 7015个结果
linux命令详解(19)修改文件属性 lsattr、chattr命令详解
修改文件属性 Linux文件系统里的文件和目录全都关联用户、用户组和其他用户的读、写和执行权限。此外,还可能存在其他特定文件系统类型才有的文件和目录相关属性。 ext2和ext3文件系统文件可以选用一些特殊属性。使用lsattr命令可以列出这些属性。大部分属性都晦涩难懂,默认并不启用。下面的示例使用lsattr查看部分文件属性: 1 2 3 4 ...
分类:系统相关   时间:2014-12-16 15:05:26    阅读次数:298
如何在ios 系统 中抓包??
为了实现在ios系统上抓包,如下步骤:1,设备越狱2,在cydia-软件源-设置中改为开发者,否则有些deb搜索不到安装如下软件:OpenSSH,OpenSSL,wget (下载工具) Aptitude 及 APT 0.6 Transitional (deb包工具) unzip 及 zip (解压缩...
分类:移动开发   时间:2014-12-16 14:53:28    阅读次数:202
Docker Unable to load the AUFS module
解决办法: This has helped me in installing aufs, run the following commands: sudo apt-get install lxc wget bsdtar curl sudo apt-get install linux-image-extra-$(uname -r) sudo modprobe aufs...
分类:其他好文   时间:2014-12-16 11:55:27    阅读次数:241
php 安装redis扩展
大家可以去http://code.google.com/p/redis/downloads/list这个地址找最近的下载wget http://redis.googlecode.com/files/redis-2.4.11.tar.gztar zxf redis-2.4.11.tar.gz && c...
分类:Web程序   时间:2014-12-16 10:04:05    阅读次数:212
源码编译安装CloudStack 4.2
基于CentOS 6.4安装CloudStack 环境配置 # yum -y update # yum -y upgrade 安装NTP,jdk 1.7, tomcat 6, mysql,git等服务 # yum -y install ntp # yum -y install java-1.7.0-openjdk-devel # wget https://archive.apache.or...
分类:其他好文   时间:2014-12-15 19:06:43    阅读次数:193
CentOS6.4 安装SSDB
1、安装wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zipunzip mastercd ssdb-mastermakemake install2、修改配置文件vi /usr/local/ssdb/...
分类:数据库   时间:2014-12-15 15:20:12    阅读次数:316
centos 7.0安装花生壳
没有wget 先下载get 命令 yum -y install wget1.下载花生壳[root@localhost ~]# wget http://download.oray.com/peanuthull/linux/phddns-2.0.6.x86_64.tar.gz2.解压tar.gz[roo...
分类:其他好文   时间:2014-12-14 18:23:21    阅读次数:2151
EPEL for CentOS or Redhat
注:地址可能会变 RHEL/CentOS 7 64 Bit # wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm # rpm -ivh epel-release-7-0.2.noarch.rpm RHEL/CentOS 6 32-64 Bit ## RHE...
分类:其他好文   时间:2014-12-14 17:13:25    阅读次数:186
openwrt opkg update wget returned 4 wget returned 1
最近在正捣鼓mt7620芯片的路由器,刷入openwrt Pandora系统以后想装wifidog实现web认证。我用我自己的一个水星的路由器PPPOE拨号,通过水星的lan口连接网线到我openwrt系统的路由器的lan口,把openwrt的DHCP服务关掉,想让openwrt能连接网络。但是用x...
分类:其他好文   时间:2014-12-14 17:05:45    阅读次数:2178
centos 7.0 菜鸟接触命令 记录
centos 7.0 最小化安装查看IPip addr查看外网IPcurl ifconfig.me重启shutdown -r now安装wgetyum -y install wget查看所有文件ls --all进入目录cd 目录名解压.tar.gz文件tar zxvf 文件名.tar.gz强制删除文...
分类:其他好文   时间:2014-12-14 10:35:42    阅读次数:458
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!