2019 - Page 302 of 527

How to Install and Configure SQLite on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install and Configure SQLite on RHEL 7

How to Install and Configure SQLite on RHEL 7 SQLite is a self-contained, serverless, zero-configuration relational database engine that stores an entire database as a single file on disk. Unlike PostgreSQL or MySQL, SQLite requires no dedicated daemon, no user accounts, and no network configuration — the database engine is a library linked directly into […]

Read more
How to Configure Syslog on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Configure Syslog on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to configure syslog on ibm aix 7.1 on IBM AIX […]

Read more
FreeBSD 12 — finch — multiple vulnerabilities (5 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — finch — multiple vulnerabilities (5 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 2 August 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: pidgin — MSN overflow parsing SLP messages Related CVEs: CVE-2009-1373 CVE-2009-1374 CVE-2009-1375 CVE-2009-1376 CVE-2009-2694 Upstream summary: Secunia reports: A vulnerability has been reported in Pidgin, which can be exploited by […]

Read more
openSUSE Tumbleweed — mr — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — mr — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE security advisory (see also SUSE bugzilla) Related CVEs: CVE-2018-7032 Upstream summary: webcheckout in myrepos through 1.20171231 does not sanitize URLs that are passed to git clone, allowing a malicious website operator or a […]

Read more
Ubuntu 18.04 — evince — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — evince — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 2 August 2019 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4024-1 Related CVEs: https://launchpad.net/bugs/1794848 https://launchpad.net/bugs/1788929 CVE-2019-11459 Upstream summary: As a security improvement, this update adjusts the AppArmor profile for the Evince thumbnailer to reduce access to the system and adjusts […]

Read more
Simple Laravel CRUD with Resource Controllers — step-by-step DevOps tutorial on Progressive Robot

Simple Laravel CRUD with Resource Controllers

Creating, reading, updating, and deleting resources is used in pretty much every application. Laravel helps make the process easy using resource controllers. Resource Controllers can make life much easier and takes advantage of some cool Laravel routing techniques. Today, we’ll go through the…

Read more
How to Schedule Automated Tasks with cron and anacron on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Schedule Automated Tasks with cron and anacron on RHEL 8

Automating repetitive tasks is one of the core responsibilities of a Linux system administrator. Red Hat Enterprise Linux 8 provides several scheduling mechanisms: the venerable cron daemon for recurring jobs, anacron for machines that are not always running, the at command for one-off deferred tasks, and systemd timers for tighter integration with the service manager. […]

Read more
CHAT