LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-02-2014, 06:25 AM   #16
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340

Hi Don. All you have to do is start the installation and the installer will ask you if you want to delete the current OS and install the new one, at which step you just select yes.
If you really need to erase the content on your drive before installing and you have the Ubuntu live disk gparted comes included in that disk too. So just start a live session and then run gparted from that session and reformat your disk from there.

Enjoy.
 
Old 05-02-2014, 06:59 AM   #17
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
All the software you need for erasing or wiping is included practically with every base system. You can use fdisk or cfdisk to manipulate hard drive partitions, if you really need to wipe the drive for security reasons below command will wipe your first hard drive.

Code:
dd if=/dev/zero of=/dev/sda bs=4M
 
1 members found this post helpful.
Old 05-02-2014, 08:30 AM   #18
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by Don Graham View Post
Chris, I think you do not understand what I am trying to do. I want to wipe clean the hard drives of two old computers I own. In order to do that. I need some kind of software that is on a DVD or USB stick that will totally remove all the information on the hard drives. So I can install Linux distro's.
i would run gpated-live-usb. if you want to be totally sure that even a professional data recovery team would have trouble retrieving the data you could learn to use dd and overwrite each sector with /dev/zero (and/or /dev/random /dev/urandom /dev/null/) -- i just read pastychomper's post. this is probably what shred does.

Last edited by schneidz; 05-02-2014 at 09:04 AM.
 
Old 05-02-2014, 08:50 AM   #19
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
If the software you are downloading on Ubuntu (Eraser) is the software at the site below:

http://download.cnet.com/Eraser/3000...-10231814.html

your answer is in the first line of the first paragraph on that site:

Quote:
Eraser is an advanced security tool for Windows...
Checking several other sites about Eraser, they all state it is a 'tool' to erase data and needs to be run from a windows machine. I didn't see anything indicating it could be burned as an image to a CD and booted but maybe? There are a number of suggestions already presented which will do the job from Ubuntu.

Last edited by yancek; 05-02-2014 at 08:52 AM.
 
Old 05-02-2014, 10:22 AM   #20
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Way back when I used winblows I used http://www.freeisoburner.com/ to burn DVD\CDs, live is grate for modifying systems and OSs plus checking out other Linux choices or even installing.
 
Old 05-02-2014, 08:17 PM   #21
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wigry View Post
Yes you need some sort of a live CD to boot up the other computer to wipe its harddrive. Or you can install a new distro, as distro installers usually also are capable of wiping the existing contents of the harddrive and put new system on it. Ubuntu installer should certainly be able to do that. No need to separately wipe the drive.
I had no Idea I could wipe a hard drive by installing one over the top of the existing one. I will try it. After all I am trying on a computer that dose not work anyway. Mal ware infection don't you know. Thanks so much for this information, good job!!
 
Old 05-02-2014, 08:30 PM   #22
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Way back when I used winblows I used http://www.freeisoburner.com/ to burn DVD\CDs, live is grate for modifying systems and OSs plus checking out other Linux choices or even installing.
Very cool information. Thanks. I will download it when I learn how to locate downloads on my system LOL!! and how to gain access to them.
 
Old 05-02-2014, 09:59 PM   #23
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Way back when I used winblows I used http://www.freeisoburner.com/ to burn DVD\CDs, live is grate for modifying systems and OSs plus checking out other Linux choices or even installing.
Very cool information. Thanks. I will download it when I learn how to locate downloads on my system LOL!! and how to gain access to them.
 
Old 05-02-2014, 10:20 PM   #24
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
When you install a Linux system, you will see an option to format which will basically overwrite what is on the selected partition although I am sure NSA could get a lot of data off it.

If you are downloading something from the internet, the default location for it in Ubuntu is the /home/user/Downloads directory. Make sure you are getting a Linux version. Some software will be only for windows, only for Linux, only for Mac and some has versions for all. Anything with an '.exe' extension is windows only.
 
Old 05-03-2014, 12:48 AM   #25
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TroN-0074 View Post
Hi Don. All you have to do is start the installation and the installer will ask you if you want to delete the current OS and install the new one, at which step you just select yes.
If you really need to erase the content on your drive before installing and you have the Ubuntu live disk gparted comes included in that disk too. So just start a live session and then run gparted from that session and reformat your disk from there.

