This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux:local_repo_debian [2016/11/25 12:34] admin [Sample output:] |
linux:local_repo_debian [2016/11/25 13:15] (current) admin |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| apt-get install build-essential | apt-get install build-essential | ||
| </code> | </code> | ||
| - | |||
| ===== Install Apache ===== | ===== Install Apache ===== | ||
| Line 22: | Line 21: | ||
| </code> | </code> | ||
| - | To test if Apache is working, open up your web browser and navigate to: http://localhost | + | To test if Apache is working, open up your web browser and navigate to: http://192.168.1.150 |
| You should see the following output: | You should see the following output: | ||
| + | |||
| + | {{ :linux:apache2-debian-default-page-it-works-google-chrome_0011.jpg?nolink |}} | ||
| ===== Create A directory to store all packages ===== | ===== Create A directory to store all packages ===== | ||
| Line 60: | Line 61: | ||
| To verify the files, navigate to http://192.168.1.150/packages/amd64/ from your browser. You will see all packages of your Debian DVD’s. Here 192.168.1.150 is my Debian 8 server’s IP address. | To verify the files, navigate to http://192.168.1.150/packages/amd64/ from your browser. You will see all packages of your Debian DVD’s. Here 192.168.1.150 is my Debian 8 server’s IP address. | ||
| - | Index of -packages-amd64 - Google Chrome_002 | + | {{ :linux:index-of-packages-amd64-google-chrome_002.jpg?nolink |}} |
| ===== Create Catalog file ===== | ===== Create Catalog file ===== | ||
| Line 79: | Line 80: | ||
| <code bash> | <code bash> | ||
| pkg-scanpackages: warning: Packages in archive but missing from override file: | pkg-scanpackages: warning: Packages in archive but missing from override file: | ||
| - | dpkg-scanpackages: warning: accountsservice acl acpi acpi-support-base acpid adduser adwaita-icon-theme apache2-bin apg apt apt-listchanges apt-offline apt-utils aptitude aptitude-common aptitude-doc-en aspell aspell-en at at-spi2-core avahi-daemon | + | dpkg-scanpackages: warning: accountsservice acl acpi acpi-support-base acpid |
| + | adduser adwaita-icon-theme apache2-bin apg apt apt-listchanges apt-offline | ||
| + | apt-utils aptitude aptitude-common aptitude-doc-en aspell aspell-en at | ||
| + | at-spi2-core avahi-daemon | ||
| [...] | [...] | ||
| - | xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware xterm xwayland xz-utils yelp yelp-xsl zenity zenity-common zlib1g | + | xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome |
| + | xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-savage | ||
| + | xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb xserver-xorg-video-tdfx | ||
| + | xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware xterm | ||
| + | xwayland xz-utils yelp yelp-xsl zenity zenity-common zlib1g | ||
| **dpkg-scanpackages: info: Wrote 1151 entries to output Packages file.** | **dpkg-scanpackages: info: Wrote 1151 entries to output Packages file.** | ||