Ubuntuシステムの初歩的な認識


                Microsoft      ,       ,   Ubuntu 18.0.4,     DELL latitude   Inspiron         ,    (          )。

                  ,            BIOS,latitude   F2,  System Configuration    SATA Operation  ,   AHCI  (   RAID)。Inspiron        BIOS,Setting   Secure Boot    Secure Boot Enable     Enable   Disable(   Enable),

              netstat  
            sudo apt-get install net-tools
              vim
            sodo apt-get install vim

                    ,           ,      ,         (     ,           ),
            1、  fcitx    
            sudo apt install fcitx              fcitx  Fitx Ficx Configuration
            2、             (Linux ),         
            3、          
            4、  
            5、       “  ”Settings,      
            6、Region&Language     --Manage Installed Languages        --Keyboard Input Method System         “fictx”--Apply System-wide       (        ,           )
            7、            --Configure Current Input Method       --  +   --  Only Show Current Language(       )    --  Sogou Pinyin--  “OK”  【     Keyboard-English(US)】   
            8、      Ctrl+  ,(shift     )

                 
            1、     “  ”Settings
            2、  Devices  
            3、Printes   --Add  --     IP--jetdirect-printer--Add--FUJI XEROX--Fuji Xerox                

              chrome   
            sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
            wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -
            sudo apt update
            sudo apt install google-chrome-stable
                         

                 (         ,         。   ubuntu 20,        )
            ulimit -n  #     
                

        sudo vim /etc/security/limits.conf

        #      
        *        hard     nofile              204800
        *        soft      nofile              204800
        *        hard     noproc           204800
        *        soft      noproc           204800

   sudo vim /etc/systemd/system.conf
     #      
     DefaultLimitNOFILE=204800

          ,
         ulimit -n        #      

       

                  :
               ssh  ubuntu,    openssh-server
            sudo apt-get install openssh-server
            w--      
            pkill -KILL -t pts/0          #pts/0 w