» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase 8.04? The contents of 8.04 page and all pages directly attached to 8.04 will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
8.04

8.04

Tags Applied to 8.04

No one has tagged this page.

8.04 Wiki Pages

What is 8.04? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged 8.04

unir debian a un domino active directory

falta aclarar que se debe agregar 127.0.1.1 debian.pruebas.local al archivo hosts

Kubuntu: del.icio.us/tag/kubuntu

Howto install Fedora Directory Server (DS) 1.04 on Ubuntu 8.04 (Hardy Heron)

A directory server provides a centralized directory service for your intranet, network, and extranet information. Directory Server integrates with existing systems and acts as a centralized repository for the consolidation of employee, customer, supplier, and partner information. You can extend Directory Server to manage user profiles and preferences, as well as extranet user authentication.



Preparing your system

cd /home/

mkdir fds

cd fds

sudo apt-get install ssh

Download Fedora Directory Server Pre-built rpm

wget -c http://directory.fedoraproject.org/download/fedora-ds-1.0.4-1.FC6.i386.opt.rpm

Installing Alien Package

sudo apt-get install alien

Convert .rpm Package to .deb Package

sudo alien --scripts fedora-ds-1.0.4-1.FC6.i386.opt.rpm

Install Dependencies

wget http://mirrors.kernel.org/debian/pool/main/t/termcap-compat/termcap-compat_1.2.3_i386.deb

wget http://mirrors.kernel.org/debian/pool/main/libc/libc/libc5_5.4.46-15_i386.deb

wget http://mirrors.kernel.org/debian/pool/main/l/ld.so/ldso_1.9.11-15_i386.deb

sudo dpkg --install ldso_1.9.11-15_i386.deb

sudo dpkg --install libc5_5.4.46-15_i386.deb

sudo dpkg --install termcap-compat_1.2.3_i386.deb

Installing Java Run Time Environment

sudo apt-get install sun-java6-bin

Installing Apache2-mpm-worker

sudo apt-get install apache2-mpm-worker

sudo ln -s /usr/sbin/apache2 /usr/sbin/httpd

Installing .deb package

sudo dpkg -i fedora-ds_1.0.4-2_i386.deb

Creating a user and group for the daemon

sudo groupadd fds

sudo useradd -s /bin/false -g fds fds

Running Fedora-ds Setup Program

sudo /opt/fedora-ds/setup/setup -k

Please select the install mode:
1 - Express - minimal questions
2 - Typical - some customization (default)
3 - Custom - lots of customization
Please select 1, 2, or 3 (default: 2) 1

Hostname to use (default: facility-srv1.it-mgt.com)
Server user ID to use (default: nobody) fds
Server group ID to use (default: nobody) fds

Fedora configuration directory server
administrator ID [admin]:
Directory Manager DN [cn=Directory Manager]:

sudo cp /opt/fedora-ds/setup/install.inf /opt

sudo chmod 640 /opt/install.inf

sudo pico /opt/install.inf

Add the directive for ApacheRoot at the end of the file
...
[admin]
SysUser= root
Port= 16000
ServerIpAddress=
ServerAdminID= admin
ServerAdminPwd= dsadmin
ApacheDir= /usr/sbin
ApacheRoot= /usr/lib/apache2

Rerun the setup script with the new ApacheRoot directive

sudo /opt/fedora-ds/setup/setup -s -f /opt/install.inf

You can now use the console. Here is the command to use to start the console:

cd /opt/fedora-ds

./startconsole -u admin -a http://facility-srv1.it-mgt.com:/

Adjusting the admin-server's httpd.conf file

sudo pico /opt/fedora-ds/admin-serv/config/httpd.conf

Comment out the following apache module

#LoadModule log_config_module /usr/lib/apache2/modules/mod_log_config.so

Starting the admin-server

sudo /opt/fedora-ds/start-admin

Persistent startup

sudo pico /etc/inti.d/local

#! /bin/sh
/opt/fedora-ds/slapd-fossedu/start-slapd
/opt/fedora-ds/start-admin

sudo chmod +x /etc/init.d/local

sudo update-rc.d local defaults 80

Ubuntu: OnlyUbuntu Tutorials

Howto install Fedora Directory Server (DS) 1.04 on Ubuntu 8.04 (Hardy Heron)

A directory server provides a centralized directory service for your intranet, network, and extranet information. Directory Server integrates with existing systems and acts as a centralized repository for the consolidation of employee, customer, supplier, and partner information. You can extend Directory Server to manage user profiles and preferences, as well as extranet user authentication.



Preparing your system

cd /home/

mkdir fds

cd fds

sudo apt-get install ssh

Download Fedora Directory Server Pre-built rpm

wget -c http://directory.fedoraproject.org/download/fedora-ds-1.0.4-1.FC6.i386.opt.rpm

Installing Alien Package

sudo apt-get install alien

Convert .rpm Package to .deb Package

sudo alien --scripts fedora-ds-1.0.4-1.FC6.i386.opt.rpm

Install Dependencies

wget http://mirrors.kernel.org/debian/pool/main/t/termcap-compat/termcap-compat_1.2.3_i386.deb

wget http://mirrors.kernel.org/debian/pool/main/libc/libc/libc5_5.4.46-15_i386.deb

wget http://mirrors.kernel.org/debian/pool/main/l/ld.so/ldso_1.9.11-15_i386.deb

sudo dpkg --install ldso_1.9.11-15_i386.deb

sudo dpkg --install libc5_5.4.46-15_i386.deb

sudo dpkg --install termcap-compat_1.2.3_i386.deb

Installing Java Run Time Environment

sudo apt-get install sun-java6-bin

Installing Apache2-mpm-worker

sudo apt-get install apache2-mpm-worker

sudo ln -s /usr/sbin/apache2 /usr/sbin/httpd

Installing .deb package

sudo dpkg -i fedora-ds_1.0.4-2_i386.deb

Creating a user and group for the daemon

sudo groupadd fds

sudo useradd -s /bin/false -g fds fds

Running Fedora-ds Setup Program

sudo /opt/fedora-ds/setup/setup -k

Please select the install mode:
1 - Express - minimal questions
2 - Typical - some customization (default)
3 - Custom - lots of customization
Please select 1, 2, or 3 (default: 2) 1

Hostname to use (default: facility-srv1.it-mgt.com)
Server user ID to use (default: nobody) fds
Server group ID to use (default: nobody) fds

Fedora configuration directory server
administrator ID [admin]:
Directory Manager DN [cn=Directory Manager]:

sudo cp /opt/fedora-ds/setup/install.inf /opt

sudo chmod 640 /opt/install.inf

sudo pico /opt/install.inf

Add the directive for ApacheRoot at the end of the file
...
[admin]
SysUser= root
Port= 16000
ServerIpAddress=
ServerAdminID= admin
ServerAdminPwd= dsadmin
ApacheDir= /usr/sbin
ApacheRoot= /usr/lib/apache2

Rerun the setup script with the new ApacheRoot directive

sudo /opt/fedora-ds/setup/setup -s -f /opt/install.inf

You can now use the console. Here is the command to use to start the console:

cd /opt/fedora-ds

./startconsole -u admin -a http://facility-srv1.it-mgt.com:/

Adjusting the admin-server's httpd.conf file

sudo pico /opt/fedora-ds/admin-serv/config/httpd.conf

Comment out the following apache module

#LoadModule log_config_module /usr/lib/apache2/modules/mod_log_config.so

Starting the admin-server

sudo /opt/fedora-ds/start-admin

Persistent startup

sudo pico /etc/inti.d/local

#! /bin/sh
/opt/fedora-ds/slapd-fossedu/start-slapd
/opt/fedora-ds/start-admin

sudo chmod +x /etc/init.d/local

sudo update-rc.d local defaults 80

Ubuntu: Only Ubuntu

Kubuntu 8.04 (Hardy Heron) Screenshots Tour

Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone.

(...)
Read the rest of Kubuntu 8.04 (Hardy Heron) Screenshots Tour (106 words)


© Admin for Debian Admin, 2008. | Permalink | No comment

Add to del.icio.us

Search blogs linking this post with Technorati

Want more on these topics ? Browse the archive of posts filed under Other Linux.

