Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Only takes 15 seconds to Understanding XML

XML also known as Extensible Markup Language is a language created the structure, transporting and storing data or information. But who is the simplest explanation. In reality, there is still much to the semantics of XML. When you embark on the path to mastery of XML, you're still having terms such as XLink, naming, DTD, Schema, and so forth.

To obtain a fair idea of what it means XML, see the following article explaining XML in 10 points. It took only 15 seconds to read the article. Put in a word, they are the main points without explanation -

1. XML is for structuring data
2. It looks a bit like HTML
3. It is text, but is not intended to be read
4. It is wordy by design
5. XML is a family of technologies
6. XML is new, but not that new
7. He led the HTML to XHTML
8. XML is modular
9. XML is the basis for RDF and the semantic web
10. It is without a licence, platform-independent and well supported.


Read more...

The 7 Habits of Highly Effective People for Linux Users

Once I read a book titled "7 Habits of Highly Effective People" by Stephen Covey explaining the qualities that a person must immerse themselves to be very successful in life. It is a great book that inspires people to act and make positive changes in their lives.

Guess what, Rami Taibah has compiled a set of 7 habits of Linux users can use to be very effective which makes a great reading. The list goes as follows:

  1. Never login as root - This is redundant if you use a Linux distribution such as Ubuntu using sudo to raise a user temporarily fashion super-user. However, a valid argument.
  2. Name your files correctly - I usually stick to it, but even if you have spaces in the names of your files, bash helps you get the completion of the names of files.
  3. Place / home in its own partition - I agree with that without.
  4. Good management crash - Use xkill to close abnormal behavior.
  5. Try many distributions - You have a very large number of them to choose.
  6. Brush your skills command line - Learn to use the command line tools to perform complex tasks. It is a great time saver. Do not forget to take some scripting skills bash on the track.
  7. And finally, always be ready to unleash the power inside - in other words experience.


Read more...