September 2009

Sed Examples for Unix and Linux - Find and ReplaceThis article is part of on-going Unix Sed Tutorial series. In previous articles, we discussed about sed print operation and sed delete operation.

In this article let us review how to use sed substitute command “s”.

The `s’ command is probably the most important in `sed’ and has a lot of different options.

(more…)

{ 17 comments }

The Ultimate Wget Download Guide With 15 Awesome Examples

by SathiyaMoorthy on September 28, 2009

15 Practical Examples to Download Images and Videos from Internetwget utility is the best option to download files from internet. wget can pretty much handle all complex download situations including large file downloads, recursive downloads, non-interactive downloads, multiple file downloads etc.,

In this article let us review how to use wget for various download scenarios using 15 awesome wget examples.

(more…)

{ 48 comments }

How To Install Java JDK or JRE on Ubuntu or Debian

by Ramesh Natarajan on September 25, 2009

Question: How do I Install Java on Ubuntu or Debian OS?

Answer: If Java is not installed, you’ll get the following error message when you do java -version.

(more…)

{ 25 comments }

Question: I would like to understand the basics of how to write and execute Perl program on Linux OS. Can you explain it with a simple example?

Answer: In this article, let us review very quickly how to write a basic Hello World Perl program and execute *.pl program on Linux or Unix OS.

(more…)

{ 1 comment }

3 Quick Things You Should Know

by Ramesh Natarajan on September 23, 2009

Three 3

1. My Next eBook

I’ve been working on my next eBook for last few months. It will be released before end of October. If you liked my previous free eBook, you will absolutely love this upcoming eBook.

(more…)

{ 20 comments }

Linux Sed Command Tutorial with Awesome ExamplesIn the previous sed tutorial we discussed about Unix sed command basics and printing lines from a file using sed address and patterns.

In this article, let us review how to delete lines from a file using address and patterns with 8 awesome examples.

(more…)

{ 13 comments }

Question: I need to share my code (config files, log files, source code etc.,) with group of people to get their feedback for debugging purpose. Can I put the code somewhere online and give a link to others to review, comment, or modify the file? What is your recommendation?

Answer: When you are troubleshooting an issue and need some help, you may be posting your question on some public forum or blog.
(more…)

{ 2 comments }