The book of spells

A quarter of a century

It has been almost 25 years since the first time I met Linux – I’m having my first gray hair indeed. I’ve been enchanted by it and I wanted to become a professional.

When I started we could install it from scratch, although the first distros were beginning to pop up … Slackware, Suse, Red Hat – not Red Hat Enterprise Linux, only Red Hat.

Me, as many others, was bold enough to use file systems such as ext2: it was risky not to use a journaled filesystem, but it was what we had, and we were stubborn enough to keep on until ResierFS and ext3 popped up. Printing was a nightmare and the layered design to support hardware devices, especially audio, was a mess (Ok, audio is still a mess, but this does not really matter on servers).

And what about the X-Window system – keep in mind that security has been designed according to the sensitivity of the mid of the ’80, but the overall design was impressive – you launch an application and it is rendered on the connected graphical display, … wherever it is.

Me, as many others, hung on because we were sure that Linux would have become one of the most used operating systems for mission critical workloads.

An operating system fully open, that we can just use, or deeply explore if we wanted to. That was exactly what I wished.

For most of us Linux means freedom, the same way the Black Pearl sounds like freedom to Captain Jack Sparrow.

Sysinit, Upstart and now systemd, … what a long way we had together; we both were young, but now I consider both of us mature: that’s why I think that it has come the right moment to share some of my notes on what I did with Linux during all of these years.

Over the years I started considering them as spells – some of them are really powerful, and I put them into my own grimoire.

Of course I do not consider them the only way of doing things, but they are what let me gradually grow as a modern Linux professional.

Of course there are other grimoires out there with other spells: this is mine, and I hope you’ll love it.

Page from a true ancient grimoire

A modern Linux professional

A modern Linux professional should not only be able to operate and troubleshoot Linux: he should also have all of the soft skills required to design and implement mission critical infrastructures applying commonly used frameworks in compliance with regulators.

He should know how to operate under environments subjected to change management, as well as be able to cooperate with other team members to fulfill a project, tracking the progress to ease the governance.

And of course, he should master legacy technologies, as well the most modern ones: a lot of modern technologies relies upon old concepts and tools under the hood: there's a huge difference from operating a technology and be conscious of everything about it, be aware of its limits and know the features that can be exploited to integrate with other technologies.

But most of all, he should be positive and humble so as to contribute to the creation of a nice working environment where everyone should be proud to belong to the team, eager to meet its colleagues to share experiences and ideas.

Is Linux the best operating system in the world and do the others not worth anything? Naaa, mate, flame wars are for newbies, and religions are for priests and sorceress. We are professionals: it's another matter.

These are the topics I want to talk about in these blog pages. I hope you will enjoy them, and why not, connect each other professionally on Linkedin

Search Post

Please use the following search box to see if there is any post you are interested into:

or click here to get access to the full blog.

Recent Posts

