ScrewTurn Wiki 4 Releases and News

Archive for the ‘Off-Topic’ Category

Do People Understand Free Licenses?

October 23rd, 2009 by Dario Solera | 3 Comments | Filed in Off-Topic

Do people understand free licenses? Most importantly, do they understand the difference between the GPL, the Apache License, the BSD license? I don’t think so.

Why am I saying this?

You might be aware that I recently introduced an “Internal Usage” commercial license for ScrewTurn Wiki. It started as an experiment to see how many people would ask to purchase such license because their business isn’t compatible with the GPL. It turns out that there is roughly one request per week.

I’m generally a honest and fair person, so every time a user asks to purchase such a license, I invariably force them to notice that they can use and even modify the public packages for free, without any type of small print involved. I wouldn’t feel right selling them something that others get for free.

I’ve been surprised to know that quite a few managers or business owners in the software development field don’t even understand what the GPL is and what does it grants you to do. They’re ready to waste 100 Euros for getting even less than what is publicly available (commercial packages don’t include translations for example). It’s not much money, I know that, but what if it was 500€? or more? What if you’re doing the same mistake for many other applications, or even worse the mistake of not using a useful and perfectly suitable application because you’re afraid of its free license?

Guys, please, please spend a couple of hours studying the different free software licenses that the industry has agreed upon in the last several years. It’s very important for your business and, given the trends of the industry, you’ll probably have to deal with free software even more in the upcoming months and years.

Google Search… Inaccuracy

September 3rd, 2009 by Dario Solera | No Comments | Filed in Internet, Off-Topic

I was browsing through Google’s Webmaster Tools just out of curiosity (I barely know what SEO means).

The most interesting thing is the list of keywords that caused into your website being listed in the search result. This is the list for screwturn.eu:

Google Search Fun

It’s clear as sun that Google is wrong, sometimes.

Actually, now that I think about it, it makes sense if you consider the ton of spam messages that sometimes flood the forum.

Re-mounting VMs in VirtualBox

August 30th, 2009 by Dario Solera | 1 Comment | Filed in Off-Topic

I’m a big fan of Sun VirtualBox. It works very well, it’s fast and it’s free.

However, it has some drawbacks, for example the impossibility to open/import/mount an existing virtual machine in the GUI.

The powerful command-line interface (vboxmanage.exe) comes into help in this case. The registervm is the command I needed, however it refuses to register a virtual machine that references a hard disk so a little hack is needed. The steps I needed to do follow:

  1. Open VirtualBox GUI and register the hard disk using the menu option File | Virtual Media Manager, close the GUI
  2. Open the VM definition file (.xml) with a text editor
  3. Find the StorageControllers section, which should be similar to this:
    <StorageControllers>
      <StorageController name="IDE" type="PIIX4" PortCount="2">
        <AttachedDevice type="HardDisk" port="0" device="0">
          <Image uuid="{c5df8222-2969-4b63-add0-bb172ed2ae85}"/>
        </AttachedDevice>
      </StorageController>
    </StorageControllers>
  4. Cut (CTRL+X) the AttachedDevice element, leaving StorageController empty, save the file
  5. Run the following command:
    vboxmanage registervm "full path to the VM file.xml"
  6. Paste back the cut text in the VM definition file, save the file and close the editor
  7. Open the GUI, you’re done

I have no idea whether this procedure is safe, but it worked for all my 6 virtual machines.

Time For A New Server?

April 22nd, 2009 by Dario Solera | 1 Comment | Filed in Community, Internet, Off-Topic

This morning (or night, depending on your timezone) the instance of MySQL that serves the forum and this blog crashed. Reason: Out of memory (needed 16000-odd bytes).

This VPS only has 416 MB of RAM. So far it’s been enough, but it’s 2009 after all and maybe it’s time to upgrade. Anyhow, the network traffic has more than doubled in the last 11 months, so that is another reason. Moreover, I’m no more comfortable with Virtuozzo, which seems to go down with the machine if something bad happens (you can’t even restart the server in that case). I’m more inclined to a MS Virtual Server/VMware/XEN-based solution.

Luckily, the VPS subscription expires in about a month, so no money will be wasted.

Notes

September 9th, 2007 by Dario Solera | 2 Comments | Filed in Off-Topic, Security

I’m just writing down a couple of notes which will be probably useful in future.

Running Subversion as a Windows Service

It’s possible to run Subversion as a Windows Service, using the command-line tool sc.exe:

sc create svn binpath= "\"C:\Path\to\svnserve.exe\" --service -r \"C:\Path\to\repositories\"" displayname= "SVN Service" depend= Tcpip start= auto

Please note that binpath is not the path to the executable, but it’s the whole command line (including svnserve’s arguments). Also, be sure to insert a space between the equal sign and the parameter value. To remove the service, use the command sc delete svn.

Changing the Remote Desktop Port

If you want to use the Remote Desktop (or Terminal Server) service, but get a little more security, you can change the port the service works on. It’s as easy as changing a registry key. Search for the key named PortNumber at the path HKLM\SYSTEM\CurrentControlSet\Terminal Server\WinStations\RDP-Tcp. You can then set the port number you like (the default is 3389).

Relax

January 30th, 2007 by Dario Solera | No Comments | Filed in Off-Topic

So, a couple of days ago I installed the Spam Karma 2 plugin for WordPress on this blog.

It’s simply perfect. In just two days it nuked more than 200 spam comments. Not a single false positive, nor a false negative.

Now I can relax. No more comments to manually delete, no more worries, no more unpleasant feelings when opening Outlook…

P.S.: it would be nice if there was something similar for phpBB, so I could clean our forums.

Diabolic Forum

December 31st, 2006 by Dario Solera | No Comments | Filed in Off-Topic

666posts.jpg

Today, the last day of 2006, we reached 666 posts in our forums.

Side Projects

  • RESX Synchronizer allows to synchronize multi-language .resx files (used for the development of ScrewTurn Wiki).
  • Pixel Picker enables to pick the color of pixels on your screen — very handy for day-to-day graphics-related activities.

About

  • Copyright ©2006-2012 Threeplicate Srl. All rights reserved. Some of the icons created by FamFamFam.
  • See our Privacy Policy.