Portal:Software: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 59: | Line 59: | ||
|- | |- | ||
| style="text-align:left; padding:0.2em; background-color:#f5faff; border:1px solid #cedff2; color:#000; font-size:100%;" class="MainPageBG" | | | style="text-align:left; padding:0.2em; background-color:#f5faff; border:1px solid #cedff2; color:#000; font-size:100%;" class="MainPageBG" | | ||
Software is continually updated. Ubuntu's package manager will (usually) help you keep the operating system and installed programs up to date. | Software is continually updated. Ubuntu's package manager will (usually) help you keep the operating system and installed programs up to date. You will also want to keep the operating system upgraded. A good lab-wide maintenance schedule is, <br> | ||
* every 3 months | |||
*every 3 months | |||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get clean | |||
* every 6 months | |||
*every 6 months | |||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get autoremove | |||
sudo apt-get upgrade | |||
* every 12 months | sudo apt-get update | ||
vacuum the fan / cooling vents of all computers and monitors | |||
*every 12 months | |||
vacuum the fan / cooling vents of all computers and monitors | |||
|} | |} | ||
Revision as of 04:01, 30 October 2011
The Software Portal |
Software is the collection of programs and related data that instruct a computer. Generally, the software used in fab labs are design software - drawing or computation programs - and differ by lab. While professional or commercial software can be used with the machines, open source software and cross platform is the most shareable resource. |
STARTER SETUP If you're just starting out or outfitting a new computer, the preferred minimum setup is based on all freely available cross-platform software. This means the greatest likelihood of direct design sharing and the largest population of people able to help out where there's a problem. |
Design:
Electronics: Programming
Fab Labs Collaboration
|
KEEPING YOUR LAB UP TO DATE |
Software is continually updated. Ubuntu's package manager will (usually) help you keep the operating system and installed programs up to date. You will also want to keep the operating system upgraded. A good lab-wide maintenance schedule is,
sudo apt-get update sudo apt-get clean
sudo apt-get update sudo apt-get autoremove sudo apt-get upgrade sudo apt-get update
vacuum the fan / cooling vents of all computers and monitors |
EXTENDED CAPABILITIES |
|