Visualizzazione dei risultati da 1 a 6 su 6
  1. #1

    GOK è apparso e non se ne vuole andare

    sono con la mandrake 10.1 official
    non riesco a capire xche dopo che ho riavviato kde mi è partito un programma "GOK" che non riesco a chiudere...non ha tasti per essere chiuso e all avvio mi dice GOK ha attivato i tasti stiky o una cosa simile...
    esiste un metodo per uccidere questo programma in modo che non lo senta e non lo veda piu?? lo odio è tutto il girono che provo a chiuderlo...
    ho provato a cliccare all interno del programma per cercare un "chiudi gok" ma nessun comando del programma mi funziona...
    non posso da console dare un comando uccidi GOK o una cosa simile??

    Grazie
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  2. #2
    certo. anzitutto trova l'id associato al processo. Per esempio per trovare l'id associato ad un processo chiamato java farei

    codice:
    lucis@pclo2:~$ ps aux|grep java  
    lucis     8353 37.6 10.7 304560 111856 ?       Sl   20:22   0:15 /usr/local/jre/bin/java
    Poi lo puoi uccidere con kill:

    codice:
    lucis@pclo2:~$ kill -9 8353
    SO: Debian Sarge kernel 2.6.11
    Lang: Java, C++, C

  3. #3
    stupendo....
    fantastico sto kill....
    non sapevo esistesse una cosa cosi spettacolare.....


    GRAZIE MILLISSIME
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  4. #4


    è carino anche quando devi fare dei simpatici scherzetti quando stai programmando con degli amici in una rete e quelli giocano invece di lavorare...
    SO: Debian Sarge kernel 2.6.11
    Lang: Java, C++, C

  5. #5
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    esiste anche pkill

    # pkill -9 gok

    Se ti parte da solo sarà in /home/utente/.kde/Autostart
    ... S'i' fosse Giorgio, com'i' sono e fui,
    torrei le donne giovani e leggiadre:
    le vecchie e laide lasserei altrui....
    Non mandatemi PVT, mi dimentico sempre di leggerli ... mandatemi e-mail, se è il caso

  6. #6
    BELLISSIMO

    continuo ad avviare programmi da konsole e poi li killo e cosi poi viene scritto KILLED

    è stupendo...


    Grazie mille
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.