300+ Easily Installed Free Fonts for Ubuntu May 21, 2007
Posted by Carthik in applications, gnome, looks and feel, packages, ubuntu.370 comments
Ubuntu offers a lot of fonts, in addition to the defaults installed, and the MicroSoft msttcorefonts package, in its repositories. All these fonts mentioned here are provided as packages, which can easily installed using command line tools like apt-get or using Synaptic. These fonts will come in handy for designing flyers, or for designing headers and graphics for the web using the Gimp. Also, some of these fonts are pretty commonly used to render pages, like Lucida.
I will save the packages with the biggest collection of fonts for the end here. Since I have included screenshots of most of the fonts, and this article is sorta long, please read on by clicking the “More” link below.
Preserve Threaded View in Thunderbird May 20, 2007
Posted by Carthik in applications, Friends Etc., snippets.24 comments
Via Chris Ilias’ Blog comes this gem of a tip.
If you use Mozilla Thunderbird, and love the threaded view, but hate losing the threaded view whenever you click on “Sender” or “Date” to sort the messages, then this is the tip for you. This helps you keep the threaded view regardless of how you sort the messages.
Go to Tools–>Options–>Advanced–>General, and select the Config Editor option.
In the Config Editor, search for “mailnews.thread_pane_column_unthreads” by typing it in at the top. When you see the preference, change the value from “True” to “False” by double-clicking on it, or by right clicking and changing the value. This will help you keep the threaded view stuck across the different sorting methods.
I find the threaded view useful when browsing the list of bug-related emails, for one. Of course, I use the Claws GTK email client much more than I do Thunderbird, but I have Thunderbird setup on an infrequently used office computer, and I thought many of you might be using Thunderbird anyways.
Using “tee” to write to files and the terminal May 17, 2007
Posted by Carthik in administration, commands, snippets, ubuntu.37 comments
The utility “tee” is very useful for plumbing on the command line. Curiously enough, it gets its name from the T-splitter used in plumbing, shown below:
Say you want to run a command, and be able to see the output and errors on the screen, and be able to save them to a file. That’s where tee comes in, so you could do a:
$sudo apt-get upgrade 2>&1 | tee ~/apt-get.log
…to run apt-get upgrade and save the output and errors to the file apt-get.log in your home directory.
Purists please excuse the following explanation 🙂 The “2” refers to the “tap” from which the errors pour out (called stderr). The “1” refers to the tap from which the output pours out. The 2>&1 makes the errors to also pour out of the output tap. So then stderr goes to stdout. The pipe “|” redirects the output to tee. Now tee splits the output of the previous command two ways, and puts it both in ~/apt-get.log and in the standard output, which happens to be your screen/terminal.
tee is also handy when you have a small permissions problem. Say you want to write some text to a file “filename.txt” owned by the “root” user – you would just use something like:
$sudo vim filename.txt
and then change the file, right?
Now suppose you want to echo what you write, and write the file, all in one command, you then can use tee thusly:
$echo "localhost 127.0.0.1" | sudo tee filename.txt > /dev/null
This would write the text “localhost 127.0.0.1” to the file filename.txt which is not owned by you. The output of tee itself will go to /dev/null (nothingness) instead of the standard output, which is your terminal.
Don’t lose sleep over this, but someday it will come handy, and when you can figure out why the “sudo” does not apply after the “>” in your command, remember tee and come back here.
For all your command line redirecting needs, and to learn to wield pipes and tees like nunchakus read this excellent page.
Installing Ubuntu in a Library May 11, 2007
Posted by Carthik in Friends Etc., ubuntu.80 comments
I installed no software, except for the Operating System, and look – it works!
Jessamyn is a librarian with 3 donated PCs and no legitimate OS. She installs Ubuntu and shows us why she loves it.
I woke and saw this. Today will be a good great day!
I hope she posts a follow-up of how people in her library use it.
Ubuntu Partners with Intel for Mobile Device Support May 8, 2007
Posted by Carthik in news.27 comments
From BBC, we get to learn that Ubuntu and Intel are working together to get to the point were Ubuntu-powered mobile devices such as cellphones and PDAs. They talk about the Ubuntu Mobile and Embedded project which hopes to have its first release in October 2007.
Pervasive Ubuntu – oh yeah!
It’s really cool to see Intel pushing the envelope with Open Source friendliness. Maybe AMD needs to catch up and brush up the ATI drivers – open source them and have a fighting chance in the newly growing desktop Linux market.
By the way, I came to know of the BBC article via Ercan, a reader, who adds:
I enjoy your ubuntu blog. I like the general updates on ubuntu but don’t forget the tips and tricks.
Tips, hmm, yes… it is hard to come by good ones everyday – and it becomes harder as Ubuntu gets better. I will work harder or it, Ercan. 🙂
Free Ubuntu Magazine: Full Circle April 28, 2007
Posted by Carthik in books, ubuntu, Ubuntu Sites.20 comments
The zeroth issue of the Ubuntu Full Circle Magazine has been out for a while now. You can download it in your chosen language here. If it is not available in your chosen language, then maybe you can help translate it the next time for others like you.
The magazine is a community effort – I think it was kickstarted on this Ubuntu forum post by the forum user ronniet. “Development” of issues revolves around the wiki. The Ubuntu Magazine page lists what you can do to contribute articles and columns.
Maybe I should contribute an article or a regular column in the magazine – after all it is a volunteer effort and the magazine is provided free-of-cost.
The Ubuntu Community Interviews Mark Shuttleworth April 25, 2007
Posted by Carthik in interviews, ubuntu.17 comments
As part of the Ubuntu Open Week, everyone interested had a chance to ask Mark Shuttleworth, the SABDFL, their questions.
Thanks to the volunteer efforts of the wiki gardeners, you can read the entire interview online. I was intending to post the entire interview here, after formatting it, but since the interview at the wiki is formatted, and ready, I will just share the salient points.
- Regarding requesting ISVs to port their applications to Linux, Mark says that unless Linux users decide to pay for software like AutoCAD and Photoshop on Linux, the ISVs won’t migrate their apps so easily – since there are two things that drive ISVs to explore new oppurtunities – the raw size of the users in a market, and their willingness to pay for software – Mark says Linux is doing well on the number-of-users front, but the second factor is critical. I think one of the ISVs have to take the plunge, and try selling software to Linux users, and serve as a case study for the others to follow.
- Regarding the $3 MS OS initiative, Mark says this guy gets it. Basically, there are lots of reasons why, despite the MS OS being only $3, Linux makes a better choice. Interesting.
- The inevitable question of why Launchpad is not open-sourced yet was raised. This time, I think I understand the reasons behind it being closed, thanks to Mark’s answer. Basically, launchpad might remain closed till launchpad.net is established as the pivot of bug-tracking and as a general software development support system. Releasing the source now might mean that there will be many “launchpads” like the many bugzillas, thus compounding the problem launchpad is trying to address – that of not having a central issue tracking system that tracks the same unique issue across multiple bug trackers.
- Canonical will not go public anytime in the near future, and will also not accept funding from venture capital firms. Mark’s reasoning is that accepting any sort of external financial support will shift Canonical’s focus to a short-term profit/finance driven strategy. Canonical wants to take the long-term view and focus on building a better Linux desktop, among other things.
- Here’s the most inspiring part of the interview – Mark says the goals with Ubuntu are to be the best desktop linux distribution and to create a self-sustaining platform for Ubuntu, one that does not rely on license fees. He admits it has never been done before, but believes it can be done.
There is a lot more where these points came from. Read it. The interview seems to suggest there will be another Q&A session with Mark on Firday, April 27th, but the the Open Week Schedule does not have such a session listed. So I am not too sure if there will be another of these sessions. If there is one, I hope I can find it possible to be there for it, live.
Gutsy Gibbon Archives Open April 22, 2007
Posted by Carthik in releases, ubuntu.15 comments
Sure as clockwork, work on the next version of Ubuntu has started.
I was wondering what the collective noun used for the testing releases would be. We’ve had an “Array” of Hedgehogs, a “Herd” of Fawns, a “Knot” of Efts, a “Sounder” of Warthogs, a “Colony” of Badgers, a “Flight” of Drakes. I was hoping they would choose a “Machination” of Gibbons (“a machination of monkeys” exists), but no, we have the simpler, more functional “tribe”. So the testing releases will be called Tribe 1, Tribe 2 etc…
^txt2regex$: Regular Expression Tool To Create Regex from Description April 21, 2007
Posted by Carthik in applications, commands, packages, ubuntu.24 comments
^txt2regex$ is a lifesaver. It helps you create regular expression strings in a step by step process, by describing what your regex pattern should do in English (or your own language). The tool can create RegExes for use with 23 different programs, including sed, vim, mysql, and procmail. When you start the program, it will ask you a series of questions like “1. do you want to start matching at the beginning of lines? or 2. search anywhere?” and “this is followed by…. 1. A specific character…” etc… download it and run it and you will see.
Anyone who has worked with regular expressions for searching and optionally replacing stuff in files knows what a godsend then can be if you get the regex down pat – but they would also know what a time sink they can be if you can’t whip up exactly what you want. In the past, when faced with this kind of a situation, I would read man pages, books, experiment, fail and then, finally, succeed after a good half hour or so. txt2regex is a tool that eliminates the confusion. Totally.
You can install txt2regex on Ubuntu by doing a:
$sudo apt-get install txt2regex
Among its features include the ability to print a list of characteristics of the regular expression syntax for various tools, a history tool which keeps track of you past regexes, and some pre-built regexes that are often used – for dates, times and numbers.
For example,
$txt2regex --all --make number3
will create the regex for all supported tools. The regex will match a number of the form “34,412,069.90”
Here’s the output:
carthik@milan:~$ txt2regex --all --make number3 ### number LEVEL 3: level 2 plus optional commas, like: 34,412,069.90 RegEx awk : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)? RegEx ed : [+-]\?[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\? RegEx egrep : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx emacs : [+-]?[0-9]!!\(,[0-9]!!\)*\(\.[0-9]!!\)? RegEx expect : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)? RegEx find : [+-]?[0-9]!!\(,[0-9]!!\)*\(\.[0-9]!!\)? RegEx gawk : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx grep : [+-]\?[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\? RegEx javascript: [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx lex : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx lisp : [+-]?[0-9]!!\\(,[0-9]!!\\)*\\(\\.[0-9]!!\\)? RegEx mawk : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)? RegEx mysql : [+-]?[0-9]{1,3}(,[0-9]{3})*(\\.[0-9]{2})? RegEx ooo : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx perl : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx php : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx postgres : [+-]?[0-9]{1,3}(,[0-9]{3})*(\\.[0-9]{2})? RegEx procmail : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)? RegEx python : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx sed : [+-]\?[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\? RegEx tcl : [+-]?[0-9]!!(,[0-9]!!)*(\.[0-9]!!)? RegEx vbscript : [+-]?[0-9]{1,3}(,[0-9]{3})*(\.[0-9]{2})? RegEx vi : [+-]\{0,1\}[0-9]\{1,3\}\(,[0-9]\{3\}\)*\(\.[0-9]\{2\}\)\{0,1\} RegEx vim : [+-]\=[0-9]\{1,3}\(,[0-9]\{3}\)*\(\.[0-9]\{2}\)\=
$txt2regex --help
prints out a short help message
and
man txt2regex
gives some more info.
What would be handy is if txt2regex had an extension that allowed one to deconstruct a regex – give it a regex and it tells you what it does in plain English. Also, I cannot seem to create regexes for the mod_rewrite module in apache. I suspect that since mod_rewrite supports POSIX regexes, I could just run with one or the other of the regexes created by txt2regex. Since I haven’t tried it, I can’t say which one of the 23, just yet.
Dell to Offer Ubuntu to Consumers May 1, 2007
Posted by Carthik in commentary, interviews, news, ubuntu.38 comments
So Dell did not get caught in the storm of it’s making – it swept the storm off its feet! This is the day the scales started tipping.
Dell will start offering consumers PCs with Ubuntu 7.04 (aka Feisty Fawn) on its PCs for interested customers. The Dell Ideas in Action Blog announced as much earlier today, stating very clearly that Ubuntu was their distribution of choice, and that they have worked out the specifics of the deal with Canonical, the entity that support Ubuntu’s development. Read Canonical’s brief announcement here. According to Canonical’s Jane Silber, the timing couldn’t be better:
There is a video interview with Mark Shuttleworth over at the Direct2Dell blog in which he talks about how the deal came about, and how this will make wide Linux adoption a much easier goal to achieve. He’s right when he says that this will increase Linux’s visibility across the board, and draw out closet Linux technologists who will now see some commercial benefit to advertising the Linux expertise they had, but never really talked about before.
I think this is a big step forward – hell, I look forward to answering, “what’s that Ubuntu-thing on your laptop?” with “Haven’t you heard, it comes pre-installed on some Dell PCs?”
Kudos to Dell for following up on their promise to listen to customers. My voted counted, for once. Depending on how many Ubuntu laptops get sold, Dell might just be the trailblazer in making and selling computers – once again. The interesting thing is, I wonder if Dell sees the future, can the others be far behind. Also, going by the example Mark states in the interview about how Linux adoption on servers led to hardware manufacturers ensuring that their stuff was up to snuff on servers, this can only mean better support for Ubuntu from the hardware component and peripheral manufacturers.
Congratulations Ubuntu – stand up and be recognized now!