Re: [CentOS] GnuPG 2.0.16?

2018-04-02 Thread Karl Vogel
>> On Thu, 29 Mar 2018 10:53:05 -0700,
>> Kay Schenk  said:

K> Does anyone know where I can find GnuPG 2.0.16 for CentOS 6.9 32-bit?

   Do you want something that old?  2.0.17 came out in 2011.  I run
   Oracle Linux 6.9 (basically RHEL without the trademarks) -- if you're
   comfortable building from source, GnuPG-2.2.5 wasn't hard.  This is
   what I did:

   Download files:

 site='https://gnupg.org/ftp/gcrypt'

 curl $site/libassuan/libassuan-2.5.1.tar.bz2
 curl $site/libassuan/libassuan-2.5.1.tar.bz2.sig
 curl $site/libgcrypt/libgcrypt-1.8.2.tar.bz2
 curl $site/libgcrypt/libgcrypt-1.8.2.tar.bz2.sig
 curl $site/libgpg-error/libgpg-error-1.28.tar.bz2
 curl $site/libgpg-error/libgpg-error-1.28.tar.bz2.sig
 curl $site/libksba/libksba-1.3.5.tar.bz2
 curl $site/libksba/libksba-1.3.5.tar.bz2.sig
 curl $site/npth/npth-1.5.tar.bz2
 curl $site/npth/npth-1.5.tar.bz2.sig
 curl $site/gnupg/gnupg-2.2.5.tar.bz2
 curl $site/gnupg/gnupg-2.2.5.tar.bz2.sig

   Check the tarballs against GPG signatures and unpack.

   Build libraries first:

 export CC=gcc
 export CXX=g++
 export CFLAGS=-O2
 export LDFLAGS="-L/usr/local/lib"
 export CPPFLAGS="-I/usr/local/include"
 dest=/usr/local

 cd /path/to/libassuan-source
 ./configure --prefix=$dest --mandir=$dest/man
 make && make check && make install && make clean

 cd /path/to/libgcrypt-source
 ./configure --prefix=$dest --mandir=$dest/man
 make && make check && make install && make clean

 cd /path/to/libgpg-error-source
 ./configure --prefix=$dest --mandir=$dest/man
 make && make check && make install && make clean

 cd /path/to/libksba-source
 ./configure --prefix=$dest --mandir=$dest/man
 make && make check && make install && make clean

 cd /path/to/npth-source
 ./configure --prefix=$dest --mandir=$dest/man
 make && make check && make install && make clean

   Build gnupg -- this was more interesting because I needed the realtime
   library (librt) as well as a local ncurses library (libncursesw)
   to make readline stuff work.  You may not need this, depending on
   how your libraries are set up:

 export CC=gcc
 export CXX=g++
 export CFLAGS=-O2
 export LDFLAGS="-L/usr/local/lib -L/usr/lib64"
 export LIBS="-lreadline -lncursesw -lrt"
 export CPPFLAGS="-I/usr/local/include"
 dest=/usr/local

 cd /path/to/gnupg-source
 ./configure --prefix=$dest --mandir=$dest/man

   [change config.h to hold "#undef HAVE_INOTIFY_INIT" unless
   you have a very recent release of inotify sources]

 make && make check && make install && make clean

   It's a little tedious but it works.

--
Karl Vogel / vogelke+u...@pobox.com / I don't speak for the USAF or my company

About as useful as telling Indiana Jones to look both ways
before crossing the street.  --comment about Amazon IT documentation
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What is the universal (world wide) understanding behind degaussing harddisks?

