Re: [CentOS] where did SCL go?

2016-02-22 Thread Johnny Hughes
On 02/20/2016 05:41 PM, Jason Welsh wrote:
> I believe it's because I'm using the 32 bit flavor of centos. Of course I
> found a doc stating that right after I sent the email.
> 
> Thanks,
> Jason


Yes, no SCLs for i686 only x86_64

> On Feb 20, 2016 2:18 PM, "Lamar Owen"  wrote:
> 
>> On 02/19/2016 08:55 PM, jason welsh wrote:
>>
>>> No package centos-release-SCL available.
>>> Error: Nothing to do
>>> monsterjam.org:/etc/letsencrypt/archive/monsterjam # cat
>>> /etc/centos-release
>>> CentOS release 6.7 (Final)
>>> monsterjam:/etc/letsencrypt/archive/monsterjam #
>>>
>>> any ideas?
>>>
>>> Try centos-release-scl instead.
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [ WAY OFF-TOPIC ] Re: quote folding on mail clients

2016-02-22 Thread Ricardo J. Barberis
El Viernes 19/02/2016, Anthony K escribió:
> On Fri, 2016-02-19 at 11:15 -0300, Ricardo J. Barberis wrote:
> > Then please, also trim your mails before posting if possible, so we don't
> > have to scroll several pages just to read a one-or-two-lines reply :)
>
> I'm with you on this one!
>
> It so irritates that I've been searching for mail readers that have a
> plug-in to fold quoted sections - know of any?  Haven't found one yet, but
> I'm still looking.

I know it's not for everybody, but kmail has an option for it:

Settings -> Configure Kmail -> Appearance -> Message Window -> Show 
expand/collapse quote marks

BTW, I'm not so sure about "Appearance", as I have my system configured in 
spanish, when I switch to english some strings are still in spanish. But you 
should find it :)

Cheers,
-- 
Ricardo J. Barberis
Usuario Linux Nº 250625: http://counter.li.org/
Usuario LFS Nº 5121: http://www.linuxfromscratch.org/
Senior SysAdmin / IT Architect - www.DonWeb.com
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Substitute pdftk with other command

2016-02-22 Thread Dario Lesca
Il giorno gio, 18/02/2016 alle 21.04 +, Harold Toms ha scritto:
> I would recommend that you do *not* do this. Installing C6 packages
> on C7 is a really bad idea. Instead perhaps try using cpdf:
> 
> http://community.coherentpdf.com/
Ok, cpdf is very interesting, thank you, I did not know it.
I have build it on my Centos 7 + EPEL with this simple procedure:
# http://community.coherentpdf.com/
$ sudo yum install ocaml-ocamldoc ocaml-findlib -y

# $ mkdir ~/cpdf
# $ cd ~/cpdf
$ wget https://github.com/johnwhitington/camlpdf/archive/master.zip
-O camlpdf-master.zip
$ wget https://github.com/johnwhitington/cpdf-source/archive/master.
zip -O cpdf-source-master.zip
$ sh -xc 'unzip camlpdf-master.zip; cd camlpdf-master && make &&
sudo make install'
$ sh -xc 'unzip cpdf-source-master.zip; cd cpdf-source-master &&
make && sudo make install'
$ sudo cp -a cpdf-source-master/cpdf  /usr/local/bin/cpdf
$ cpdf -version
Now I can substitute pdftk with cpdf ...
Many thanks

-- 
Dario Lesca
(inviato dal mio Linux Fedora 23 Workstation)
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos