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
TAR(1) User Commands TAR(1) | |
NAME | |
tar - manual page for tar 1.23 | |
SYNOPSIS | |
tar [OPTION...] [FILE]... |
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
$ \curl -L https://get.rvm.io | bash -s head --debug | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 15445 100 15445 0 0 21562 0 --:--:-- --:--:-- --:--:-- 179k | |
Turning on debug mode. | |
Downloading RVM from wayneeseguin branch master | |
Running(8): curl --fail --location --max-redirs 10 https://github.com/wayneeseguin/rvm/archive/master.tar.gz -o /home/regtick/.rvm/archives/wayneeseguin-rvm-master.tgz % Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1078k 100 1078k 0 0 1077k 0 0:00:01 0:00:01 --:--:-- 3998k | |
Running(6): gtar xzf /home/regtick/.rvm/archives/wayneeseguin-rvm-master.tgz --no-same-owner --strip-components 1gtar: install: Cannot create symlink to `scripts/install': Permission denied |
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
$ cat /proc/version | |
Linux version 3.2.45 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue May 14 10:21:52 CDT 2013 | |
$ rm -rf ~/.rvm | |
$ \curl -#L https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable --debug | |
######################################################################## 100.0% | |
Turning on debug mode. | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current |
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
$ cat /proc/version | |
Linux version 3.2.45 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue May 14 10:21:52 CDT 2013 | |
$ \curl -#L https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable --rails | |
######################################################################## 100.0% | |
Please read and follow further instructions. | |
Press ENTER to continue. | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 124 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |