Benutzer:Rdiez/Linux Ramblings: Unterschied zwischen den Versionen

Aus /dev/tal
Wechseln zu: Navigation, Suche
(Weiterleitung nach Benutzer:Rdiez/PageRemoved erstellt)
 
(22 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{BenutzerSeitenNichtVeraendernWarnung|rdiez}}
+
#REDIRECT [[Benutzer:Rdiez/PageRemoved]]
 
+
= 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.
+
* Enable Ctrl+Alt+Backspace to kill the current graphical session. <br/> If you make a mistake and/or your system becomes unresponsive, this key combination may be the safest and quickest way out. Edit "/etc/default/keyboard", find variable XKBOPTIONS and set it to "terminate:ctrl_alt_bksp".
+
* Optimise filesystem performance with ''noatime''. <br/> 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 [https://github.com/rdiez/Tools/tree/master/MlocateConflictingPackage mlocate conflicting package].
+
* Prevent unexpected system updates. <br/> Unexpected package manager activity in the background can render your PC slow or even unresponsive when you are in a hurry. Configure the system updates to check less often (weekly or every fortnight) and disable automatic installation.
+
* Add ''pavucontrol'' (PulseAudio Volume Control) to your favourites. <br/> The standard volume control applet does not let you choose where an application like Skype should be recording the audio from.
+
 
+
== For PCs with only 512 MiB RAM ==
+
 
+
512 MiB of RAM is too little nowadays for Ubuntu-based system. Starting the package manager is already a heavy load for such a computer. Here is some suggestions:
+
 
+
* Get rid of ''apt-xapian-index'', see [https://github.com/rdiez/Tools/tree/master/FakeReplacementForAptXapianIndex Fake Replacement for Debian Package apt-xapian-index]
+
* Switch to a lightweight Web browser like [http://en.wikipedia.org/wiki/Midori_%28web_browser%29 Midori]. <br/> You will lose some comfort, and some pages will not display properly, but Firefox and Chromium are just too heavy.
+
* Optimise your swap:
+
** Reduce the [http://en.wikipedia.org/wiki/Swappiness swappiness] from the default 60 to 10. <br/> Add "vm.swappiness = 10" to file "/etc/sysctl.conf".
+
** Move your swap partition to another drive.
+
*** If you have more than one drive, move the swap partition or file to the least-busy disk.
+
*** Try swapping to a USB stick.
+
*** If the computer has a memory card reader, you could use a fast memory card as the main swap drive.
+
*** If your video card has a lot of memory, some people have managed to [https://wiki.archlinux.org/index.php/Swap_on_video_ram use some of it as a swap device].
+
** Try [[Benutzer:Rdiez/Linux_zram|swapping to zram]]. It made things worse for me, but your mileage may vary.
+
* Switch to a [http://en.wikipedia.org/wiki/Lightweight_Linux lightweight Linux distribution]. <br/> Xubuntu or Lubuntu will not bring much. You could try [http://en.wikipedia.org/wiki/Puppy_Linux Puppy Linux].
+

Aktuelle Version vom 15. Mai 2015, 21:08 Uhr

Weiterleitung nach: