Difference between revisions of "Useful programs - utilities"
(Created page with "Category:Linux =Guake= Installation <syntaxhighlight lang="bash"> apt-get install guake </syntaxhighlight> Add Guake to boot sequence: System settings > Startup appl...") |
|||
Line 50: | Line 50: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt-get install unetbootin | apt-get install unetbootin | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 20:37, 28 January 2015
Contents
Guake
Installation
apt-get install guake
Add Guake to boot sequence:
System settings > Startup application > add "Guake" | path: /usr/bin/guake
Dos2unix converter and vice-versa
By default Linux cannot run script that are encoded in windows format. Those tools allow you to switch formats.
apt-get install dos2unix tofrodos
To use it just:
dos2unix myFile
tofrodos myFileOptional features
File manager “midnight commander”
apt-get install mc
Text internet browser
apt-get install lynx
USB startup disk (unetbootin)
apt-get install unetbootin