nas.deadcode.net
End of modding journey | nas.deadcode.net
http://nas.deadcode.net/2015/06/07/end-of-modding-journey
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. End of modding journey. June 7, 2015. I decided I am ending my modding on Synology NAS. The story is that, after I upgraded recent DSM firmware 5.2 from 5.1, everything on my NAS gone. I realized that NAS should only be NAS. I’ve spent months re-install everything here after every crash. No more modding on NAS....
nas.deadcode.net
Synology usage series 26 – Install MailStation | nas.deadcode.net
http://nas.deadcode.net/2011/05/03/install-mailstation
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 26 Install MailStation. May 3, 2011. Tested Firmware: 3.1. 8211; use afraid.org DNS server. 8211; your primary domain name is mydomain.com. 8211; your sub domain assigned to diskstation is ds207p (so your diskstation is ds207p.mydomain.com). Destination: 10:mx.mydomain.com. Again, use any DDNS...
nas.deadcode.net
Synology usage series 19 – Setup name server with bind | nas.deadcode.net
http://nas.deadcode.net/2009/08/28/setup-name-server-with-bind
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 19 – Setup name server with bind. August 28, 2009. This will install a copy of bind9. 1 Local network address is 192.168.1.0/24. 2 The NAS local address is 192.168.1.100. 3 The domain name assigned for the local network is mydomain.com. Text highlighted in red. Controls { inet 127.0.0&...Allow...
nas.deadcode.net
Synology usage series 29 – Restricting WordPress accessible by home dynamic ip only | nas.deadcode.net
http://nas.deadcode.net/2011/05/19/restricting-wordpess-access-by-home-ip
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 29 Restricting WordPress accessible by home dynamic ip only. May 19, 2011. Update Aug 22 2011. The solution is redesigned so that the htaccess file is pushing from NAS to web hosting account. This greatly simplifed the overall process and resolved the deadlock situation. The reason I am using ...
nas.deadcode.net
Synology usage series 23 – Compile kernel modules for firmware 2.2-0944 | nas.deadcode.net
http://nas.deadcode.net/2009/12/21/compile-kernel-modules-for-firmware-2-2-0944
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 23 Compile kernel modules for firmware 2.2-0944. December 21, 2009. Here are my procedures to compile kernel modules for DS207 , using firmware 2.2. Operation System for compilation: Ubuntu 11.10 Desktop Version. Sample modules to compile: tun driver. Download the required ncurses API. Device ...
nas.deadcode.net
Synology usage series 39 – Mirroring optware repository | nas.deadcode.net
http://nas.deadcode.net/2014/10/19/mirroring-optware-repository
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 39 Mirroring optware repository. October 19, 2014. Hm… Just a few steps to mirror the optware that my NASes using. Why mirroring the repository? Disk space is cheap now anyway. In case you don’t have bash yet, install it. Edit the path you want to run the script. Leave a Reply Cancel reply.
nas.deadcode.net
Synology usage series 35 – Organizing photo by date, the automatical way | nas.deadcode.net
http://nas.deadcode.net/2012/10/11/organizing-photo-by-date
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 35 – Organizing photo by date, the automatical way. October 11, 2012. Update Mar 02 2016. The exiv2 does not able to read meta data from photo taken by iPhone! I replaced exiv2 with exif provided by optware instead and it works fine! This also further make the procedures even easier. Did some ...
nas.deadcode.net
Synology usage series 21 – Install FreeRadius Server and integrate with OpenLDAP Server | nas.deadcode.net
http://nas.deadcode.net/2009/11/11/install-freeradius-server-and-integrate-with-openldap-server
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 21 – Install FreeRadius Server and integrate with OpenLDAP Server. November 11, 2009. Setup FreeRadius on DS207. This radius package contains quite a lots of bugs. Be sure follow every single steps here. Telnet/SSH to the DS as root. Install freeradius and make. Ca server dh random. Just figur...
nas.deadcode.net
Synology usage series 33 – Install MOTP and integrate with FreeRadius | nas.deadcode.net
http://nas.deadcode.net/2011/11/14/install-motp-with-freeradius
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 33 – Install MOTP and integrate with FreeRadius. November 14, 2011. MOTP stands for mobile one time password which provides one time password services. Download and install otp server. Login to DS as root. Download otp server script. Changes highlighted in red. If [ $have md5! USERNAME=`echo -...
nas.deadcode.net
Synology usage series 32 – Setup Wifi WPA2 Enterprise with Freeradius+Openldap/Client Certificate | nas.deadcode.net
http://nas.deadcode.net/2011/11/13/setup-wifi-wpa2-enterprise-with-freeradiusopenldap
We code * We share * We enjoy. This section is a series of articles detailing how I am modding my Synology NAS with optware. Just wanna make my life easier when re-installing all these things. Synology usage series 32 – Setup Wifi WPA2 Enterprise with Freeradius Openldap/Client Certificate. November 13, 2011. Make sure you really want to do this because not all device support 802.11x like. Modding series 9 – Setup an OpenLDAP Server. Setup FreeRadius to support EAP-PEAP-TLS. SSH to DS as root. Vi /opt/et...