Access Synology DSM from the internet with a Reverse Proxy

Update:

For DSM 5 the paths are changed:

  • DSM 4: /usr/syno/etc/httpd-ssl-vhost.conf-user
  • DSM 5: /etc/httpd/sites-enabled-user/httpd-ssl-vhost.conf-user

I want to be able to access my Synology Disk Station Management (DSM) from the internet in a secure way through https.

DSM is standard running on the Synology in https mode on port 5001, so we need to setup a reverse proxy in apache:

Access the Synology with SSH using Putty, en type the following commands in the shell prompt to navigate to the right folder:

For DSM 4:

cd /usr/syno/etc/

For DSM 5:

cd /etc/httpd/sites-enabled-user/

Continue reading “Access Synology DSM from the internet with a Reverse Proxy”

Windows 8 keyboard shortcuts summary

Few days ago i was reading a nice post from Scott Hanselman’s blog about Windows 8 enhanced keyboard shortcuts

Here is a summary of the keys:

  • Win+E – Explorer
  • Win+R – Run
  • Win+Break – System Info
  • Win+D – Desktop (I use this constantly if I get trapped outside the Desktop world)
  • Win+Plus or Win+Minus (no shift) – Magnifier/Zoom In and Out
  • Alt-Tab – Switch between Apps
  • Win-Tab – Switch between Full Screen Apps
  • Win+W – Search Control Panel and Settings stuff
  • Win+F – Search Files
  • Esc – Yes, escape. No joke. If you hit the Windows Key, you can hit Escape to go back.
  • Win+C – Charms (right side menu) then arrows to move and enter to launch.
  • Win+K – Devices
  • Win+I – Settings in any app plus brightness, network and other useful system features
  • Win+Arrows – Snap desktop apps to the sides
  • Win+(period) – Alternate sides to “snap” Metro Apps. Add shift to reverse it.
  • Win-X – Admin Stuff. It’s REALLY useful.
  • Win+PageUp or Win+PageDn – Move full screen apps to other monitors. Super useful for News apps and Readers. The Start Screen can be moved as well.

Install Windows with UEFI on Dell Latitude

Today i was trying to install Windows 8 Pro on my Dell Latitude E6510 laptop with UEFI enabled.

You can enable UEFI from the bios, (i first installed the most recent bios version) under boot section and then select UEFI. 

But with my disappointment i couldn’t boot from my USB key with the windows bootable installation on it.

I prepared the USB key with the Windows 7 USB/DVD Download Tool, a nice tool from Microsoft to make installation from USB possible from an ISO Windows installation image.

After a little bit research on the net i found here that the installation on UEFI is possible only in some circumstances and that the USB Download Tool was useless. Continue reading “Install Windows with UEFI on Dell Latitude”

Install OpenElec 1.0.2 on Asrock ION 3D 152d and a Logitech Harmony Remote

This is a step-by-step guide to install OpenElec 1.0.2 on an Asrock ION 3D 152d, and optionally configuring a Logitech Harmony Remote.

Installing OpenElec:

Go to the OpenElec site and download the ION build (i have downloaded the i386 build, but the x86_64 i think will work too with this guide).

  1. Make a bootable USB key from your PC using this guide if you are on Windows PC, or this guide for Linux PC.
  2. Install OpenElec on your Asrock using this guide.

Continue reading “Install OpenElec 1.0.2 on Asrock ION 3D 152d and a Logitech Harmony Remote”

Run sabnzbd+ behind Apache on Synology

Update

Since DSM 5 the paths are changed:

DSM 4:

  •  /usr/syno/etc/httpd-ssl-vhost.conf-user
  • /usr/syno/apache/conf/httpd.conf-user

DSM 5:

  • /etc/httpd/sites-enabled-user/httpd-ssl-vhost.conf-user
  • /etc/httpd/conf/httpd.conf-user

I’m an owner of a Synology DS211 and i have installed Sabnzbd+ on it, using this helpful package http://synoblog.superzebulon.org/2011/09/sabnzbd-0-6-9-1-spk/ (add it to your favorites, it’s a really nice site with more packages to download).

My  Synology is running on the latest 3.2 firmware.

After installation Sabnzbd+ is running on the following address http://private-diskstation-ip:8080, and i wanted to make it accessible in a secure way from the internet.
I want to be able to access the sabnzbd+ instance only from https and with a user/password prompt.

Continue reading “Run sabnzbd+ behind Apache on Synology”

Official DotNetNuke 6.0 Product Launch

This afternoon I was at the official DotNetNuke 6.0 Product Launch at Microsoft in Schiphol.

The presentation was given by coworkers of Xcess, Ernst Peter Tamminga (Chief Executive Officer) and André van Ramshorst (Account manager) and also by DotNetNuke coworkers, Mitch Bishop (Chief Marketing Officer) and Bob Cortale (Senior Vice-President, Sales).

The most important new things in DotNetNuke 6 are the conversion of the core language from VB.Net to C#, a new GUI Continue reading “Official DotNetNuke 6.0 Product Launch”

Blog at WordPress.com.

Up ↑