Bonum Certa Men Certa

Links 15/07/2023: LabPlot 2.10.1 and Akademy 2023



  • GNU/Linux

    • Desktop/Laptop

    • Instructionals/Technical

      • TecAdminHow to Log POST Request Data in Apache

        Apache HTTP server, one of the most widely used web servers globally, is admired for its robustness, simplicity, and flexibility. It allows for comprehensive logging of different types of HTTP requests, which is crucial for maintaining website performance, security, and debugging issues.

      • TecAdminHow to Install GPart on Ubuntu & Debian

        In this article, we’ll walk through the steps of installing and using GPart on Ubuntu and Debian systems. The GPart tool, short for Guess PC-type hard disk partitions, is a useful utility that can help recover lost partition tables on a disk drive. It’s especially helpful in disaster recovery situations.

      • DebugPointHow to Install Anaconda in Ubuntu or Debian

        A simple tutorial to install the Anaconda package in Ubuntu or in Debian Linux. Anaconda is an essential platform for handling data science and machine learning workflows. With over 7500 scientific packages, it’s the ideal solution for processing large-scale data, predictive analysis, and scientific computing.

      • TecAdminUsing Rsync for Effective Data Backup: A Step-by-step Guide

        Backing up data is a vital part of maintaining digital information, and rsync is a powerful tool in any system administrator’s arsenal.

      • FOSSLinux5 ways to delete symbolic links in Linux

        In the Linux world, symbolic links (also known as symlinks or soft links) are a powerful tool for creating shortcuts to files and directories. However, there may be instances where you need to remove these symbolic links, whether it's to clean up outdated links, mitigate a security risk, or reorganize your file system.

      • Linux CapableHow to Install Python on Pop!_OS

        Python, a versatile and powerful programming language, has secured a prominent position in the technology realm due to its distinctive characteristics: Python’s potential extends across various domains, from machine learning to cybersecurity. However, harnessing its power requires understanding how to set up the Python environment on one’s operating system.

      • How to Enable Mod_headers on Apache in Ubuntu 22.04: A Step-by-Step Guide

        mod_headers is a powerful Apache module that allows you to manipulate HTTP headers in various ways. By enabling mod_headers on your Apache server in Ubuntu 22, you can customize headers, add or remove headers, and control how your server interacts with clients.

      • Own HowToHow to monitor your website or server uptime with New Relic

        In this tutorial, you will learn how to setup Synthetic monitor on new relic. Synthetic monitor is a service offered by New relic, that you can use to monitor your server or application.

      • HowTo ForgeHow to Install FossBilling with Nginx on Rocky Linux 9

        FOSSBilling is a fork of BoxBilling, it provides a great experience for clients with an intuitive interface and also supports multiple payment gateways. I will install FOSSBilling on a Rocky Linux 9 server in this guide.

      • HowTo ForgeHow to create form assignments in Moodle with the integrated ONLYOFFICE Docs

        Moodle is an open-source e-learning management system written in PHP and distributed under GNU GPL. ONLYOFFICE integration into Moodle allows working with office documents directly within the course structure. In this tutorial, we’ll learn how to create form submissions in Moodle assignments using the integrated ONLYOFFICE Docs.

      • HowTo ForgeHow to Install Ruby on Rails with PostgreSQL on AlmaLinux 9

        Ruby on Rails or RoR or Rails is a free and open-source web application framework written in Ruby with the MIT License. It is a full-stack web framework that uses the model-view-controller (MVC) pattern.

      • HowTo ForgeHow to Install OpenEMR on Rocky Linux 9

        OpenEMR is an open-source electronic health record and medical practice management tool. It is Office of the National Coordinator for Health Information Technology (ONC) certified and features integrated health records, practice management, scheduling, electronic billing, internationalization, free support, and more.

      • Linux CapableHow to Install GitLab on Debian 12/11/10

        GitLab is a web-based Git repository management tool that provides a complete DevOps platform, enabling teams to collaborate on projects easily. It is an open-source application that offers various features, such as continuous integration/continuous deployment (CI/CD), version control, and issue tracking.

      • Linux CapableHow to Install MATE Desktop on Debian 12/11/10

        Discover MATE, a renowned desktop environment that offers an adaptable, efficient, and user-friendly experience on Linux platforms. Stemming from GNOME 2, MATE has evolved to stand on its own, blending classic desktop principles with contemporary tech elements.

      • Linux CapableHow to Undo Last Git Commit

        Git, a robust and widely adopted version control system, plays a pivotal role in software development. It empowers developers to track modifications, revert to previous versions, and collaborate seamlessly. However, even seasoned developers can occasionally commit unintended changes. This comprehensive guide will explain how to undo your last Git commit.

      • Major HaydenDeploy a containerized Ghost blog 👻

        Ghost delivers a great self-hosted blogging platform that deploys well in containers.

        Let’s deploy it on CoreOS along with Caddy. ️📝

      • Linux CapableHow to Configure Git Username and Email Address

        Git, the widely adopted distributed version control system, is an integral part of many software development workflows. One of the first steps after installing Git is to configure your Git username and email address. This configuration is crucial as Git associates your identity with every commit you make.

      • ID RootHow To Install Cinnamon Desktop on Fedora 38

        In this tutorial, we will show you how to install Cinnamon Desktop on Fedora 38. For those of you who didn’t know, Cinnamon stands out as a feature-rich and visually appealing desktop environment for Linux systems. Its intuitive interface, customizable options, and extensive applet library make it a top choice for many users.

      • Make Tech EasierHow to Install and Configure ownCloud Server

        OwnCloud is a powerful, web-based personal storage solution for Linux. It works by converting a standard Linux-Apache-MySQL-PHP (LAMP) software stack into an interactive web application that you can access anywhere.

        >
      • ID RootHow To Install MySQL Workbench on Debian 12

        In this tutorial, we will show you how to install MySQL Workbench on Debian 12. MySQL Workbench is an integrated development environment (IDE) that provides a unified platform for database design, development, and administration.

      • ID RootHow To Install Kodi on Debian 12

        In this tutorial, we will show you how to install Kodi on Debian 12. Kodi, the renowned open-source media center software, has gained immense popularity for its ability to transform your Debian 12 Bookworm system into a versatile entertainment hub.

      • ID RootHow To Install Avidemux on Debian 12

        In this tutorial, we will show you how to install Avidemux on Debian 12. Video editing has become an integral part of various professional and creative endeavors. Whether you’re a filmmaker, content creator, or simply someone who enjoys editing videos, having the right tools at your disposal is crucial.

      • LinuxStans6 Most Common Linux Logging Issues

        Want to learn more about Linux logging? Check out this list of the six most common Linux logging issues. Linux users can access Linux logs, which serve as a timeline that maps events that have taken place in the operating system.

      • ID RootHow To Change TimeZone on Debian 12

        In this tutorial, we will show you how to change TimeZone on Debian 12. For those of you who didn’t know, Timezone configuration plays a crucial role in ensuring accurate time representation on your Debian 12 Bookworm system.

      • FOSSLinuxYour ultimate guide to creating, listing, exporting, and removing Linux aliases

        The Linux command-line interface, powerful and versatile, can sometimes seem overwhelming due to the sheer number of commands and options available. This is where aliases come into play, enhancing command-line efficiency by shortening long commands or substituting them with more intuitive versions. An alias is a custom shortcut or abbreviation that represents a command or a sequence of commands.

      • FOSSLinux5 ways to monitor Linux log files in real-time

        Linux log files are a goldmine of information about the system's inner workings and performance. They record various events and provide insights into the behavior of both system and application processes. However, extracting useful information from these log files can be a daunting task, especially when they grow large. Thankfully, Linux provides several tools that allow you to monitor these log files in real time. This means you can watch events as they happen and detect issues early, thus enabling proactive system management.

      • DebugPointHow to Install Anaconda in Ubuntu or Debian

        Anaconda is an essential platform for handling data science and machine learning workflows. With over 7500 scientific packages, it's the ideal solution for processing large-scale data, predictive analysis, and scientific computing. Anaconda takes care of the installation of these packages and their dependencies, saving you the hassle of doing it yourself. Moreover, it provides an integrated Python environment, making it the go-to choice for anyone serious about data science and machine learning.

        In this article, you will learn how to install Anaconda in Ubuntu or Debian Linux. It is tested on the latest version of Debian 12 and Ubuntu Linux.

      • DebugPointHow to Install Jupyter Notebook in Debian or Ubuntu Linux

        Jupyter Notebook is a powerful web-based interactive dev tool which allows you to create and share live code, visualizations, and interactive data. Its notebook format combines code and text, making it an excellent choice for data exploration, analysis, and collaborative projects.

        In this tutorial, we will guide you through the step-by-step process of installing Jupyter Notebook on Ubuntu or Debian -based systems, enabling you to harness its versatility and extend your programming capabilities.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • LabPlot 2.10.1 released

          Today we are announcing the availability of the minor patch release 2.10.1. This release contains minor improvements and bug fixes only. The fixes are distributed over many different areas of the application and we recommend everybody update to this patch release which is available from our download page.

        • KDE's annual report for 2022 has landed.

          Read up on all stuff the Community did, the events we went to, how we used the funds generously donated by sponsors and the public, and much more.

        • KDE VideosAkademy 2023 - Room 1 - 7/14/2023, 12:43:13 PM

          Akademy is the annual world summit of KDE, one of the largest Free Software communities in the world. It is a free, non-commercial event organized by the KDE Community.

        • KDE VideosAkademy 2023 - Room 1

          Akademy is the annual world summit of KDE, one of the largest Free Software communities in the world. It is a free, non-commercial event organized by the KDE Community.

        • GSoC '23: Summary of work done over first coding period

          Hello and welcome back to my blog! This time I will be reviewing the work I've done during the first coding period of GSoC '23. This blog is written as part of my work for GSoC '23, to detail all the work I have done. Let's get started!

  • Distributions and Operating Systems

    • HaikuOS[Haiku] [GSoC 2023] VPN Support Project Update #3

      Sorry for the late blog post everyone! Personal life and some roadblocks on the project got in the way but I am proud to say that the driver is up and working!

      Problems, Problems, and more Problems

      I got the semaphore problem settled, but I then ran into a problem where the data that the application on the interface side sends a packet was then not receiving the packet. Through some debugging I found out that the interface, when it goes into device_consumer_thread for getting the receive function, it fails here. Looking deeper into when that interface->receive_funcs element gets assigned I found the function here which I realized is never called when I call ifconfig to set up the interface. I ran into the solution to the problem by just changing the type of datalink frame from loopback to an ethernet frame that the interface will be using from now on. That brought the packet to an interface and I started to get a new problem of course :)

  • Free, Libre, and Open Source Software

    • MedevelEucalyptus: Build AWS-compatible Clouds

      Eucalyptus is an open-source software for building AWS-compatible private and hybrid clouds. It offers an Infrastructure as a Service (IaaS) product that allows users to provision compute and storage resources on-demand.

    • HackadayPhone Thermal Cameras Get Open Source Desktop Tools

      Whenever phone-based thermal cameras are brought up here on Hackaday, we inevitably receive some comments about how they’re a bad investment compared to a standalone unit. Sure they might be cheaper, but what happens in a couple years when the app stops working and the manufacturer no longer feels like keeping it updated?

    • HackadayAn Open-Source Antikythera Mechanism

      When the Antikythera Mechanism was first discovered, it wasn’t viewed as the wonder that we know it today. Originally the divers who found the device and the first scientists to look at it wrote it off as an astrolabe or other some other common type of clock. It wasn’t until decades later when another set of scientists x-rayed the device and surveyed more of the shipwreck where it was found that it began to become one of the more important archaeological discoveries in history. There have been plenty of attempts to recreate this device, and this replica recreates the mechanisms of the original but is altered so it can be built in a modern workshop.



Recent Techrights' Posts

Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Not Just Slow News But Also Late News (Julian Assange Landing in Thailand)
Why did AP take so long (nearly a week) to release these?
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
 
Press Complicity and Public Apathy All Along Enabled 14 Years of Illegal, Arbitrary Detention and Coercion Into Plea Bargain of Julian Assange on Brink of Death
They basically blackmailed him into letting the US 'win' the argument
At the End Journalism a Crime (If It Involves Accessing or Gaining Access to Documents Marked "Confidential" or "Classified" by Those Looking to Hide Their Misconduct/Crimes)
At least in the US, especially where the imperialism is at stake
Links 30/06/2024: Tensions in Korea and Japan, Criminalisation of Sleeping Outdoors
Links for the day
100% Slop/Spam From linuxsecurity.com
This is the kind of stuff that's killing the Web faster
Gemini Links 30/06/2024: Murdoch and Ideal OS
Links for the day
In the First 6 Months of 2024 Thailand Moved to GNU/Linux, Not to Windows Vista 11
maybe users moved from Vista 10 and 11 to GNU/Linux, seeing where Microsoft was heading with forced hardware "upgrades"
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock