今早回到公司, 係pantry有個強國同事問我知唔知雲南地震. 其實我係有D 老派, 我lunch time 有時間就睇下appledaily 個apps, 放工回家or 臨訓係床上先掃下副刊財經港聞. instant news 反而係fb news feed. 突發野朋友間share / like 已經會知道. 今晚回家後再check 多一次news feed, 高雄有朋友RIP, 雲南真係冇, 唔知係因為強國天災人禍太多已經麻目, 又或者係fb 白痴既filter 冇display 個d 相關news feed. 不過強國咁勁, 抄左周老虎家都夠震災有突, 而且他們相信災難興邦, 又實在沒有什麼好擔心的.
1. remove some text on file name of all files: e.g. “TVBOXNOW ”
1 |
ls | Rename-Item -NewName { $_.name -replace "TVBOXNOW ", "" } |
2. move up one level of files in each directory, e.g. c:\folder1\folder2\file3 to c:\folder1\file3
1 2 3 4 5 6 |
$files = Get-ChildItem -Recurse "c:\folder1" | where {$_.PSIScontainer -eq $false} foreach ($file in $files) { $destinationFolder = Split-Path -Parent $file.Directory.FullName move-item $file.FullName $destinationFolder } |
3. Remove files by extension for all subdirectories: e.g. .url / .nfo
1 |
Get-ChildItem -File -Include *.url,*.nfo -Recurse | foreach ($_) {Remove-Item $_.FullName} |
4. see unique file extension in all subdirectories
1 |
Get-Childitem -File -Recurse | Select-Object Extension -Unique |
5. file name format: xxxx.2013.zzzz, …
For some business reasons, company provides FortiGate SSL VPN to connect office network, but some subnet cannot be accessed due to route did not add automatically. here is a PowerShell script to find the gateway and interface of VPN connection then add route. It will be great if I can find out how to run …
Windows 7 default with PowerShell 2.0, when I downloaded “Windows Management Framework 4.0 “, installed and reboot then update failure, Error Code: 8004402F . it is due to temp directory on my system environment pointing to Ram Disk…. Turn off Ram disk, set TEMP back to somewhere with physical disk. M$, you win….. solution source …
Testing phase 完左到deployment phase, 又未開始另一個sprint, 今日有點時間, 清理返D documentation. 其中一個幾悶既task, 要填返 ISO 9001 Quality Management D suppliers, 搵返D 用左邊D external libraries 既name, description & evidence. 不過其中一個javascript 既plugin html5shiv, 搵evidence 時無意中見到 responsive images, picture element specification finalized and updated on WHATWG, W3C HTML 5.1 Nightly draft included too. Demo: http://responsiveimages.org/demos/ reference: http://www.smashingmagazine.com/2014/05/14/responsive-images-done-right-guide-picture-srcset/ http://dev.opera.com/articles/responsive-images/
I keeps downloading ebook and mostly IT related PDFs, after all these years it becomes hard to manage. Google a while and find this open source application is quite useful to me. http://calibre-ebook.com Download and install from the official website Edit the library folders, books will copy to this folder and stored under specified naming …
好日都唔會check 下log, 今日心血來潮睇下 logwatch 既email 發現今個月有幾次 php 既error… A total of 1 possible successful probes were detected (the following URLs contain strings that match one or more of a listing of strings that indicate a possible exploit): shock…. immediately upgrade to latest version and all plugins… well the major issue depends on repository which I can’t fix …
my record on upgrading from 4.1 to 5.0 reference: Step 1: download gnoboot-alpha10.5 get it on http://www.gnoboot.me/ > Downloads > gnoboot-alpha-lastest-mirrorX extract password: 6n0boot-AlpHaTen.5 Step 2: download DSM 5.0-4458 from Synology website http://global.download.synology.com/download/DSM/5.0/4458/DSM_DS3612xs_4458.pat for release notes or China mirror site, go to http://www.synology.com/en-us/support/download/DS3612xs#download_tabs_dsm Step 3: download & install Win32DiskImager http://sourceforge.net/projects/win32diskimager/ -> download and install select …
很久也沒有CCTxB 的劇集令我放工回家立刻dl, 跟住送飯. 係唔同既階段, 人生有著更多唔同既經歷, 令人產生共鳴的東西也是不同的. 更何況, 我們都是聽陳奕迅長大的. The Wolf of Wall Street, 很長, 近3小時. 50% commission can drive people crazy. Greedy is a motivation. Agent is really a redundant layer for a transaction, if information is freely and equally obtained by anyone in the world. Inequality comes from unbalanced flow of information. …