2018-04-02 Thread m . roth
Fred Smith wrote:
> On Mon, Apr 02, 2018 at 05:29:13PM +0100, Phil Dobbin wrote:
>> On 02/04/18 15:09, wwp wrote:
>>
>> > Hello,
>> >
>> >
>> > On Mon, 2 Apr 2018 10:01:56 -0400 m.r...@5-cent.us wrote:
>> >
>> >> Turritopsis Dohrnii Teo En Ming wrote:
>> >>> Good evening from Singapore!
>> >>>
>> >>> The foremost question which I want to ask is, what is the universal
>> >>> (world wide) understanding behind degaussing hard drives?
>> >>>
>> >>> I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
>> >>> used). My sales manager Edward Joseph Snowden (fictitious individual
>> >>> name used) had *promised* our customer Leave Me in the Lurch (S) Pte
>> >>> Ltd (fictitious company name used) that we would "DEGAUSS" their
>> hard
>> >>> disks after the PC replacement and data migration exercise for 15
>> >>> trillion PCs (fictitious number used).
>> >>>
>> >>> PC = Personal Computer, which includes desktops and laptops
>> >>>
>> >> 
>> >> A little too much other info, and overly eloquent. However, if your
>> >> company told the client that you were going to deGauss all the h/d,
>> that's
>> >> what you need to do, contractually.
>> >>
>> >> If they've had a second discussion, and only want the data deleted,
>> that's
>> >> another story.
>> >>
>> >> Is the data on a different partition than the o/s (i.e., /data? If
>> so, you
>> >> can easily wipe the data, using say, shred, or DBAN (which offers
>> both
>> >> 3-pass and the full 7-pass DoD 5220.22-M). If it's in the same
>> partition,
>> >> and the same filesystem, you've got other issues. How do you
>> *guarantee*
>> >> that there's no user data - say, installed third-party software mixed
>> with
>> >> the o/s?
>> >>
>> >> Note that you really do have to make any third-party software, if
>> it's
>> >> commercial, Go Away.
>> >
>> > Note that the original message has also been sent to the fedora users
>> > mailing list, no doubt it's spam now.
>>
>> this message turned up on ubuntu users as well.
>
> which explains why I'm NOT going to view the attached file. You neer
> know what is in it.
>
Perhaps, then, the poster needs their head deGaussed

 mark

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What is the universal (world wide) understanding behind degaussing harddisks?

2018-04-02 Thread Fred Smith
On Mon, Apr 02, 2018 at 05:29:13PM +0100, Phil Dobbin wrote:
> On 02/04/18 15:09, wwp wrote:
> 
> > Hello,
> > 
> > 
> > On Mon, 2 Apr 2018 10:01:56 -0400 m.r...@5-cent.us wrote:
> > 
> >> Turritopsis Dohrnii Teo En Ming wrote:
> >>> Good evening from Singapore!
> >>>
> >>> The foremost question which I want to ask is, what is the universal
> >>> (world wide) understanding behind degaussing hard drives?
> >>>
> >>> I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
> >>> used). My sales manager Edward Joseph Snowden (fictitious individual
> >>> name used) had *promised* our customer Leave Me in the Lurch (S) Pte
> >>> Ltd (fictitious company name used) that we would "DEGAUSS" their hard
> >>> disks after the PC replacement and data migration exercise for 15
> >>> trillion PCs (fictitious number used).
> >>>
> >>> PC = Personal Computer, which includes desktops and laptops
> >>>  
> >> 
> >> A little too much other info, and overly eloquent. However, if your
> >> company told the client that you were going to deGauss all the h/d, that's
> >> what you need to do, contractually.
> >>
> >> If they've had a second discussion, and only want the data deleted, that's
> >> another story.
> >>
> >> Is the data on a different partition than the o/s (i.e., /data? If so, you
> >> can easily wipe the data, using say, shred, or DBAN (which offers both
> >> 3-pass and the full 7-pass DoD 5220.22-M). If it's in the same partition,
> >> and the same filesystem, you've got other issues. How do you *guarantee*
> >> that there's no user data - say, installed third-party software mixed with
> >> the o/s?
> >>
> >> Note that you really do have to make any third-party software, if it's
> >> commercial, Go Away.
> > 
> > Note that the original message has also been sent to the fedora users
> > mailing list, no doubt it's spam now.
> 
> this message turned up on ubuntu users as well.

which explains why I'm NOT going to view the attached file. You neer
know what is in it.


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   But God demonstrates his own love for us in this: 
 While we were still sinners, 
  Christ died for us.
--- Romans 5:8 (niv) --
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What is the universal (world wide) understanding behind degaussing harddisks?

2018-04-02 Thread Phil Dobbin
On 02/04/18 15:09, wwp wrote:

> Hello,
> 
> 
> On Mon, 2 Apr 2018 10:01:56 -0400 m.r...@5-cent.us wrote:
> 
>> Turritopsis Dohrnii Teo En Ming wrote:
>>> Good evening from Singapore!
>>>
>>> The foremost question which I want to ask is, what is the universal
>>> (world wide) understanding behind degaussing hard drives?
>>>
>>> I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
>>> used). My sales manager Edward Joseph Snowden (fictitious individual
>>> name used) had *promised* our customer Leave Me in the Lurch (S) Pte
>>> Ltd (fictitious company name used) that we would "DEGAUSS" their hard
>>> disks after the PC replacement and data migration exercise for 15
>>> trillion PCs (fictitious number used).
>>>
>>> PC = Personal Computer, which includes desktops and laptops
>>>  
>> 
>> A little too much other info, and overly eloquent. However, if your
>> company told the client that you were going to deGauss all the h/d, that's
>> what you need to do, contractually.
>>
>> If they've had a second discussion, and only want the data deleted, that's
>> another story.
>>
>> Is the data on a different partition than the o/s (i.e., /data? If so, you
>> can easily wipe the data, using say, shred, or DBAN (which offers both
>> 3-pass and the full 7-pass DoD 5220.22-M). If it's in the same partition,
>> and the same filesystem, you've got other issues. How do you *guarantee*
>> that there's no user data - say, installed third-party software mixed with
>> the o/s?
>>
>> Note that you really do have to make any third-party software, if it's
>> commercial, Go Away.
> 
> Note that the original message has also been sent to the fedora users
> mailing list, no doubt it's spam now.

this message turned up on ubuntu users as well.

Cheers,

  Phil.

-- 
Broken windows and empty hallways,
Pale dead moon in a sky streaked with grey,
Human kindness - is overflowing,
And I think it's going to rain.today



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


Re: [CentOS] What is the universal (world wide) understanding behind degaussing harddisks?

2018-04-02 Thread wwp
Hello,


On Mon, 2 Apr 2018 10:01:56 -0400 m.r...@5-cent.us wrote:

> Turritopsis Dohrnii Teo En Ming wrote:
> > Good evening from Singapore!
> >
> > The foremost question which I want to ask is, what is the universal
> > (world wide) understanding behind degaussing hard drives?
> >
> > I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
> > used). My sales manager Edward Joseph Snowden (fictitious individual
> > name used) had *promised* our customer Leave Me in the Lurch (S) Pte
> > Ltd (fictitious company name used) that we would "DEGAUSS" their hard
> > disks after the PC replacement and data migration exercise for 15
> > trillion PCs (fictitious number used).
> >
> > PC = Personal Computer, which includes desktops and laptops
> >  
> 
> A little too much other info, and overly eloquent. However, if your
> company told the client that you were going to deGauss all the h/d, that's
> what you need to do, contractually.
> 
> If they've had a second discussion, and only want the data deleted, that's
> another story.
> 
> Is the data on a different partition than the o/s (i.e., /data? If so, you
> can easily wipe the data, using say, shred, or DBAN (which offers both
> 3-pass and the full 7-pass DoD 5220.22-M). If it's in the same partition,
> and the same filesystem, you've got other issues. How do you *guarantee*
> that there's no user data - say, installed third-party software mixed with
> the o/s?
> 
> Note that you really do have to make any third-party software, if it's
> commercial, Go Away.

Note that the original message has also been sent to the fedora users
mailing list, no doubt it's spam now.


Regards,

-- 
wwp


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


Re: [CentOS] What is the universal (world wide) understanding behind degaussing harddisks?

2018-04-02 Thread m . roth
Turritopsis Dohrnii Teo En Ming wrote:
> Good evening from Singapore!
>
> The foremost question which I want to ask is, what is the universal
> (world wide) understanding behind degaussing hard drives?
>
> I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
> used). My sales manager Edward Joseph Snowden (fictitious individual
> name used) had *promised* our customer Leave Me in the Lurch (S) Pte
> Ltd (fictitious company name used) that we would "DEGAUSS" their hard
> disks after the PC replacement and data migration exercise for 15
> trillion PCs (fictitious number used).
>
> PC = Personal Computer, which includes desktops and laptops
>

