目前分類:Linux系統相關 (8)

瀏覽方式: 標題列表 簡短摘要

最近要登入 google compute engine 發現要用 ppk 檔才能使用 ftp

所以就找了教學 順便紀錄一下

先安裝 putty 的套件

On arch linux

pacman -S putty

On RHEL/Centos:

ying5320 發表在 痞客邦 留言(0) 人氣()

WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (4.18.0-17-generic) or it failed to
         load. Please recompile the kernel module and install it by

           sudo /sbin/vboxconfig
 

ying5320 發表在 痞客邦 留言(0) 人氣()

vte_not_found.png

進入 /etc/profile.d 目錄

# cd /etc/profile.d

 將目錄下的 vte-2.91.sh 改名為 vte.sh

# cp vte-2.91.sh vte.sh

關閉 terminal 重開即可解決


文章標籤

ying5320 發表在 痞客邦 留言(0) 人氣()

在ubuntu 17.04安裝好vmware workstation之後會出現下面這畫面

vmware_without_gcc_make.jpeg

 

畫面顯示找不到GCC元件

於是就來安裝GCC與MAKE套件

ying5320 發表在 痞客邦 留言(0) 人氣()

在命令列打上

# cat /etc/*release*

ying5320 發表在 痞客邦 留言(0) 人氣()

1..首先,先安裝Development Tools套件
# yum groupinstall "Development Tools"

2.安裝httpd-devel與gnutls-devel套件
# yum install httpd-devel gnutls-devel

ying5320 發表在 痞客邦 留言(0) 人氣()

安裝: RPMforge
下載: http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
[root@idw ~]# wget http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

驗證: rpm -K rpmforge-release-0.3.6-1.el5.rf.i386.rpm

ying5320 發表在 痞客邦 留言(0) 人氣()

首先,先將sendmail元件移除(或是停止服務[root@host ~]# /etc/rc.d/init.d/sendmail stop)
[root@host ~]# rpm -e sendmail 或是[root@host ~]# yum remove sendmail

再來使用查詢套件的指令檢查是否有安裝下列套件
cyrus-sasl cyrus-sasl-plain, cyrus-sasl-md5, syrus-sasl-gssapi, procmai

ying5320 發表在 痞客邦 留言(0) 人氣()