Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1947 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Débats

  question de debutant pour linux

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

question de debutant pour linux

n°153677
sky1860
Posté le 09-09-2002 à 01:18:30  profilanswer
 

Bonjour
 
Bon voila, je n'y connais rien à linux et j'ai voulu essayer en installant la mandrake 8.2.
 
Donc apres l'installation, j'ai fait quelquues trucs. J'ai désactivé l'option "lancer l'interface graphique au démarrage". Depuis, quand je me connecte , j'arrive à une interface textuelle. Je mets mon login, setph et j'appuie sur entrée.
J'obtiens une ligne du genre [stpeh@localhost...] Comment je fais pour revenir à mon interface graphique?
 
 
Comment faire pour accélèrer les mouvements du pointeur de la souris?
 
 
Comment régler le taux de rafraichissement?
 
Comment tuer une tache qui a planter?
 
merci de me répondre

mood
Publicité
Posté le 09-09-2002 à 01:18:30  profilanswer
 

n°153678
superX
Posté le 09-09-2002 à 01:19:29  profilanswer
 

startx

n°153681
freds45
Posté le 09-09-2002 à 01:33:23  profilanswer
 

startx, c pour lancer ton interface graphique ;)
 
pour tuer 1 tache qui a planté, tu fais kill -9 pid_de_la_tache
 
pour obtenir le pid, ps, et tu regardes kel est le... pid de la tache en question :)
 
j'sais pas si j'ai été très clair, il commence à être tard  :sleep:

n°155497
sky1860
Posté le 11-09-2002 à 22:24:03  profilanswer
 

up :bounce:

n°155501
911GT3
en roue libre
Posté le 11-09-2002 à 22:27:54  profilanswer
 

ps c'est un peu léger des fois ;)
ps -A ou ps -fe sont plus verbeux :)


---------------
"not everyone likes metal..... FUCK THEM" Fat Ed.
n°155503
sky1860
Posté le 11-09-2002 à 22:29:45  profilanswer
 

911GT3 a écrit a écrit :

ps c'est un peu léger des fois ;)
ps -A ou ps -fe sont plus verbeux :)




hein? :heink:

n°155504
jyp
>-<o>-<
Posté le 11-09-2002 à 22:32:54  profilanswer
 

jyp /home/jyp $ ps  
  PID TTY          TIME CMD
14699 pts/0    00:00:00 bash
14704 pts/0    00:00:00 ps
jyp /home/jyp $  
 
 
jyp /home/jyp $ ps -A
  PID TTY          TIME CMD
    1 ?        00:00:00 init
    2 ?        00:00:00 keventd
    3 ?        00:00:00 kapmd
    4 ?        00:00:00 ksoftirqd_CPU0
    5 ?        00:00:02 kswapd
    6 ?        00:00:00 bdflush
    7 ?        00:00:00 kupdated
    8 ?        00:00:00 khubd
    9 ?        00:00:00 kjournald
   34 ?        00:00:00 devfsd
 1878 ?        00:00:00 kjournald
 1879 ?        00:00:00 kjournald
 1880 ?        00:00:00 kjournald
 4685 ?        00:00:00 dhcpcd
 4689 ?        00:00:02 cupsd
 4834 ?        00:00:00 metalog
 4843 ?        00:00:00 metalog
 4974 ?        00:00:00 xinetd
 5081 tty1     00:00:00 agetty
 5082 tty2     00:00:00 agetty
 5083 tty3     00:00:00 agetty
 5084 tty4     00:00:00 agetty
 5085 tty5     00:00:00 agetty
 5086 tty6     00:00:00 agetty
 5093 ?        00:00:00 xdm
 5095 ?        03:08:32 X
 5096 ?        00:00:00 xdm
 5234 ?        00:00:00 sh
 5276 ?        00:00:00 lineakd
 5279 ?        00:00:09 gkrellm
 5280 ?        00:00:49 enlightenment
 5283 ?        00:00:00 gkrellm
 5286 ?        00:00:00 E-Exec.epplet
 5288 ?        08:14:32 setiathome
 5370 ?        00:00:18 nt
 5371 ?        00:00:00 nt
 5372 ?        00:00:00 nt
 5373 ?        00:03:43 nt
 5374 ?        00:00:00 nt
