Pardus:How To

From PardusWiki
Revision as of 15:05, 28 April 2009 by KAMiKAZOW (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is prepared to help people new on Pardus. And all these answers were gathered from Turkish Pardus forum, http://forum.pardus-linux.org.

Contents

STARTUP

How to disable login screen?

Following the way of "Pardus > Tasma > System > Login manager > Convenience " go to Convenience section.You must be "root" here, so press the "Administrator Mode" button at the bottom of the window and write your root password.There is small box on the left of "Enable Auto login".Put a tick on that box and press on "OK" button at the bottom of the window.

How to enable "NumLock" on startup?

Press the "ALT+F2" buttons and write "kcmshell keyboard" on the command window and press on "run".Click on the "turn on" from the "NumLock on KDE Startup" section.And press on "OK".

How to autostart programs on startup?

Install "autostart" program from pisi.If you dont know how to install program on pardus look here.Go to Pardus > Tasma > Desktop > Autostrat manager.You can add any program just pressing on "add" button.Dont forget to press on "apply" button at the bottom of the window after you add the program.

How to change splash screen?

First download a splash screen.You can download a splash screen which was made for Pardus from here. Go to Pardus > Tasma > Appearance and themes > Spash Screen.Press on the "add" button.Find the splash screen you lownloaded from the window just opened.Press on "OK".Then press on "apply".If you want you can test the splashscreen just pressing on "test" button.

How to change login screen?

First lownload a login screen.You can download the login screen which was made for Pardus from here.Go to Pardus > Tasma > Appearance and themes > Kdm Theme administrator.If there is not a program called "kdm theme" here.You should install it.If you dont know how to install program on pardus look here. Press on the "Administrator Mode" button at the bottom of the window and write your root password.Press on the "Install new theme" button at the bottom of the window.Find the file you downloaded press on "OK" , then "OK" again.You can check your login screen pressing on "ctrl+alt+backspace".


There is another screen apart from splash screen and login screen. How to change it ?

Goto "Pardus > Tasma > System> Login manager > Background".You must be "root" here, so press the "Administrator Mode" button at the bottom of the window and write your root password.Choose the picture you like from the "picture" section and press on "OK".


I don't like startup music, How to change it?

Go to "Pardus > Tasma > Sound and multimedia > System notifications".Find "KDE is starting up" and click on it.Below press on the folder icon from the "actions" section, choose another sound from there or choose any other sound you like.And press on "OK" then "apply". You can change other system sounds from here.

PISI (Package Manager)

How to install and remove programs on Pardus?

You can install programs on Pardus by PISI (Package manager).You can go to pisi by Pardus > Package manager or Pardus > Tasma > System > Package manager.

There are three buttons called "Show new packages","Show Installed packages","Show upgradable packages".You can upgrade Pardus by pressing on "Show upgradable packages" button,then put a tick on the small box on the left of the package you like to upgrade or just click on the "select all packages in this category" on the top of the window under search bar.Then press on the "upgrade packages"button on the right of the window.Pisi downloads the packages and installs all of them.

You can install the package you like by writing it on the search bar after you press on the "Show new packages" button. Then put a tick on the small box on the left of the package you like, then press on the "install packages" button on the right of the window.Pisi downloads the packages and dependencies and installs all of them after showing you the amaount of the download.

You can remove the package you like by writing it on the search bar after you press on the "Show installed packages" button.Then put a tick on the small box on the left of the package you like to remove.Then press on the "Remove packages" button on the right of the window.Pisi removes the package and dependencies.

Note:If you couldnot find the package you like to install try PisiBul


How to install .tar.gz packages on Pardus?

These packages are very easy to install on Pardus.It is called installing by source code.First you open the package(right click > extract > exctract here).Then go to folder you've opened and press "f4".This opens the konsole.Then write this commands one by one:

   ./configure 
   make 
   su (and you write your root password) 
   make install

And it install the package.But you cannot install all "tar.gz" packages by this way.You should read "README, INSTALL" files to see how to install.

How to install other packages (.sh, .run, .bin) on Pardus?

You can install these packages using konsole.First open the folder you like to install and press "f4".This opens the konsole then write the command according to the package - don't forget the "./" before :

   ./example.sh 

or

   ./example.bin

or

   ./example.run

But these packages must be "executable" and have permissions.You should right click on the file (example.sh) > properties > permissions.There is a small box on the left of "is executable" put a tick on it, then press "ok".This is for executable.You can also change the permissions on the same place.

How to add repo "contrib" to pisi (Package Manager)?

There is only one repo on pisi by default(pardus-2007.2).But you cannot find all packages from this repo beacause anly approved packages are included in this repo.But you can add "contrip" repo if you want.

Open pisi (Pardus > Package manager or Pardus > Tasma > System > Package manager). Go to Settings > Configure package manager.Click on "Add new repository".Write "contrip" for "repository" name and write this adress for the repository address:

http://packages.pardus.org.tr/contrib-2007/pisi-index.xml.bz2

Then click on "OK" and "OK" again.

Or you can use konsole and add the repo. Open konsole (press "alt+f2" and write konsole) and write this command:

sudo pisi ar contrip http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2

What is PisiBul, How to use it?

PisiBul is a helping program defined by one of our friends as formula of simplfied life on Pardus. It helps us find and build pisi packages you could not find by Package manager. You can install Pisibul by following the instructions found here.


Go to Pardus > Utilities > Pisibul and open the program. When you write the package name on the search bar the package appears on the right of the window. Click on the package then press on "the create the package" button. Then you must write root password. After that it creates the pisi package on the desktop after a couple of minutes depending on the amount of the package.You can install the package just clicking on the pisi package.


Under the search bar there are three names "devel", "contrip", "playground". These are the names of the repos. There must be ticks on the small boxes on the left of the names. If there is no it means Pisibul is not searching these repos.

Note:I dont recommend using playground repo.

GRUB

After update,there are two kernels in Grub ,How to delete it?

You should edit "grub.conf" file by going to "/boot/grub/grub.conf" .You can edit "grub.conf" in three ways:

way 1) right click on grub.conf "actions > edit as root " and write root password
way 2) "Pardus > System > More applications > File manager" and write root password . Konqueror opens as root.Then go to "/boot/grub/grub.conf" and open "grub.conf"
way 3) Press "Alt + F2" and run command "kdesu kwrite /boot/grub/grub.conf" and write root password.

