Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:handbook:utilities [2010/07/08 17:14] 127.0.0.1 external edit |
en:handbook:utilities [2010/09/13 19:23] (current) linea |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Utilities ====== | ====== Utilities ====== | ||
- | ===== Calculator ===== | + | ===== Galculator ===== |
- | + | Galculator is a simple GTK 2 based calculator that features basic, paper (cmdline) and scientific modes. You can easily switch number bases between decimal, hexadecimal, binary, etc and it supports ordinary notation/reverse polish notation. To locate from the menu, select //Utilities -> Scientific Calculator//. | |
- | Mathematical operations can be done with the text mode calculator bc. Open a terminal and directly type //bc//. To exit, simply type quit: | + | |
- | + | ||
- | <code> | + | |
- | $ bc | + | |
- | 23+45 <ENTER> | + | |
- | 68 | + | |
- | + | ||
- | quit | + | |
- | </code> | + | |
===== Cdrkit - Burn and manipulate CD/DVD-R or RW ===== | ===== Cdrkit - Burn and manipulate CD/DVD-R or RW ===== | ||
Line 27: | Line 18: | ||
=== Create an ISO 9660 image === | === Create an ISO 9660 image === | ||
- | To burn data on to a CD/DVD, you must first have an ISO image. To begin we must create a directory to contain all the files to be burned. You can copy your files on the command line with cp, the file manager Clex or graphically with emelFM2. To create a directory named iso/ in the root of user space and copy all the files contained in Documents/: | + | To burn data on to a CD/DVD, you must first have an ISO image. To begin we must create a directory to contain all the files to be burned. You can copy your files on the command line with cp, the file manager Clex or graphically with PCManFM2. To create a directory named iso/ in the root of user space and copy all the files contained in Documents/: |
<code> | <code> | ||
Line 80: | Line 71: | ||
ISO Master is a graphical tool allowing you to edit, manipulate and create ISO images which you can later store and burn, It's simple and intuitive and lets you create ISO images the size you want. | ISO Master is a graphical tool allowing you to edit, manipulate and create ISO images which you can later store and burn, It's simple and intuitive and lets you create ISO images the size you want. | ||
- | Site Web : http://littlesvr.ca/isomaster/ | + | Website : http://littlesvr.ca/isomaster/ |
===== Xpad - Mini note-taking application ===== | ===== Xpad - Mini note-taking application ===== | ||
- | Xpad is a small application that can take quick notes via a 'sticky note' displayed on the desktop. Each consists of a note pad that you can hide and customise via a right click on the window in question. Once launched you can close Xpad via the dock located on the window manager taskbar. The notes are stored in your local directory and are available at each session (if you use USB media with the LiveCD or on an installed system). | + | Xpad is a small application that can take quick notes via a 'sticky note' displayed on the desktop. Each consists of a note pad that you can hide and customise via a right click on the window in question. Once launched you can close Xpad via the dock located on the window manager taskbar. The notes are stored in your local directory and are available at each session (if you use USB media with the LiveCD or on an installed system). To install Xpad: |
+ | |||
+ | <code> # tazpkg get-install xpad</code> |