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

 
(30 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
=Installation=
 
=Installation=
 +
 +
===Core features===
 +
 +
[[File:Kernel icon.jpeg|64px|caption|Linux core features]]
 +
  
 
* [[Partitions setup]]   
 
* [[Partitions setup]]   
Line 16: Line 21:
 
* [[Create user]]
 
* [[Create user]]
  
* [[Useful programs]]
+
* [[Automatic updates]]
 +
 
 +
* [[Linux locales]]
 +
 
 +
* [[mount NTS partition]]
 +
 
 +
* [[Limit bandwidth]]
 +
 
 +
* [[Set DNS servers]]
  
* [[Languages]]
 
  
* [[Automatic updates]]
 
  
 +
===Specifics===
  
 +
[[File:Softwares advanced icon.jpeg|64px|caption|Software advanced features]]
  
=Specifics=
 
  
 
* [[Prefer IPv4 over IPv6]]
 
* [[Prefer IPv4 over IPv6]]
  
 
* [[Drivers]]
 
* [[Drivers]]
 +
* [[Brother DCP-7055]]
  
 
* [[XFCE: screensaver bug fix]]
 
* [[XFCE: screensaver bug fix]]
Line 37: Line 50:
  
  
=Applications=
 
  
* [[Photo]]
 
  
* [[Clean ubuntu]]
+
===Softwares and languages===
 +
 
 +
[[File:Linux install softwares.png|64px|caption|Linux main softwares]] This is the list of programs I advised you to install on your server / workstation.
 +
 
 +
 
 +
{| class="wikitable"
 +
|-
 +
| [[File:Softwares root icon.png|link=Useful programs - core|64px|caption|Core applications]] || [[Useful programs - core|core]] || || [[File:Softwares internet icon.png|link=Useful programs - Internet|64px|caption|Internet]] || [[Useful programs - Internet|Internet]]
 +
|-
 +
| [[File:Softwares utilities icon.png|link=Useful programs - utilities|64px|caption|Utilities]] || [[Useful programs - utilities|utilities]] || || [[File:Softwares office icon.png|link=Useful programs - office|64px|caption|Office applications]] || [[Useful programs - office|office]]
 +
|-
 +
| [[File:Softwares drivers icon.png|link=drivers|64px|caption|Drivers]] || [[drivers]] || || [[File:Softwares multimedia icon.jpg|link=Useful programs - multimedia|64px|caption|Multimedia]] || [[Useful programs - multimedia|'Survival' multimedia]]
 +
|-
 +
| [[File:Softwares network icon.png|link=Useful programs - network|64px|caption|Network]] || [[Useful programs - network|network]] || || [[File:Softwares graphical icon.png|link=Useful programs - graphical|64px|caption|Graphical]] || [[Useful programs - graphical|'Survival' graphical]]
 +
|-
 +
| [[File:Softwares security icon.jpg|64px|link=Useful programs - security|caption|Security]] || [[Useful programs - security|security]] || || [[File:Softwares development icon.jpg|64px|link=Useful programs - programming|caption|Programming]] || [[Useful programs - programming|programming]]
 +
|-
 +
| [[File:Softwares clean icon.jpg|64px|link=Clean ubuntu|caption|Clean ubuntu]] || [[Clean ubuntu]] || || [[File:Softwares camera icon.png|64px|link=Photo|caption|Photo]] || [[Photo]]
 +
|-
 +
| [[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]]
 +
 
 +
 
 +
=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: <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 21:14, 30 June 2017


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
Multimedia Multimedia Audio Audio

Laptop battery / fan management



Linux tricks

Completion ignore case

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


Apple VM

Apple Mac OS X 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