10
Dec 2009

quick tip for ubuntu / back in time users

I recently started using Back In Time to automate my local backups on a couple of Ubuntu machines but found an annoying problem. If you have any mounted network shares the backups seem to fail. On further investigation the backup job was not failing but rather trying to scan the entire network share, and then back it up too. To get round this issue simply add ~/.gvfs as an exclusion to the backup set.

This will then stop any mounted drives from being scanned for changes and backed up.

Loading mentions Retweet
Filed under  //   linux   software   ubuntu  
view comments
29
Sep 2009

(re)learning to program from scratch with gambas

As scary as it may seem, back in the late eighties I used to be a programmer. Luckily after a few years of coding for a living I realised that I was not a bad programmer. I was awful, and so moved into the world of hardware, and then later software, support. Recently, though, I have found that I want to accomplish certain tasks and there just aren't the tools available for what I need. A good example is a bit of software that Microsoft supplies (I think it is a snap in for MMC but cannot for the life of me find a link to it right now) that allows you to connect to multiple Terminal Services sessions inside on app/windows. Very hand if, like me, you have to manage multiple Windows servers. The problem is I don't run Windows on my desktop PC. I run Ubuntu Linux and although there are many ways of connecting to a Terminal Server (rdesktop, tsclient) there doesn't appear to be a way of connecting to multiple Terminal Server connections in one application, all in one switchable window.

The nearest application to what I need is Vinagre which does exactly what I need but only for VNC connections.
So the plan is to kill two birds, as it were, with one stone. I intend to get back into coding some basic applications as well as writing an application that fills a gap in my work flow. Having not done any coding at all for the last fifteen odd years I took a look around and it seems the easiest way for me to accomplish this is to use Gambas. In the words of the Gambas website: "Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !)." As I learn the basics of Gambas I hope to post a few updates as well as any source code I create. Anything that ends up being release worthy will be released under the GPL. This should prove interesting.

Loading mentions Retweet
Filed under  //   coding   linux   software   ubuntu  
view comments
11
Jun 2009

getting ustream working on eeebuntu

I recently reinstalled my eeepc with Eeebuntu 3.0 and came across a very annoying problem. When you try and set up a show at ustream.tv, you would normally wait 'till the flash video software loads, right click, choose "settings" and allow the site in question to have access to your camera and microphone. Only when I tried this the "settings" option was greyed out. I have not quite worked out why it is greyed out yet but have a workaround that will allow you to get the video working. First of all you need to go to the following site in the browser on the computer you have Eeebuntu installed on:

http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html

Once there a settings manager box will appear at the top right hand corner of the page. This is not an image, it is the actual Flash settings for the browser you are using. Add the necessary sites for ustream to work (ustream.tv, www.ustream.tv and cdn1.ustream.tv). The image below does not contain cdn1.ustream.tv as this post was written on my mac which hasn't been used to broadcast using ustream.tv yet but it should show up in your window if you have tried to broadcast at all.

Now make sure that all three sites are set to "always allow". Close the browser, reopen it and you should now have full access to your webcam and microphone inside the ustream broadcast flash app.

Loading mentions Retweet
Filed under  //   linux   software   ubuntu  
view comments