Shared bookmarks for del.icio.us user tvset on 2005-10-24
Entries Tagged as 'command_line'
Daily del.icio.us bookmarks
Posted in All on October 25th, 2005 · No Comments
→ No CommentsTags: command_line, Links, Microsoft_Windows, Programming, Shell
Recursively renaming files in Linux
Posted in All on September 26th, 2005 · 4 Comments
One thing I liked about Linux is it’s hidden simplicity. When in a hurry, I usually go for the first working solution of a given problem. If the same problem appears often, I can get used to the first solution so much that I don’t even think about simplifying it.
→ 4 CommentsTags: command_line, filesystem, Linux, Operating_Systems, Programming, Shell, tips
Finding files in Linux
Posted in All on September 23rd, 2005 · 1 Comment
Many beginning Linux users experience difficulties getting used to the filesystem structure. Indeed, there are many files and directories, the structure of which are not as obvious as it could be. Choosing an appropriate location for a new file or directory is difficult and many choose to follow their own instincts.
With more experience, the file hierarchy becomes clearer and old concepts of placing files and directories start to fade out. When it happens, finding things becomes difficult. It is than that users learn that Linux has many tools for finding things. And it is than that they become confused once again.
Read on for a quick introduction into searching tools available in Linux.
→ 1 CommentTags: command_line, filesystem, gnu, howto, Linux, Operating_Systems, Programming, rpm, Shell, tutorials
Merging two AVI files
Posted in All on August 14th, 2005 · No Comments
Here is a quick tip if you need to merge two AVI files into one using Linux. In fact, you can glue together more than two files. You can glue together as many as you want.
- Install transcode. Actually check if it is already installed first as many distributions include it.
- Run the following command:
avimerge -o result.avi -i source1.avi source2.avi
avimerge is a part of transcode package.
→ No CommentsTags: avi, avimerge, command_line, Linux, Movies, Operating_Systems, transcode
“format C:” versus “rm -rf /”
Posted in All on November 18th, 2004 · No Comments
Jokes about “format C:” and “rm -rf /” are pretty frequent in the computer universe. These two commands will supposedely remove all data from the hard disk - one on DOS/Windows and another on UNIX operating systems. While widely used, this might not be exactly true. This guy has tried both and documented the results.
→ No CommentsTags: command_line, Humor, Links, Linux, Microsoft_Windows, Operating_Systems