May 092013
 

Edit the menu of grub is not the easiest thing to do, and if you do some mistakes there is the risk that you are not able anymore to boot into your Linux, for these reasons it’s usually suggested to use some tool to edit grub configurations, today I’ll show you Grub Customizer.

Grub Customizer is a graphical settings manager for GRUB2 and BURG that allows anyone to easily set the boot options.

Disclaimer: Grub Customizer should be a stable application, but you should be very careful when using it and be sure to know what you’re doing!
Messing with GRUB2/BURG can cause the system not to boot!
Continue reading »

flattr this!

Jan 062013
 

Today I’ll present you some good solutions to save your home directory, this is the reason I’ve called this type of backup “lightweight”, the goal is not to restore the full operating system, just all the information you have in your /home directory, that for desktop usually means save all important information of your computer.

Naturally on a server this approach is not so useful because you want to save your websites, databases and all programs configurations, so don’t use this approach on a server.

Continue reading »

flattr this!

Dec 262012
 

Today I’m glad to republish an interesting article of  first published on Infosec, a great source of information about security.
It’s a good summary of the different type of security models that you can have in a Linux system, focused on SELinux, and if you are interested in this topic, be sure to take a look also at my Introduction to AppArmor

A task of any operating system is to provide software that strongly increases its security. A lot of programs of this type have been created; some are better than others. What does it look like in terms of Linux? Of course, here we have many more choices when it comes to this type of software, but some software is worth recommending. Some people already know what I mean: SELinux. Why choose this solution? Why do I think it is so different from other software of this type? And the last key question: who really should use it?

This system, as the name suggests is Security Enhanced Linux! So I invite you to read this article and learn about this tool.
Continue reading »

flattr this!

Get information on your hardware with hardinfo

On a former article I’ve presented 3 command line commands that you can use to get information on your Linux box: lsusb, lspci and lshw, they are really good and I use the first 2 in a lot of situation where I want to check if all my devices works correctly. Today I’ll propose to [...]

Monitoring via IPMI

Original article by http://janssenlima.blogspot.it/ in Portuguese Today I’ll talk about a very important type of monitoring that is rarely discussed (perhaps because not so many people are privileged to work with hardware that supports this technology: IPMI). The Intelligent Platform Management Interface (IPMI) is a standard used to manage a computer system and monitor its [...]