- Install dependencies
sudo yum install sudo rng-tools postgresql-server httpd httpd-devel mod_ssl gcc make expat expat-devel mod_perl mod_perl-devel perl-Digest-SHA perl-Digest-SHA libxml2 libxml2-devel perl-XML-LibXML uuid-perl perl-DBD-Pg bind bind-utils perl-JSON rsync perl-Unicode-String perl-Config-Simple perl-Module-Pluggable perl-MIME-Lite perl-CPAN perl-Class-Accessor perl-YAML perl-XML-Parser uuid uuid-devel uuid-perl perl-Net-DNS perl-DateTime-Format-DateParse perl-IO-Socket-INET6 openssl-devel perl-Module-Install wget perl-Net-SSLeay perl-Class-Trigger perl-Date-Manip libuuid-devel wget http://dl.fedoraproject.org/pub/epel/6/x86_64/libapreq2-2.13-1.el6.x86_64.rpm wget http://dl.fedoraproject.org/pub/epel/6/x86_64/libapreq2-devel-2.13-1.el6.x86_64.rpm wget http://dl.fedoraproject.org/pub/epel/6/x86_64/perl-libapreq2-2.13-1.el6.x86_64.rpm sudo rpm -i libapreq2-2.13-1.el6.x86_64.rpm libapreq2-devel-2.13-1.el6.x86_64.rpm perl-libapreq2-2.13-1.el6.x86_64.rpm
This file contains hidden or 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
| [herrold@centos-6 rph-shell-tools]$ git pull | |
| remote: Counting objects: 6, done. | |
| remote: Compressing objects: 100% (3/3), done. | |
| remote: Total 4 (delta 1), reused 3 (delta 1) | |
| Unpacking objects: 100% (4/4), done. | |
| From github.com:herrold/tool-tips | |
| 6d67954..b418417 master -> origin/master | |
| Updating 6d67954..b418417 | |
| Fast-forward | |
| README.md | 3 +++ |
This file contains hidden or 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
| 1503 May 01 12:42 cd rph-shell-tools/ | |
| 1504 May 01 12:42 s | |
| 1505 May 01 12:42 ls | |
| 1506 May 01 12:45 ls -al | |
| 1507 May 01 12:45 vi README | |
| 1508 May 01 12:46 mv README README.md | |
| 1509 May 01 12:46 git add README.md | |
| 1510 May 01 12:46 ls | |
| 1511 May 01 12:46 git add broken-system | |
| 1512 May 01 12:46 git add broken-system/slow-steady.sh |
This file contains hidden or 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
| 0 texlive-collection-fontsrecommended | |
| 75627 liberation-fonts-common | |
| 76660 bitmap-fixed-fonts | |
| 107843 texlive-latex-fonts | |
| 130455 dejavu-fonts-common | |
| 157274 abattis-cantarell-fonts | |
| 187305 texlive-fontspec | |
| 225430 bitmap-lucida-typewriter-fonts | |
| 329427 lklug-fonts |
This file contains hidden or 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
| mini2013:lsb-rph herrold$ ./tests/distro/userNames.py | |
| Traceback (most recent call last): | |
| File "./tests/distro/userNames.py", line 29, in <module> | |
| print 'UID and or GID for user %s do not match specification' %usr | |
| NameError: name 'usr' is not defined | |
| mini2013:lsb-rph herrold$ uname -a | |
| Darwin mini2013.first.owlriver.net 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64 | |
| mini2013:lsb-rph herrold$ cd .. | |
| mini2013:git herrold$ mkdir lsb-kat | |
| mini2013:git herrold$ cd lsb-kat |