Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
Posted Today at 06:17 PM by the dsc (linux-related notes)
Updated Today at 06:40 PM by the dsc
Uses imagemagick, ffprobe, and ffpmeg.
Code:
#!/bin/bash
[[ -z "$1" ]] && echo "Usage: $0 input.webp" && exit 1
if ! file "${1}" | grep "Web/P image" ; then
echo "File $1 is not a webp" ; exit 1 ; fi
if (( `identify "${1}" | wc -l` < 2 )) ; then
echo "File $1 is not an animated webp" ; exit 1 ; fi
...
|
Member
|
|
Views 8
Comments 0
|
 |
Posted 04-18-2025 at 01:03 AM by exton (Exton's Blog)
LFA (Linux For All) 64bit Live System – Build 250417 – with Budgie DE 10.9.1, kernel 6.14.2-amd64-exton and Refracta Snapshot :: Create your own LFA/Ubuntu installable 24.04.2 LTS system!
Linux For All (LFA) Build 250417 with the Budgie 10.9.1 Desktop Environment is a simple remaster of Ubuntu 24.04.2 LTS, code-named Noble Numbat. It’s a total rebuild. I.e. nothing is left of the old LFA system. NOTE: Ubuntu 24.04 will be supported until August 2029.
NEWS ABOUT LFA...
|
ExTiX Admin
|
|
Views 19
Comments 0
|
 |
Introduction:
The Microsoft Surface Go 2 was conceived as a budget-friendly alternative to the iPad and was released in 2020. Its OS is W10.
It has a high build quality, plus it is slim and lightweight. The 1800 x 1200 display is clear and smooth.
Hardware:
I used a Microsoft Surface Go 2 W10 Pro 8GB RAM 128 GB SSD Intel Pentium 4415Y CPU.
Initially I installed Ubuntu 24.04 followed by EndeavourOS GNOME.
Other Linux distros...
|
Senior Member
|
|
Views 151
Comments 0
|
 |
Posted 04-05-2025 at 12:17 PM by exton (Exton's Blog)
ExLight 64bit UEFI, Build 250405, based on Debian “Trixie” (upcoming Debian 13) with Enlightenment 0.27.1 (stable) as DE, Refracta Snapshot and Calamares Installer
NEWS 250405 ABOUT ExLight
I’ve made a new version of ExLight with the Enlightenment 0.27.1 Desktop environment, Refracta Snapshot (create your own Debian Sid/Trixie System) and Calamares 3.3.14-1 Installer Framework.
KERNEL
ExLight Build 250405 uses kernel 6.14.0-amd64-exton built from Debian...
|
ExTiX Admin
|
|
Views 26
Comments 0
|
 |
versions
ted@jetson:/mnt/ssd/workspace$ ls -alhtr
total 5.5G
-rw-r--r-- 1 root root 770M 9月 12 2024 torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl
-rw-r--r-- 1 root root 237M 2月 7 15:03 triton-3.2.0-cp310-cp310-linux_aarch64.whl
-rw-r--r-- 1 root root 11M 3月 2 18:23 bitsandbytes-0.45.4.dev0-cp310-cp310-linux_aarch64.whl
-rw-r--r-- 1 root root 230M 3月 10 21:52 torch-2.6.0-cp310-cp310-linux_aarch64.whl...
|
Member
|
|
Views 57
Comments 0
|
All times are GMT -5. The time now is 09:05 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|