≡ Menu

3 Quick Things You Should Know

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.

[continue reading…]

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.

[continue reading…]

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.
[continue reading…]

How To Install and Configure EMC PowerPath on Linux

Question: How do I install and configure EMC Powerpath software on Linux environment?

Answer: Before you start EMC powerpath installation and configuration, make sure HBA cards are installed on the server and Fiber channel switches are zoned properly.

[continue reading…]

Question: I would like to understand the basics of how to write and execute a python 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 python program and execute *.py program on Linux or Unix OS.

[continue reading…]

How To Backup Remote Linux Host Using rsnapshot rsync Utility

Ubuntu, Debian, Linux Remote BackupIn the previous article we reviewed how to backup local unix host using rsnapshot utility.

In this article, let us review how to backup remote Linux host using this utility.

[continue reading…]

Linux Sed Tutorial - Printing File LinesLet us review how to print file lines using address and patterns in this first part of sed tutorial.

We’ll be posting several awesome sed tutorials with examples in the upcoming weeks.

[continue reading…]

Question: I have two systems.  First system is Ubuntu with Firefox browser. Second system is Windows XP with Internet Explorer. However, my users have complained that my website looks funky or broken on their system. Is there a way for me to see how my website or blog would look like on different browsers available in Linux and Windows.

Answer: browsershots.org which will show your website or blog in many different browsers and operating systems.

[continue reading…]