Language:
switch to room list switch to menu My folders
Go to page: First ... 369 370 371 372 [373] 374 375 376 377 ... Last
[#] Tue Aug 13 2024 06:26:19 EDT from rss <>

Subject: Ladybird Browser Team Selects Swift as Preferred Language

[Reply] [ReplyQuoted] [Headers] [Print]

Andreas Kling announces Swift as Ladybird's future language for better safety and ergonomics. Full transition awaits Swift 6.

https://linuxiac.com/ladybird-browser-team-selects-swift-as-preferred-language/

[#] Tue Aug 13 2024 07:42:34 EDT from rss <>

Subject: How to Install and Use Emacs in Linux

[Reply] [ReplyQuoted] [Headers] [Print]

Emacs is one of the aged text editor with ongoing development, providing rich and powerful features that can be more extended using plugins.

https://linuxtldr.com/emacs-editor/

[#] Tue Aug 13 2024 08:58:49 EDT from rss <>

Subject: 4 Ways to Reduce Reliance on Bad Open Source Packages

[Reply] [ReplyQuoted] [Headers] [Print]

Follow these four steps to proactively identify and eliminate risks from problematic open source packages.

https://www.itprotoday.com:443/software-development/4-ways-to-reduce-reliance-on-bad-open-source-packages

[#] Tue Aug 13 2024 10:17:02 EDT from rss <>

Subject: Wow! Ubuntu Will Include The Latest Linux Kernel Version in Future Releases

[Reply] [ReplyQuoted] [Headers] [Print]

When it comes to the Linux kernel, staying up to date with a recent LTS release is generally a good idea, if you take security and stability into consideration. For older hardware, things can be different.

https://news.itsfoss.com/ubuntu-latest-kernel/

[#] Tue Aug 13 2024 11:34:56 EDT from rss <>

Subject: Updated XZ Code For The Kernel Looks Like Its Ready For Linux 6.12

[Reply] [ReplyQuoted] [Headers] [Print]

The past few months have seen patches for updating the XZ (de)compression code within the Linux kernel that's been a lengthy process in part due to the XZ backdoor situation earlier this year and the reputable XZ developers in turn being busy cleaning up that mess.

https://www.phoronix.com/news/XZ-Update-Linux-6.12-Queue

[#] Tue Aug 13 2024 12:52:04 EDT from rss <>

Subject: Anodyne 2: Return to Dust from Analgesic Productions source code opened up

[Reply] [ReplyQuoted] [Headers] [Print]

Analgesic Productions have opened up the full source code for their 2D-3D action-adventure game Anodyne 2: Return to Dust.

https://www.gamingonlinux.com/2024/08/anodyne-2-return-to-dust-from-analgesic-productions-source-code-opened-up/

[#] Tue Aug 13 2024 13:53:04 EDT from rss <>

Subject: PG Back Web 0.2 Brings Local Storage Support

[Reply] [ReplyQuoted] [Headers] [Print]

PG Back Web 0.2 PostgreSQL automatic backup solution features streamed backups, local storage options without needing S3, and one-click data restoration.

https://linuxiac.com/pg-back-web-0-2-brings-local-storage-support/

[#] Tue Aug 13 2024 14:55:07 EDT from rss <>

Subject: The 5 Best Free Cloud Storage Providers

[Reply] [ReplyQuoted] [Headers] [Print]

Cloud storage is a useful way to access your files from anywhere with an internet connection. If you're short on money, there are free cloud storage websites on the internet that let you upload files at no extra cost.

https://www.makeuseof.com/best-free-cloud-storage/

[#] Tue Aug 13 2024 16:11:20 EDT from rss <>

Subject: First Ubuntu 24.04 LTS Point Release Delayed By 2 Weeks

[Reply] [ReplyQuoted] [Headers] [Print]

Ubuntu developers had been aiming to get Ubuntu 24.04.1 LTS out of the door on Thursday, August 19th but has had to postpone the release due to a number of ‘high-impact upgrade bugs’ being discovered.

https://www.omgubuntu.co.uk/2024/08/first-ubuntu-24-04-lts-point-release-delayed

[#] Tue Aug 13 2024 17:12:21 EDT from rss <>

Subject: SparkFun Pro Micro – RP2350 development board comes with 16MB flash, 8MB PSRAM

[Reply] [ReplyQuoted] [Headers] [Print]

The SparkFun Pro Micro – RP2350 is a compact and powerful development board built around the RP2350 chip from Raspberry Pi and equipped with 16MB flash and 8MB flash.

https://www.cnx-software.com/2024/08/13/sparkfun-pro-micro-rp2350-development-board-comes-with-16mb-flash-8mb-psram/

[#] Tue Aug 13 2024 18:14:03 EDT from rss <>

Subject: Faster Docker builds using a remote BuildKit instance

[Reply] [ReplyQuoted] [Headers] [Print]

Docker has fundamentally changed how developers build and deploy applications, with most companies leveraging containers in some capacity. At Blacksmith, we regularly see our customer’s Docker builds taking 30 minutes or more, which can significantly hinder developer productivity and delay the deployment of hot-fixes.

https://www.blacksmith.sh/blog/faster-docker-builds-using-a-remote-buildkit-instance

[#] Tue Aug 13 2024 19:30:51 EDT from rss <>

Subject: Eclipse OpenJ9 v0.46 Released For High Performance JVM

[Reply] [ReplyQuoted] [Headers] [Print]

A new version of Eclipse OpenJ9 is now available for this high performance Java Virtual Machine (JVM)

https://www.phoronix.com/news/Eclipse-OpenJ9-v0.46

[#] Tue Aug 13 2024 20:48:05 EDT from rss <>

Subject: How to Install Freenginx on Ubuntu (Ultimate Guide)

[Reply] [ReplyQuoted] [Headers] [Print]

Discover a step-by-step guide to install the Freenginx (the community-driven project) on Ubuntu from source code with practical examples.

https://ubuntushell.com/install-freenginx/

[#] Tue Aug 13 2024 22:04:20 EDT from rss <>

Subject: Run Windows 11 in a Docker Container (Access it via the Browser)

[Reply] [ReplyQuoted] [Headers] [Print]

Discover a way to run a Windows 11 machine on a Docker container in your Linux system, such as Ubuntu, Debain, RedHat, Fedora, etc.

https://linuxtldr.com/windows-docker-container/

[#] Tue Aug 13 2024 23:07:38 EDT from rss <>

Subject: wcurl Finds Its Place in the curl Family

[Reply] [ReplyQuoted] [Headers] [Print]

wcurl, a simple curl wrapper that lets you use curl to download files without remembering any parameters, is now under curl's wing.

https://linuxiac.com/wcurl-finds-its-place-in-the-curl-family/

[#] Wed Aug 14 2024 00:11:43 EDT from rss <>

Subject: How To Count Characters and Words in PDF Files Using Python In Linux

[Reply] [ReplyQuoted] [Headers] [Print]

In this article, I'll guide you through creating a Python script that can count the number of words and characters in a PDF file in Linux.

https://ostechnix.com/count-characters-and-words-in-pdf-files-using-python/

[#] Wed Aug 14 2024 01:28:47 EDT from rss <>

Subject: T-Deck Plus: An ESP32 Handheld Device with GPS and LoRa Support

[Reply] [ReplyQuoted] [Headers] [Print]

The LILYGO T-Deck Plus is an development platform tailored for IoT enthusiasts and professionals alike. Building upon the features of the original T-Deck, the Plus version introduces significant enhancements, including an integrated GPS module and a powerful 2000mAh battery, making it ideal for portable and versatile IoT applications.

https://linuxgizmos.com/t-deck-plus-an-esp32-handheld-device-with-gps-and-lora-support/

[#] Wed Aug 14 2024 02:29:42 EDT from rss <>

Subject: Framework Laptop 13 With Intel Core Ultra Series, 2.8K 120Hz Display

[Reply] [ReplyQuoted] [Headers] [Print]

Back in May the folks at Framework Computer announced Framework Laptop 13 support for the Intel Core Ultra Series 1 (Meteor Lake) alongside announcing a new 2.8K 120Hz display option, a new web camera upgrade, and new colors for their expansion cards.

https://www.phoronix.com/review/framework-13-core-ultra

[#] Wed Aug 14 2024 03:45:56 EDT from rss <>

Subject: How to Find Files Containing a Specific Text (String) on Linux

[Reply] [ReplyQuoted] [Headers] [Print]

Discover a step-by-step guide on how one can search for files containing specific text (or strings) on Linux without using any external tools.

https://ubuntushell.com/find-files-containing-a-specific-string-on-linux/

[#] Wed Aug 14 2024 05:04:06 EDT from rss <>

Subject: How to Install RabbitMQ on Ubuntu 24.04 Server

[Reply] [ReplyQuoted] [Headers] [Print]

RabbitMQ is a free and open-source message broker. Supporting multiple message protocols, RabbitMQ is the most widely used message broker on the Internet.

https://www.howtoforge.com/how-to-install-rabbitmq-on-ubuntu-24-04-server/

Go to page: First ... 369 370 371 372 [373] 374 375 376 377 ... Last