LinuxQuestions.org
Visit Jeremy's Blog.
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-14-2021, 03:56 PM   #16
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941

Here's what I'd do: VirtualBox.

A full-featured "virtual machine monitor" that runs on everything, that's backed by possibly the largest software corporation in the world, and that's absolutely free. Set up a virtual machine, install Linux on it, and "go to town." The Windows "host" environment will never be affected by anything that your Linux "guest" does. And, your Linux will run (almost ...) as fast as it would on "native hardware." (Typically, the guest's "hard drives" are served by ordinary host disk-files, although this isn't your only option.)

"Dual booting," in my opinion, these days "is for the birds."

Virtualization, these days, is fully supported by hardware features of the underlying CPUs. These features are used both for "virtual machines" and for "containers." And, today, most of the web-sites and servers that you are ever likely to encounter – undoubtedly including this one – are built on top of it. Whether you choose to run Windows under Linux or vice-versa, the technology is entirely perfected. And, thanks to the generosity of Oracle Corporation, it is free.

"Not sure which distro you like best?" Hey, create a bunch of VMs and install each candidate into each of them.

Last edited by sundialsvcs; 05-14-2021 at 04:05 PM.
 
1 members found this post helpful.
Old 05-14-2021, 07:14 PM   #17
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
My antix live usb's remastered and installed using the live usb tools is just the bomb and boots on most anything. Even older gear. One can encrypt the file partitions also if ya wish. If ya know what you are doing.

https://antixlinux.com/the-most-exte...on-the-planet/

It is setup for newer gear also

https://www.youtube.com/watch?v=kGi9jd1qW8g

Yep. The other fan boy who knows what is best when it comes to his live usb tools on his hardware.
We shared with MX linux also.
One can install all kinds of tin foil hat stuff during a live session and save it if using persistence option. Even newer kernels.



Tails is slang for when we ride motorcycles.
 
Old 05-14-2021, 07:23 PM   #18
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
Thumbs up

Thumb drives are cheap, buy a pack of em; keeping in mind this is just another opinion to try them all and form your own-e.g: https://distrowatch.com/search-mobil...=Active#simple
...opinions that is.

Edit\add: Unless LFS?

Last edited by jamison20000e; 05-18-2021 at 09:47 PM. Reason: added
 
Old 05-14-2021, 07:24 PM   #19
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
PS. Puppy Linux in my experience comes close to this also. And is not hard.
If ya fear root. Yodel for spot or fido.

https://www.lifewire.com/install-pup...-drive-2202096

http://wikka.puppylinux.com/spot?redirect=no

Edit: Proved long ago when I installed Puppy on a 128mb sd card out of old kodak camera. I had to put the save files in my Windows gear that I ran it on. Puppy would find them when asking which sfs I wanted to load.

citation: https://www.linuxquestions.org/quest...8/#post5682006

https://www.linuxquestions.org/quest...9/#post6195483

Last edited by rokytnji; 05-14-2021 at 07:45 PM.
 
Old 05-14-2021, 08:30 PM   #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
Puppy came to mind for me too, got to love a save file.

I also thought maybe you could set up grub bootloader on the laptop and just have microcoughed-windblow$ as the default to boot after a few seconds except when you plug in? Basically plug in the USB and install a full-blown Linux on it.

You could perhaps also accomplish everything you're trying to do with just the Tor Browser Bundle... correct me if I'm wrong but it deletes everything on exit?
 
Old 05-17-2021, 06:39 AM   #21
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by sundialsvcs View Post
Here's what I'd do: VirtualBox.

A full-featured "virtual machine monitor" that runs on everything, that's backed by possibly the largest software corporation in the world, and that's absolutely free.
It's actually "backed" (developed) by a large corporation who has quite arguably been as hostile to free software as Microsoft. Incidentally, those who were previously involved in the development of OpenSolaris, MySQL and OpenOffice may hold different opinions to yours.
 
Old 05-17-2021, 10:26 AM   #22
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
99.9_repeating_% of* us* have proprietary hardware blobs!

https://en.wikipedia.org/wiki/VirtualBox
Quote:
is a free and open-source hosted hypervisor for x86 virtualization,
Live free or die trying; adaptations, facts and opinions till death.

Last edited by jamison20000e; 05-17-2021 at 11:12 AM. Reason: semantics &c...
 
  


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
Help With Java Problem Please"""""""""""" suemcholan Linux - Newbie 1 04-02-2008 06:02 PM
Another "Which Distro" Thread... FlamingBee Linux - Distributions 6 06-19-2005 03:37 AM
Another "which distro for me" thread... cs-cam Linux - Distributions 3 12-08-2004 06:20 PM
Yet another "Which Distro" post...please help anyway pantner Linux - Distributions 4 10-31-2004 08:07 AM
NOT another "Which Distro" Question exactly abacad General 1 02-12-2004 07:07 AM

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

All times are GMT -5. The time now is 07:17 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