The Disk Station Manager 2.2 is expected to have its beta in July and official release in September. It will have some nice features, like:
Source: Synology.com
|
|||||
The Disk Station Manager 2.2 is expected to have its beta in July and official release in September. It will have some nice features, like: Source: Synology.com When you download JQuery plugins there are often two versions. A ‘normal’ version and a compressed (*.min.js) version. The purpose of this compressed file is to speed up your application, especially for slow speed internet connection. A very good website/tool to compress your Javascript files is http://dean.edwards.name/packer/. I tried a couple of files and it will reduce the JavaScript file size with 50%. Wicket provides you with a build-in request logger. It can give you a lot of information. See also example below. To activate this logger you have to enable the logger and setup (in our case) some Log4j configuration. In this post I’ll show you how to get this done. Today Synology released a new firmware version (2.0.0839). It is recommended to install this version because it will fix a security issue. Change log: For File Station 2, DSM 2.1-0839 enhanced progress display when copying files and download handling for Internet Explorer 8, and fixed the failure of setting group privileges for sub-folders. For Download Station 2, DSM 2.1-0839 improved special character handling for eMule service and fixed error download progress when download is finished. DSM 2.1-0839 applies to the following models: DS209+, RS408, RS408-RP, DS508, DS408, DS108j, RS407, CS407, CS407e, DS207+, DS207, DS107+, DS107, DS107e, and DS-106j. Synology: http://www.synology.com/download When you commit a file or files to your repository it’s not, by default, required to fill in a message or comment. If you want to force your users to do so. then you can use the pre-commit hook. A pre-commit hook is a script which will be evaluated and if everything is fine then it will exit with code 0 and commits the file(s). This script is very powerfull and can be written in different languages like Python, Perl or Bash. This article describes a simple pre-commit hook. Today I installed Subversion on my Synology DS209+ NAS. A very good point to start is this step-by-step tutorial written by the guys of Synology. Installing Subversion was/is very easy because there is an IPKG package available which will download and configure all dependencies for you. If you don’t know how to install IPKG, just read this blog. To understand a bit more of how Subversion exactly works, visit this website, where you can download a free e-book in a lot of different formats (like pdf / HTML). IPKG is a Package Management System, this means that you can install packages on your NAS with a single command like Synology’s Disk Station Manager (DSM) creates folders (e.g. volume1/music) for you when you activate e.g AudioStation or iTunes. Currently there is no possiblity to change this. But what if you want to use your own folder structure? The solution is to use Symbolic links. This article describes how you can do this. I just bought a new NAS and had some troubles with setting up NFS on the HDX-1000. I figured it out and in this blog I will describe step-by-step how to set this up. Continue reading Connect HDX-1000 with Synology DS209+ via NFS Today I was trying to build a simple Zend application. However everytime when I did a fetchAll query, Apache crashes completely. $clubFinder = new Club(); $this->view->clubs = $clubFinder->fetchAll(); In the error log ( |
|||||
Copyright © 2021 VolkomenJuist.nl - All Rights Reserved |
Recent Comments