I have a Samsung smart TV, it can play AAC video format, but only with mp4 container, mkv file format is NOT supported. Here is a simple way to convert them. materials: synology linux 1. create NFS share on Synology Shared Folder > Edit > NFS Permission hostname/IP: 192.168.x.0/24 (allow whole subnet) then press “OK” …
similar to previous blog: http://35.233.158.97/2014/08/16/debian-chroot-on-dsm/ Prerequisite: add custom source: Package Centre > Settings > Package Sources > add Name: SynoCommunity Location: https://packages.synocommunity.com/ Installation: – select Debian Chroot and click install – select yes to install python (SynoCommunity version) as well. – after installation completed, ssh to DSM as root
– now under chroot
– enable home for …
Download: Boot images of XPEnoboot DSM 5.2 from http://xpenology.me/downloads/ Official DSM 5.2 file from https://www.synology.com/en-global/support/download/DS3615xs Installation: 1. upload XPEnoboot_DS3615xs_5.2-5565.1-9d792e9.vmdk and XPEnoboot_DS3615xs_5.2-5565.1-9d792e9-flat.vmdk to datastore via vSphere client 2. Edit the old boot image hard disk to IDE (0:1) 3. Then add a new Hard disk from the image uploaded above, make it as “Nonpersistent” 4. start virtual machine, select …
My installation record. As of today, DSM 5.2 is out. Thanks to XPEnology team, bootloader now support DSM 5.2 Basically follow official documentation: http://www.xpenology.nl/vmware-esxi-installatie/ http://www.xpenology.nl/installation-dsm-5-1/ http://xpenology.me/downloads/ and somebody’s tutorial http://seiler.it/vmware-esxi-5-5-installation-hp-proliant-microserver-gen8/ http://www.chiphell.com/thread-867588-1-1.html ESXi (vShpere 6) For me, my iLo web interface does not support after POST (boot up), so I used unetbootin to expand the …
當設定 Jenkins 時發現沒有JAVA_HOME, 正奇怪明明已經安裝了Open JDK 7. 原來未安裝devel packages. yum install java-1.7.0-openjdk-devel -y 然後加上java.sh 到 /etc/profile.d
Maven: link from https://maven.apache.org/download.cgi
Ant: links from https://ant.apache.org/bindownload.cgi
更新了VMware Workstation 11, “View > Autosize > Autofit guest” 沒了. 再安裝VMware Tools (close source) 也不成. (Mint 17) sudo apt-get install open-vm-tools 也不能. 用了幾小時重新安裝vmware workstation, host’s graphic card driver, 還是沒有效用. 打開 synaptic package manager, search “open-vm-tools”. 頂, 原來還有個 GUI 的open-vm-tools-desktop
Dam Windows 7, 不知名既情況下得返1GB free space, 隻120GB SSD 唔夠用. 打算入手 Samsung 850 EVO 500GB, 最近降價到USD179 開了個 Amazon Associate account, 唔知咁樣work 唔work.
終於由beta 轉做正式版. Windows download link: https://www.google.com/chrome/browser/?platform=win64
Convenient tools which can search and download subtitle automatically after Download Stations tasks completed, by specified directories that match the download station folders. python script, source here: https://github.com/Diaoul/subliminal
Created a base image and wanna fork for specific purpose, then eth0 (bridge) & eth1 (host-only) have no IP. reason: VMware Player automatically assigned new MAC address, yet CentOS does not aware solutions: – remove /etc/udev/rules.d/70-persistent-net.rules – edit /etc/sysconfig/network-scripts/ifcfg-eth0 (and/or eth1) , remove line UUID=…. and HWADDR=…. – reboot