Enjoy.
I did as you suggested. I took my live USB Ubuntu 14.04 Plunged it in and turned on my computer while taping F9. Boot screen came up and I selected boot to USB. Next it ask if I want to replace my current OS. I click yes. Off it went. 20 minutes later i had a new OS installed. Fantastic!!! I just drop off this newly refreshed computer at my best friends house for him to play with. He is a long time user of windows. I wanted to install Zorin instead of Ubuntu. I just could not pull it off. I bought a DVD on the Internet. Zorin 8 core UTM. I also downloaded Zorin 8 core and Zorin Lite and put them on USB sticks. The DVD is junk and has never worked. I bought this DVD from On-Disk.com. It took them a month to send it me. A fatly disk. They have made no effort to replace it. So I an out 24 bucks. The other two download are not working ether. I think that has something to do with my ISP and data transfer. Any way thanks alot for the help Good job
 
Old 05-03-2014, 07:08 AM   #26
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
I am glad you made it work. I have never used zorin OS so I can't make any suggestions for you. Perhaps somebody here would share their experience with it.
 
Old 05-03-2014, 09:03 AM   #27
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
I've seen a number of sites selling Linux CD/DVD/flash boot media but never one that charged $24 for a DVD, a flash maybe.

Anyhow, I installed an earlier version of Zorin with no problems. Very similar in the installation to its pappy Ubuntu. They claim on their site that it is the easiest for ex-windows users. It seems to work alright but their are some small things I personally don't like about it so it just sits taking up space on my drive. I personally don't see any spectacular differences between it and Ubuntu/Mint, etc. but it's also been awhile since I used windows regularly.

What method did you use to put Zorin on a flash drive? Usually works pretty well with unetbootin or pendrivelinux.
 
Old 05-03-2014, 01:58 PM   #28
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
Quote:
Originally Posted by Don Graham View Post
I am taking about downloading a program from the INTERNET and then installing it on my computer.
the software center (or any other package management system) does exactly that. think of it as the windows app store, but for linux and with a significantly larger number of programs.

if you miss the delightful little worms and adware that accompanied the programs you used to install, there's a simple solution. Every now and then run the following command:
Code:
dd if=/dev/zero of=/dev/null
to slow down your system, and randomly delete files from your hard disk.

Last edited by DJ Shaji; 05-03-2014 at 01:59 PM. Reason: sapling ways rung
 
Old 05-04-2014, 03:44 AM   #29
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
I've seen a number of sites selling Linux CD/DVD/flash boot media but never one that charged $24 for a DVD, a flash maybe.

Anyhow, I installed an earlier version of Zorin with no problems. Very similar in the installation to its pappy Ubuntu. They claim on their site that it is the easiest for ex-windows users. It seems to work alright but their are some small things I personally don't like about it so it just sits taking up space on my drive. I personally don't see any spectacular differences between it and Ubuntu/Mint, etc. but it's also been awhile since I used windows regularly.

What method did you use to put Zorin on a flash drive? Usually works pretty well with unetbootin or pendrivelinux.
I to have Zorin taking up space on my hard drive. I now have to learn how to erase Zorin and install Windows 7-32. I have found that I am having all kinds of problem with VPN service. Now that I am using Linux. It is clear to me now. That most if not all VPN company have written there software to cater to Windows OS. I did a test drive using Windows 7 in VM Box. The VPN worked for a while and then stop working for some reason. I live in Thailand and like to watch movies and TV show from Netflix & Amazon. I had HMAVPN until I joined Linux family. HMA just can't get it to work for me. So I canceled my account. I signed up with StrongVPN hoping they would do better. Not the case so far. I tried to install openVPN and blow-it. Can't figure it out????
I use unetbootin to create live USB sticks. It worked grate for Ubuntu 12.04 and 14.04 but not so good for Zorin.
 
Old 05-04-2014, 08:36 AM   #30
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
I live in Thailand and like to watch movies and TV show from Netflix & Amazon.
I'm not sure about Amazon but Netflix uses the microsoft Silverlight software. The software you need on Linux to use Silverlight is wine-pipelight. Instructions on how to install it on Ubuntu (as well as several other distributions) are at the site below. The Ubuntu instructions should work for Zorin as it is derived from Ubuntu. I installed it on Ubuntu and it worked fine.

http://fds-team.de/cms/pipelight-installation.html

I don't have any knowledge of VPN so can't help you with that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux: spoiled for choice! LXer Syndicated Linux News 1 06-24-2006 08:24 AM
Help! I am spoiled by Debian! erpe Slackware 23 04-11-2006 02:24 PM
Spoiled by Windows, total Linux newbie discussion please HiAmplidude Linux - Newbie 18 09-15-2004 03:42 PM
New to Slack, been spoiled by Mandy, need help Jadasin Slackware 24 04-19-2003 01:59 AM
chkconfig has spoiled me? glock19 Linux - General 6 05-03-2002 03:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration