Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2026-05-15 15:16
LXer: Lethal League is an amusing competitive projectile fighting game available on Linux
Published at LXer: Here's a game that we've never really talked about here but that ends today. The competitive projectile fighting game, Lethal League, is a huge amount of fun. Read More......
Information regarding automotive grade linux
Dear All, I just wanted to know what is the cost of using automotive grade linux for production purpose use. Also using linux for production purpose With regards, Keerti
LXer: How to Install Pip on CentOS 8
Published at LXer: In this tutorial, we will install Python pip on CentOS 8 using the yum package manager and cover the basics of how to install and manage Python packages with pip. Read More......
Kernel updates in 19.2: Nothing in changelog so why update?
The need for kernel updates and reboots once a week on average is getting very old. I wouldn't mind so much if there was documentation in the changelog section of Mint Update saying exactly why this...
Which LiveCDs connect to the internet automatically?
I've gone through the various versions of Puppy Linux, and all require me to mess around with setting up the internet connection, so Puppy is history. Which other distros can you all recommend that...
LXer: Using the Java Persistence API
Published at LXer: The Java Persistence API (JPA) is an important Java functionality for application developers to understand. It translates exactly how Java developers turn method calls on objects...
VLANs with pfsense, Unifi AP and Procurve switch, wifi clients cannot get IP from router
Hoping this is the right place on LQs to post this kind of question... I tried posting the very same topic on pfsense's forums, got lots of views but very little replies. Probably the folks over...
LXer: Athenaeum, the FOSS game launcher and updater has a big new release
Published at LXer: Athenaeum, which is described as a "libre replacement for Steam" by the developer just recently had a big new release out. Read More......
What is your favorite http server?
I searched that on Google with an additional parameter to search linuxquestions.org and found many occurrences of "what is the best _distro_ for a web server," but nothing about the best http server...
Where does Flatpak put its application files?
I was on a hunt for the Steam application files for a few days, until I gave up and installed with the .deb. I started to like Flatpak, but if I can't easily get at the application files it may be a...
LXer: 7 Java tips for new developers
Published at LXer: Java is a versatile programming language used, in some way, in nearly every industry that touches a computer. Java[he]#039[/he]s greatest power is that it runs in a Java Virtual...
Hello
Hi. I'm pretty sure I've had an account here, but my current emails don't register. Still, I'm always new to Linux. I first discovered Red Hat in 1999 and have been making failed attempts to ditch...
Hello
Hi. I'm pretty sure I've had an account here, but my current emails don't register. Still, I'm always new to Linux. I first discovered Red Hat in 1999 and have been making failed attempts to ditch...
[SOLVED] librpm.so.8 missing from current
librpm.so.8 seems to be missing from current. Maybe I overlooked an update?
LXer: Introduction to open source observability on Kubernetes
Published at LXer: In the first article in this series, learn the signals, mechanisms, tools, and platforms you can use to observe services running on Kubernetes. Read More......
LXer: IceWM - A really cool desktop
Published at LXer: IceWM is a very lightweight desktop. It’s been around for over 20 years, and its goals today are still the same as back then: speed, simplicity, and getting out of the users way....
Now more versions of Wine?
I would like to install Wine and run a few simple Windows programs. Once upon a time I had it installed. Somewhere along the line, probably during a version upgrade, it vanished. Now when I use the...
LXer: How to setup a VPN Server using Pritunl on Ubuntu 18.04 LTS
Published at LXer: Pritunl is a VPN Server Software based on the popular OpenVPN platform. In this tutorial, you will learn how to set up and use Pritunl on your Ubuntu 18.04 LTS based server. ...
Problem running scripts as plain user
I installed Debian Jessie on an older OrangePizero. It works, but inorder to run scripts, I have to be signed into root. I added the regular user to the sudo list (using visudo) and even tried...
LXer: Party-based tactical RPG 'Zoria: Age of Shattering' is launching for Linux this November
Published at LXer: Build a party of strong heroes and deal with all the horrors that await in the fantasy world of Zoria. The Steam page recently went live, it looks good and it's coming to Linux. ...
zlib, pigz, header issue
I have a problem compressing data with zlib level 8. - 'pigz' creates file with '78 5E' header. - 'zlib-flate' (qpdf) creates almost identical file except it has '78 DA' header (same as level 9)....
LXer: Install and Run Stacer on Xubuntu/Ubuntu Linux!
Published at LXer: This morning, when I read the timeline on Facebook, there was one post from someone who shared an application link for Linux, Stacer. I am curious, so I want to know the...
Ryzen 5 1600 3.2GHz Graphics driver for opensuse leap 15.1
I have a Gigabyte GA-A320M-S2H motherboard running a Ryzen 5 1600 that has graphics on the chip. Like to know if anyone has been able to find a graphics driver for this combination. Running opensuse...
partitioning a large disk
I'm going to install a a multiboot system on my desktop.I have a second drive that I'll use for storage; it's 1 TB. I know how to partition the drive that will contain the oses. but what about the 1...
After Windows update missing Grub and Ubuntu
Hi guys, I had a windows update yesterday. After the update i had to grub rescue - when i was finished my windows showed up and booted automatically. Since then grub doesnt show up, so i cant boot...
Consant Logfile error
Hey so im trying to debug my system, and my slylog file contains the following waning:- Code: --------- gnome-shell[1381]: _st_paint_shadow_with_opacity: assertion 'shadow_pipeline != NULL'...
create a uClinux distribution for STM32f429 Discovery board
Hello everybody. I'm new to Linux. I want to run ucLinux on the STM32F429 discovery board. For this, I follow the instruction in the below git. https://github.com/jserv/stm32f429-linux-builder ...
LXer: How to Connect to a Docker Container
Published at LXer: Connecting to a running Docker container is helpful when you want to see what is happening inside the container. In this tutorial, we will explain how to attach to the...
command to find and move jpg's
Hello I have searched the forum but am trying to find the command that will search through a folder with loads of sub folders through several layers and move all jpeg/jpg to another new folder and...
LXer: Breaking down this week's net neutrality court decision
Published at LXer: This week, the U.S. Court of Appeals for the D.C. Circuit issued its ruling in Mozilla v. Federal Communications Commission (FCC), the court case to defend net neutrality...
How to install wineasio?
I'm running debian buster 10 and I'm trying to install wineasio. I added the KXStudio repositories using the .deb, but when I use "sudo apt-get install wineasio", it tells me "Unable to locate...
What is so special about 34 or more spaces when reading text files with C code?
So basically I've written a little program that uses fgets() to loop through each line in a text file with a while loop, but the while loop also has a nested for loop to scan trough the array that...
Problems with installing or updating software packages, and/or package managers? Please read this before posting!
If you are having problems installing or updating software packages on your system, please read through the LQ wiki article linked below. The linked LQ wiki article below also contains some general...
ssh timeout Keepalive
Hello Experts, I am planning to setup SSH KeepAlive setting on our Login Servers. Surprisingly few users complained that their connection getting aborted when the SSH-(Putty) Session is idel for...
Internet and http or https pages?
I've only just noticed that whatever address I go to for example amazon.co.uk the browser Chromium or Firefox always precedes it with https:// and not plain old http:// Recently I started using a...
LXer: Compact, six-port net appliance features dual bypass pairs
Published at LXer: Lanner’s compact “NCA-1513” is an Atom C3000-based network appliance with up to 6x GbE ports with dual Gen3 bypass pairs and Intel QuickAssist plus mini-PCIe and 2x M2 expansion...
My Custom Theme Is No Longer Applied In Sudo Nautilus?
I have had to in place upgrade and repair permissions prior I hastily added a chmod command guide to make an icon for something and overwrote the lot borked the installation permissions on the lot. ...
Installing Hamachi kills other network connectivity
Hopefully, this belongs in network connectivity as I suspect the resolution might lie somewhere other than just with Hamachi. The Raspberry Pi 1B I was using as a Logmein Hamachi gateway died the...
httpd + openssl : compilation issues while using shared openssl library
I am using httpd-2.2.31 , trying to use openssl-1.0.2t with --with-ssl and --enable-ssl parameter. --with-ssl points to the openssl installed directory. I am having redhat 5.7 with x86_64 ,where...
winff: can it merge the extracted audio tracks together?
I have been converting audio from DV (services at my church) to MP3 tracks using winff. After winff, I then open the tracks in Audacity, merge them, cut out the audio I want, and save it. These are...
Python Syntax Error
Very simple Python question This code comes at the beginning of a program before a while statement Code: --------- A = int(input("A =")) N = int(input("N ="))
Check if time legal in tcsh....
Hi, I want to verify that time is legal. For example 23:00 = legal 25:00 = not legal. When running the below code, of course I don't want to get the error message when time is not...
Connection closed by foreign host
I am trying to telnet a server and within few seconds it pops me out .
LXer: https://net2.com/how-to-find-the-largest-files-on-linux/
Published at LXer: Most of us have installed tens of applications in our machines. As time goes on, many files will get bigger and bigger and your disk space will start to shrink. It is therefore...
How to start a service only when a user log to Desktop Environment
Hello Members, I trying to find a solution on starting a service or to execute a binary only when a user logs to his desktop environment. Basically, my binary is dependent on the Display...
Wifi not working in Parrot OS Linux . Wifi not show any devices
I use ifconfig Iwconfig There is wlan0 show after enter. . 2,3 days ago wifi is working but now it is not working. How to configure wifi.
LXer: 4 Ways to Transfer Files and Directories on Linux
Published at LXer: As a Linux system administrator, there are many different ways to transfer files, securely or not, between two different hosts.As a consequence, you want to transfer files, but...
LXer: How to Convert Strings into Integers in Python
Published at LXer: All data types in Python, including integers and strings, are objects. Often when writing Python code, you will need to convert one data type to another. For example, to perform...
rpm dependency resolution
hi, I am trying to create a package with python and shell script. one of this package requires "expect" package. During rpm create I have mentioned in the "requires:expect" in the spec file,...
set the space as the key to select the first word in fcitx when spell hint enable
hi everyone do anyone set the space as the key to select the first word in fcitx when spell hint enable? the selection of index of candidate words makes me so conformable. thx aerber
...940941942943944945946947948949...