Send emails when torrent is done – Windows & uTorrent

Here’s a snippet of PHP code to help you send emails from Windows machine when a torrent has downloaded through uTorrent.I am using Outlook.com to send and receive email but you can easily use GMail or any other internet mail service. You will need PHPMailer class $argOpts = “n:e:”;$argVal = getopt($argOpts);$torrent_name = $argVal[‘n’];$to_email = $argVal[‘e’];require(“phpmailer/class.phpmailer.php”);$mail = new PHPMailer();$mail->Username = “Your …

Read moreSend emails when torrent is done – Windows & uTorrent

Don’t wait in line for Windows 10 upgrade

Here’s how to skip the line, if you have not figured it out already… Go to Windows 10 download page: https://www.microsoft.com/en-us/software-download/windows10 Download the right version of Media Creation tool (32bit or 64bit). Afterwards,  run the tool and select appropriate option from the two options: “Upgrade this PC now” or “Create installation media for another PC”. If you select “Create installation …

Read moreDon’t wait in line for Windows 10 upgrade

Install Serviio on Ubuntu

I use Serviio as DLNA server hosted on Ubuntu to stream movies to Xbox One. It’s by far the best DLNA server I have used. Very easy to set up and quite feature rich.  Here’s the guide to installing it on Ubuntu Server: http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu You can make it run at boot time by creating a service in Webmin. To configure …

Read moreInstall Serviio on Ubuntu

MediaTomb breaking after Ubuntu upgrade

Yesterday, upgraded Ubuntu Server from 14.10 to 15.04, and somehow it broke MediaTomb. After upgrade, my uPnP server was not showing up in consuming devices. I looked at the logs, and found that MediaTomb was binding to localhost cat /var/log/mediatomb 2015-06-07 12:31:46    INFO: Loading configuration from: /etc/mediatomb/config.xml2015-06-07 12:31:46    INFO: Checking configuration…2015-06-07 12:31:46    INFO: Setting filesystem import charset to UTF-82015-06-07 12:31:46    …

Read moreMediaTomb breaking after Ubuntu upgrade

Configuring VNC on Ubuntu Server

I recently configured VNC on my home server. This enables me to log on to the server and work in a GUI environment. I am using GNOME basic. Server – Assumed Ubuntu Server 14.04 Pre-reqs – Install GNOME basic desktop sudo apt-get install –no-install-recommends ubuntu-desktop Install gnome-panel sudo apt-get install gnome-panel Install VNC Server. I used TightVNC Server sudo apt-get …

Read moreConfiguring VNC on Ubuntu Server

Looking forward to Windows 10!

Haters will hate. Critics will criticize. Complainers will complain. Guess what, Windows 10 is coming, and we the Windows fans are eagerly looking forward to it! Thank you Microsoft! Pic courtesy: https://blogs.windows.com/windows-insider/2014/09/30/announcing-windows-10/