Re: [CentOS] NUX Skype for Linux

2015-06-17 Thread Virilha


generic way to find where something is being called, if you known the  
name of that something:


enter as your user in terminal:

# su - youruser
$ grep -irs skype . | less

now just need to parse the output, find where its being called  
(probably .X?? or .x?? or .gnome??), remove it.


--Virilha

- Message from "James B. Byrne"  -
Date: Tue, 16 Jun 2015 08:54:51 -0400
From: "James B. Byrne" 
Reply-To: CentOS mailing list 
 Subject: [CentOS] NUX Skype for Linux
  To: centos@centos.org



I had cause to install the Skype for Linux package from the NUX repo.
I discover that this package is configured to automatically start
Skype whenever one logs on to the Gnome desktop.  This behaviour I do
not wish.  However, there seems to be no option in Skype to turn that
'feature' off. Is there any way to disable this in Gnome or elsewhere?

I will be removing Skype shortly when the present need for it passes
but I do not wish this thing automatically starting in the meantime.


--
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



- End message from "James B. Byrne"  -



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Per process memory monitoring tool

2014-08-07 Thread Virilha
You can use top in batch mode, -a sorts by memory, -d 20 updates every  
20 seconds. adjust to your needs.

top -b -a -d 20 >> top.txt

If you are going to disconnect from the terminal, use nohup before top:

nohup top -b -a -d 20 >> top.txt

- Message from przemol...@poczta.fm -
 Date: Thu, 07 Aug 2014 16:14:12 +0200
 From: przemol...@poczta.fm
Reply-To: CentOS mailing list 
  Subject: [CentOS] Per process memory monitoring tool
   To: centos@centos.org


> Hi all,
>
> I am looking for a tool which let me monitor memory consumption per  
> process on CentOS 5/6.
> The tool should be able to save its history so I could see what  
> amount of memory was consumed yesterday/week ago/etc
> by each process.
> Can you recommend anything like that ?
>
> Best regards
> P.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


- End message from przemol...@poczta.fm -



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos