Outils pour utilisateurs

Outils du site


issue71:courriers

Ceci est une ancienne révision du document !


Where is FOSS?

Apps for sale everywhere. Google Play, Apple's App Store, and now Ubuntu Software Centre. Now, I have nothing against paying for a very good application, and I also realize that it takes a lot of time and effort to create an application. But, there are a lot of applications out there that shouldn't cost a cent. Now just look at Ubuntu Software Centre and the number of applications that aren't free that have sprung up over the last year. My challenge to the developers out there who want to create great programs for Ubuntu and the soon-to-be Ubuntu phone is: Keep it free and Keep it open. Then people will want to use Ubuntu over other devices.

Chris Love

Cron + GUI

I read Jeremy Boden's interesting article on cron, a useful and sometimes under-appreciated tool. For those who prefer to use GUI editors rather than vi or nano, readers may be interested to know how to do this. As Jeremy already wrote, the way to edit cron is:

crontab -e

However, you can change the default editor to a GUI one as follows:

VISUAL=gedit crontab -e

You can replace gedit with leafpad, or whatever your preferred editor is. Or, you can set VISUAL in your .bashrc file to make this permanent and avoid having to type it each time.

The two find commands as used can also be simplified to avoid using the -exec option, as follows.

find ~/.thumbnails -type f -atime +7 -delete

find ~/.thumbnails -type f -atime +7 -ls | more

You could substitute -print for -ls in the second command – depending on how you prefer the output. In certain cases, the commands as shown are safer than the original, although this is unlikely to happen in the thumbnails folder.

Paddy Landau

SolydXK

I saw your facebook post the other day, and downloaded SolydK to try it out.

I am not a Linux guru, but I do like trying new Distros. I have been using various Linux distros exclusively for the last 3 years (hint, NO Windows). I think Solyd is a great distro. I am using the live version on my home-built desktop, after trying it out on my Toshiba laptop (which worked great).

I like it so much I planned to install it alongside my Zorin 6, which has not impressed me much. Zorin 6 doesn't seem that much different from version 5, so I was looking for something new.

One thing that really appeals to me is the fact that, when I hover over a file, I get a lot more info than any Ubuntu version I've tried.

I have six old Windows virus infected hard drives that have music I want to keep. I used the recovery disk to get what ended up being recovered files with not much info on them. A different and much, much better info with Solyd.

I read today that, on March 1st, SolydK is coming out with another version. I will happily use the live version till March 1st at which time Ill install it on my hard drive next to Zorin 6, and, hopefully, replace it. I'm not badmouthing any Ubuntu distro, but am hoping the best for SolydXK.

Dennis McClellan

Ronnie says: Check next month’s FCM for a full review of SolydXK from long-time reviewer Art.

Table of Contents

I have been reading this magazine for many years now and I keep older issues on my laptop for reference. But…sometimes, I want to read again an article about something specific I remember having read in a former issue. Finding the article again in my collection of FCM issue is… very tedious and time consuming!

That is why I had this idea: how about building a compilation of all articles published, let's say on a yearly basis. The list could be sorted out by themes, making it easy to find the specific FCM issue containing that article.

Gilles Tournier

Ronnie says: Good idea, but we beat you to it. At the top of the FCM site is a button marked 'Table of Contents' which links to: https://wiki.ubuntu.com/UbuntuMagazine/FullIssueIndex. It's not bang up-to-date, but it's close! Gord has also just released a Google Docs file which lists all how-to's and even questions answered since the beginning of (Full Circle) time: http://goo.gl/C6JiI.

issue71/courriers.1364654045.txt.gz · Dernière modification : 2013/03/30 15:34 de andre_domenech