A little too much other info, and overly eloquent. However, if your
company told the client that you were going to deGauss all the h/d, that's
what you need to do, contractually.

If they've had a second discussion, and only want the data deleted, that's
another story.

Is the data on a different partition than the o/s (i.e., /data? If so, you
can easily wipe the data, using say, shred, or DBAN (which offers both
3-pass and the full 7-pass DoD 5220.22-M). If it's in the same partition,
and the same filesystem, you've got other issues. How do you *guarantee*
that there's no user data - say, installed third-party software mixed with
the o/s?

Note that you really do have to make any third-party software, if it's
commercial, Go Away.

  mark

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] What is the universal (world wide) understanding behind degaussing harddisks?

2018-04-02 Thread Turritopsis Dohrnii Teo En Ming
Good evening from Singapore!

The foremost question which I want to ask is, what is the universal
(world wide) understanding behind degaussing hard drives?

I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
used). My sales manager Edward Joseph Snowden (fictitious individual
name used) had *promised* our customer Leave Me in the Lurch (S) Pte
Ltd (fictitious company name used) that we would "DEGAUSS" their hard
disks after the PC replacement and data migration exercise for 15
trillion PCs (fictitious number used).

PC = Personal Computer, which includes desktops and laptops

Last Friday, I had already reflected to my sales manager Edward
Snowden that since we are definitely NOT going to wipe our customer's
data by using strong and powerful magnets (physical means), should I
send an email to the IT Administrator of our customer Lady Gaga
(fictitious individual name used) asking her which data sanitization
method (by software means) I should use? My sales manager Edward
Snowden had quickly deflected my concerns (that is, wanting to send an
email to our customer Lady Gaga asking her which data sanitization
method I should use).

I had brought up to the sales manager Edward Snowden a number of data
wiping methods by software means last Friday.

(1) Very very simple 1-pass data wiping, quickest

a. Using "sudo dd if=/dev/zero of=/dev/sda", overwriting harddisks
from beginning to end with zeroes, where /dev/sda refers to the 500 GB
harddisk, not /dev/loop0 and not /dev/sdb which refers to the bootable
live operating system on thumb drive

b. Using "sudo dd if=/dev/urandom of=/dev/sda", overwriting harddisks
from beginning to end with random data, where /dev/sda refers to the
500 GB harddisk, not /dev/loop0 and not /dev/sdb which refers to the
bootable live operating system on thumb drive

Any bootable Live CD/DVD/flash media could do it.

(2) 3-pass U.S. Government/Department of Defense (DoD) standard (DoD 5220.22-M)

Certified commercial software required

(3) 7-pass U.S. Government/Department of Defense (DoD) standard (DoD 5220.22-M)

Certified commercial software required

(4) 35-pass Gutmann method, slowest

Certified commercial software required

All these was last Friday. In the midst of our argument over the
cellular network "just now", my sales manager Edward Snowden tried to
cover up himself by suddenly and unexpectedly making an excuse that he
had told me last Friday I was supposed to wipe user data only, not the
operating system!

If he had wanted me to wipe user data and retain/keep the Windows
operating system, he should simply have told me to Reset the PC (for
Windows 10 only) or use a =secure File Shredder=! For Windows 7, you
can still wipe user data and preserve the operating system by using
the Recovery Partition. On Lenovo desktops, press and hold F11 when
Windows 7 is starting and reset to factory defaults.

I had advised my sales manager Edward Snowden not to use BIG WORDS
like "degaussing the harddisk" and market to the customer using these
big words. Any person who sees the word "degauss" would have
understood it to mean sanitize *ALL* data on the harddisk straight
away and without question.

Please refer to Figure 1. Exhibit A below for the "degaussing"
instructions communicated to me by my sales manager Edward Snowden.
Please click the link below.

URI: https://i.imgur.com/bGOMyVs.png

Please advise.

Thank you very much.

Regards,

Mr. Turritopsis Dohrnii Teo En Ming
Systems and Network Engineer
Republic of Singapore
2nd April 2018 Monday 9:35 PM Singapore Time GMT+8
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos