On 1/25/19 10:58 PM, Jonathan Ryshpan wrote:
I'll give dd a try; but I don't see offhand why
dd if=/dev/urandom of=/dev/sdc bs=1M
should be quicker than what I'm using now, namely
shred -v -n1 /dev/sdc
I don't know how it generates the data to overwrite with. Does it use a
lot of CPU?
On Fri, 2019-01-25 at 21:58 -0800, Samuel Sieb wrote:
> On 1/25/19 6:45 PM, Jonathan Ryshpan wrote:
> > I'm using shred on some 2Tb USB disk drive that I plan to give away. So
> > far it has taken 8 hours to shred 50% of the drive, which implies that
> > it will take about 16 hours to shred the w
On 1/25/19 9:38 PM, fred roller wrote:
You can wipe your drive with:
dd if=/dev/zero of=/dev/[device to be wiped]
/dev/zero is the fastest I have found.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-l
On 1/25/19 6:45 PM, Jonathan Ryshpan wrote:
I'm using shred on some 2Tb USB disk drive that I plan to give away. So
far it has taken 8 hours to shred 50% of the drive, which implies that
it will take about 16 hours to shred the whole drive. I have another 2
drives to go.
Is there a quicker wa
You can wipe your drive with:
dd if=/dev/zero of=/dev/[device to be wiped]
followed by:
dd if=/dev/urandom of=/dev/[device to be wiped]
repeat 7 times per device if you want the DoD standard for wiping a drive.
If you would like to save time/trouble drop the sequence in a script.
Plenty of exam
On 1/25/19 6:45 PM, Jonathan Ryshpan wrote:
Is there a quicker way to protect my data when I give the drives away,
other than smashing the drives to bits?
The quickest would be to encrypt the drives from the beginning. When you
want to discard the drives, you just need to wipe the LUKS header
On 1/25/19 7:09 PM, ToddAndMargo via users wrote:
This will also discharge all your cells too.
Sorry, I though it was an SSD.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
On Sat, Jan 26, 2019 at 02:14:28PM +1100, Cameron Simpson wrote:
> On 25Jan2019 18:14, Jon LaBadie wrote:
> > When selection a multi-line URI in a terminal window
> > I've noticed two behaviors. Some will ?ignore? the
> > extra lines and only select to the end of the first
> > line. Others will
On 25Jan2019 18:14, Jon LaBadie wrote:
When selection a multi-line URI in a terminal window
I've noticed two behaviors. Some will ?ignore? the
extra lines and only select to the end of the first
line. Others will select the entire URI, typically
to an ending ">". Obviously I would prefer the
On 1/25/19 6:45 PM, Jonathan Ryshpan wrote:
I'm using shred on some 2Tb USB disk drive that I plan to give away. So
far it has taken 8 hours to shred 50% of the drive, which implies that
it will take about 16 hours to shred the whole drive. I have another 2
drives to go.
Is there a quicker wa
I'm using shred on some 2Tb USB disk drive that I plan to give away.
So far it has taken 8 hours to shred 50% of the drive, which implies
that it will take about 16 hours to shred the whole drive. I have
another 2 drives to go.
Is there a quicker way to protect my data when I give the drives awa
On 1/26/19 6:24 AM, Patrick O'Callaghan wrote:
> I'm 99% sure it has something to do with the firewall. Thing is, I
> haven't touched the firewall rules. Nevertheless I see this:
>
> $ systemctl status firewalld
> ● firewalld.service - firewalld - dynamic firewall daemon
>Loaded: loaded (/usr/l
When selection a multi-line URI in a terminal window
I've noticed two behaviors. Some will ?ignore? the
extra lines and only select to the end of the first
line. Others will select the entire URI, typically
to an ending ">". Obviously I would prefer the latter.
Is this behavior terminal specifi
On Fri, 2019-01-25 at 17:07 +, Patrick O'Callaghan wrote:
> On Fri, 2019-01-25 at 15:51 +, Patrick O'Callaghan wrote:
> > Pings in both directions fail, in case that wasn't clear. BTW the
> > Windows guest also fails in the same way.
> >
> > I'm at a loss.
> >
> Just to add that I attempt
Hello.
I'm encountering a strange issue with Gnome-Boxes and SELinux running
under F29.
If SELinux is in enforcing mode, the VM can not be started. I get only
a nonsense error message that tells me it is impossible to startup.
Then, after checking the file permissions, I set SELinux to permissiv
On Fri, 2019-01-25 at 15:51 +, Patrick O'Callaghan wrote:
> Pings in both directions fail, in case that wasn't clear. BTW the
> Windows guest also fails in the same way.
>
> I'm at a loss.
>
Just to add that I attempted to set up a fresh Fedora server guest
(from a netinst.iso), using the def
On Fri, 2019-01-25 at 12:40 +, Patrick O'Callaghan wrote:
> On Fri, 2019-01-25 at 20:13 +0800, Ed Greshko wrote:
> > On 1/25/19 8:06 PM, Patrick O'Callaghan wrote:
> > > On Thu, 2019-01-24 at 22:40 +0800, Ed Greshko wrote:
> > > > On 1/24/19 8:08 PM, Patrick O'Callaghan wrote:
> > > > > I updat
On 1/24/19 5:07 PM, Samuel Sieb wrote:
On 1/24/19 12:02 PM, Robert Moskowitz wrote:
On 1/23/19 6:43 PM, Samuel Sieb wrote:
You can download Firefox ESR 52. I think that was the last one to
support the plugin. Otherwise, you can still use the SeaMonkey
that's available in Fedora. However, y
On Tue, Jan 22, 2019 at 10:55:07PM -0800, ToddAndMargo via users wrote:
Hi All,
I just discovered this. To cd back to the previous directory
cd -
What a time saver!
... and really! - and I didn't know about it before, so: Thanks, lots! .. :)
Also a big Thanks to GianPiero for the push
On Fri, 2019-01-25 at 20:13 +0800, Ed Greshko wrote:
> On 1/25/19 8:06 PM, Patrick O'Callaghan wrote:
> > On Thu, 2019-01-24 at 22:40 +0800, Ed Greshko wrote:
> > > On 1/24/19 8:08 PM, Patrick O'Callaghan wrote:
> > > > I updated my system this morning. Updated packages included a new
> > > > kerne
On 1/25/19 8:06 PM, Patrick O'Callaghan wrote:
> On Thu, 2019-01-24 at 22:40 +0800, Ed Greshko wrote:
>> On 1/24/19 8:08 PM, Patrick O'Callaghan wrote:
>>> I updated my system this morning. Updated packages included a new
>>> kernel and some SElinux stuff among other things (the complete list is
>>
On Thu, 2019-01-24 at 22:40 +0800, Ed Greshko wrote:
> On 1/24/19 8:08 PM, Patrick O'Callaghan wrote:
> > I updated my system this morning. Updated packages included a new
> > kernel and some SElinux stuff among other things (the complete list is
> > attached). I now find that neither of my QEMU/KV
On Thu, 2019-01-24 at 14:01 +0100, Kai Bojens wrote:
> On 24/01/2019 –– 12:08:03PM +, Patrick O'Callaghan wrote:
>
> > Before trying to downgrade the entire update, is there anything else I
> > can do?
>
> Well, what do the logfiles tell you? Does journalctl have any information
> about
> t
On Thu, 2019-01-24 at 21:41 +, YOUNG, MICHAEL A. wrote:
> On 24/01/2019 –– 12:08:03PM +, Patrick O'Callaghan wrote:
> > Before trying to downgrade the entire update, is there anything else I
> > can do?
>
> Can you boot from another kernel? I have had problems with network and GUI
> with
On Thu, Jan 24, 2019 at 7:36 PM Daniel Walsh wrote:
> On 1/24/19 5:49 PM, arnaud gaboury wrote:
>
> I am following this wiki[0] to run R Studio on my box. Below are the
> commands I run
>
> --
> # podman run -d -p 8787:8787 -e PASSWORD=XXX --name rstudio
> rocker/tidyverse
> .
On Thu, 24 Jan 2019, Jon LaBadie wrote:
> On Thu, Jan 24, 2019 at 06:46:23AM -0500, Robert P. J. Day wrote:
> >
> > as part of an intro tutorial i'm writing, i want to provide a recipe
> > for installing docker-ce on fedora 29 from absolute scratch, and part
> > of that will involve how to firs
26 matches
Mail list logo