Aruba wireless network installation note
Command line : Test aaa server (ldap) #aaa test pap <server name> <username> <password> Wireless 設定概念 : Ap : Wlan: AP group -> Virtual AP -> ssid & aaa Mac auth :

🪼
Three Goblin Art

Janaina Medeiros
I'd rather be in outer space 🛸
Mike Driver
Jules of Nature
KIROKAZE
Aqua Utopia|海の底で記憶を紡ぐ

Origami Around
Cosmic Funnies
Game of Thrones Daily
$LAYYYTER

Discoholic 🪩

⁂
occasionally subtle

Kiana Khansmith
Claire Keane
Alisa U Zemlji Chuda
wallacepolsom

seen from T1

seen from Netherlands

seen from United States

seen from Malaysia
seen from United States
seen from Netherlands

seen from United Kingdom
seen from Malaysia
seen from United States
seen from Thailand

seen from Singapore

seen from Malaysia
seen from United States

seen from United States
seen from United States
seen from United States
seen from United States
seen from United States

seen from United States
seen from Brazil
@tetsuushi
Aruba wireless network installation note
Command line : Test aaa server (ldap) #aaa test pap <server name> <username> <password> Wireless 設定概念 : Ap : Wlan: AP group -> Virtual AP -> ssid & aaa Mac auth :

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
[WordPress] Potential WordPress problem (Brute Force attack against WordPress websites)
修改根目錄底下的 wp-login.php 檔名,當然記得把檔案裡所有 wp-login.php 的地方都取代成新的檔名. ( 如果你的wp-admin已經被000hostweb關閉,這樣即可恢復,當然登入後台的網址要改成使用/wp-login-xx.php進入登入畫面 )
增強密碼使用原則,比較不容易被暴力破解.
修改或是乾脆鎖定 admin 帳號,就跟 Linux 不使用 root 帳號的原理一樣.
檢查你的網站是否有危險: Google Safe Browsering:http://google.com/safebrowsing/diagnostic?site=fe2kobe.comze.com,記得在 fe2kobe.comze.com 的地方改成你自己的Domain name 線上檢測你的網站: http://sitecheck.sucuri.net/scanner/
定期備份 Wordpress .
將 WordPress 隨時更新到最新版.
Reinstall 你的 Wordpress :How to reinstall your Wordpress
參考資料: 10 recommended steps to lock down and secure WordPress
[VMware] CentOS 3 P2V faild "again" ...
Boot on CentOS DVD.
按下 F5 -> 輸入linux rescue ,進入rescue模式.
輸入以下指令重建GRUB:
chroot /mnt/sysimage grub root (hd0,0) setup (hd0) quit
這樣就重建完成了,原本以為大功告成,誰知道… SCSI Controller 又出問題,可能是因為原本是 IDE 轉VMware 的LSI Logic SCSI卡,解決方法如下:
Boot on CentOS DVD.
按下 F5 -> 輸入linux rescue ,進入rescue模式.
修改前先備份是一定要的好習慣. ( RHEL4、5請將 modules.conf 改成 modprobe.conf )
cp /etc/modules.conf /tmp
修改 modules.conf.
vi /etc/modules.conf ##刪除掉原本的 SCSI Controller ,再加入 alias scsi_hostadapter mptbase alias scsi_hostadapter1 mptscsih
重新編譯 initrd,編譯前先確定version
uname -a ##注意一下,下面這個 initrd 檔,應該和GRUB的開機選單裡的設定一致 /sbin/mkinitrd -f /boot/initrd-2.4.21-50.ELsmp.img 2.4.21-50.ELsmp
重新開機,大功告成.
解決問題方法可能千百種,只能不斷 Try,才可以得永生! 參考資源: How to Change SCSI Controllers on your Linux VM
[UPS] 飛瑞 UPS Winpower for Linux 安裝注意事項
RS-232 cable 記得接上. (廢話)
沒有圖形介面的 Host ,安裝的時候選擇 setup_console.bin,有圖形介面選擇 setup.bin
iptables 要放行 udp 的 Port 2198、2199、2200.
基本上只要 iptables 有設定好,有圖形介面的 Host 就可以去 monitor 沒有圖形介面的 Host.
一開始飛X的人員還叫我乾脆不要開 iptables ,這樣對嗎?... 相關資源: 各版本 Winpower 下載頁面
[CentOS] CentOS 指令之路...
重新啟動網路卡: #/etc/rc.d/init.d/network restart //方式一 #service network restart //方式二
修改網路設定: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 //範例如下 # BOOTPROTO = STATIC # IPADDR = xx.xx.xx.xx # NETMASK = 255.255.255.xxx # GATEWAY = xx.xx.xx.xx # ONBOOT = yes
設定DNS Server 位址 # vi /etc/resolv.conf //範例如下 # nameserver 168.95.1.1 # nameserver 8.8.8.8
將root以外的帳號加入一般sudo: # su # chmod u+w /etc/sudoers # vi /etc/sudoers 找到 root ALL=(ALL) ALL 在下面添加 xxx ALL=(ALL) ALL (xxx = username) # chmod u-w /etc/sudoers

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
[Storage] IBM DS3512 安裝注意事項
default ip:192.168.128.101、192.168.128.102、192.168.129.101、192.168.129.102.
如果忘記IP,可以架臨時DHCP Server讓Controller去取得IP即可.
frimware和disk manager的版本需對應.
每個Linux DS Manager 版本的安裝方式不一,必須自行參照原文"Readme".(IBM原廠回覆...)
建立RAID -> 建立Logic Drive,設定LUN-> 設定Host Group -> 設定Host,指定WWPN -> 將LUN Mapping到Host/Host Group
要多個Host使用同一個LUN,Mapping的時候,選擇Host Group.
下載新版本DS Manager 的時候,會發現有 SMIA 和 single 兩種版本可供安裝,後來查了一下IBM RedBook,SMIA的意思就是 Storage Manager in Anywhere.
相關資源:
DS 3500 Series spec
DS 3500 Support Download
結論:甚麼東西只要放到Linux之下,都是一個折騰...
[Wordpress] fatal error /pomo/mo.php during instalation
恢復不到一天的Worpress,馬上又遇到怪問題... 疑似外掛太多,配置的記憶體不足,因為是架在000webhost的空間裡,好像不能去修改php.ini檔。 在google的幫忙之下,終於解決了,原來可以透過修改.htaccess方式去修改: 在# END WordPress下一行加入 php_value memory_limit 64M
[演化計算] 螞蟻演算法
Three Search characteristics of AS
Positive feedback (正向回饋)
Distributed computation (分散式計算)
Greedy heuristic (貪婪法則)
[Wordpress] 手動更新Wordpress版本
快一年沒有回來這裡了,一回來就看到有大更新,嚐試自動更新,可能因為000webhost的關係,所以一直卡住,找到了官方版手動更新文件,紀錄一下。
zh-tw:升級WordPress
[VMware] VMware Tools 安裝 (未完)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
[推薦] 實用網路文章收集 (~2012.05.27)
網路上有很多對我幫助很大的好文章,把它紀錄下來吧!
[VMware] ESXi Shutdown Solution for USHA
Windows 機器端:
安裝 vSphere CLi 5 .
設定環境變數,在 Path 後面增加 ;C:\Program Files\VMware\VMware vSphere Cli\perl\bin
環境變數設定好以後,必須重新登入才會生效.
安裝 USHA Client .
將編寫好的 shutdown.bat 丟到本機硬碟裡.
在 Script File 的地方指向 shutdown.bat .
ESXi host 端:
從vSphere Client 裡面打開 SSH .
shutdown.bat 編寫:
@echo off echo ESXi 關機程序開始!! cd \ cd "c:\program files\vmware\vmware vsphere cli\bin" vicfg-hostops.pl -server --username --password --operation shutdown --force
搞定了吧?!星期三再去現場測試一下. 參考資料:vSphere CLi 5 Ducumention
[Windows] DNS Server 備份、還原
DNS服務停止.
匯出/匯入 DNS 相關登錄檔: 進入登錄編輯程式,將以下兩項登錄檔匯出. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server
拷貝/貼上 DNS 相關資料夾: 複製 C:\Windows\System32\DNS 資料夾.
DNS服務啟動.
補充:如果是移機的話,最後請注意電腦名稱需相同,並且需要重新開機.
[Windows] DHCP Server 移轉
將舊DHCP Server設定匯出dhcpdb:
C:\> netsh netsh> dhcp server export c:\temp\dhcpdb all
這裡可以將all換成欲匯出的個別領域,ex:192.168.1.0 172.16.1.0.
將dhcpdb匯入新DHCP Server:
C:\> netsh netsh> dhcp server import c:\temp\dhpcdb all
這裡可以將all換成欲匯入的個別領域,ex:192.168.1.0 172.16.1.0.
資料參考:How to use the Netsh utility to export and import DHCP scopes
[VMware] 二代校務行政V2V實錄
# cd vmfs/volumes/[datastore]/[VM] # vmkfstools -i [xxxxx].vmdk [xxxxx-New].vmdk
搞定收工,又學了一招^^

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
[pfSense] 防火牆 pfSense -- OpenVPN架設篇
安裝OpenVPN package: System -> Packages -> 安裝 OpenVPN Client Export Utility.
設定CA憑證: System -> Cert Manager -> "add" button -> CA -> Create a internal Certificate Authority > 將 Distinguished name 底下的表格做填寫.
建立VPN使用者: Systen -> User Manager -> "add user" button -> 填寫完User資訊後,將Click to create a user certificate 打勾 -> Certificate authority 選擇剛剛建立的CA
建立VPN Server: VPN -> OpenVPN -> Wizard -> Type of Server 選擇 Local User Access -> Certificate authority 選擇剛剛建立的CA -> 點選 建立Server的CA -> 接下來 Encryption Algorithm 記得選BF-CBC(128-bit) -> Tunnal Network 自己設定一個網段
完成!!
資料參考:OpenVPN with TLS and User Authentication on pfSense 2.0
[Phantosys] BM6660