VirtuBox:https://www.virtualbox.org/
安裝完成後無64Bit選項時處理方式:進入BIOS更改以下設定後,重新閞機即可。
範例二:建立一個名為 agetest 的帳號,該帳號第一次登入後使用預設密碼,但必須要更改過密碼後, 使用新密碼才能夠登入系統使用 bash 環境[root@study ~]# useradd agetest[root@study ~]# echo "agetest" | passwd --stdin agetest[root@study ~]# chage -d 0 agetest[root@study ~]# chage -l agetest | head -n 3Last password change : password must be changedPassword expires : password must be changedPassword inactive : password must be changed# 此時此帳號的密碼建立時間會被改為 1970/1/1 ,所以會有問題!範例三:嘗試以 agetest 登入的情況You are required to change your password immediately (root enforced)WARNING: Your password has expired.You must change your password now and login again!Changing password for user agetest.Changing password for agetest(current) UNIX password: <==這個帳號被強制要求必須要改密碼!說明:將目錄下1.txt加密壓縮成test.zip
說明:將目錄下test.zip解壓縮
xauth: file /root/.serverauth.6629 does not existxauth: file /root/.Xauthority does not existxauth: file /root/.Xauthority does not existX.Org X Server 1.19.5Release Date: 2017-10-12X Protocol Version 11, Revision 0Build Operating System: 3.10.0-693.17.1.el7.x86_64 Current Operating System: Linux centos 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-862.11.6.el7.x86_64 root=UUID=a5016fe4-ebeb-462c-96dd-55b2cd2ee787 ro crashkernel=auto console=ttyS0,38400n8Build Date: 11 April 2018 04:40:54PMBuild ID: xorg-x11-server 1.19.5-5.el7 Current version of pixman: 0.34.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version.Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 30 08:28:01 2018(==) Using system config directory "/usr/share/X11/xorg.conf.d"(EE) Fatal server error:(EE) no screens found(EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.(EE) (EE) Server terminated with error (1). Closing log file.xinit: giving upxinit: unable to connect to X server: Connection refusedxinit: server error下載網址:https://zh-tw.libreoffice.org/download/libreoffice-still/?type=rpm-x86_64&version=6.1.0&lang=zh-TW
1.tar -zxvf LibreOffice_6.1.0_Linux_x86-64_rpm.tar.gz -C /usr/libreoffice/
2..tar -zxvf LibreOffice_6.1.0_Linux_x86-64_rpm_langpack_zh-TW.tar.gz -C /usr/libreoffice/
3..tar -zxvf LibreOffice_6.1.0_Linux_x86-64_rpm_helppack_zh-TW.tar.gz -C /usr/libreoffice/
1. cd /usr/libreoffice/LibreOffice_6.1.0_Linux_x86-64_rpm/RPMS =>主程式
yum localinstall *.rpm
2.cd /usr/libreoffice/LibreOffice_6.1.0_Linux_x86-64_rpm_langpack_zh-TW/RPMS ==>中文化
yum localinstall *.rpm
3.cd /usr/libreoffice/LibreOffice_6.1.0_Linux_x86-64_rpm_helppack_zh-TW/RPMS ==>說明檔
yum localinstall *.rpm