Pebbling Club 🐧🪨

  • Enabling CORS in Synology WebDav
    Notes
    ssh ip-synology cd /var/packages/WebDAVServer/target/etc/httpd/ sudo vim conf/httpd.conf-webdav add LoadModule rewrite_module modules/mod_rewrite.so sudo vim conf/extra/httpd-ssl.conf-webdav add : Header always set Access-Control-Allow-Origin "*" Header always set Access-Control-Allow-Headers "origin, content-type, cache-control, accept, authorization, if-match, destination, overwrite" Header always set Access-Control-Expose-Headers "ETag" Header always set Access-Control-Allow-Methods "GET, HEAD, POST, PUT, OPTIONS, MOVE, DELETE, COPY, LOCK, UNLOCK" Header always set Access-Control-Allow-Credentials "true" RewriteEngine on RewriteCond %{REQUEST_METHOD} OPTIONS RewriteRule ^(.*)$ blank.html [R=200,L,E=HTTP_ORIGIN:%{HTTP:ORIGIN}] cd /var/packages/WebDAVServer/target/tools sudo ./start_stop.sh start restart
    Unfurl
  • Running Debian Services When Synology NAS Boots | Kevin Fletcher | Code, Projects & Musings
    Notes
    Now I’m going to show you how to start Debian services when the NAS boots.
    Unfurl
  • Debian Chroot on DSM | HanG321 Blog
    Notes
    Use Debian chroot instead of ipkg (optware) on DSM 5.0. Here is a installation notes of XPEnology on HP N36L
    Feed
    Embed
    Unfurl
  • Speeding up RAID migration on a Synology DS414 NAS | richardglover.co.uk
    Notes
    I’ve had a Synology DS414 NAS for a few weeks now, this post is about how to change the default settings of mdadm, the tool used to manage software RAID, to speed up the process of migrating between RAID levels.
    Feed
    Embed
    Unfurl
  • How to manually mount a USB Hard Disk, including a disk that was part of a RAID1 array - SynologyWiki
    Notes
    This wiki shows you how to manually mount a USB Drive enclosure containing a Hard Disk. The term "mount" is the Linux term for adding a data device to a system so that its contents are navigatable. The procedure also describes the steps necessary if the Hard Drive in the USB enclosure was previously part of a working RAID 1 configuration (e.g. removed from another Synology Server). The same procedure will also probably work for RAID 0 drives, but I have not tested that.
    Unfurl
  • Disable the 'stupid' thumbnails generation on Synology NAS | Linux and Unix tips
    Notes
    In order to stop the automatic generation of thumbnails in your photos and movies directories, and also stopping your CPU + hard drive to be used non stop for these tasks for days and days...
    Feed
    Unfurl
  • Tuning your Synology NAS for speed | Jeffrey Costa
    Notes
    If you own a Synology NAS device at home, you know its an incredible machine for the money. However, it likely has a small amount of RAM (mine has 256MB) and that poses a problem. I have found that if you are not using many of the programs (Disk Station, iTunes server, File Station, etc…), you can free up a great deal of RAM by disabling unused services. This gives precious RAM back to processes that can actually use it, and frees up CPU power.
    Unfurl
  • InstallWizard/SynologyNAS/FlexGet – FlexGet
    Unfurl
  • 3rd party package for Synology disk stations
    Notes
    Welcome to my page about the Synology® Diskstation packages (.spk files) I have made for the Synology Disk Station range. All packages are made by me and are free to download, to use or even to alter them or better yet, use them as a 'template' to create your own ! All packages do fall under the BSD Licence.
    Unfurl
  • How to backup the Synology Server to Amazon S3 - SynologyWiki
    Notes
    "This is a instruction guide on how to modify the Synology Server to backup files to Amazon's S3 service, an online storage space, offered by Amazon.com<br /> <br /> To backup (synchronize) your data from your Synology box to Amazon S3, you'll need to install some additional software on your machine, like OpenSSL, wget-SSL, ruby and s3sync. This installation is detailed here. "
    Unfurl
  • How to Install Bootstrap - SynologyWiki
    Unfurl