You shoul delete the part below the first one.,

title Pardus 2007
root (hd0,1)
kernel (hd0,1)/boot/kernel-2.6.18.5-71 root=/dev/hda2 video=vesafb:nomtrr,pmipal,ywrap,1024x768-32@60 
splash=silent,fadein,theme:pardus console=tty2 mudur=language:tr quiet
initrd (hd0,1)/boot/initramfs-2.6.18.5-67

title Pardus 2007
root (hd0,1)
kernel (hd0,1)/boot/kernel-2.6.18.5-67 root=/dev/hda2 video=vesafb:nomtrr,pmipal,ywrap,1024x768-32@60 
splash=silent,fadein,theme:pardus console=tty2 mudur=language:tr quiet
initrd (hd0,1)/boot/initramfs-2.6.18.5-67
title Pardus 2007
root (hd0,1)
kernel (hd0,1)/boot/kernel-2.6.18.5-67 root=/dev/hda2 video=vesafb:nomtrr,pmipal,ywrap,1024x768-32@60 
splash=silent,fadein,theme:pardus console=tty2 mudur=language:tr quiet
initrd (hd0,1)/boot/initramfs-2.6.18.5-67

All this red part must be deleted


How to change opening order in Grub?

This is my grub.conf

default 0
timeout 10
background 10333C
splashimage (hd0,4)/boot/grub/splash.xpm.gz

title Pardus 2007.2 [2.6.18.8-86]
root (hd0,4)
kernel (hd0,4)/boot/kernel-2.6.18.8-86 root=/dev/sda5 video=vesafb:nomtrr,pmipal,ywrap,1024x768-32@60 
splash=silent,fadein,theme:pardus console=tty2 mudur=language:tr quiet
initrd (hd0,4)/boot/initramfs-2.6.18.8-86


title openSUSE 10.3 - 2.6.22.9-0.4
root (hd0,12)
kernel /boot/vmlinuz-2.6.22.9-0.4-default root=/dev/disk/by-id/scsi-SATA_ST3250620AS_5QE0H3ED-part13 vga=0x317
resume=/dev/sda11 splash=silent showopts
initrd /boot/initrd-2.6.22.9-0.4-default


title Windows Xp
rootnoverify (hd0,0)
makeactive 
chainloader +1
default 0  This shows the opening order, you can  edit it: 
default 0 = first one = title Pardus 2007.2 [2.6.18.8-86]
default 1 = second one = title openSUSE 10.3 - 2.6.22.9-0.4
default 2 = third one = title Windows Xp
timeout 10  This shows the opening time, you can also edit it


How to reinstall Grub ?

Put Pardus installation cd on cdrom and reboot computer.When you see pardus installation screen

