Bitcoin Forum
May 29, 2024, 09:44:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Internal Live Non-Persistent Ubuntu System = Good for Public Use Computers  (Read 279 times)
cochranizer666 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
December 08, 2016, 09:51:51 PM
 #1

Hi, y'all,

I just wanted to let you know that if you want to share your computer with the public, you might as well create a read-only Linux system. This is especially useful if you want to avoid people messing it up and you having to reinstall Ubuntu all over and over again.

I have an Ubuntu partition installed on my hard drive as if it were a live CD or USB. And when I restart, everything, from the program configuration to the wifi settings, goes back to brand spanking new. The fact that there is no persistence involved is a plus. I've even tested this normally EXTREMELY DANGEROUS command:

rm -rf / --no-preserve-root

...and it completely denied the command altogether, even with --no-preserve-root specified!
uanode
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile WWW
December 09, 2016, 12:14:51 AM
 #2

Obviously, when you load a filesystem into the RAM, you deal with virtually created inodes that only reside within the RAM, not on any kind of physical storage. So rm -rf / will only mess the RAM-stored data.
Even if you don't use a toram option with your initrd, aufs permits to load a layer of writable tmpfs over a read-only root filesystem (the one you have your files on), that simulates a writing effect.

This topic is helpful, many may not know that and this is a good way to prevent distribution of infection even on personal systems with critical data.
saatana
Member
**
Offline Offline

Activity: 94
Merit: 10

Tipsters Championship www.DirectBet.eu/Competition


View Profile
December 09, 2016, 06:50:56 AM
 #3

just install your system in a USB pendrive or external HD

much simpler
uanode
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile WWW
December 09, 2016, 01:10:32 PM
 #4

just install your system in a USB pendrive or external HD

much simpler

It doesn't add any security. Once a virus infects a system on USB/HD drive, it's going to persist there and replicate.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!