码迷,mamicode.com
首页 >  
搜索关键字:unzip    ( 1013个结果
搭建LAMP
1cd/etc/yum.repos.d2vidvd.repo3cat/etc/hosts4vidvd.repo5cat/etc/hosts6cd7cat/etc/hostname8vi/etc/hostname9hostname10login11pingfanyabo12vi/etc/hosts13pingfanyabo14vi/etc/hosts15pingfanyabo16ls/opt17mk
分类:其他好文   时间:2018-09-13 18:31:54    阅读次数:174
Linux编程 8 (挂载mount,查看磁盘df du,搜索grep,压缩zgip,归档tar)
一. 挂载存储媒体 linux文件系统将所有的磁盘都并入一个虚拟目录下,当使用新的存储媒体之前,需要把它放到虚拟目录下,这项工作称为挂载(mounting) 1.1 mount 命令 在linux上用来挂载媒体的命令叫做mount. 默认情况下,mount命令会输出当前系统上的挂载的设备列表。 1. ...
分类:系统相关   时间:2018-09-12 20:20:36    阅读次数:250
ES6安装head插件
1.下载head插件:wget https://github.com/mobz/elasticsearch-head/archive/master.zip 2.解压安装包:unzip master.zip 之后,将会出现一个elasticsearch-head-master文件夹 3.下载解压安装n ...
分类:其他好文   时间:2018-09-11 19:34:54    阅读次数:194
从0开始编译安卓 9.0
手机是 Google Pixel XL 编译环境的准备 https://source.android.com/source/initializing https://source.android.com/source/building ubuntu 16.0.4 x64 需要安装的软件包 sudo ...
分类:移动开发   时间:2018-09-08 13:12:38    阅读次数:283
linux常用命令
1.查看端口占用 netstat tunlp|grep 8080 2.创建文件夹 mkdir hello 3.创建文件 touch hello.js 4.复制文件夹 cp -r hello /app/hello 5.解压 unzip aa.zip A 6.压缩 zip -r -q aaa.zip * ...
分类:系统相关   时间:2018-09-05 17:41:49    阅读次数:258
Ubuntu 使用unzip解压乱码的问题
由于win使用的是GBK编码,在win下打包zip的压缩文件在ubuntu下使用unzip解压会出现乱码的问题。 解决方案: 换软件,不用unzip,使用unar 18.04是默认安装的,如果没有默认安装可以使用 这个命令安装。 1.列出压缩包的内容 2.解压 3.常用选项 ...
分类:系统相关   时间:2018-09-04 17:08:59    阅读次数:300
xampp 安装 bbs
1,下载Discuz_X3.2_SC_UTF8.zip 2,unzip Discuz_X3.2_SC_UTF8.zip 3,cd /opt/lampp/htdocs/ mkdir bbs 4,在第二步解压缩有一个文件夹upload cp -r upload/* /opt/lampp/htdocs/b ...
分类:其他好文   时间:2018-09-02 12:33:44    阅读次数:159
unzip/tar命令详解
博客目录总纲首页 原文链接:https://www.cnblogs.com/zdz8207/p/3765604.html Linux下的压缩解压缩命令详解及实例 实例:压缩服务器上当前目录的内容为xxx.zip文件 zip -r xxx.zip ./* 解压zip文件到当前目录 unzip file ...
分类:其他好文   时间:2018-09-02 01:49:13    阅读次数:197
Ubuntu解压windows下的.zip文件出现乱码的解决办法
乱码类似这样的:╫╩┴╧╖┤╤▌▓т╒╛╦┘╢╚│ 这个主要是因为zip文件对文件名的编码默认为当前环境的locale,如在windows下压缩的zip文件,在linux下其中的中文名便会乱码。这是zip格式的缺陷,所以目前并没有很完美的解决办法。 解决方法 在解压时,加上一个参数-O unzip ...
分类:Windows程序   时间:2018-08-25 17:29:33    阅读次数:206
最全的Centos6.10详细安装Oracle 11G R2图文教程
平台:Centos6.10x64带图形配置4G4核心cpu200G硬盘第一步、安装依赖yuminstall-ybinutilscompat-libcap1compat-libstdc++-33gccgcc-c++glibcglibc-develkshlibgcclibstdc++libstdc++-devellibaiolibaio-develmakesysstatunixODBC-develpd
分类:数据库   时间:2018-08-24 17:23:56    阅读次数:1207
1013条   上一页 1 ... 29 30 31 32 33 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!