tools

Differences between revisions 14 and 15
Revision 14 as of 2015-05-17 00:23:59
Size: 2041
Comment:
Revision 15 as of 2015-05-17 00:30:52
Size: 2095
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
{{attachment:inxi.png|inxiSystemKernelCycleUtility}}

Team Structure
align="middle"

Home
History of U+1
Team FAQ
Contact U+1
Join U+1

Team WorkIconsPage/picto_engineering_48.png

Blog
Staff
Roles
Activities
Agenda

Docs & ToolsIconsPage/picto_articles_48.png

Testers FAQ
Testers Wiki
Tools
Library
Ubuntu Forums

Ideas & ProjectsIconsPage/picto_education_48.png

Brainstorming
ToDo
Ongoing
Instructional Development

The U+1 Team is looking for new members. Only basic skills are needed for most tasks. This is an opportunity to join a friendly and talented community, learn fast and be an active part in Ubuntu future. Click here to know more.

Common Tools Used for Testing Alpha/Beta Versions

inxi

inxi is a tool run in terminal that will show basic information of your system, kernel version and development version information. You can get inxi buy issuing the command in terminal apt-get install inxi or you can use apt-get install mesa-utils inxiSystemKernelCycleUtility

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 HtopSystemMonitorUtility

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 ABootchartImage

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 AptitudeUpdaterandBrokenPackageFixer

Here is some more information on AptitudeSurvivalGuide

U+1/tools (last edited 2015-05-17 00:30:52 by dale-f-beaudoin)