Windows
- Windows Vista Beta Tweaks
– Different way to tweak Windows Vista, include Auto Logon - TuneUp – Tune up you iTunes collection
- flickr.com – creativecommons – flickr images that have a Create Commons license
Windows
I see that Ubuntu has released a new version of its desktop edition. It seems to be a very popular distribution although I haven’t used it myself much, but I might give this new version a try for a while.
I’ve used Red Hat a little and I was running a Debian server at home for a while. I know its not linux at all, but I kind of prefer Solaris 10. It’s what I use at work and what I’m most used to (aside from Windows). Although I will grant you, some things are easier to do in Linux. But Solaris feels like a real operating system.
Juscelino over at J.M.A daily has an interesting post about the 5 reasons linux will never be better than windows. I agree with most of what he says. Although many things about using and installing Linux has become easier over the years, Microsoft has spent and will continue to spend millions and probably billions of dollars developing software that is easy to use for as many people as possible.
I still a little new to this whole blogging thing, so I keep my eye out for anything that will help me out. Darren Rowse over at ProBlogger has a great list of Seven Essential Applications For Bloggers Using Windows.
They are
The first application I tried was EverNote, and it’s great! It allows me to make a note of web sites and stuff easily for reference later on. I love it, I’m a convert.
To read more go to Darren’s post or continue reading to see my review of the applications I’ve used.
Continue reading Seven Essential Applications For Bloggers
Kevin Purdy over at LifeHacker reports that the Official Windows 7 Release Candidate Arrives on May 5th.
I managed to sign up for and get a beta copy and I’m also subscribed to the Windows 7 Team Blog so I’m hoping to get a copy.
I’m really only using it for my media center PC at the moment, but it works really nicely for that.
How about you, are you itching to get your hands on the RC version ?
I got a surprise when i saw that Oracle is to acquire Sun this morning.
Working with both products allot I’ll be interested to see how this develops. It will also be interesting to see what this means for products like MySQL and Oracle Linux.
I found a program the other day called TuneUp that fixes all the song information (track title, album title & album art) for all your music in iTunes. I only tried the free 100 song version as I have already done most of my by hand now. But for the few albums I did do, it seemed to work reasonably well.
Although I didn’t get one album wrong. Unfortnatuly I didn’t realise this until after I had let iTunes change the album title. Oh well.
Allot of software these days is very expensive, so I like to try and use Open Source software whenever possible. However it can sometimes be hard to find the right program.
However Lifehacker has a new post about a site called AlternativeTo, which offers Open Source suggestions to Windows, Mac and Linux applications. You simple do a search on your costly proprietary software and it will offer Open Source and freeware alternatives. Neat !
Thanks to Chris at Real FreeBSD Tips I found a WordPress plugin called WPtouch that makes my blog look great on the iPhone/iTouch.
My blog looks like it should when viewed from a desktop system, but when viewed from an iPhone/iTouch it looks like this:
Steve Callan at DBASupport has a long artical on What’s in an Oracle Schema?.
While I don’t get this exact question much, I do see that some people get confused between a database and a schema. I create them a schema in a database, give them the user name and password and they think they have a database.
If I ask them if they need a schema or a database they aren’t sure. So usually I just get their requirements and then determine it for myself. Part of being a DBA I guess.
I usually ask them how many uses they need, how much space they need and the number of users or amount of load they are expecting. If it is all pretty low, then they probably only need a schema in an existing database. If they have high demands then their own database might be best.
Allot of times when at the command prompt in UNIX, the backspace key doesn’t do what the backspace key should and instead simply put ^H’s on the screen.
There are three ways to fix this:
# stty erase ^H
You can also fix it put configuring the terminal program you are using. Look for any options mentioning backspace or CTRL+H and turn them on.