Operating System Without the Internet

jackjack701

Reputable
Mar 12, 2014
76
0
4,630
Hey,

I'm not sure if this even exists, but I am looking for an operating system which doesn't even have the option to connect to the internet. I would just like to be able to use a word processor and save some pictures, but not much more than that .

Any suggestions?

Thanks!
 
Solution
On ubuntu or debian:
Uninstall the network manager with command
Code:
sudo apt-get purge network-manager

Or just disable it with

Code:
sudo systemctl stop NetworkManager.service
sudo systemctl disable NetworkManager.service

Or install minimal ububtu or debian or any other distrobution and just don't install any network manager

jackjack701

Reputable
Mar 12, 2014
76
0
4,630


Every time I do that I keep getting pop ups saying 'you are disconnected' or 'you need to connect' etc

And I'm not that fussed about updating, I just need something completely stand alone without internet functionality.
 

Activation would be a pain on Windows without internet (actually impossible for Windows 10), and I think you need to reactivate every 6 months or something too and every time you change your hardware. I think most Linux builds don't require internet.

 

jackjack701

Reputable
Mar 12, 2014
76
0
4,630


Thanks, although it's not just about requiring internet, I want something completely stand alone without internet functionality altogether
 
Any linux distribution. just disable or uninstall (or dont install at all) the network components. Or compile the kernel without network support. Even in windows you can uninstall network adapters or disable networking all together.
 

jackjack701

Reputable
Mar 12, 2014
76
0
4,630


How would I uninstall the network components from linux? Thanks btw
 

spankmon

Distinguished
Dec 31, 2011
477
0
18,860
It seems likely that you could install any Linux distro then uninstall the network manager and all its elements. Then disable the auto-updating of the system and programs. After doing this, you should never see any notifications and nothing would ever change. I haven't tried it myself.
 

jackjack701

Reputable
Mar 12, 2014
76
0
4,630


Thanks! Do you know how I can uninstall specific components of linux?
 
On ubuntu or debian:
Uninstall the network manager with command
Code:
sudo apt-get purge network-manager

Or just disable it with

Code:
sudo systemctl stop NetworkManager.service
sudo systemctl disable NetworkManager.service

Or install minimal ububtu or debian or any other distrobution and just don't install any network manager
 
Solution
can also just put the internet down with shell command

ifconfig eth0 down

replace with wlan0 if using wifi

quite honestly this would be more sensible than not having net access under any circumstances so if you did need something you just put it back up get what you need and put it back down/off