Difference between revisions of "Template:Menu content core features"

(Ubuntu specifics)
Line 72: Line 72:
  
 
* [[Languages]]
 
* [[Languages]]
 +
 +
 +
=Linux tricks=
 +
 +
==Completion ignore case==
 +
 +
<syntaxhighlight lang="bash">
 +
echo "set completion-ignore-case On" >> ~/.inputrc
 +
</syntaxhighlight>
 +
  
  

Revision as of 15:51, 7 May 2015


Server or workstation How to setup & maintain a Linux server or workstation with basics services.


Installation

Core features

Linux core features



Specifics

Software advanced features




Softwares and languages

Linux main softwares This is the list of programs I advised you to install on your server / workstation.


Core applications core Internet Internet
Utilities utilities Office applications office
Drivers drivers Multimedia 'Survival' multimedia
Network network Graphical 'Survival' graphical
Security security Programming programming
Clean ubuntu Clean ubuntu Photo Photo
Windows emulator Windows emulator Linux games Linux games


More multimedia features: Multimedia



Linux tricks

Completion ignore case

echo "set completion-ignore-case On" >> ~/.inputrc


Ubuntu specifics

Turn off dash online search

Go to “System Settings” >> “Security & Privacy” >> "Search" >> Disable Internet search


Add / Edit unity launcher

Unity launchers are in:

  • All users: /usr/share/applications/*.desktop
  • Specific to the current user: ~/.local/share/applications/*.desktop


You can also create some desktop icons in ~/Desktop/*.desktop


See this excellent thread for more details: http://askubuntu.com/questions/13758/how-can-i-edit-create-new-launcher-items-in-unity-by-hand