apt-get install snmpd
cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak
nano /etc/snmp/snmpd.conf
找到以下這行,前面加上#
#view systemview included .1.3.6.1.2.1.25.1.1
新增以下這行
view systemview included .1
新增三行
rocommunity public
syslocation "Taipei, Taiwan"
syscontact indychou@gmail.com
Ubuntu的系統還要再安裝mib download
apt-get -y install snmp-mibs-downloader
重啟snmpd服務
/etc/init.d/snmpd restart
確認:
netstat -auntp | grep snmp
snmpwalk -c public -v 2c 192.168.1.1 (IP 自己改)
搜尋此網誌
2016年10月24日 星期一
Ubuntu 設定固定 IP
修改 /etc/network/interfaces
將 DHCP 設定註解掉,然後加入下面的 IP 設定。
例如:
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.10
netmask 255.255.0.0
gateway 192.168.1.254
修改 /etc/resolv.conf
nameserver 168.95.1.1
nameserver 168.95.192.1
sudo ifdown eth0
sudo ifup eth0
將 DHCP 設定註解掉,然後加入下面的 IP 設定。
例如:
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.10
netmask 255.255.0.0
gateway 192.168.1.254
修改 /etc/resolv.conf
nameserver 168.95.1.1
nameserver 168.95.192.1
sudo ifdown eth0
sudo ifup eth0
2016年10月23日 星期日
2016年10月17日 星期一
安裝完Ubuntu 桌面後要做的15件事
參考文:https://read01.com/RPndg.html
1. 啟用Ubuntu額外軟體庫並更新系統
1. 啟用Ubuntu額外軟體庫並更新系統
啟用Canonical的官方合作夥伴提供的Ubuntu額外軟體庫,並且上系統安全補丁和軟體更新。
從左邊menu中打開System Settings -> Software and Updates工具,並檢查所有Ubuntu軟體和其他軟體庫(Canonical 的合作夥伴所提供),點擊關閉按鈕並等待重新加載緩存源樹。
Windows Server 2016 安裝 Docker
Windows Server 上的 Windows 容器
參考文:https://msdn.microsoft.com/zh-tw/virtualization/windowscontainers/quick_start/quick_start_windows_server
Windows 10 上的 Windows 容器
參考文:https://msdn.microsoft.com/zh-tw/virtualization/windowscontainers/quick_start/quick_start_windows_10
參考文:https://msdn.microsoft.com/zh-tw/virtualization/windowscontainers/quick_start/quick_start_windows_server
Windows Server 上的容器映像
參考文:https://msdn.microsoft.com/zh-tw/virtualization/windowscontainers/quick_start/quick_start_imagesWindows 10 上的 Windows 容器
參考文:https://msdn.microsoft.com/zh-tw/virtualization/windowscontainers/quick_start/quick_start_windows_10
2016年10月13日 星期四
修改tomcat 管理者帳號及密碼
修改 tomcat/conf/tomcat-user.xml,
加入使用者帳號其名稱才能使用
修改如下
<tomcat-users>
<role rolename="admin-gui"/>
<role rolename="admin-script"/>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<role rolename="manager-jmx"/>
<role rolename="manager-status"/>
<user username="tomcat" password="s3cret" roles="manager-gui,manager-script,manager-jmx,manager-status,admin-script,admin-gui"/> //使用者名稱為tomcat,密碼為s3cret,繼承所有開放的權限
</tomcat-users>
manager-gui - allows access to the HTML GUI and the status pages
manager-script - allows access to the text interface and the status pages
manager-jmx - allows access to the JMX proxy and the status pages
manager-status - allows access to the status pages only
設定好了之後重新啟動,開瀏覽器 http://localhost:8080
輸入用戶名和密碼就進入圖形管理介面
加入使用者帳號其名稱才能使用
修改如下
<tomcat-users>
<role rolename="admin-gui"/>
<role rolename="admin-script"/>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<role rolename="manager-jmx"/>
<role rolename="manager-status"/>
<user username="tomcat" password="s3cret" roles="manager-gui,manager-script,manager-jmx,manager-status,admin-script,admin-gui"/> //使用者名稱為tomcat,密碼為s3cret,繼承所有開放的權限
</tomcat-users>
manager-gui - allows access to the HTML GUI and the status pages
manager-script - allows access to the text interface and the status pages
manager-jmx - allows access to the JMX proxy and the status pages
manager-status - allows access to the status pages only
設定好了之後重新啟動,開瀏覽器 http://localhost:8080
輸入用戶名和密碼就進入圖形管理介面
Hyper-V 遠端管理
如何在網域環境下管理Hyper-V伺服器 (三)
參考文 http://www.askasu.idv.tw/index.php/2008/12/25/142/
參考文 https://code.msdn.microsoft.com/HVRemote/Release/ProjectReleases.aspx?ReleaseId=1827
Hyper-V 3.0實戰之-遠端管理Hpyer-V 3.0主機
參考文 http://ithelp.ithome.com.tw/articles/10127871
快速上手Windows Hyper-V Server 2012
參考文 http://www.netadmin.com.tw/article_content.aspx?sn=1304110003
IT幫幫忙
參考文 http://ithelp.ithome.com.tw/questions/10183346
參考文 http://www.askasu.idv.tw/index.php/2008/12/25/142/
參考文 https://code.msdn.microsoft.com/HVRemote/Release/ProjectReleases.aspx?ReleaseId=1827
Hyper-V 3.0實戰之-遠端管理Hpyer-V 3.0主機
參考文 http://ithelp.ithome.com.tw/articles/10127871
快速上手Windows Hyper-V Server 2012
參考文 http://www.netadmin.com.tw/article_content.aspx?sn=1304110003
IT幫幫忙
參考文 http://ithelp.ithome.com.tw/questions/10183346
- 在網域電腦和非網域電腦上, 建立相同名稱的Account
- 手動開啟防火牆上的 WMI 規則
- 允許遠端通過驗證的 DCOM 存取
- 允許驗證過的用戶存取遠端WMI的命名空間 (Name Space)
- 以上步驟要做兩次, 分別對 Root/CIMv2 和 Root/VIrtualization
- 在防火牆開啟 MMC 例外規則, 然後重開機
- 允許匿名回叫 (Anonaymous Callback)
- 用步驟1.設定的帳號登入網域電腦
- 用此指令設定遠端帳號: cmdkey /add remoteserver /user:remoteserver\username /pass
- 在網域電腦上開啟Hyper-V管理介面
訂閱:
文章 (Atom)