13260 ?        00:01:42 mozilla-bin
13267 ?        00:00:00 mozilla-bin
13268 ?        00:00:01 mozilla-bin
13269 ?        00:00:00 mozilla-bin
13270 ?        00:00:00 mozilla-bin
13818 ?        00:00:00 Eterm
13819 pts/2    00:00:00 bash
13824 pts/2    00:00:00 bash
14384 ?        00:00:00 smbd
14386 ?        00:00:00 nmbd
14390 ?        00:00:00 smbd
14675 ?        00:00:00 xmms
14676 ?        00:00:00 xmms
14677 ?        00:00:00 xmms
14678 ?        00:00:00 xmms
14679 ?        00:00:00 xmms
14680 ?        00:00:00 xmms
14681 ?        00:00:00 xmms
14698 ?        00:00:00 Eterm
14699 pts/0    00:00:00 bash
14707 pts/0    00:00:00 ps
 
 
jyp /home/jyp $ ps -fe
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 08:57 ?        00:00:00 init
root         2     1  0 08:57 ?        00:00:00 [keventd]
root         3     1  0 08:57 ?        00:00:00 [kapmd]
root         4     1  0 08:57 ?        00:00:00 [ksoftirqd_CPU0]
root         5     1  0 08:57 ?        00:00:02 [kswapd]
root         6     1  0 08:57 ?        00:00:00 [bdflush]
root         7     1  0 08:57 ?        00:00:00 [kupdated]
root         8     1  0 08:57 ?        00:00:00 [khubd]
root         9     1  0 08:57 ?        00:00:00 [kjournald]
root        34     1  0 08:57 ?        00:00:00 /sbin/devfsd /dev
root      1878     1  0 08:57 ?        00:00:00 [kjournald]
root      1879     1  0 08:57 ?        00:00:00 [kjournald]
root      1880     1  0 08:57 ?        00:00:00 [kjournald]
root      4685     1  0 08:57 ?        00:00:00 /sbin/dhcpcd eth0
root      4689     1  0 08:57 ?        00:00:02 /usr/sbin/cupsd
root      4834     1  0 08:57 ?        00:00:00 metalog [MASTER]                
root      4843  4834  0 08:57 ?        00:00:00 metalog [KERNEL]                
root      4974     1  0 08:57 ?        00:00:00 /usr/sbin/xinetd -pidfile /var/r
root      5081     1  0 08:57 tty1     00:00:00 /sbin/agetty 38400 tty1 linux
root      5082     1  0 08:57 tty2     00:00:00 /sbin/agetty 38400 tty2 linux
root      5083     1  0 08:57 tty3     00:00:00 /sbin/agetty 38400 tty3 linux
root      5084     1  0 08:57 tty4     00:00:00 /sbin/agetty 38400 tty4 linux
root      5085     1  0 08:57 tty5     00:00:00 /sbin/agetty 38400 tty5 linux
root      5086     1  0 08:57 tty6     00:00:00 /sbin/agetty 38400 tty6 linux
root      5093     1  0 08:57 ?        00:00:00 /usr/X11R6/bin/xdm
root      5095  5093 23 08:57 ?        03:08:32 /usr/X11R6/bin/X -auth /usr/X11R
root      5096  5093  0 08:57 ?        00:00:00 -:0                
jyp       5234  5096  0 08:58 ?        00:00:00 /bin/sh /home/jyp/.xsession
jyp       5276     1  0 08:58 ?        00:00:00 lineakd -b
jyp       5279  5234  0 08:58 ?        00:00:09 gkrellm -g +0+55
jyp       5280  5234  0 08:58 ?        00:00:49 enlightenment
jyp       5283  5279  0 08:58 ?        00:00:00 gkrellm -g +0+55
jyp       5286  5280  0 08:58 ?        00:00:00 /usr/bin/E-Exec.epplet
jyp       5288     1 60 08:58 ?        08:14:43 /home/jyp/Seti@home/Seti1/setiat
jyp       5370  5280  0 09:09 ?        00:00:18 nt
jyp       5371  5370  0 09:09 ?        00:00:00 nt
jyp       5372  5371  0 09:09 ?        00:00:00 nt
jyp       5373  5371  0 09:09 ?        00:03:43 nt
jyp       5374  5371  0 09:09 ?        00:00:00 nt
jyp      13260     1  1 20:24 ?        00:01:43 /usr/lib/mozilla/mozilla-bin htt
jyp      13267 13260  0 20:24 ?        00:00:00 /usr/lib/mozilla/mozilla-bin htt
jyp      13268 13267  0 20:24 ?        00:00:01 /usr/lib/mozilla/mozilla-bin htt
jyp      13269 13267  0 20:24 ?        00:00:00 /usr/lib/mozilla/mozilla-bin htt
jyp      13270 13267  0 20:24 ?        00:00:00 /usr/lib/mozilla/mozilla-bin htt
jyp      13818  5280  0 21:08 ?        00:00:00 Eterm
jyp      13819 13818  0 21:08 pts/2    00:00:00 -bash
root     13824 13819  0 21:08 pts/2    00:00:00 bash
root     14384     1  0 21:51 ?        00:00:00 /usr/sbin/smbd
root     14386     1  0 21:51 ?        00:00:00 /usr/sbin/nmbd
root     14390 14384  0 21:51 ?        00:00:00 /usr/sbin/smbd
jyp      14675     1  0 22:27 ?        00:00:00 xmms -t
jyp      14676 14675  0 22:27 ?        00:00:00 xmms -t
jyp      14677 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14678 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14679 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14680 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14681 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14698  5280  0 22:31 ?        00:00:00 Eterm
jyp      14699 14698  0 22:31 pts/0    00:00:00 -bash
jyp      14708  5283  0 22:31 ?        00:00:00 gkrellm -g +0+55
jyp      14709 14699  0 22:32 pts/0    00:00:00 ps -fe


---------------
Jyp
n°155505
911GT3
en roue libre
Posté le 11-09-2002 à 22:32:58  profilanswer
 

en complément à ce qu'a écrit freds45 ;)
 
pour le rafraichissement et bien d'autres choses, des réponses là: http://linux-wizard.tuxfamily.org/
 
pour la souris en mode console je sais pas. il faut lire le man de gpm.
 
en mode graphique, soit ça se fait directement depuis les interfaces de conf de KDE ou Gnome, ou de façon plus générique en utilisant (g)xset...


---------------
"not everyone likes metal..... FUCK THEM" Fat Ed.
n°155512
sky1860
Posté le 11-09-2002 à 22:42:41  profilanswer
 

jyp a écrit a écrit :

jyp /home/jyp $ ps  
  PID TTY          TIME CMD
14699 pts/0    00:00:00 bash
14704 pts/0    00:00:00 ps
jyp /home/jyp $  
 
 
jyp /home/jyp $ ps -A
  PID TTY          TIME CMD
    1 ?        00:00:00 init
    2 ?        00:00:00 keventd
    3 ?        00:00:00 kapmd
    4 ?        00:00:00 ksoftirqd_CPU0
    5 ?        00:00:02 kswapd
    6 ?        00:00:00 bdflush
    7 ?        00:00:00 kupdated
    8 ?        00:00:00 khubd
    9 ?        00:00:00 kjournald
   34 ?        00:00:00 devfsd
 1878 ?        00:00:00 kjournald
 1879 ?        00:00:00 kjournald
 1880 ?        00:00:00 kjournald
 4685 ?        00:00:00 dhcpcd
 4689 ?        00:00:02 cupsd
 4834 ?        00:00:00 metalog
 4843 ?        00:00:00 metalog
 4974 ?        00:00:00 xinetd
 5081 tty1     00:00:00 agetty
 5082 tty2     00:00:00 agetty
 5083 tty3     00:00:00 agetty
 5084 tty4     00:00:00 agetty
 5085 tty5     00:00:00 agetty
 5086 tty6     00:00:00 agetty
 5093 ?        00:00:00 xdm
 5095 ?        03:08:32 X
 5096 ?        00:00:00 xdm
 5234 ?        00:00:00 sh
 5276 ?        00:00:00 lineakd
 5279 ?        00:00:09 gkrellm
 5280 ?        00:00:49 enlightenment
 5283 ?        00:00:00 gkrellm
 5286 ?        00:00:00 E-Exec.epplet
 5288 ?        08:14:32 setiathome
 5370 ?        00:00:18 nt
 5371 ?        00:00:00 nt
 5372 ?        00:00:00 nt
 5373 ?        00:03:43 nt
 5374 ?        00:00:00 nt
13260 ?        00:01:42 mozilla-bin
13267 ?        00:00:00 mozilla-bin
13268 ?        00:00:01 mozilla-bin
13269 ?        00:00:00 mozilla-bin
13270 ?        00:00:00 mozilla-bin
13818 ?        00:00:00 Eterm
13819 pts/2    00:00:00 bash
13824 pts/2    00:00:00 bash
14384 ?        00:00:00 smbd
14386 ?        00:00:00 nmbd
14390 ?        00:00:00 smbd
14675 ?        00:00:00 xmms
14676 ?        00:00:00 xmms
14677 ?        00:00:00 xmms
14678 ?        00:00:00 xmms
14679 ?        00:00:00 xmms
14680 ?        00:00:00 xmms
14681 ?        00:00:00 xmms
14698 ?        00:00:00 Eterm
14699 pts/0    00:00:00 bash
14707 pts/0    00:00:00 ps
 
 
jyp /home/jyp $ ps -fe
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 08:57 ?        00:00:00 init
root         2     1  0 08:57 ?        00:00:00 [keventd]
root         3     1  0 08:57 ?        00:00:00 [kapmd]
root         4     1  0 08:57 ?        00:00:00 [ksoftirqd_CPU0]
root         5     1  0 08:57 ?        00:00:02 [kswapd]
root         6     1  0 08:57 ?        00:00:00 [bdflush]
root         7     1  0 08:57 ?        00:00:00 [kupdated]
root         8     1  0 08:57 ?        00:00:00 [khubd]
root         9     1  0 08:57 ?        00:00:00 [kjournald]
root        34     1  0 08:57 ?        00:00:00 /sbin/devfsd /dev
root      1878     1  0 08:57 ?        00:00:00 [kjournald]
root      1879     1  0 08:57 ?        00:00:00 [kjournald]
root      1880     1  0 08:57 ?        00:00:00 [kjournald]
root      4685     1  0 08:57 ?        00:00:00 /sbin/dhcpcd eth0
root      4689     1  0 08:57 ?        00:00:02 /usr/sbin/cupsd
root      4834     1  0 08:57 ?        00:00:00 metalog [MASTER]                
root      4843  4834  0 08:57 ?        00:00:00 metalog [KERNEL]                
root      4974     1  0 08:57 ?        00:00:00 /usr/sbin/xinetd -pidfile /var/r
root      5081     1  0 08:57 tty1     00:00:00 /sbin/agetty 38400 tty1 linux
root      5082     1  0 08:57 tty2     00:00:00 /sbin/agetty 38400 tty2 linux
root      5083     1  0 08:57 tty3     00:00:00 /sbin/agetty 38400 tty3 linux
root      5084     1  0 08:57 tty4     00:00:00 /sbin/agetty 38400 tty4 linux
root      5085     1  0 08:57 tty5     00:00:00 /sbin/agetty 38400 tty5 linux
root      5086     1  0 08:57 tty6     00:00:00 /sbin/agetty 38400 tty6 linux
root      5093     1  0 08:57 ?        00:00:00 /usr/X11R6/bin/xdm
root      5095  5093 23 08:57 ?        03:08:32 /usr/X11R6/bin/X -auth /usr/X11R
root      5096  5093  0 08:57 ?        00:00:00 -:0                
jyp       5234  5096  0 08:58 ?        00:00:00 /bin/sh /home/jyp/.xsession
jyp       5276     1  0 08:58 ?        00:00:00 lineakd -b
jyp       5279  5234  0 08:58 ?        00:00:09 gkrellm -g +0+55
jyp       5280  5234  0 08:58 ?        00:00:49 enlightenment
jyp       5283  5279  0 08:58 ?        00:00:00 gkrellm -g +0+55
jyp       5286  5280  0 08:58 ?        00:00:00 /usr/bin/E-Exec.epplet
jyp       5288     1 60 08:58 ?        08:14:43 /home/jyp/Seti@home/Seti1/setiat
jyp       5370  5280  0 09:09 ?        00:00:18 nt
jyp       5371  5370  0 09:09 ?        00:00:00 nt
jyp       5372  5371  0 09:09 ?        00:00:00 nt
jyp       5373  5371  0 09:09 ?        00:03:43 nt
jyp       5374  5371  0 09:09 ?        00:00:00 nt
jyp      13260     1  1 20:24 ?        00:01:43 /usr/lib/mozilla/mozilla-bin htt
jyp      13267 13260  0 20:24 ?        00:00:00 /usr/lib/mozilla/mozilla-bin htt
jyp      13268 13267  0 20:24 ?        00:00:01 /usr/lib/mozilla/mozilla-bin htt
jyp      13269 13267  0 20:24 ?        00:00:00 /usr/lib/mozilla/mozilla-bin htt
jyp      13270 13267  0 20:24 ?        00:00:00 /usr/lib/mozilla/mozilla-bin htt
jyp      13818  5280  0 21:08 ?        00:00:00 Eterm
jyp      13819 13818  0 21:08 pts/2    00:00:00 -bash
root     13824 13819  0 21:08 pts/2    00:00:00 bash
root     14384     1  0 21:51 ?        00:00:00 /usr/sbin/smbd
root     14386     1  0 21:51 ?        00:00:00 /usr/sbin/nmbd
root     14390 14384  0 21:51 ?        00:00:00 /usr/sbin/smbd
jyp      14675     1  0 22:27 ?        00:00:00 xmms -t
jyp      14676 14675  0 22:27 ?        00:00:00 xmms -t
jyp      14677 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14678 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14679 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14680 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14681 14676  0 22:27 ?        00:00:00 xmms -t
jyp      14698  5280  0 22:31 ?        00:00:00 Eterm
jyp      14699 14698  0 22:31 pts/0    00:00:00 -bash
jyp      14708  5283  0 22:31 ?        00:00:00 gkrellm -g +0+55
jyp      14709 14699  0 22:32 pts/0    00:00:00 ps -fe
 




