Notes/Archive/1_deb64

students_index 1_deb64 2_ub 3_test

Delocalization

  • in /usr/share/vim/vim80/locale all non-en & -ru files are deleted
  • Video

  • lspci | grep -i vga
  • dmesg | grep -i intel
  • glxinfo | grep -i opengl

    Unknown chrome badness

  • home chrome
  • cat /proc/cpuinfo|grep model
  • model : 42 model name : Intel(R) Pentium(R) CPU B950 @ 2.10GHz model : 42 model name : Intel(R) Pentium(R) CPU B950 @ 2.10GHz
    google-chrome: 48

    Unknown CUPS badness

    At 14.04.2017 was:
    netstat -anltp | grep LISTEN
    tcp        0      0 127.0.0.1:6342          0.0.0.0:*               LISTEN      1198/megasync       
    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      465/rpcbind         
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      576/sshd            
    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      884/exim4           
    tcp6       0      0 :::111                  :::*                    LISTEN      465/rpcbind         
    tcp6       0      0 :::22                   :::*                    LISTEN      576/sshd            
    tcp6       0      0 ::1:25                  :::*                    LISTEN      884/exim4    
    	
    At 17.04.2017 is:
    netstat -plant | grep LISTEN
    tcp        0      0 127.0.0.1:6342          0.0.0.0:*               LISTEN      1198/megasync       
    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      465/rpcbind         
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      576/sshd            
    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      27816/cupsd         
    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      884/exim4           
    tcp6       0      0 :::111                  :::*                    LISTEN      465/rpcbind         
    tcp6       0      0 :::22                   :::*                    LISTEN      576/sshd            
    tcp6       0      0 ::1:631                 :::*                    LISTEN      27816/cupsd         
    tcp6       0      0 ::1:25                  :::*                    LISTEN      884/exim4       
    	
    What the shit?