tools
Size: 1555
Comment:
|
Size: 1744
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
<<TableOfContents(6)>> | ||<tablestyle="float:right; font-size: 0.9em; width:35%; background:#F1F1DD; margin: 2.5em 0 1em 1em; border: none; border-radius: 10px 10px 10px 10px;" style="margin: 0; padding:0.5em;"><<TableOfContents(6)>>|| |
Common Tools Used for Testing Alpha/Beta Versions
htop
htop is a terminal run, system monitor tool that shows much more detail than the regular System Monitor as which is offered by default in mostly all Ubuntu distributions. You can retrieve htop by entering the following code in the terminal; sudo apt-get install htop
Here is more on htopHtop
bootchart
bootchart is a program that runs in the background and is able to render a graphical picture of what processes are taking place during a cold or warm boot. It is an valuable tool for finding trouble early on in design of new distributions. To get bootchart you can enter bootchart into the synaptic package manager search dialogue or use the terminal and issue the command; sudo apt-get install bootchart
Here is more on bootchart BootChartingWiki
aptitude
aptitude is another beta tester's tool that is used for safe upgrading and fixing broken packages. Some power-users will only use this program. To install aptitude enter sudo apt-get install aptitude in the terminal
Here is some more information on AptitudeSurvivalGuide
U+1/tools (last edited 2015-05-17 00:30:52 by dale-f-beaudoin)