Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-21 14:46
LXer: Audacious 4.4.1 Released with Assorted Minor Improvements
Published at LXer: Audacious 4.4.1 builds on the changes introduced in Audacious 4.4 (a release that brought GTK3 and Qt6 UI choices, the return of a dedicated lyrics plugin, and better...
Unable to xrdp tunnel to my Fedora 40 session using ssh
Hello, I'm not sure what happened but I've always been able to tunnel to my xrdp GUI using a ssh putty session. Now when I try to connect after connecting via SSH it just shows a blank screen with an...
How Can I Set Up an Executable Script in Linux?
I try to pre-process pdf files so that they load faster, and so they won't crash kindles or tablets. In MacOS, I could use Automator to run a bash shell script. In Fedora w/ Cinnamon, I tried to...
eth0: [ERROR] Set device name: No such device
I cannot change the MAC address in my Kali VM with this Python code: ---Quote--- interface = input("interface > ") new_mac = input("new MAC > ") subprocess.call(["ifconfig", interface, "down"])...
LXer: Linux 6.13 To Bring Big/Super Pages For The Raspberry Pi Graphics Driver - Better Performance
Published at LXer: While the Linux 6.12 merge window only ended this weekend and won't be out until November, already code is beginning to accumulate for DRM-Next of graphics driver improvements...
External drive not showing in gpareted or kde partition manager
Hi everyone! Ok i have a brand new external 1tb usb drive. I had installed ventoy to use it to boot a pc. That went ok but now when i plug in the drive doesn't register on Lusub, kde partition...
LXer: RISC-V-Based KVM Solution in PCIe Form Factor with Low/High Profile Compatibility
Published at LXer: The NanoKVM-PCIe is a recent solution from Sipeed, designed to simplify remote management of ATX PC cases and 2U servers. Built on the RISC-V architecture, it offers low power...
LXer: Firefox 132 Enters Beta with Support for Blocking Third-Party Cookie Access
Published at LXer: With the Firefox 131 release rolling out today to all supported platforms, Mozilla promoted the next major version, Firefox 132, to the beta channel for public testing. Read...
Ultrathin Keyboard Folio m1 connected but no typing
Hello Gents, I wanted to connect my Logitech Ultrathin Keyboard Folio m1 which worked OK in the past but now is not typing anything. The battery is freshly charged and connected. Removing/Adding...
Command for getting all the source of a iso?
There is some command that let you to get all the source of the distro you are using. I know there are commands to get the packpages separate, one by one, but i am asking something that get all of...
LXer: This AI Startup "Copied" an Open-Source Project and Got Half a Million Dollar Funding by Y Combinator
Published at LXer: There are plenty of people who do not actually understand AI and open-source (or its licensing). But, they choose to jump on using those terms to market their products somehow...
[SOLVED] [BASH] grep literally the whole word only and nothing more?
From the following list, I want to remove all IP addresses that have the same value as subnets. Code: --------- cat input.out 192.168.1.208 192.168.1.208/32 192.168.1.213/32
LXer: Linux Candy: PyBonsai � generates procedural ASCII art trees
Published at LXer: PyBonsai is a Python script that generates procedural ASCII art trees in the comfort of your terminal. This is free and open source software. Read More......
LXer: Rspamd 3.10 Released with Enhanced MIME UTF8 Support
Published at LXer: Rspamd 3.10 spam filtering system brings enhanced MIME UTF8 support and negative score limits for improved email scanning. Read More......
How to connect 3 x HDMI Monitors to Raspberry PI 5 (RPI5) ?
Hello, How to connect 3 x HDMI Monitors to Raspberry PI 5 (RPI5) ? The Machine ARM, Power Beast : PI 5: Raspberry Pi 5 B 8GB 4x2.4GHz, There are 3 monitors, that need a HDMI converter. ...
ffmpeg / ffprobe fast section volume bash
I'm looking for a quick way to measure the volume of a section with ffmpeg or ffprobe. The command Code: --------- ffmpeg -hide_banner -nostats -ss "0:2:43.163" -to "0:2:55.173" -i "VIDEO.mp4"...
LXer: Germany's Sovereign Tech Fund throws cash at FreeBSD and Samba
Published at LXer: Germany's Sovereign Tech Fund (STF), which is backed by the Federal Ministry for Economic Affairs and Climate Action, is funding open source work again. This time, the recipients...
Steam and slackware.
I have been using slackware for more than a year now and the whole experience of it is simply too good. Initially I was skeptical if I would have to change to a different distro within a short time...
LXer: Mozilla Thunderbird Lands On Android With New Beta Release
Published at LXer: The popular open-source email client, Mozilla Thunderbird, has launched a beta version of its Android app with a range of new features and improvements. Read More......
Movavi Video Editor on Linux � Any Experiences?
Iim considering using Movavi Video Editor, but I primarily work on a Linux system. Iive heard there might be compatibility issues since Movavi is not natively available for Linux. Has anyone...
LXer: Busd Taking Shape As A D-Bus Broker Written In Rust
Published at LXer: Open-source developer Zeeshan Ali Khan presented at last week's systemd "All Systems Go" developer conference on busd as a new D-Bus broker written in the Rust programming...
Debian bookworm - how to run applications on login in Gnome on the right workspace.
This question is about Gnome and Debian bookworm. First let me say Auto Move Windows is not what I'm looking for. I'm looking for something (a script idea? or an existing tool?) that can start...
Wrong icon set in some applications
Hi, I noticed in several applications that the icons are not the default ones of these applications, as can be seen on other distributions. A picture is worth a thousand words (here for Geany):...
Owner 4294967294 in nfs mount
I have Fedora 40 and have mounted external disks with autofs. When listing the mounted files I get this. -rwxr-xr-x. 1 4294967294 4294967294 192760 25 sep 13.50 INBOX -rwxr-xr-x. 1 4294967294...
Cookies wouldn't get set with PHP
Hi there, the problem I'm facing is this: * On my home machine, I successfully implemented a cookie-based scheme through PHP. * But then, on uploading my script on the server, the cookies wouldn't...
LXer: How to install Arch Linux alongside Windows 11 (Dual Boot)
Published at LXer: Arch Linux is a robust operating system often chosen by power users and IT professionals. While there is no doubt that it is an extremely powerful OS, the need to use other...
how to fix the following
how to fix this "if you need to use http proxy to access the outside world, enter the proxy information here. otherwise, leave this blank "
LXer: Minecraft is getting a real creepy new biome and mob, plus item bundles
Published at LXer: Minecraft Live 2024 has been and gone and with it we've been given details on the next new biome and mob coming. Read More......
LXer: Linux SED Command: Everything you Need to Know
Published at LXer: In this tutorial, we will explain the Linux SED command using some real examples. SED (Stream Editor) is one of the most used Linux commands in scripts and command lines. It...
LXer: Best Free and Open Source Software: September 2024 Updates
Published at LXer: September 2024 updates to the largest compilation of recommended free and open source software available for Linux. Read More......
LXer: Mozilla Firefox 131 Is Now Available for Download, Here�s What�s New
Published at LXer: Mozilla published today the final release of the Firefox 131 web browser, which is now available for download from the projectis download server ahead of the official release on...
Vice Presidents for President
I just finished watching the American Vice-Presidential candidates debate each other. I have come to the conclusion that J. D. Vance should replace Donald Trump as the Republican Presidential...
Ubuntu wifi dead *again*. Says I'm connected, but no wifi whatsoever :-(
As the subject line says, my wifi says it's connected, but trying to open a web page or video says the absolute opposite. Had absolutely no wifi problems with ubuntu forever. Then, it just started...
LXer: Granite Rapids, AmpereOne & PREEMPT_RT Landing Made For An Exciting September
Published at LXer: During the month of September on Phoronix there were 265 original news articles and 16 Linux hardware reviews / featured benchmark articles. Here's a look back at the most...
LXer: How to Run Linux Commands without Typing Sudo Password
Published at LXer: Learn how to eliminate the hassle of typing your password for every sudo command in Linux, whether you want to run specific commands or even all of them, with this step-by-step...
LXer: 5 Reasons Why I Love and Use Emacs in Linux
Published at LXer: Emacs is a free and open-source cross-platform text editor. Learn some of the reasons why I use Emacs in Linux and for productivity tasks. Read More......
I need a Linux Distro that will NOT go to Sleep etc for 60hrs of Network Traffic monitoring
Good morning or evening as the case applies. I am in need of a Linux distro (compact is good)to run a 24/7 live monitoring task on a Headless Mini PC (Zotac ZBox-CI320NANO) monitoring Level 2...
LXer: Cinnamon 6.4 Promises Pleasant Surprises for Desktop Users
Published at LXer: Linux Mint unveils a darker, modern theme with rounded objects and redesigned dialogs for the upcoming Cinnamon 6.4 desktop environment. Read More......
LXer: How to Attach an Executable File to Your Email (Works on Gmail)
Published at LXer: Find out the File Smuggling technique to secretly share the executable file from an email provider, such as Gmail, without getting blocked. Read More......
Renaming files in midnight commander (mc) with custom hotkey?
In midnight commander, you can use F6 to move a file, and shift-f6 brings up the same move dialog but the destination is in the same directory, so shift-f6 is the recommended way to rename files in...
LXer: Audacious 4.4.1 Open-Source Audio Player Brings New Features and Improvements
Published at LXer: The Audacious open-source audio player, a descendant of the XMMS media player, has been updated to version 4.4.1, a release that introduces several new features and improvements....
LXer: Intel Xe2 Lunar Lake Graphics Performance Disappoints On Linux
Published at LXer: While I have been very eager to test out the Core Ultra 200V Lunar Lake series on Linux in part due to the new Xe2 integrated graphics, after several days of pushing a new Lunar...
LXer: Linux Mint Gives First Look at New Cinnamon Theme
Published at LXer: As revealed last month, Linux Mint is working on an improved default theme for the Cinnamon desktop i and today we got our first look at whatis coming. Read More......
LXer: FreeBSD Wants More People Using It on Laptops and Here�s Their Plan
Published at LXer: Do you want FreeBSD on your laptop? Maybe now is the perfect time to give it a try! Read More... (https://news.itsfoss.com/freebsd-laptop-adoption/)
[SOLVED] puzzled by out of scope
No doubt this C++ concept is so obvious that it is completely over my head, but here is the problem: Code: --------- for (int i=0; i<= nV; ++i){ vertices2[i]=vertices[i];...
LXer: Raspberry Pi AI Camera with Sony IMX500 AI sensor and RP2040 MCU launched for $70
Published at LXer: We previously noted that Raspberry Pi showcased a Raspberry Pi Zero 2W with a Raspberry Pi AI camera based on a Sony IMX500 intelligent vision sensor at Embedded World 2024, but...
LXer: FFmpeg 7.1 Promises Major Improvements in Video Processing
Published at LXer: FFmpeg 7.1 "Peter" debuts with full Vulkan encoding pipelines, enhanced AAC decoding, MV-HEVC support, and more. Here's what's new! Read More......
LXer: Linux kernel 6.11 lands with vintage TV support
Published at LXer: Released remotely from Vienna, Linux kernel 6.11 is here, with improved monochrome TV support. Yes, in 2024. Emperor penguin Linus Torvalds was attending the Open Source Summit...
LXer: AMD Ryzen 9000 Series Excited Linux Users The Most In Q3
Published at LXer: With the third quarter drawing to a close, here's a look back at the most popular Linux/open-source related content for the quarter. This quarter there's been more than 730 news...
LXer: Raspberry Pi Launches $70 AI Camera with 12MP Sensor and Broad Compatibility
Published at LXer: Raspberry Pi has launched a new low-cost AI Camera, bringing powerful AI capabilities to all Raspberry Pi models. Unlike the AI Kit, which is limited to the Raspberry Pi 5, the...
12345678910...