c'est quoi ce charabia? :heink:

n°155516
djoh
Posté le 11-09-2002 à 22:46:27  profilanswer
 

ben ce sont les démons qui tournent sur ta machine [:mlc]


---------------
http://membres.lycos.fr/djohdjoh http://www.enduring-freedoms.org/sommaire.php3
mood
Publicité
Posté le 11-09-2002 à 22:46:27  profilanswer
 

n°155518
jyp
>-<o>-<
Posté le 11-09-2002 à 22:48:12  profilanswer
 

pour tuer un programme qui à planté, il faut connaitre son pid puis le killer:
exemple :
mozilla à planté, je fait un ps -A
....
....
....
14678 ?        00:00:00 xmms
14752 ?        00:00:12 mozilla-bin
14761 ?        00:00:00 mozilla-bin
14762 ?        00:00:00 mozilla-bin
14763 ?        00:00:00 mozilla-bin
14764 ?        00:00:00 mozilla-bin
14770 ?        00:00:00 mozilla-bin
14774 ?        00:00:00 xmms
14775 ?        00:00:00 xmms
....
.....
puis un kill 14752  ou kill -KILL 14752 si il est recalcitrant


---------------
Jyp

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Débats

  question de debutant pour linux

 

Sujets relatifs
Question a propos de lilo ?Installation Debian Linux sur sgi Indy,Minusplus viens voir ! :p
Eskya ici un radioamateur qui utilise l'AX25 sous Linux ???question kernel/tcp
Linux mandrake - ViteMozilla application Mail (Linux <-> Windows)
Msn messenger sous linux c possible?Install un prog sous linux ok mais pour le lancer???
Question sur le dd avec linuxQuestion con d'un débutant en Linux
Plus de sujets relatifs à : question de debutant pour linux


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR