Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2025-05-19 18:16
Compressing mp4
I recorded a 7 minute video on Windows 10 (WIN-ALT-R) and it ended up being 592MB! On Slackware 14.2, ffmpeg version 3.2.4, I used the following command to reduce the frame rate successively from...
Wordpress frustration
I have a customer using Wordpress on my server. She keeps running into permission issues when updating or installing plugins. So far the only “fix” I’ve found is to chown all files to the web...
LXer: How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04
Published at LXer: The mod_rewrite is an Apache module that uses a rule-based rewriting engine. It is used for translating and redirecting the requested URL to a new URL. In this post, we will...
ESP seems to be corrupted
How do I restore the ESP on a system (openSUSE 15.1) that was working but now doesn't boot after updating. I tried reinstalling from the DVD but keep getting the message: "/boot/x86-64/loader/linux"...
LXer: Ansible emphasizes inclusive language in new release
Published at LXer: During this development cycle, the Ansible project has made significant progress in its goals to make the community and code more welcoming and inclusive. With the release of...
LXer: How to Install Gitea on Ubuntu 20.04
Published at LXer: Gitea is a fast and easy-to-use self-hosted git server written in Go. It includes a repository file editor, project issue tracking, user management, notifications, built-in wiki,...
Libreoffice extremely slow
Hi, I'm using Libreoffice 7.0.4.2 and it's painfully slow compared to previous releases. The response lag is a real issue particularly with Draw & Impress. I'm on sparky linux (=debian...
How to rollback btrfs snapshot?
Hello I have taken a snapshot of / filesystem and I want to roll back the changes I made. How do I do that in btrfs? Can't figure it out. Following are my subvolumes Code: --------- #...
LXer: Contribute to Fedora Kernel 5.12 Test Week
Published at LXer: The kernel team is working on final integration for kernel 5.12. This version was recently released and will arrive soon in Fedora. As a result, the Fedora kernel and QA teams...
Computer boots 2 hours after BIOS wake-up time setting (Sparky Linux)
Hi, I've set the BIOS option of wake-up by time but the computer turns-on exactly 2 hours afterwards. Both my BIOS clock & the linux clock show the same time. I'm on sparky linux rolling...
[SOLVED] Python - SyntaxError: invalid syntax
I am trying to reuse following python code to check host and port connectivity. https://gist.github.com/betrcode/0248f0fda894013382d7 Code: --------- import socket def...
LXer: Install phpVirtualBox to Manage and Access Virtualbox VM’s
Published at LXer: In previous articles, we have seen how to work with VirtualBox core features that come with the VirtualBox package. We have seen how to create Guest Virtual Machines, Different...
Dead keys doesn't work with text processors in Ubuntu 20.4
Since a time ago I'm experimenting problems with dead keys in text processors like LibreOffice Writer, also with FeatherPad, in Telegram desktop official tool, but not in navigators like Google Chrome...
'Mini' PC to support Geforce Now game streaming
Has anyone any suggestion (or is using) an off the shelf mini pc complete with GFX card (Cheaper than buying a separate cord?), on which I can install Ubuntu and stream Geforce Now games? I...
LXer: How To Optimize Laptop Battery Life With TLP In Linux
Published at LXer: TLP is a commandline tool to optimize Laptop battery life in Linux. TLP's default settings are well optimized for saving Linux laptop battery power. Read More......
XPS13 9300 connecting display to monitor via HDMI
I am using an XPS13 9300 with xubuntu 20.04 and Xfce desktop. The laptop is connected to the monitor on HDMI1 via a Dell adaptor (See below), which connects to one of the USB C ports on the laptop....
IBM's 2nm wafer - thoughts?
https://www.bbc.com/news/technology-57009930 Apparently IBM have made a 2nm wafer (of ICs) in their lab. That is not 7nm, not 5nm, but 2nm. The breakthrough is remarkable, if it's real. The...
[SOLVED] Python - pass variable as parameter?
In python, how can I pass variable as a parameter eg. in db connector? In this example im trying set host as what is defined in: dbhost variable but it does not work. I tried also $dbhost , "dbhost"...
LXer: How to Install and Setup Apache Spark on Ubuntu/Debian
Published at LXer: Apache Spark is an open-source distributed computational framework that is created to provide faster computational results. It is an in-memory computational engine, meaning the...
Which /var/log files can I remove to make space on my drive?
Hi all, My question is quite general and not quite specific on which log files I'm pointing out to. But does anybody know how I can determine the old .log.1 or .gz files that are listed in my...
Localization problem with LANG=fr_FR
Perhaps I did some errors but I have some localization problems. As I am french and use linux in non utf8 mode, I have set LANG=fr_FR in lang.sh and in plasma-localerc. With that I have a french...
How to keep Min18 updated in future?
Is there maybe some way to be able to keep on manually upgrading the various packages in Mint18? Like: through Synaptic or "apt-get upgrade all" or somesuch in a root terminal?? I've got the latest...
Why I can't browse my Samba share?
Hello, I'm setting up a Samba DC on the Fedora Server 33 and joined a Windows client to my domain. I want to create a share that just accessible for specific users. I have a "login" group with...
LXer: Setup A Shared Folder Between KVM Host And Guest In Linux
Published at LXer: This guide explains how to setup a shared folder between KVM host and guest virtual machine using Virt-manager in Linux. Read More......
wnp-ua300p-01
WNP-UA300P-01 usb link works but is not indicated by the LED. It does not flash. What to do on Linux Mint?
Issue with Out of Bound array for RDF code
Hello, I am fairly new to fortran coding and tried to write a RDF (radial distribution function) code for the analysis where during compilation I am getting out of bound array error for line 168 in...
LXer: Static and dynamic IP address configurations: DHCP deployment
Published at LXer: Configure a DHCP server and scope to provide dynamic IP address configurations to your network subnet. Read More... (https://www.redhat.com/sysadmin/static-dynamic-ip-2)
LXer: How to Clone Virtual Machine in VirtualBox
Published at LXer: Installing a fresh operating system on VirtualBox is easy and can be done in a short time. After that, there are so many steps like installing packages, hardening the OS,...
Reading from EndPointsPriority.txt and finding that file name in other Directory in .sh
EndPointsPriority.txt contains>> 0001105 0005074 0079557 Reading from EndPointsPriority.txt and finding that file name in other Directory in .sh This is working >>>>>>>>>>>>
Reading from EndPointsPriority.txt and finding that file name in other Directory
EndPointsPriority.txt contains>> 0001105 0005074 0079557 Reading from EndPointsPriority.txt and finding that file name in other Directory This is working >>>>>>>>>>>>
LXer: How to customize Bash Terminal prompt on Debian 10
Published at LXer: The bash Linux shell provides many customization options for the prompt that you can use not only to incorporate various features in the prompt but also to differentiate them...
LXer: The quest for faster Python: Pyston returns to open source, Facebook releases Cinder, or should devs just use PyPy?
Published at LXer: Official CPython is slow, but there are many ways to get better performanceFacebook has released Cinder, used internally in Instagram to improve Python performance, while another...
LXer: Open Mainframe Project Launches Call for Proposals for the 2nd Annual Open Mainframe Summit on September 22-23
Published at LXer: Registration for the Virtual Event is now Open SAN FRANCISCO, May 5, 2021 – The Open Mainframe Project (OMP), an open source initiative that enables collaboration across the...
Help. I accidentally trashed my slackpkg updates.
I have totally corrupted my update files, and slackware no longer updates anything. I tried to "fix" the update problem. I probably really fouled up by deleting all files in the /var/log/packages,...
HP Stream 11, will doubling RAM make a difference?
I'm running 64-bit Fedora on an HP Stream 11-y0XX. It's got a 32GB hard drive, 1.6-GHz Intel Celeron N3060 processor, Intel Graphics 400, 4GB of RAM. Fedora actually runs really well on this...
Scripting help
Have a multi line file that contains four fields, the first field is a label and the other three are numbers. I need to find the percentage difference between field two and four and if it is greater...
LXer: Ubuntu Touch OTA-17 Arrives May 12 with NFC Support, Available for Testing Now
Published at LXer: The UBports Foundation announced a call for testing for their upcoming Ubuntu Touch OTA-17 software update for supported Ubuntu phones, which is slated for release on May 12th,...
[SOLVED] Changing clip speed in kdenlive just deletes the clip
Never had this happen before, it just started now. So pretty much as title, when I change the speed of a clip, instead of actually changing the speed, and making it shorter/longer on the time line it...
slackpkg - version 15.0.2; post-functions.sh: line 182: [: 41: unary operator expected & more screen control garbage .
Hello ALL , Here we go again (I beleive , Maybe the previous culprit was from the "upgrade-all" area ). This line in my script (Yes run from CRON) ... slackpkg -batch=on -default_answer=y...
Bash scripting/Iptables help
I am creating a bash script that will start on boot of my slackware-current system, which it does. But it is inserting the rules into iptables not in the desired order, and i think this is due to my...
LXer: How to configure and manage firewalld rules in Linux
Published at LXer: The firewall is essential for controlling the flow of network traffic in and out of the Linux server. It enables users to control incoming network traffic on host machines by...
Best way to backup live lampp server
Hello! I have a apache2 / php7.4 / mysql sever on ubuntu 20.04. To prevent me from rebuilding the whole thing again, what is the best way to do a complete nightly backup that can be restored easily?...
LXer: How to Kill Linux Processes/Unresponsive Applications Using ‘xkill’ Command
Published at LXer: The kill command sends a signal to a process, whose PID is passed along with the command. Alternatively, we can use pkill command, which kills a process based upon name and other...
Cannot install modules with 5.12 kernel
Hello! I've just switched to 5.12 kernel and find out that now I cannot install even the simplest kernel modules with only module_init/module_exit methods. Like here...
Free-up space on logical volume under LVM?
I have a logical volume on an SSD drive that is filled to capacity. Both the VG and the PV are shown as full. I'm thinking I should run fstrim to free-up unused space on the LV. However, the fstrim...
LXer: LFCA: Learn Cloud Costs and Budgeting – Part 16
Published at LXer: Over the years, there has been an exponential adoption of Cloud services as organizations seek to tap into the numerous benefits offered by the Cloud to streamline their...
Help with setting up FTP
Hi guys, I'm learning linux and have linux mint installed. I'm trying to get filezilla to work over the internet. I have a vsftpd server following this link:...
Installing Google Chrome.
Hello. Due to a HDD failure, I installed Ubuntu 18.04 on a new disk. I want to install the Google Chrome web browser ele cannot be installed on my computer. I used the commands below to no avail:...
avahi-daemon disabled but is still started
I've run systemctl to disable avahi-daemon.service and avahi-daemon.socket. And yet, they both are running! I suspect that cupsd is responsible, but I don't know how to prove it: ---Quote--- ●...
LXer: Learn essential Kubernetes commands with a new cheat sheet
Published at LXer: The cloud runs largely on Kubernetes, Kubernetes largely runs on Linux, and Linux runs best when it has a skilled sysadmin at the controls. Whether you consider yourself a cloud...
...435436437438439440441442443444...