補覺鳴詩

學海無涯


  • 首頁

  • archive

  • 關於我

  • 搜尋

centos 7 設定 tftp server

時間: 2018-08-31   |   分類: Centos 7   | 字數: 146 字 | 閱讀: 1分鐘
TFTP server can be installed using following command, where xinetd is necessary. #安裝 tftp server yum install xinetd tftp-server #編輯設定檔 nano /etc/xinetd.d/tftp # default: off # description: The tftp server serves files using the trivial file transfer # protocol. The tftp protocol is often used to boot diskless # workstations, download configuration files to network-aware printers, # and to start the installation process
閱讀全文 »

centos 7 安裝 vsftpd

時間: 2018-08-27   |   分類: Centos 7   | 字數: 56 字 | 閱讀: 1分鐘
vsftpd 算是相當老牌的 FTP server 簡單好用 安裝很簡單 yum install vsftpd systemctl enable vsftpd systemctl start vsftpd 要注意的是要將 centos 7 的 selinux 加入對應的規則 或是就直接關了吧 哈哈

CentOS7 安裝 librenms

時間: 2018-08-11   |   分類: Centos 7   | 字數: 1115 字 | 閱讀: 3分鐘
其實 librenms 官方 doc 已經寫得很詳細了 照做只有幾個點要注意而已 官方手冊 https://docs.librenms.org/#Installation/Installation-CentOS-7-Apache/ 在 Install Required Packages 建議順便裝 3 個套件 wget nano python-ipaddress 該動作為每天凌晨執行 scan 動作 建議不要太常執行,因
閱讀全文 »

移除市集

時間: 2018-08-07   |   分類: Centos 7   | 字數: 77 字 | 閱讀: 1分鐘
移除市集 用power shell Get-AppxPackage -AllUsers » C:test.txt 搜尋找到 Microsoft.WindowsStore…… Remove-AppxPackage DISM /Online /Get-ProvisionedAppxPackages 找到 Microsoft.WindowsStor
閱讀全文 »

ESXi 系統更新

時間: 2018-08-04   |   分類: VMware   | 字數: 503 字 | 閱讀: 2分鐘
ESXi 更新 ESXi 上傳 zip 到local 儲存區 開SSH 、 進入維護模式 檢查 source esxcli software sources profile list -d <路徑>esxcli software sources profile list -d /vmfs/volumes/ESXI-97/VMware-VMvisor-Installer-6.5.0.update02-8935087.x86\_64-DellEMC\_Customized-A01.zipName Vendor Acceptance Level Creation Time Modification Time——
閱讀全文 »

使用 VMware ovf tool 匯出虛擬機

時間: 2018-07-23   |   分類: 網管   | 字數: 11 字 | 閱讀: 1分鐘
# 匯出虛擬機 ovftool.exe –machineOutput –noSSLVerify vi://root:@10.4.200.90/“” D:test.ova

CentOS 7 安裝 cacti 1.2.3

時間: 2018-07-02   |   分類: Centos 7   | 字數: 870 字 | 閱讀: 2分鐘
cacti 為一套免費的 SNMP monitoring soft 由 MRTG 演化而來 主要差別在於比 MRTG 簡易好上手許多 (不過其實也是挺麻煩的) 在我接觸 cacti 之前,我是使用 PRTG 的 如果你只是要小範圍的監控,
閱讀全文 »

VMWare ovf 匯入失敗 (line 1) is invalid: SHA256

時間: 2018-06-05   |   分類: Centos 7   | 字數: 57 字 | 閱讀: 1分鐘
該原因為 vsphere client 不支援 (那就讓它支援阿!!!!) 必須用 OVF Tool 轉換 下載 OVF TOOL 用指令進行轉換動作(記得去 OVF tool 目錄執行) ovftool.exe --shaAlgorithm=SHA1 /path/to/the/original/ova_file.ova /path/to/the/new/ova/file-SHA1.ova

微軟 KMS 序號

時間: 2018-05-04   |   分類: windows   | 字數: 5245 字 | 閱讀: 11分鐘
應用範例 slmgr -upk //移除授權 slmgr -skms xxx.xxx.xxx.xxx:1688 //指定 KMS 主機 slmgr -ipk [key] //安裝金鑰 slmgr -ato //啟用授權 序號收集 Windows Server 版本1709 作業系統版本 <td style="border-left: none; border: solid #E3E3E3 1.0pt; mso-border-alt: solid #E3E3E3 .25pt; mso-border-bottom-alt: solid
閱讀全文 »

Extreme 基本設定

時間: 2018-05-03   |   分類: 網管   | 字數: 743 字 | 閱讀: 2分鐘
extreme 的預設帳號密碼是 admin/空白 預設會有兩個 vlan default、mgmt 首先設定 mgmt 的 IP 以及 gateway #移除預設 IP unconfigure vlan mgmt ipaddress #建立 IP configure vlan mgmt ipaddress 192.0.2.100/24 #建立 gateway configure
閱讀全文 »
6 7 8 9 10 11 12 13 14
Owan

Owan

愛貓如癡

131 日誌
29 分類
37 標籤
RSS 訂閱
GitHub
© 2010 - 2022 補覺鳴詩
Powered by - Hugo v0.96.0 / Theme by - NexT
0%