Showing headlines posted by bob

« Previous ( 1 ... 108 109 110 111 112 113 114 115 116 117 118 ... 1176 ) Next »

Write documentation like you develop code

Finding tooling that fits the other professionals on the team, such as technical writers, editors, information architects, and documentation product owners, may take more effort. A few options to consider...

How to Install Apache with ModSecurity on Ubuntu 22.04

ModSecurity is a free and open-source firewall tool supported by various web servers, such as Apache, Nginx, and IIS. In this tutorial, I will explain how to set up ModSecurity with Apache on Ubuntu 22.04.

Why I love my Chromebook: Reason 1, it's a Linux desktop

  • The Register (Posted by bob on Oct 28, 2022 12:45 PM CST)
  • Groups: HP, Linux; Story Type: News Story
We appreciate power but sometimes it's about getting up and running sooner Column The fact that I like the Linux desktop will come as no surprise to anyone who reads my work. I mean, I was once the lead writer and editor for a long-gone publication called Linux Desktop. So why is it as I sit at Kubecon North America in Detroit that I'm writing this on an HP Chromebook x360?…

How to Set up Chrony as NTP Server and Client on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 28, 2022 11:31 AM CST)
  • Groups: Linux; Story Type: News Story
NTP or Network Time Protocol is a networking protocol for time and clock synchronization on the computer network. In this guide, you will learn how to install and to use Chrony on the Rocky Linux server.

Fedora Linux 37 update

Fedora Linux 37 is going to be late; very late. Here’s why. As you may have heard, the OpenSSL project announced a version due to be released on Tuesday. It will include a fix for a critical-severity bug. We won’t know the specifics of the issue until Tuesday’s release, but it could be significant. As […]

OpenSSL warns of critical security vulnerability with upcoming patch

  • ZDNET (Posted by bob on Oct 28, 2022 9:02 AM CST)
  • Story Type: News Story
We don't have the details yet, but we can safely say that come Nov. 1, everyone -- and I mean everyone -- will need to patch OpenSSL 3.x.

The GNOME Project is closing all its mailing lists

Everyone has to join Discourse… although you can still participate via email The GNOME Project is preparing to shut down its mailing lists due to problems maintaining the project's GNU Mailman instance - which relies on Python 2 - and a lack of moderators.…

How to run Python Scripts with Apache and mod_wsgi on Ubuntu 22.04

The Apache module mod_wsgi provides an interface for hosting Python-based web applications. In this tutorial, I will show you how to install and configure of mod_wsgi using Apache web server on Ubuntu 22.04 LTS.

Linus Torvalds bids 486 Linux adieu

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Oct 27, 2022 5:06 PM CST)
  • Story Type: News Story; Groups: Kernel, Linux
It's been fun, but Linus Torvalds thinks it's time for 486 Linux to leave computers behind and go to museums.

TUXEDO Computers releases InfinityBook Pro 16 Gen7 Laptop

  • LinuxGizmos.com (Posted by bob on Oct 27, 2022 3:51 PM CST)
  • Groups: Intel; Story Type: News Story
This week, TUXEDO launched two variations of their latest InfinityBook Pro 16 laptop built around the i7-12700H Intel core processor. TUXEDO’s high-end laptop supports up to 64GB RAM, 2x M.2 2280 slots, Wi-Fi 6, 80Wh battery and other optional features. The Max Performance and the Workstation edition feature the same 12th Gen processor from Intel: […]

Trick Lua into becoming an object-oriented language

Lua isn't an object-oriented programming language, but a scripting language utilizing C functions and a C-like syntax. However, there's a cool hack you can use within Lua code to make Lua act like an object-oriented language when you need it to be. The key is in the Lua table construct, and this article demonstrates how to use a Lua table as a stand-in for an object-oriented class.

Implementing SSL Perfect Forward Secrecy in NGINX Web-Server

This HOW-TO describes the process of implementing Perfect Forward Secrecy with the NGINX web-server on Debian and Ubuntu systems. The process can readily be adapted to other GNU/Linux systems.

How to monitor VMware vSphere with Checkmk

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 27, 2022 12:43 AM CST)
  • Groups: Linux; Story Type: News Story
Monitoring your virtualized server environments is the ideal way to ensure optimal utilization of hardware resources and the best possible performance of your IT infrastructure. In this tutorial, I will show you how to monitor your vSphere with the open-source monitoring tool Checkmk in just a few minutes.

CISA Tells Organizations to Patch Linux Kernel Vulnerability Exploited by Malware

  • Security Week; By Eduard Kovacs (Posted by bob on Oct 26, 2022 11:29 PM CST)
  • Story Type: News Story; Groups: Kernel, Linux
The US Cybersecurity and Infrastructure Security Agency (CISA) on Thursday added a Linux kernel flaw to its Known Exploited Vulnerabilities Catalog and instructed federal agencies to address it within three weeks.

Teen dream team reboots Rolling Rhino into Rhino Linux

  • The Register; By Liam Proven (Posted by bob on Oct 26, 2022 10:15 PM CST)
  • Story Type: News Story; Groups: Linux, Ubuntu
Well, these distros are all about continual reinvention, after all. Rolling Rhino, a project that turned Ubuntu into a rolling-release distribution, is restarting development under a new name: Rhino Linux.…

A Mozilla product manager on his career path and what creating safe spaces online means to him

As a staff product manager for Mozilla’s security and privacy team, Tony Amaral-Cinotto thinks a lot about how you can protect your personal information, including, most recently, your phone number.  Firefox Relay has been protecting email addresses from spammers since 2020. Tony’s team just released a new feature applying the same idea to your phone […]

Microsoft's Lennart Poettering proposes tightening up Linux boot process

Building your own initial RAMdisk? That's insecure! Lennart Poettering's latest blog post proposes moving the Linux boot process into a "Brave New Trusted Boot World" of cryptographically signed Unified Kernel Images.…

Doing 64-bit math on a 16-bit system

A few years ago, I wrote a command-line math program for FreeDOS called VMATH. It was capable of performing only extremely simple mathematical operations on very small unsigned integers. With some recent interest in basic math in the FreeDOS community, I improved VMATH to provide basic math support on signed 64-bit integers.

Tips for using the Linux test command

  • Opensource.com; By Seth Kenlon (Posted by bob on Oct 26, 2022 11:06 AM CST)
  • Story Type: News Story; Groups: GNU, Linux
The [ command, often called a "test," is a command from the GNU Core Utils package, and initiates a conditional statement in Bash. Its function is exactly the same as the test command. When you want to execute a command only when something is either true or false, use the [ or the test command. However, there's a significant difference between [ or test and [[, and there's a technical difference between those commands and your shell's versions of them...

Python team wraps version 3.11.0

  • The Register (Posted by bob on Oct 26, 2022 9:51 AM CST)
  • Groups: Python; Story Type: News Story
Latest release brings better speed and more comprehensible error messages Python 3.11.0, the latest iteration of the exceedingly popular programming language, debuted on Monday, to the delight of software developers who care about such things.…

« Previous ( 1 ... 108 109 110 111 112 113 114 115 116 117 118 ... 1176 ) Next »