- OS : Ubuntu 14.04.1 LTS Desktop 64-bit (http://www.ubuntu.com/download/alternative-downloads#external)
- Python Distribution : Anaconda Python (https://store.continuum.io/cshop/anaconda/)
- Hardware : Lenovo Thinkpad L440
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Extract a tar.gz file in one go, 7z x wordpress-4.9.8.tar.gz -so | 7z x -aoa -si -ttar -o..\site\dist | |
x - extract mode | |
-so - flush into standard output | |
-aoa - overwrite all files, no prompt | |
-t - type of archive (tar here) | |
-si - consume from standard input | |
Source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lsb_release -a | |
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch | |
Distributor ID: CentOS | |
Description: CentOS release 6.7 (Final) | |
Release: 6.7 | |
Codename: Final | |
$ sudo yum -y install gcc gcc-c++ make flex bison gperf ruby \ | |
openssl-devel freetype-devel fontconfig-devel libicu-devel sqlite-devel \ | |
libpng-devel libjpeg-devel |