press "c". You will see this   "grub>"
then write "root (0,"    (There is space between "root"and "(0,") and press "tab".This will show you partitions.
then write "root (0,4)"   and press enter.(this (0,4) is  my pardus partition, you write your partition)
then write "setup (hd0)"   (There is space between "setup" and "(hd0)".
Reboot computer by pressing   "ctrl+alt+del"

GENERAL

What are the equivalents of the windows programs on Pardus?

Windows Linux
Windows Media Player KMplayer, Mplayer, VLC
Winamp Amarok, Audacious
Internet Explorer Firefox, Konqueror
Outlook Express Thunderbird, Kmail
Microsoft Office OpenOffice
Frontpage NVU
Control Panel Tasma
Application install/remove Pisi, Package-Manager
Task Manager KsysGuard
Nero K3B
Photoshop Gimp
3D Studio Max Blender
Autocad Qcad, Varicad
.Net Framework Mono
Visual Studio .Net Mono Develop
DC++ valknut
IIS Apache
Notepad Kate
Wordpad Abiword
Edit (Console) Vim, Emacs
Partition Magic QTparted, GParted
JVM JVM JRE
FlashGet Kget, Flashgot
Bittorent Ktorrent
Mirc Konversation, KVIrc, Xchat
Msn Messenger Kopete,Amsn
Yahoo Messenger, ICQ Kopete, Mercury
Ulead Video Studio Kino
Matlab R, Rkward
WS Ftp, Bullet Proof Ftp, CuteFtp Konqueror, Filezilla

How to open .zip or .rar with password ?

You can open these files by running this "unrar e EXAMPLE.rar" command on konsole.

Open konsole (press "alt+f2" and write konsole) and write this command:"unrar e EXAMPLE.rar"
Then you should write the password, you cannot see the password on the screen but go on writing and press enter.

How to install "msn" on Pardus?

You should install "amsn.pisi" package from pisi.If you dont know how to install program on pardus look here.

After installation you can reach the program from "Pardus > Internet > Amsn"

How to kill a program if it freezes?

if a program freezes press "ctrl+alt+esc".The cursor turns into skull.Then put this skull on whichever program you want to stop and click on it.Be careful using this skull, because it stops any program you click on. If you don't want to kill an application anymore, you can turn your mouse pointer back to normal by pressing "ctrl+alt+esc" again.

I shut off the Kmix (sound) icon near the clock,How to take it back?

Go to "Pardus > Multimedia > Kmix" and press on kmix. The kmix icon comes to its place.

While saving a file in Kwrite another green file appears with the same name what is it, How to disable it?

This file is a copy of your original file.Open Kwrite and go to "Setting > configure editor > Open/Save".There is a section named "backup on save".There is a tick on the samll box on the left of "Local files".Press on it and clean that tick.Then press "OK".

While deleting I use "shift + del" buttons and I see or I dont see warning masages, How to able or disable it?

Press "Alt + F2" and run command "kcmshell filebrowser".Pres on "Behavior" section.There is a section at the bottom "ask confirmation for".If there are ticks on the small boxes you see warning masages, if there arent any you dont see.

While starting a program a jumping icon appears near cursor, how to disable it?

Press "Alt + F2" and run command "kcmshell kcmlaunch".From "busy cursor" menu chose whichever you like.

How to detect Ram using programes?

Using "top" command from konsole you see programs ram using excessively and you can remove this programs if you want.

Press "Alt + F2" and run command "konsole".Then write "top" on konsole.

What is "Yakuake", How to use it?

Yakuake is an helping program that helps you reach Konsole. Go to "Pardus > utilities > yakuake". When you open the program you see a warning on the upperleft corner of the screen that says "Application succesfully started. Press "f12" to use it". When you press "f12" you see a konsole-like screen coming down from the upper part of the screen. This is just like konsole you can do anything you do on konsole.When you press "f12" again it goes up but continues working, so you dont have to see konsole.

While deleting I use "shift + del" buttons and I see or I don't see warning messages, How to enable or disable it?

Press "Alt + F2" and run command "kcmshell filebrowser".Press on "Behavior" section.There is a section at the bottom "ask confirmation for".If there are ticks on the small boxes you see warning messages, if there aren't any you don't see.

What is "Katapult", How to use it?

Katapult is another helping program.This hepls you open any program or folder easily.Go to "Pardus > utilities > Katapult".When you open the progran you see a warning on the left corner of the bottom of the screen that says"Application succesfully started.Press "alt+spacebar" to start it.And you see a katapult icon near clock. When you press on this icon or "alt+spacebar" you see a bigger katapult icon on the center of the screen.That means it is waiting for commands.You write the name of the program and press enter, program begins immediately.

Let's do an axample:I want to open calculater.I have to go to "Pardus > utilities > desktop > kcalc".It is a long way.We can open it easily with katapult.Press "alt+spacebar" and start writing "kcalc".As soos as you start writing katapult shows you programs or folders beginning with that name.When you see the right progran or folder just press on "enter" and the program begins immediately.

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox