Posts

Showing posts from November, 2016

Install pulp-admin and using with Katello

To install pulp-admin , use the following command:   yum install pulp-rpm-admin-extensions.noarch pulp-admin-client pulp-rpm-handlers.noarch Authenticate to pulp in every pulp-admin call To run a single pulp-admin command, use:   #pulpAdminPassword=$(grep ^default_password /etc/pulp/server.conf | cut -d' ' -f2)   #pulp-admin -u admin -p $pulpAdminPassword rpm repo list

Split DNS Server to use internal and external ip

First we need to setup our /etc/named.conf configuration options {         listen-on port 53 { 127.0.0.1; 192.168.0.107; };         listen-on-v6 port 53 { ::1; };         directory       "/var/named";         dump-file       "/var/named/data/cache_dump.db";         statistics-file "/var/named/data/named_stats.txt";         memstatistics-file "/var/named/data/named_mem_stats.txt";         allow-query     { any; };          forwarders {                 8.8.8.8; 8.8.4.4;         };         dnssec-enable yes;         dnssec-validation yes;         bindkeys-file "/etc/named.iscdlv.key";         managed-keys-directory "/var/named/dynamic";         pid-file "/run/named/named.pid";         session-keyfile "/run/named/session.key"; }; logging {         channel default_debug {                 file "data/named.run";                 severity dynamic;         }; }; #Create a Acce

Video Conference with Jitsi

1. Installation: Operating system used Debian 8 Add the repository echo ' deb https://download.jitsi.org stable/ ' >> /etc/apt/sources.list.d/jitsi-stable.list wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - Update the package lists apt-get update Install Jitsi Meet apt-get -y install jitsi-meet   During the installation, you will be asked to enter the hostname of the Jitsi Meet instance. If you have a FQDN hostname for the instance already set up in DNS, enter it there. If you don't have a resolvable hostname, you can enter the IP address of the machine (if it is static or doesn't change).   Open a conference Launch a web browser (Chrome, Chromium or latest Opera) and enter in the URL bar the hostname (or IP address) you used in the previous step. SSL Certificate If you have you sign certificate just rename with domain.name.crt and domain.name.key and copy to /var/lib/prosody/ ex. conference.examp