Tag Archives: Version

Information about your Linux system distribution

It’s not always easy to look for your Linux distribution name and version. Sometimes you will need those information because you are asked, for example on a support forum to resolve your problems.

There are a few simple and useful commands that will help you for this.

Distribution name and version

This command will be helpful to find the distribution name and it’s version like Debian X, Fedora X, Ubuntu X, etc. Read More →

How to deal with your custom module updates ?

At first, it can be hard to maintain and update your custom module but when you understand how it works, it’s pretty easy.

In your module.install file you will create a function for each update you want to make, for example, you forgot to add an agenda field in your content type : Read More →