Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-28 05:16
LXer: KaOS 2021.10 Is Here as One of the First Linux Distros to Ship with KDE Plasma 5.23 Desktop
Published at LXer: The developers behind the rolling-release KaOS Linux distribution released today KaOS 2021.10 as an updated installation and live media for the month of October 2021 featuring...
14.2: Upgrading biber to version 3.16
The default version of Biber in TexLive2020 (and Didier's 2021 version) is 2.14. It has a bug that rejects apostrophes in entry labels. For example, @atticle{O'Conner, That's been fixed in nerer...
What version of Python 3.x should ship with Slackware 15.0?
I figured we would want the latest version, and upgrading from 3.8 to 3.9 had been uneventful, but we've hit a few more speed bumps with this one so I'm looking for some community feedback. If...
Importance of mlocatedb on modern Linux?
How important is mlocate, on a personal desktop distro? What important apps/services rely on it to function properly? It seems I/O these days is probably fast enough, and the desire to see actual...
LXer: How to Install Cockpit on Debian 11
Published at LXer: The Cockpit is a free and open-source server management application sponsored by Red Hat. In this post, we will show you how to install and use Cockpit on Debian 11. Read...
Firefox 91.2.0esr (32-bit) stopped working after last update (Wed Oct 13 20:16:22 UTC 2021)
Hello! I'm on Slackware-current, 32-bit. Driver: Nouveau. Firefox 91.2.0esr (32-bit) stoppped working after last update. Simply put: it launches (without addons, without quick links on start...
Send DNS logs over syslog in Cent8
I need to send DNS logs in /var/log/messages over syslog to a log collector at 10.1.3.71 on port 31714/tcp I created a file in /etc/rsyslog.d/dns-log.conf that contains these settings: Code:...
LXer: 5 common bugs in C programming and how to fix them
Published at LXer: Even the best programmers can create programming bugs. Depending on what your program does, these bugs could introduce security vulnerabilities, cause the program to crash, or...
LXer: HTTPS and your online security
Published at LXer: We have long advised Web users to look for HTTPS and the lock icon in the address bar of their favorite browser (Firefox!) before typing passwords or other private information...
OpenBSD 7.0 Released
Enjoy! Code: --------- puffy$ uname -a OpenBSD puffy.darkstar.home 7.0 GENERIC.MP#232 amd64 --------- https://www.openbsd.org/
LXer: AlmaLinux Foundation chair says he stepped down to highlight value of community status
Published at LXer: Igor Seletskiy, the founder of the AlmaLinux distro created in December 2020 as an alternative to CentOS, has explained that he stepped down as chair of the AlmaLinux Foundation...
LXer: Open Source Security Foundation Raises $10 Million in New Commitments to Secure Software Supply Chains
Published at LXer: LOS ANGELES, Calif – KubeCon – October 13, 2021 – The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced it has raised...
LXer: 7 Important Linux Commands for Every Linux User
Published at LXer: Since its inception in 1991, Linux has garnered popularity for being open-source. People can modify and redistribute Linux under their own brand. When using a Linux OS, you need...
[SOLVED] [BASH][AWK] filtering by column; value greater than 0
Im trying to filter out every single record by column "Connection_time" that is greater than: 000000. Here is my sample.out Code: --------- cat sample.out...
any release date of slackware 15?
please don't throw rocks at me. I know it's ready when it's ready. just curious to know whether it's still months away from public release
Do not know how to get a Linux program installed and working..(newbie)
I have a Raspberry PI 4 and it works well. I am not able to get a program to be "installed" or able to launch it. It operates a camera for a microscope. The file name for the program is: ...
LXer: Sparky Linux 2021.10 Semi-Rolling Comes with Updated Packages
Published at LXer: Sparky Linux have just released an update to their rolling release version. Sparky 2021.10 features a new kernel of 5.10 as well as some other changes. Read More......
LXer: 5 markdown editors I recommend trying
Published at LXer: You can use markdown for anything—formatting websites, authoring books, and writing technical documentation are just some of its uses. I love how easy it is to create rich...
LXer: Python Wrapper to find all primes from a given interval via sieve of Eratosthenes released in C++
Published at LXer: We intend to rely on https://github.com/mathbunnyru/python-cpp-extension . We also would convert lists to sets and vice-versa and utilize method set1.difference(set2) ....
SARPI - Correct way to update the kernel?
I ran a slackpkg update on a RPi3 (14.2) and now, it's not booting. I know it was the kernel updates. Slackpkg seems to want to replace the Sarpi-kernel packages with 'regular' kernel packages. ...
LXer: Learn Usage of chmod (Change Mode) Command in Linux
Published at LXer: Since Linux is a member of the Unix-like operating system family, it has inherited some Unix rules like the way it deals with system/user files & directories. Read More......
LXer: WSL is now Available as an App via Windows Store. But why?
Published at LXer: Windows Subsystem for Linux (WSL) is reconfigured by Microsoft to be deployed by Windows store as an app. We investigate the reason behind this move in this article. Read...
Error trying to build a cross compiler setup for RtAudio in Ubuntu
I want to make a cross compiler for my program containing RtAudio (https://www.music.mcgill.ca/~gary/rtaudio/) code for raspberry pi zero, in Ubuntu in Pc. That is, I have a VM running Ubuntu 20.04. I...
LXer: Going to market with an open source product
Published at LXer: This article is the sixth in a series on product management in an open source supply chain. In the previous articles, I covered the following topics: read more Read More......
Prints two separate documents on the same page
Hi All, We are new to Linux and currently facing the below issue. Hope that can get some advise from all. when we print 2 separate document(delivery order), the 2nd document is always print...
LXer: Automatically reassign your default printer
Published at LXer: I run Linux,…or does it run me? Some computing paradigms are so ubiquitous, so ingrained, we rarely stop to think that things could work another way. When such a realization...
LXer: How to Install Ubuntu MATE Desktop on Ubuntu 20.04
Published at LXer: Ubuntu MATE is famous for being lightweight, fast, and stable, and a great alternative to the stock Gnome of Ubuntu. At the end of the tutorial, you will have learned how to...
LXer: Best Free and Open Source Alternatives to Microsoft Office
Published at LXer: Microsoft Office, or simply Office, is a family of client software, server software, and services. Microsoft has promoted Office 365 as the primary means of obtaining Office....
LXer: Learn Usage of chgrp (Change Group) Command in Linux
Published at LXer: If you are reading this article on the chgrp command, there is a high chance you have explored all the depths of Linux’s chown command and chmod command. Read More......
LXer: How Windows NTFS finally made it into Linux
Published at LXer: Love it or hate it, Linux users in a Windows world must deal with Microsoft's New Technology File System (NTFS). This has always been a pain in the rump. Even after Microsoft...
LXer: New DevOps Bootcamp: Linux Foundation offers low introductory price
Published at LXer: Want a DevOps job? Check out the Linux Foundation and Continuous Delivery Foundation[he]#039[/he]s new DevOps Bootcamp. Read More......
LXer: WSL Preview is Now Available as a Microsoft Store App
Published at LXer: As you know, Windows Subsystem for Linux (WSL) is a great solution for Microsoft’s users and developers to natively work within Linux right on their Windows desktops. If you’re a...
LXer: Adobe Gives a Free PDF Editor for Google Chrome and Edge Users
Published at LXer: Adobe announced via a blog post that Acrobat extension for Google Chrome and Microsoft Edge now have basic PDF editing features, right inside the browser. That means, another...
clock_gettime(CLOCK_THREAD_CPUTIME_ID) behavior on x86
My question on behavior of calling clock_gettime(CLOCK_THREAD_CPUTIME_ID). I looked at linux source code. There is a Posix implementation that coverts clock_id (CLOCK_THREAD_CPUTIME_ID) a specific...
Hello Hope this is the right forum
Hi I program for 38 years - but that means nothing - new server - new tasks and I am here as a poor newbie - with problems to solve.
server error 403 no permission to access this document
I had an ubuntu virtual server Have changed last week to a dedicated server (more ram / bandwidth etc) and other than before it is managed with Plesk With the help of many internet sites I got my...
LXer: Igor Seletskiy Steps Down to Assure AlmaLinux Independence
Published at LXer: The CloudLinux CEO and founder of AlmaLinux steps down as the open source project’s chairperson to assure the distro’s independence. Read More......
LXer: How to Check if Hardware RAID is Configured on Linux Server
Published at LXer: 2DayGeek: This quick guide show you how to check hardware RAID configuration and hard drive rebuilding status on HP ProLiant servers from Linux. Read More......
sick of rebuilding ZFS 10+ times a month; is BTRFS there yet?
I'm thinking of giving it a shot as the root filesystem on an old laptop. A recent Ars Technica feature...
Bison YACC compiler generator question
I have a grammar BOOK -> PAGES -> page -> lines -> line ->tokens. the book page can have any number of lines (set by user) and the line can have as many tokens as can fit the Line Length which is set...
LXer: .NET Foundation admits it 'violated the trust of project maintainers'
Published at LXer: The beleaguered .NET Foundation has apologised, again, and reversed one of the policies that saw its members revolt. The Foundation's had a tricky few weeks, after a board member...
Red Hat: Remote login from another workstation
* * ADMIN * * This is a dup, please delete * * When I was using Solaris, I could use the GUI Login Screen to log in to a different host. Example: I walk up to Bob_Desktop, and see the initial...
LXer: How To Enable Virtual Emulated Desktop On Proton Steam On Ubuntu Linux!
Published at LXer: Proton is an application released by Valve that is used to run Windows Operating System Games on Linux. We can install this application via Steam. Read More......
AlienBob's LibreOffice 7.2.0 fails to start in Slackware Current after all updates
Hello, On Slackware64 Current, I tried to start LibreOffice-7.2 installed using AlienBob's package. But I get this error in the terminal: Unspecified Application Error Any pointers to correct...
LXer: Permanently add a directory to shell PATH on Linux
Published at LXer: When you type a command into a Linux terminal, what’s really happening is that a program is being executed. Normally, to execute a custom program or script, we need to use its...
Red Hat: Remote login from another workstation
When I was using Solaris, I could use the GUI Login Screen to log in to a different host. Example: I walk up to Bob_Desktop, and see the initial GUI Login Screen that says (something to the effect...
Unable to log into FB on Ubuntu since it went down
When I try to login to FB since their crash I get a message that my user name and password are not connected to a FB account yet I have no trouble logging on with my IPad and chrome book. I found a...
twm does not start in ubuntu 20.04 on vbox
I'm trying to set up a minimal VM in virtualbox, so I installed from the server image and then just installed twm and xorg-server (along with their dependencies). It's been a while since I did this...
LXer: Best Spotify Alternatives For Linux
Published at LXer: Spotify does not enable you to host the software on your own server. Furthermore, the Spotify client for Linux is not developed by a dedicated team, so expect bugs and glitches...
Error when compiling kernel
Hi, I am a complete noob at linux kernel. But I want to compile it. It gives this error: code model kernel does not support PIC mode. Can anyone help me? Thanks, Widnows
...318319320321322323324325326327...