This is the list of the more recent spells of the grimoire:

  • Wayland Tutorial – A Wayland HowTo - The first Wayland release is dated 2012, and it was of course in a very early stage. Now 16 years have passed since the initial design, they say Wayland is mature enough that it is safe to remove X11 sessions. In the Wayland Tutorial - A Wayland HowTo post we will go through everything it […]
  • X Window Tutorial – X Display Server HowTo And Cheatsheet - Even just because of its very long service lifetime, it is certainly worth the effort to have a look at this amazing piece of software. It does not matter if we are about to switch to Wayland (that by the way cannot completely replace the whole X Window System - think for example to XDMCP): […]
  • X window – display manager (remote XDMCP) and thin clients - X Window System is a legacy (1984) windowing system, that is a system providing the basic framework for a GUI environment initially developed as part of Project Athena at MIT. The currently available X protocol version is 11 (dated 1987!) - hence often people refer to X Window as "X11''. It is really time I […]
  • Apache HTTPd With Mutual TLS and OCSP Stapling - TLS peers can verify if a certificate was revoked by checking the CRL (very old and very poorly performing method with lots of shortcomings) or query the OCSP endpoint of the CA that issued the certificate. However this design still has a shortcoming: what happens if for any reason the OCSP endpoint is unreachable (by […]
  • Cloudflare’s certmgr tutorial – a certmgr howto - While running a Public Key Infrastructure (PKI), the maintenance workload due to enrolling new certificates and renewing the existing ones can quickly become overwhelming. Dealing it manually is not only cumbersome: it is frustrating too. Luckily there are ways to automate the enrollment process by providing online Registration Authority endpoints. Cloudflare's PKI and TLS Toolkit […]

SKILL SET EVERY PRO SHOULD HAVE

The Pillars icon

THE PILLARS

There are pillars every Linux professional should have: a good understanding of data formats, of data search and manipulation tools and, although this one is often neglected, of encryption technologies, to guarantee data integrity and confidentiality both on the disk and the wire.

 

Read More

System Administration icon

SYSTEM ADMINISTRATION

Professionally administering Linux based systems requires a lot of experience: Linux itself provides only the POSIX compliant kernel, but there are a lot of other applications and tools that should be thoroughly known, and even the most legacy ones may still be suitable to some use cases.

 

Read More

Scripting icon

SCRIPTING

One of the things that makes UNIX-Like - and so Linux - so attractive is certainly the powerful scripting that can be done with it: automating repetitive tasks, automating housekeeping and such are only the most trivial things that can be addressed by using scripts.

 

Read More

Virtualized Infrastructures icon

VIRTUALISED INFRASTRUCTURES

Linux is a very good platform even when it comes to virtualising systems - there are several full-featured products - Red Hat's RHEVM and Oracle's VM are probably the most used, but you can virtualise things also using very basic tools such as KVM and libvirt.

 

Read More

High-Availability icon

HIGH-AVAILABILITY

It is impressive the high-availability that the Linux platform can provide: high available applications, clustered file systems over redundant storages. Designing and implementing clusters is a fine art that requires a lot of experience and skills, but the outcome can seriously impress people.

 

Read More

System Integration icon

SYSTEM INTEGRATION

Applications are designed to use a lot of protocols and standards: it is quite rare to find skilled professionals that thoroughly know them, but these professionals are the ones that can make the glue between development teams and system engineering teams, ... besides quickly troubleshoot unexpected integration issues.

 

Read More

Dev-Ops Tools icon

DEV-OPS TOOLS

Dev-Ops philosophy has brought into the System Operations field tools that were previously used by developers only. It is very challenging,since besides these tools, professionals should also have a good understanding of modern frameworks and methodologies such as SCRUM and Lean.

 

Read More

Designing Icon

DESIGNING

Being able to design requires a lot of skills: it is not enough to just know what is the right software that meets the requirements. Everything should be carefully checked by the security perspective, and particular care should be taken for the usability: the weak ring of everything are the users, since they are human beings.

 

Read More

 

ABOUT ME

 

Red Hat logo and ITIL logo

My portrait

 

Well, ... a little bit of space to introduce myself: Marco Carcano, pleased to meet you. I cut my teeth working as a developer, but I quickly realized that I preferred working as a system engineer and so I gradually moved to this field. I worked on both Linux and Microsoft environments until 2012, then I decided to specialize on Linux only: anyway the high skill level gained on Microsoft platforms too during the years let me still easily design and implement cross-environment solutions.

I have a preference for Red Hat: this is the list of Red Hat certifications I succeeded into indeed

  • Red Hat Certified Specialist in Advanced Automation: Ansible Best Practices
  • Red Hat Certified Specialist in Ansible Automation
  • Red Hat Certified Specialist in Configuration Management
  • Red Hat Certified Specialist in OpenShift Administration
  • Red Hat Certified Specialist in Gluster Storage Administration
  • Red Hat Certified Specialist in High Availability Clustering
  • Red Hat Certified Specialist in Server Security and Hardening
  • Red Hat Certified Specialist in Deployment and Systems Management
  • Red Hat Certified Specialist in Virtualization
  • Red Hat Certified Engineer
  • Red Hat Certified System Administrator

Besides Red Hat Certified Engineer, the specialization exams entitled me as:

  • Red Hat Certified Virtualization Administrator,
  • Red Hat Data-center Specialist
  • Red Hat Certified Architect (Data-center concentration)

Besides this I also have been Cisco CCNA, and I'm ITILv3 certified too. Currently I'm working in the financial field as a senior professional, both providing support to less “seasoned” colleagues as well as designing and implementing mission critical solutions, often with the bleeding edge technologies.