---
Related Articles at Debian Admin:

  • Ubuntu 8.04 (Hardy Heron) Screenshots Tour
  • Setup Easy Hosting Control Panel (ehcp) for Debian/Ubuntu
  • KDE 4.0 (Today Released) Screenshots Tour
  • How to install Postal 2 Fudge pack on Debian/Ubuntu.
  • Ubuntu 7.10 (Gutsy Gibbon) Screenshots Tour
  • Xubuntu 7.10 (gutsy gibbon) Screenshots Tour

  • Debian: Debian Admin Step By Step Tutorials and articles with screenshots

    HowTo setup Canon iRC 2880i printer in Ubuntu 8.04 (Hardy Heron)

    If you want to setup Canon iRC 2880i printer in Hardy follow this procedure

    1. Goto System->Administration->Printing

    2. Create a new printer queue


    3. Select the type of connection to the printer (mine is Windows Printer via SAMBA)

    4. Input the printer settings eg: 10.0.0.1/NameOfPrinter and authentication if needed

    5. For drivers use Generic->PCL 5c->Generic PCL 5c Printer Foomatic/hpijs

    6. Give it a name and you're set to go

    If you would also like to print in colour then this is where the fun begins.

    You will need the UFR Printer Drivers from Canon .

    If you're using the iRC 2880 then you can go straight here

    Once you have the drivers and have extracted them then follow these steps.

    Note: If you are using a version of Ubuntu that is older than Hardy you should just be able to run the deb file in the Debian folder and then you can skip to step 6

    1. If you try and run the deb file in the Debian folder in Hardy it will give a dependency error regarding libcupsys2-gnutls10. So...

    2. Run sudo apt-get install alien

    3. Go to the extracted drivers RPM directory in a Terminal

    4. Run sudo alien -c *.rpm (The -c will include any scripts in the package)

    5. Run your newly created deb packages. First the cups common one then the driver one.

    6. Follow the intructions above for the setting up of only black & white printing up to and including step 4

    7. For drivers use Canon->iR C2880/C3380 UFR II->iR C2880/C3380 UFR II (or whatever model you are using)

    8. Give it a name and you should now be printing in colour

    In case you were wondering why you get the dependency error in step 1, the reason is that the Debian package was converted from a RPM one, using alien. Alien picked up the dependencies that where present on the system that the package was initially created.

    Source from here

    Ubuntu: OnlyUbuntu Tutorials

    HowTo setup Canon iRC 2880i printer in Ubuntu 8.04 (Hardy Heron)

    If you want to setup Canon iRC 2880i printer in Hardy follow this procedure

    1. Goto System->Administration->Printing

    2. Create a new printer queue


    3. Select the type of connection to the printer (mine is Windows Printer via SAMBA)

    4. Input the printer settings eg: 10.0.0.1/NameOfPrinter and authentication if needed

    5. For drivers use Generic->PCL 5c->Generic PCL 5c Printer Foomatic/hpijs

    6. Give it a name and you're set to go

    If you would also like to print in colour then this is where the fun begins.

    You will need the UFR Printer Drivers from Canon .

    If you're using the iRC 2880 then you can go straight here

    Once you have the drivers and have extracted them then follow these steps.

    Note: If you are using a version of Ubuntu that is older than Hardy you should just be able to run the deb file in the Debian folder and then you can skip to step 6

    1. If you try and run the deb file in the Debian folder in Hardy it will give a dependency error regarding libcupsys2-gnutls10. So...

    2. Run sudo apt-get install alien

    3. Go to the extracted drivers RPM directory in a Terminal

    4. Run sudo alien -c *.rpm (The -c will include any scripts in the package)

    5. Run your newly created deb packages. First the cups common one then the driver one.

    6. Follow the intructions above for the setting up of only black & white printing up to and including step 4

    7. For drivers use Canon->iR C2880/C3380 UFR II->iR C2880/C3380 UFR II (or whatever model you are using)

    8. Give it a name and you should now be printing in colour

    In case you were wondering why you get the dependency error in step 1, the reason is that the Debian package was converted from a RPM one, using alien. Alien picked up the dependencies that where present on the system that the package was initially created.

    Source from here

    Ubuntu: Only Ubuntu

    Page 1 | Next >>
    Username:
    Password:
    (or Cancel)