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...
Has the television writers' strike left you with hours of spare time and no way to fill it? Well, put down that book and put the running shoes back in the closet, because TED is here to help. TED is the torrent episode downloader, an open source, cross-platform tool that simplifies the tedious process of searching for torrent files.
Have you ever wondered what the actual command is behind the application you’re launching from the Applications Menu? I’ve found it useful a number of times, and I have two three methods of finding out what the command actually is. If there are any Gnome devs reading this, could finding the properties be made simpler directly from the menu itself?
If you want to use service command in ubuntu intrepid install sysvinit-utils package.This package contains the important System-V-like utilities.Specifically, this package includes: killall5, last, lastb, mesg, pidof, service, sulogin.
There are many different GUI based process monitors available for Linux systems. It seems that each desktop environment or window manager has its own solution. The one common process monitor is the command line terminal based top command.
The cpio command is one of the most commonly used Linux back up tools.
The cpio command has two unusual features. Unlike tar , in which the files to back up are typed in as part of the command, cpio reads the files to work with from the standard input (in other words, the screen). This feature means that cpio must be used as part of a multiple command or with a redirection pipe.
The Linux command-line can appear pretty complicated and occasionally even a little alarming. But it also offers a whole stack of helpful documentation which you can access directly from the command-line. Read on to learn how to help yourself when – or even before – you get stuck.
A nice short and sweet command line tip today and it’s to do with finding out information about the version of the kernel you’re running. You might be asked for this information if you are asking for help somewhere or you might be messing around with your kernel.
One of the things I like about Linux is the command line. I have used nautilus, konqueror, and thunar to manage files in Linux and these file managers are great for what they do. But there are times when one simply wants to find a file when working on the command line without having to open a GUI application.
In addition to creating programming structures, you can also use the semi-colon to separate stand-alone commands that you want to execute from the same command entry. If you wanted to cd to a certain directory and then look at its contents, you could enter each command on its own line. Or, you could enter them both on the same line. This process is called command chaining.