Ubuntu Linux
Welcome to an operating system that works and is free. Ubuntu Linux is a very good starting place for people who want to hop over the fence from Microsoft Windows or Mac.
2 topics in this forum
-
I know there is the standard app that you can click on the menu, but I tend to like to do all at once kind of mode. #!/bin/bash sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y autoclean sudo apt-get -y autoremoveThis simple script paste into a text editor like Gedit. Then save this file as "upgrade.sh" without the quotes preferred to save in a like a script folder. Now in terminal, go to your script folder. Example... cd /home/michael/scriptsThen you would run your script by... sh upgrade.shThis should have your Ubuntu going out to the internet to grab a new copy of the software database and check to see what is new, which is the update option. Next, the upgr…
-
- 0 replies
- 4 views
- 1 follower
-
-
This is the start-up of supporting Linux Computer users and even Linux Web servers. If you have any questions on Linux computers or anything, I can help you out.
-
- 0 replies
- 57 views
- 1 follower
-