Code: |
############################## ##### NVIDIAINFO ##### ############################## elif sensor == 'nvidiaInfo' and self.ifRefresh( sensor, '3sec' ): def getData( lines ): for line in lines: try: int(line[0]) return line except: pass return '' if self.ifRefresh( sensor, 'never' ): if self.nvidiaShowGpu: self.nvidiaInfo['gpu'] = os.popen( 'nvidia-settings -q Gpus | cut -d '(' -f 2 -s' ).read().replace( 'n', '' ).replace( ')', '' ) if self.nvidiaShowRam: self.nvidiaInfo['ram'] = str( int( getLine( os.popen( 'nvidia-settings -q VideoRam -t' ).readlines() ).replace( 'n', '' ) )/1024 ) if self.nvidiaShowDriver: self.nvidiaInfo['driver'] = getData( os.popen( 'nvidia-settings -q NvidiaDriverVersion -t' ).readlines() ).replace( 'n', '' ) if self.nvidiaShowReolution: self.nvidiaInfo['resolution'] = getData( os.popen( 'nvidia-settings -q FrontendResolution -t' ).readlines() ).replace( 'n', '' ).split( ',' ) if self.nvidiaShowRefreshRate: self.nvidiaInfo['refreshRate'] = getData( os.popen( 'nvidia-settings -q RefreshRate -t' ).readlines() ).replace( 'n', '' ) if self.nvidiaShowGpuFrequency: self.nvidiaInfo['gpuFrequency'] = getData( os.popen( 'nvidia-settings -q GPUCurrentClockFreqs -t | cut -d ',' -f1' ).readlines() ).replace( 'n', '' ) if self.nvidiaShowMemFrequency: self.nvidiaInfo['memFrequency'] = getData( os.popen( 'nvidia-settings -q GPUCurrentClockFreqs -t | cut -d ',' -f2' ).readlines() ).replace( 'n', '' ) if self.nvidiaShowTemp: self.nvidiaInfo['temp'] = getData( os.popen( 'nvidia-settings -q GPUCoreTemp -t' ).readlines() ).replace( 'n', '' ) if self.nvidiaInfo == self.nvidiaInfoOld and not self._allUpdate: return False self.nvidiaInfoOld = dict( self.nvidiaInfo ) if self.nvidiaShowTemp: try: self.nvidiaTemp = int( int( self.nvidiaInfo['temp'] ) / ( self.nvidiaTempMax / 100.0 ) ) except: self.nvidiaTemp = 0 return True # end nvidiainfo |
Code: |
~$ dpkg -l *gdebi* | grep ii ii gdebi 0.9.5.5+nmu1 all simple tool to view and install deb files - GNOME GUI ii gdebi-core 0.9.5.5+nmu1 all simple tool to install deb files |
Code: |
~$ ls -l /dev/disk/by-id/ |
Code: |
~# fdisk -l /dev/sda ~# fdisk -l /dev/sdb |
Code: |
gksudo gdebi-gtk ~/Téléchargements/LibreOffice*.deb |
Code: |
~$ apt-cache policy klamav |
Code: |
~$ apt-cache search clamav |
Code: |
~$ dpkg -l *clam* | grep ii ii clamav 0.98.6+dfsg-0ubuntu0.12.04.1 anti-virus utility for Unix - command-line interface ii clamav-base 0.98.6+dfsg-0ubuntu0.12.04.1 anti-virus utility for Unix - base package ii clamav-daemon 0.98.6+dfsg-0ubuntu0.12.04.1 anti-virus utility for Unix - scanner daemon ii clamav-freshclam 0.98.6+dfsg-0ubuntu0.12.04.1 anti-virus utility for Unix - virus database update utility ii libclamav6 0.98.6+dfsg-0ubuntu0.12.04.1 anti-virus utility for Unix - library |
Code: |
clamtk - graphical front-end for ClamAV clamtk-nautilus - Nautilus MenuProvider extension for ClamTk |
Code: |
sudo apt-get install clamtk |
Code: |
~$ apt-cache policy klamav klamav: Installé : (aucun) Candidat : 0.46-3+b1 Table de version : 0.46-3+b1 0 500 http://ftp.fr.debian.org/debian/ oldstable/main amd64 Packages |
Code: |
~$ apt-cache search clamav clamav-data - clamav data files klamav - KDE frontend for ClamAV mailscanner - email gateway for virus scanning, spam and phishing detection amavisd-new - interface entre agent de transfert de courriel (MTA) et les antivirus/filtres de contenu clamassassin - Adaptateur de filtre de virus dans des courriels pour ClamAV clamsmtp - Mandataire SMTP qui vérifie la présence de virus clamav-base - anti-virus utility for Unix - base package clamav-dbg - debug symbols for ClamAV clamav-docs - anti-virus utility for Unix - documentation clamav-milter - anti-virus utility for Unix - sendmail integration clamav-testfiles - anti-virus utility for Unix - test files libclamav-dev - anti-virus utility for Unix - development files clamav-unofficial-sigs - update script for 3rd-party clamav signatures courier-filter-perl - purely Perl-based mail filter framework for the Courier MTA libclamav-client-perl - Perl client for the ClamAV virus scanner daemon proftpd-mod-clamav - ProFTPD module mod_clamav python-pyclamd - Python interface to the ClamAV daemon python-clamav - Python bindings to ClamAV - transitional package python-pyclamav - Python bindings to ClamAV clamav - Utilitaire anti-virus pour Unix - interface en ligne de commande clamav-freshclam - Utilitaire anti-virus pour Unix - outil de mise à jour de la base des virus libclamav6 - utilitaire anti-virus pour Unix - bibliothèque libclamunrar6 - anti-virus utility for Unix - unrar support libc-icap-mod-virus-scan - Antivirus Service for c-icap clamav-daemon - anti-virus utility for Unix - scanner daemon clamdscan - anti-virus utility for Unix - scanner client clamfs - user-space anti-virus protected file system clamtk - graphical front-end for ClamAV clamtk-nautilus - Nautilus MenuProvider extension for ClamTk claws-mail-clamd-plugin - ClamAV socket-based plugin for Claws Mail havp - HTTP Anti Virus Proxy nagios-plugins-contrib - Plugins for nagios compatible monitoring systems python3-pyclamd - Python 3 interface to the ClamAV daemon rmilter - Another sendmail milter for different mail checks libc-icap-mod-clamav - paquet factice de transition |
Citation de linette: |
Genre? Car perso pour utiliser a fond un gros CPU, la CG, et la ram a part un rendu Blender (ou autre equivalent) en utilisant CUDA et pour la memoire un backing de fluide j'aimerai savoir comment tu fais pour remplir tes ressources ![]() |