Though it is old , Howto: Upstart on and This page contains information about using Upstart on Fedora
/etc/event.d/rcS-sulogin → inittab
/etc/event.d/rcS → inittab
火曜日, 3月 31, 2009
Linux From Scratch
Linux From Scratch
Excerpt from the front page of the Linux From Scratch
Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
Currently, the Linux From Scratch organization consists of the following subprojects:
- LFS :: Linux From Scratch is the main book, the base from which all other projects are derived.
- BLFS :: Beyond Linux From Scratch helps you extend your finished LFS installation into a more customized and usable system.
- ALFS :: Automated Linux From Scratch provides tools for automating and managing LFS and BLFS builds.
- CLFS :: Cross Linux From Scratch provides the means to cross-compile an LFS system on many types of systems.
- HLFS :: Hardened Linux From Scratch focuses on building an LFS system with heightened security.
- Hints :: The Hints project is a collection of documents that explain how to enhance your LFS system in ways that are not included in the LFS or BLFS books.
- LiveCD :: The LiveCD project provides a CD that is useful as an LFS build host or as a general rescue CD.
- Patches :: The Patches project serves as a central repository for all patches useful to an LFS user.
Combine multiple PDFs into one file in Ubuntu Linux
Combine multiple PDFs into one file in Ubuntu Linux
- The formal way
- sudo apt-get install gs pdftk
- gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf
- The simpler way
pdftk 1.pdf 2.pdf cat output combined.pdf
PM based equivalent of Remastersys
RPM-Based equivalent of Remastersys?
- Debian, and Debian based Linux distributions ⇒ Remastersys
- Fedora based Linux distributions ⇒ Revisor
Fedora equivalent of Debian's/Ubuntu's build-essential?
Fedora equivalent of Debian's/Ubuntu's build-essential?
- Meta-package for Debian based system:build-essential
- Fedora:
- Full-fledged style
su -
yum groupinstall "Development Tools" "Development Libraries"
Or:
yum install yumex
then open YUMEX, and search Groups tab.
- closer to Ubuntu's build-essential
yum install make automake gcc gcc-c++ kernel-devel
- Install the KDE Development Group
yum groupinstall "KDE Software Development"
月曜日, 3月 30, 2009
登録:
投稿 (Atom)