Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Recent kernels have incorporated a new ATA (IDE) hard drive driver,
libata. Because of this, parallel ATA drives (PATA) now show up as SCSI
drives, as serial ATA (SATA) have always done. However, not all rescue
distributions (e.g. finix) use this new driver. There is a line toward
the bottom of link:#save.metadata[`save.metadata`] wich very carefully
the bottom of link:#save.metadata[`save.metadata`] which very carefully
replaces "/dev/sda" with "/dev/hda". Use this as a template if you have
multiple IDE hard drives. Comment it out or delete it if this is not an
issue for you.
Expand Down Expand Up @@ -533,7 +533,7 @@ different versions of Linux pick up different geometries, so the
geometry implicit in the file `dev.hdX` is incorrect. To force it to be
correct on http://www.knoppix.org/[Knoppix], edit
link:#make.dev.hda[`make.dev.x`]. Use the -C, -H and -S options to fdisk
to specify the cylnders, heads and sectors, respectively. Those you can
to specify the cylinders, heads and sectors, respectively. Those you can
get from the file `fdisk.hdX` in the root directory of the ZIP drive.
Then re-run it.

Expand Down Expand Up @@ -761,7 +761,7 @@ I'm doing this recovery thing by copying the backups over the network to
other machine. The restore involves booting the Knoppix cd, fetching the
metadata.tar.gz from the network machine. Then make.dev, mount.dev,
fetching the other tar.gz files, grub and reboot. Some typing involved
but thanks to your scripts it's quite straighforward. Unless changing
but thanks to your scripts it's quite straightforward. Unless changing
from ide to scsi or something, but even then it's not that difficult,
since Linux is easy to restore to different hardware.
______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NOTE: All of the commands in this guide assume that the user is running the comm

=== Package Management Systems: A Brief Overview

In a Windows environment, programs are packaged in .exe or .msi installers which will then install most of the files needed to run the program. If your computer doesn't have some dependant applications, then the program that you are trying to run will either not install or not run properly. You will then have to scour the internet in order to find the missing required applications or libraries. For example in CentOS 7, in order to install the VIM text editor, I need to add the following packages:
In a Windows environment, programs are packaged in .exe or .msi installers which will then install most of the files needed to run the program. If your computer doesn't have some dependent applications, then the program that you are trying to run will either not install or not run properly. You will then have to scour the internet in order to find the missing required applications or libraries. For example in CentOS 7, in order to install the VIM text editor, I need to add the following packages:

....
gpm-libs x86_64 1.20.7-5.el7 base 32 k
Expand Down Expand Up @@ -112,7 +112,7 @@ In Debian and systems based on it such as Ubuntu, Linux Mint, and Raspbian, the

Fedora and enterprise level distributions like Red Hat Enterprise Linux (RHEL), CentOS, and Oracle Linux use RPM files. In CentOS, Oracle, and RHEL, yum is used to interact with both individual package files and repositories. In recent versions of Fedora, yum has been replaced by dnf, a modernized fork which retains most of yum's functionality.

SuSE also uses RPM files. However, the package management software is known as zypper. Zypper's command line interface is very similar to yum. SuSE also has a build-in gui called YasT that can handle package management and can be accessed from a graphical mode or from the command line.
SuSE also uses RPM files. However, the package management software is known as zypper. Zypper's command line interface is very similar to yum. SuSE also has a built-in gui called YasT that can handle package management and can be accessed from a graphical mode or from the command line.

FreeBSD's binary package system is administered with the pkg command. FreeBSD also offers the Ports Collection, a local directory structure and tools which allow the user to fetch, compile, and install packages directly from source using Makefiles. It's usually much more convenient to use pkg, but occasionally a pre-compiled package is unavailable, or syou may need to change compile-time options.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource.</simpara>
</section>
<section xml:id="_package_management_systems_a_brief_overview">
<title>Package Management Systems: A Brief Overview</title>
<simpara>In a Windows environment, programs are packaged in .exe or .msi installers which will then install most of the files needed to run the program. If your computer doesn’t have some dependant applications, then the program that you are trying to run will either not install or not run properly. You will then have to scour the internet in order to find the missing required applications or libraries. For example in CentOS 7, in order to install the VIM text editor, I need to add the following packages:</simpara>
<simpara>In a Windows environment, programs are packaged in .exe or .msi installers which will then install most of the files needed to run the program. If your computer doesn’t have some dependent applications, then the program that you are trying to run will either not install or not run properly. You will then have to scour the internet in order to find the missing required applications or libraries. For example in CentOS 7, in order to install the VIM text editor, I need to add the following packages:</simpara>
<literallayout class="monospaced"> gpm-libs x86_64 1.20.7-5.el7 base 32 k
groff-base x86_64 1.22.2-8.el7 base 942 k
perl x86_64 4:5.16.3-286.el7 base 8.0 M
Expand Down Expand Up @@ -168,7 +168,7 @@ resource.</simpara>
</informaltable>
<simpara>In Debian and systems based on it such as Ubuntu, Linux Mint, and Raspbian, the package format is the .deb file. Apt, the Advanced Packaging Tool, provides commands used for most common operations: Searching repositories, installing collections of packages and their dependencies, and managing upgrades. APT commands operate as a front-end to the lower-level dpkg utility, which handles the installation of individual .deb files on the local system, and is sometimes invoked directly.</simpara>
<simpara>Fedora and enterprise level distributions like Red Hat Enterprise Linux (RHEL), CentOS, and Oracle Linux use RPM files. In CentOS, Oracle, and RHEL, yum is used to interact with both individual package files and repositories. In recent versions of Fedora, yum has been replaced by dnf, a modernized fork which retains most of yum’s functionality.</simpara>
<simpara>SuSE also uses RPM files. However, the package management software is known as zypper. Zypper’s command line interface is very similar to yum. SuSE also has a build-in gui called YasT that can handle package management and can be accessed from a graphical mode or from the command line.</simpara>
<simpara>SuSE also uses RPM files. However, the package management software is known as zypper. Zypper’s command line interface is very similar to yum. SuSE also has a built-in gui called YasT that can handle package management and can be accessed from a graphical mode or from the command line.</simpara>
<simpara>FreeBSD’s binary package system is administered with the pkg command. FreeBSD also offers the Ports Collection, a local directory structure and tools which allow the user to fetch, compile, and install packages directly from source using Makefiles. It’s usually much more convenient to use pkg, but occasionally a pre-compiled package is unavailable, or syou may need to change compile-time options.</simpara>
</section>
<section xml:id="_update_package_lists">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ Section1 title
Section2 title
~~~~~~~~~~~~~~

This is a table with two colums:
This is a table with two columns:

.Table title
[cols=",",options="header",]
|=======================================
|first colum header |second colum header
|first column header |second column header
|item |meaning
|item |meaning
|item |meaning
Expand Down
10 changes: 5 additions & 5 deletions LDP/users/Jason-Evans/Templates/Guide/lyx/ldp-guide-chap2.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ name "sectux5f02ux5f02ux5f01"
\end_layout

\begin_layout Standard
This is a table with two colums:
This is a table with two columns:
\end_layout

\begin_layout Standard
Expand Down Expand Up @@ -311,7 +311,7 @@ Table title
\begin_inset Text

\begin_layout Plain Layout
first colum header
first column header
\end_layout

\end_inset
Expand All @@ -320,7 +320,7 @@ first colum header
\begin_inset Text

\begin_layout Plain Layout
second colum header
second column header
\end_layout

\end_inset
Expand All @@ -331,7 +331,7 @@ second colum header
\begin_inset Text

\begin_layout Plain Layout
first colum header
first column header
\end_layout

\end_inset
Expand All @@ -340,7 +340,7 @@ first colum header
\begin_inset Text

\begin_layout Plain Layout
second colum header
second column header
\end_layout

\end_inset
Expand Down
2 changes: 1 addition & 1 deletion LDP/users/Jason-Evans/Templates/Howto/adoc/ldp-howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ in order?
Distribution News
~~~~~~~~~~~~~~~~~

If there is any news specific to each of the distrobutions of Linux, you
If there is any news specific to each of the distributions of Linux, you
can include it here.

[[install]]
Expand Down
2 changes: 1 addition & 1 deletion LDP/users/Jason-Evans/Templates/Howto/lyx/ldp-howto.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ name "distro-news"
\end_layout

\begin_layout Standard
If there is any news specific to each of the distrobutions of Linux, you
If there is any news specific to each of the distributions of Linux, you
can include it here.
\end_layout

Expand Down