Benutzer:Rdiez/Linux Ramblings: Unterschied zwischen den Versionen
Aus /dev/tal
Rdiez (Diskussion | Beiträge) (quiet splash) |
Rdiez (Diskussion | Beiträge) (pavucontrol) |
||
Zeile 1: | Zeile 1: | ||
{{BenutzerSeitenNichtVeraendernWarnung|rdiez}} | {{BenutzerSeitenNichtVeraendernWarnung|rdiez}} | ||
− | = Things to Do after Installing Kubuntu = | + | = Things to Do after Installing Kubuntu 14.04 = |
* Make the Grub bootloader accessible. <br/> Otherwise, if you ever to need access to the bootloader, it will be too late. <br/> Install package ''kde-config-grub2'' and you can configure it with the mouse under ''System Settings'', ''Startup and Shutdown'', ''GRUB2 Bootloader''. Choose "Automatically boot..." after 1 second, so that you have 1 second to press the arrow down key (for example) and stop the boot process. <br/> Or manually: edit ''/etc/default/grub'', add ''GRUB_TIMEOUT=1'', comment out ''GRUB_HIDDEN_TIMEOUT'', run ''sudo update-grub2''. <br/> You may also want to remove kernel options ''quiet'' and ''splash'' in order to see the boot messages. | * Make the Grub bootloader accessible. <br/> Otherwise, if you ever to need access to the bootloader, it will be too late. <br/> Install package ''kde-config-grub2'' and you can configure it with the mouse under ''System Settings'', ''Startup and Shutdown'', ''GRUB2 Bootloader''. Choose "Automatically boot..." after 1 second, so that you have 1 second to press the arrow down key (for example) and stop the boot process. <br/> Or manually: edit ''/etc/default/grub'', add ''GRUB_TIMEOUT=1'', comment out ''GRUB_HIDDEN_TIMEOUT'', run ''sudo update-grub2''. <br/> You may also want to remove kernel options ''quiet'' and ''splash'' in order to see the boot messages. | ||
Zeile 9: | Zeile 9: | ||
** Akonadi. Go to ''System Settings'', ''Personal Information'', stop the service. | ** Akonadi. Go to ''System Settings'', ''Personal Information'', stop the service. | ||
** ''updatedb'' / ''locate'' database. See [https://github.com/rdiez/Tools/tree/master/MlocateConflictingPackage mlocate conflicting package]. | ** ''updatedb'' / ''locate'' database. See [https://github.com/rdiez/Tools/tree/master/MlocateConflictingPackage mlocate conflicting package]. | ||
+ | * Add ''pavucontrol'' (PulseAudio Volume Control) to your favourites. | ||
= PCs with only 512 MiB RAM = | = PCs with only 512 MiB RAM = | ||
* Get rid of apt-xapian-index, see [https://github.com/rdiez/Tools/tree/master/FakeReplacementForAptXapianIndex Fake Replacement for Debian Package apt-xapian-index] | * Get rid of apt-xapian-index, see [https://github.com/rdiez/Tools/tree/master/FakeReplacementForAptXapianIndex Fake Replacement for Debian Package apt-xapian-index] |
Version vom 13. Juni 2014, 20:38 Uhr
Dies sind die persönlichen Benutzerseiten von rdiez, bitte nicht verändern! Ausnahmen sind nur einfache Sprachkorrekturen wie Tippfehler, falsche Präpositionen oder Ähnliches. Alles andere bitte nur dem Benutzer melden! |
Things to Do after Installing Kubuntu 14.04
- Make the Grub bootloader accessible.
Otherwise, if you ever to need access to the bootloader, it will be too late.
Install package kde-config-grub2 and you can configure it with the mouse under System Settings, Startup and Shutdown, GRUB2 Bootloader. Choose "Automatically boot..." after 1 second, so that you have 1 second to press the arrow down key (for example) and stop the boot process.
Or manually: edit /etc/default/grub, add GRUB_TIMEOUT=1, comment out GRUB_HIDDEN_TIMEOUT, run sudo update-grub2.
You may also want to remove kernel options quiet and splash in order to see the boot messages. - Get some disk performance back.
Edit /etc/fstab and add options "noatime,commit=30" to your filesystems. - Disable unnecessary indexers:
- KDE Baloo (formerly Nepomuk). Go to System Settings, Desktop Search, and add your home folder, which acts as an indication to turn the indexer off.
- Akonadi. Go to System Settings, Personal Information, stop the service.
- updatedb / locate database. See mlocate conflicting package.
- Add pavucontrol (PulseAudio Volume Control) to your favourites.
PCs with only 512 MiB RAM
- Get rid of apt-xapian-index, see Fake Replacement for Debian Package apt-xapian-index