All of the configurations and settings in Linux are saved in text files. Even though you most often can edit configurations through the graphical interface, you may occasionally have to edit them by hand. Kate is the default Kubuntu text editor, which can be launched by going to → → .
At times in this guide, Kate is run from the command line using kdesu, as most configuration files require root privileges to alter them. It is recommended that you also run kdesu from the command line when shown in this guide.
Eğer komut satırında bir metin düzenleyici çalıştırmak isterseniz, kullanımı kolay olan nano'yu kullanabilirsiniz. Komut satırından çalıştırırken, programın kendiliğinden yeni satır eklemesini engellemek için her zaman
nano -w
komutunu kullanın.
For more information about how to use nano, refer to the guide on the wiki.
There are also quite a few other terminal-based editors available in Kubuntu, popular ones include VIM and Emacs (the pros and cons of each are cause for much friendly debate within the Linux community). These are often more complex to use than nano, but are also more powerful.