AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
Web-based automatic translators such as translate.google.com are great for getting the gist of what a document is saying, but it can be cumbersome to have to open a new tab in your browser, load that URL, and copy and paste the text you want to translate into your browser.
What's new :
- Corrections to the English language version: Thansk to AndrewTheArt
- New Italien translation: Thanks to kurama
- Corrected a problem with the "--run" command (the script would leave a space before the first argument, which could hinder some Windows applications). Thanks to hasi for pointing out this bug.
Reading files is no big deal with bash: you just redirect the input to the script or pipe the output of another command into the script, or you could do it inside the script if the file names are pre-determined. You could also use process substitution to pass in the open files (command pipelines actually) from the command line.
PlayOnLinux 2.0.7 is out with some minor changes. Polish translation, Russian translation, Italian language fixes. The problem with the --run command should now be fixed.
The first time I played with Zenity, I recognized several potential uses for it. While I'm pretty comfortable with interacting with computers with a command line interface, I know many people are not. Zenity creates GUI widgets from a simple command line and can be used from any shell script.
Some days ago I started a new small project called halrv. It is a very simple Python script that allows you to manage removable volumes from the command line using HAL.
Today’s “Newbie Tip” is learning some basics about the “Command Line Interface” or as it’s mostly referred to, “Command Line”. The command line gives the user the ability to interact with the operating system by typing via a text terminal.
Google Docs Download, a Greasemonkey script previously featured here for creating a Google Docs bulk download feature that should already be there, is now available as a (beta-level) Python script. That means Mac OS X and most Linux users can download and run it off the bat, and Windows users can grab all their cloud documents using Cygwin.