Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2025-05-21 05:01
Is it possible to install Tor Browser on 4MLinux ?
I was able to download and extract the package from the official Tor Browser website, but clicking or running via terminal results to nothing or error messages? Is using Tor Browser even possible...
LDAP cn=config update not working
Hi All. I have managed to get an ldap server up and running on debian 9, but can't query more than 500 record. I have created my ldif file with the following dn: cn=config changetype: modify...
LXer: Linux Sponge - Soaking Up Input and Writing It To a File
Published at LXer: The Linux sponge command will read ALL data from standard input then open a file for writing. This has advantages over a simple shell redirection. Learn about this interesting...
NFTables questions
I am studying NFTables, and I have some rules in /etc/nftables/nftables_firewall: Code: --------- table ip filter { chain output { type filter hook output priority 100; policy accept; } ...
Schrödinger's cat
Below is a quote from Wikipedia that essentially explains what the thread title means; ---Quote--- Schrödinger's cat: a cat, a flask of poison, and a radioactive source are placed in a sealed...
LXer: You Can Now Install Official Evernote Client on Ubuntu and Debian-based Linux Distributions
Published at LXer: Evernote can now be installed on Ubuntu and Debian-based Linux distributions. The beta version has a few highs and lows. Read More......
Issue " versamenu. c32:not a com32r image" for instalation Linux Mint
hello I'm trying to install Linux Mint 20.1 on an laptop HP G42 214BR, 64-bit with Windows 10 (I want to remove it and run only Linux). I made a bootable pendrive in "rufus" with the iso of Linux...
Why can't I connect to my PiVPN server from some networks?
I have a Raspberry Pi acting as VPN server using PiVPN/OpenVPN in one of our offices. I can SSH to it from my laptop over VPN from my home. When at our second office with my laptop, the server is...
LXer: 6 Ways to check user information in Linux
Published at LXer: Normally, we use the id command to find user information, but it can be identified in a number of ways, and if you want to see them all, click the link below. Read More......
remove all numbers after the .
In a bash script, I am pulling the price of BTC against USDT like this: Code: --------- curl -s https://api.binance.com/api/v1/ticker/price?symbol=BTCUSDT --------- And this is the output: ...
LXer: openSUSE Leap 15.3 Released for Public Beta Testing, Download Now
Published at LXer: After several delays, the beta version of the upcoming openSUSE Leap 15.3 operating system is now available for public testing to allow the Linux community to get an early taste...
Font size too tiny
I am running Arch Linux on a laptop with a 14" 1920x1080 monitor. Both Grub and tty terminal after boot have very tiny fonts and I can barely read them. Is there an easy way to increase this font size...
Dolphin icons
If I install new iconset on KDE by control panel why Dolphin kept oxygen iconset?
Site xxx-look.org problems
For some time I see that dowonload from gnome-look, xfce-look and box-look it's impossible. I select my favorite file than click to download link. When pop-up opened blue button not start nothing....
Xfce4 noise loading
Hi! I see a noise effect under XFCE4. So when it start-up, for a short second appear a gray rectangles under panels position than replaced from the panels. I try to turn off compositor from panel...
[SOLVED] OpenLDAP max record numbers
Hi All New to openldap but am building a multi tenant ldap server for used to keep contact details in, which seem to be working find with many domains added. The current issue is I have 1 user that...
LXer: Red Hats survey results on the state of enterprise open-source software
Published at LXer: It[he]#039[/he]s an open-source IT world out there, and these days we[he]#039[/he]re all living there. Read More......
Proper software for dealing with archives on a web page
Hello, lets consider webside, with a lot of content. https://www.programmer-books.com/wp-content/uploads/2019/ What proper software, to deal with files which are accessible there? I would...
Can a browser be hacked?
I use Ubuntu 18. For years I have used Firefox. Lately, when I try to call baidu.com, the Chinese search engine, it often times out. I thought, "There's no way the Chinese government is...
LXer: Review: The New weLees Visual LVM, a new style of LVM management, has been released
Published at LXer: Maintenance of the storage system is a daily job for system administrators. Linux provides users with a wealth of storage capabilities, and powerful built-in maintenance tools....
M1 Mac - Anyone Have One Yet
I'm going to be buying myself one of the new M1 MacBooks. If I want to settle for 8GB of RAM, I can pick it up today. If I order a machine with 16GB from the Apple site, it won't ship for 11 days. All...
Mageia 8 released
Mageia 8 has been released https://www.mageia.org/en/8/
LXer: Linux Foundation and RISC-V International launch free RISC-V training classes
Published at LXer: The hot new open-source RISC-V chips now have free introductory classes to help you get up to speed with this new hardware. Read More......
Correct way of using macvlan in Debian 10
So I have these in my /etc/network/interfaces: # The macvlan network subinterface auto mac0 iface mac0 inet manual pre-up ip link add mac0 link enp1s0 type macvlan mode bridge pre-up ip...
LXer: Python Package Index nukes 3,653 malicious libraries uploaded soon after security shortcoming highlighted
Published at LXer: Unauthorized versions of CuPy and other projects flood PyPI. The Python Package Index, also known as PyPI, has removed 3,653 malicious packages uploaded days after a security...
LXer: KDE Plasma 5.21.2 Update Re-Enabled Key Repeat by Default, Improves System Settings
Published at LXer: The KDE Project released today KDE Plasma 5.21.2 as the second point release to the latest KDE Plasma 5.21 desktop environment series, addressing more bugs from previous version...
LXer: Linux Mint may start pushing high-priority patches to users
Published at LXer: In upcoming releases, Linux Mint developers may insist that users install some patches. Read More......
LXer: Introduction to database normalization: the first three normal forms
Published at LXer: The goal of a relational database normalization is to achieve and improve data integrity and avoid data redundancy so to avoid possible insertion, updation or deletion anomalies....
LXer: Learn About the RISC-V ISA with Two Free Training Courses from The Linux Foundation and RISC-V International
Published at LXer: The online courses are offered on edX.org and will make RISC-V training more accessible SAN FRANCISCO – EMBEDDED WORLD – March 2, 2021 – The Linux Foundation, the non-profit...
im trying to install itunes on my pc
how do you install iTunes on Linux 20 that's what I was trying to do when I was put on this website
what happened to XV in current ?
# locate xv | grep bin/xv /usr/bin/xvidtune /usr/bin/xvinfo /usr/bin/xvminitoppm That was one tiny but very nice graphics display tool :-( Tia , JimL
LXer: How to write a function in bash
Published at LXer: This bash tutorial discusses all about bash functions, such as how to create and call a bash function, how to pass arguments to it, how to exit a bash function, and how to return...
My script does not work properly, what is wrong?
Hiya, I was stuggling to install Xmonad on Slackware current, to me the best way to install Xmonad on Slackware current I think is stack. I wrote a small script to make it easier to install and...
Cannot open access to console, the root account is locked in emergency mode
Hi I just installed Fedora 33 from live USB to my portable hard drive. The installation was successful. But when I am trying to login to the fedora I am stuck and getting the below message : "...
Linux Mint 20.1 (Cinnamon): Changing Desktop Backgrounds
I changed the *background* on our laptop *FROM* Bookwood 4000x2251 *TO* Sele 3840x2160, via *Menu > Preferences > Backgrounds*. I have now decided that I really like Bookwood 4000x2251 better;...
LXer: Guake Terminal: A Customizable Linux Terminal for Power Users Inspired by an FPS Game
Published at LXer: Quickly access your terminal that is customizable and powerful for a variety of users with Guake Terminal emulator in Linux. Read More... (https://itsfoss.com/guake-terminal/)
No internet connectivity after boot recovery
Not sure if this is the right place for this but here goes. I have a linux machine running Ubuntu 16.04LTS that's only occasionally used for distributed computing. Last time I shut it down it was...
LXer: Offline Update Arrives in KDE Neon (Unstable Edition)
Published at LXer: The team announced the immediate availability of the offline update feature in the KDE Neon unstable edition. Here's how it works. Read More......
LXer: Best Free and Open Source Alternatives to Google Maps
Published at LXer: One of Google’s most popular services is Google Maps, a web mapping service which offers satellite imagery, aerial photography, street maps, and interactive panoramic views. In...
No updates shown in -current with slackpkg/slackpkg+
I've got a -current installation updated to the recent big rebuild (about a week ago?). I use slackpkg with slackpkg+, and update slackware itself from a local mirror, as well as other repos like...
something wrong with this forum mouse over text ?
Why when mouse over it is totally black ? Something wrong with LinuxQuestions forum ? Attachment 35781 (https://www.linuxquestions.org/questions/attachment.php?attachmentid=35781) Attachment 35782...
how to keep desktop resolution on htpc?
hi, i connected my HTPC running Devuan beowulf to my Sharp 70" AQUOS LED 4K UHD and set the desktop resolution at 1920x1080. However, very often when i open the TV, the desktop seems to...
First page of my site can't load properly!
Hello, I'm using CentOS 8 x86_64 to host a WordPress website. When I browse my WordPress website, then its first page is messed up. I examined some log files as below: Apache Error Log: Code:...
The .m3u8 video being downloaded converted to mp4 result in troublesome
why did the .m3u8 video being downloaded converted to mp4 result in lower resolution quality? It's anyway done by either vlc or ffmpeg cli Code: --------- $ sudo ffmpeg -i...
ways to install packages / build / download packages on arch based linux
Hii, I am not 100% sure ways to install/ build download packages on arch based linux. I know only these ways, i wonder if there are other.., want to make a complete list step by step on this topic...
Microphone from external headset not recognized on Acer Aspire v5-552 with Linux Lite 5.2 Ubuntu 20.04.1 LTS
Hello! I'm a relatively new user to Linux and I have a problem with the headset mic. It is not recognized by the OS. The headphones audio output works fine, but the microphone isn't not showing in...
LXer: 5 signs you might be a Rust programmer
Published at LXer: I[he]#039[/he]m a fairly recent convert to Rust, which I started to learn around the end of April 2020. But, like many converts, I[he]#039[/he]m an enthusiastic evangelist....
dmesg: Direct firmware load for nouveau/nv84_xuc00f failed with error -2
Hi, everyone! I'm really new in Linux and I need some help! I got a problem after I decided to switch to Debian Testing. So instead of loading Gnome, a black screen appeared. There are no drivers...
"Data Center" drive not detected/doesn't start up
I got a new 6TB WD "DC HC310", which is a "data center" disk. The vendor included a power adapter (IDE power to SATA style), but I don't have an IDE power cable on my PSU anymore. When I put the...
vsftpd and tls, problems uploading file
I want to use TLS with anonymous users(and not) on vsftpd. This is the configuration file Code: --------- allow_anon_ssl=YES anonymous_enable=YES anon_mkdir_write_enable=YES...
...491492493494495496497498499500...