diff --git a/LDP/users/Jason-Evans/Package-Management-Basics.adoc b/LDP/users/Jason-Evans/Package-Management-Basics.adoc index 624002d3..48200222 100644 --- a/LDP/users/Jason-Evans/Package-Management-Basics.adoc +++ b/LDP/users/Jason-Evans/Package-Management-Basics.adoc @@ -47,7 +47,9 @@ resource. === What do you need? -This guide covers Debian, Ubuntu, CentOS, Fedora, SuSE, and FreeBSD and will require one of those distributions to be installed +This guide covers Debian, Ubuntu, CentOS, Fedora, SuSE, and FreeBSD and will require one of those distributions to be installed. + +NOTE: All of the commands in this guide assume that the user is running the commands as root or with `sudo`. Package Management Systems: A Brief Overview -------------------------------------------- @@ -78,9 +80,7 @@ FreeBSD's binary package system is administered with the pkg command. FreeBSD al Update Package Lists ~~~~~~~~~~~~~~~~~~~~ -Most systems keep a local database of the packages available from remote repositories. It's best to update this database before installing or upgrading packages. As a partial exception to this pattern, yumand dnf will check for updates before performing some operations, but you can ask them at any time whether updates are available. - -NOTE: All of the commands in this guide assume that the user is running the commands as root or with `sudo`. +Most systems keep a local database of the packages available from remote repositories. It's best to update this database before installing or upgrading packages. As a partial exception to this pattern, yum and dnf will check for updates before performing some operations, but you can ask them at any time whether updates are available. [cols="^,^",options="header",] |========================================= diff --git a/LDP/users/Jason-Evans/Templates/FAQ/ldp-faq.lyx b/LDP/users/Jason-Evans/Templates/FAQ/lyx/ldp-faq.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/FAQ/ldp-faq.lyx rename to LDP/users/Jason-Evans/Templates/FAQ/lyx/ldp-faq.lyx diff --git a/LDP/users/Jason-Evans/Templates/Guide/ldp-appendix.lyx b/LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-appendix.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/Guide/ldp-appendix.lyx rename to LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-appendix.lyx diff --git a/LDP/users/Jason-Evans/Templates/Guide/ldp-bibliography.lyx b/LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-bibliography.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/Guide/ldp-bibliography.lyx rename to LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-bibliography.lyx diff --git a/LDP/users/Jason-Evans/Templates/Guide/ldp-glossary.lyx b/LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-glossary.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/Guide/ldp-glossary.lyx rename to LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-glossary.lyx diff --git a/LDP/users/Jason-Evans/Templates/Guide/ldp-guide-chap1.lyx b/LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-chap1.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/Guide/ldp-guide-chap1.lyx rename to LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-chap1.lyx diff --git a/LDP/users/Jason-Evans/Templates/Guide/ldp-guide-chap2.lyx b/LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-chap2.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/Guide/ldp-guide-chap2.lyx rename to LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-chap2.lyx diff --git a/LDP/users/Jason-Evans/Templates/Guide/ldp-guide-main.lyx b/LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-main.lyx similarity index 100% rename from LDP/users/Jason-Evans/Templates/Guide/ldp-guide-main.lyx rename to LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-main.lyx diff --git a/LDP/users/Jason-Evans/pushit.sh b/LDP/users/Jason-Evans/pushit.sh index 22b91768..fa7e33e3 100755 --- a/LDP/users/Jason-Evans/pushit.sh +++ b/LDP/users/Jason-Evans/pushit.sh @@ -1,6 +1,6 @@ #!/bin/bash date=`date +%D-%T` -#git pull -m `echo $DATE` -git commit -a -m echo $DATE +git pull +git commit -a -m $DATE git push