What is reliability engineering?

Site reliability engineering (SRE) empowers software developers to own the ongoing daily operation of their applications in production. The goal is to bridge the gap between the development team that needs to ship continuously and the operations team that’s responsible for the reliability of the production environment. Site reliability engineering shifts the responsibility of production … Read more

WiFi penetration testing basics

Wi-Fi is a wireless networking technology that allows devices such as computers (laptops and desktops), mobile devices (smart phones and wearables), and other equipment (printers and video cameras) to interface with the Internet. It allows these devices–and many more–to exchange information with one another, creating a network. As soon as a technologies came to wireless implementation, it … Read more

Ransomware attack: decision tree

Ransomware attack is one of the most damaging types of cyber attacks of all time, and the one feared the most by business owners and cybersecurity defenders. This worry is not without reason. In an instant, an organization’s critical IT infrastructure can be brought down for weeks to months, completely stopping all business. Some data … Read more

Sensenet SNaaS: DMS as a service

Every company has tons of documents that every day, every hour, minute, or even second, land somewhere on the server and wait to be processed as quickly as possible. I mean real-time orders, offers, emails from potential customers, invoices, photos and many other things. Of course, it is very difficult to deal with this enormous … Read more

How to track file system changes with Python3

File integrity in IT refers to the process of protecting a file from unauthorized changes, including cyber-attacks. In other words, a file’s ‘integrity’ is validated to determine whether or not it has been altered after its creation, curation, archiving or other qualifying event. This is why track file system changes is a very important step … Read more