Difference between revisions of "Template:Menu content core features"
(10 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
* [[Automatic updates]] | * [[Automatic updates]] | ||
+ | |||
+ | * [[Linux locales]] | ||
+ | |||
+ | * [[mount NTS partition]] | ||
+ | |||
+ | * [[Limit bandwidth]] | ||
+ | |||
+ | * [[Set DNS servers]] | ||
+ | |||
Line 32: | Line 41: | ||
* [[Drivers]] | * [[Drivers]] | ||
+ | * [[Brother DCP-7055]] | ||
* [[XFCE: screensaver bug fix]] | * [[XFCE: screensaver bug fix]] | ||
Line 62: | Line 72: | ||
|- | |- | ||
| [[File:Winhq icon.png|64px|link=Windows emulator|caption|Windows emulator]] || [[Windows emulator]] || || [[File:Icon games.png|64px|link=Linux games|caption|Linux games]] || [[Linux games]] | | [[File:Winhq icon.png|64px|link=Windows emulator|caption|Windows emulator]] || [[Windows emulator]] || || [[File:Icon games.png|64px|link=Linux games|caption|Linux games]] || [[Linux games]] | ||
+ | |- | ||
+ | | [[File:Icon multimedia.png|link=Multimedia|64px|caption|Multimedia]] || [[Multimedia]] || || [[File:Audio_CD.png|link=Audio|64px|caption|Audio]] || [[Audio]] | ||
|} | |} | ||
+ | |||
+ | [[Laptop battery / fan management]] | ||
+ | |||
+ | |||
+ | * [[Languages]] | ||
− | + | =Linux tricks= | |
+ | ==Completion ignore case== | ||
− | + | <syntaxhighlight lang="bash"> | |
+ | echo "set completion-ignore-case On" >> ~/.inputrc | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | =Apple VM= | ||
+ | |||
+ | [[Apple Mac OS X VM]] | ||
Line 76: | Line 101: | ||
Go to “System Settings” >> “Security & Privacy” >> "Search" >> Disable Internet search | Go to “System Settings” >> “Security & Privacy” >> "Search" >> Disable Internet search | ||
+ | |||
+ | |||
+ | ==Add / Edit unity launcher== | ||
+ | |||
+ | Unity launchers are in: | ||
+ | * All users: <code>/usr/share/applications/*.desktop</code> | ||
+ | * Specific to the current user: <code>~/.local/share/applications/*.desktop</code> | ||
+ | |||
+ | |||
+ | You can also create some desktop icons in <code>~/Desktop/*.desktop</code> | ||
+ | |||
+ | |||
+ | See this excellent thread for more details: http://askubuntu.com/questions/13758/how-can-i-edit-create-new-launcher-items-in-unity-by-hand | ||
+ | |||
+ | |||
+ | |||
+ | ==XFCE tricks== | ||
+ | |||
+ | '''assign windows key to open menu''' | ||
+ | |||
+ | Default shortcut is: <code>CTRL</code> + <code>ESC</code> | ||
+ | |||
+ | * Click on <code>menu</menu> | ||
+ | * Click on <code>settings</menu> | ||
+ | * Click on <code>keyboard</menu> | ||
+ | * Double click on the shortcut for <code>xcfe4-popup-whisker-menu</menu> | ||
+ | * Click on <code>windows key</code> |
Latest revision as of 20:14, 30 June 2017
How to setup & maintain a Linux server or workstation with basics services.
Contents
Installation
Core features
Specifics
Softwares and languages
This is the list of programs I advised you to install on your server / workstation.
core | Internet | |||
utilities | office | |||
drivers | 'Survival' multimedia | |||
network | 'Survival' graphical | |||
security | programming | |||
Clean ubuntu | Photo | |||
Windows emulator | Linux games | |||
Multimedia | Audio |
Laptop battery / fan management
Linux tricks
Completion ignore case
echo "set completion-ignore-case On" >> ~/.inputrc
Apple VM
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
XFCE tricks
assign windows key to open menu
Default shortcut is: CTRL
+ ESC
- Click on
menu</menu>
- Click on
settings</menu>
- Click on
keyboard</menu>
- Double click on the shortcut for
xcfe4-popup-whisker-menu</menu>
- Click on
windows key