Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-29 22:31
Increase the volume of a video with ffmpeg
I used this command line to increase the volume of a video: Code: --------- $ ffmpeg -i input.mkv -c:v copy -af volume=12 louder.mkv --------- It worked fine, but the embedded subtitles...
LXer: Linux Mint 20.1 Installation, Review, and Customization
Published at LXer: Linux Mint is arguably one of the easiest and most user-friendly Linux-based operating systems to come by in the Linux world, and while it might be second to Ubuntu in...
update black screen new laptop
Hi guys, i have updated my new AMD Omen laptop (AMD 5800, nVidia 3060) with the newest Kernel and stuff and now i have a black screen and can't even login. Works fine on my lenovo thinkpad X250 tho....
Kubuntu 21.04 - How to swap the login screens on a dual monitor system?
I'm running Kubuntu 21.04 as a dual monitor system, where the right monitor is the main one. This means, when I move the mouse beyond the left edge of the right monitor, the mouse pointer appears on...
[SOLVED] Unable to download fox-tookit with sbo on current.
As the title says, I have been getting timeouts and not response from the server. Code: --------- Resolving ftp.fox-toolkit.org (ftp.fox-toolkit.org)... 24.96.140.92 Connecting to...
LXer: Huawei dev scolded for pointless Linux kernel code contributions
Published at LXer: Time-wasting commits called out as effort to burnish submission metrics. Last week, Linux kernel contributor Qu Wenruo scolded another code donor, Zhen Lei, for wasting kernel...
How to change screen resolution of KVM virtual machine?
Hi I want to change the initial screen resolution of KVM guest from 1024x768 to 1280x720. This screen size is not what you define when the operating system is already installed into the client....
slarm64 - upgrading the kernel
I wonder if someone could post an "Idiot's Guide" to upgrading the kernel in slarm64? I do it all the time in x86_64 systems using a script I wrote: Code: --------- installpkg...
HP Compaq 6720s - easiest Distro to setup (and use for a windower)
Bought a used HP Compaq 6720s for my son to use. He hasn't used Linux. It had a newly installed Win 10. Found that it wasn't activated and the the Windows Vista tag on it didn't give the update rights...
LXer: Windows 11 System Requirement is Turning Heads. Time to migrate to Linux?
Published at LXer: Microsoft announced Windows 11 at the official online event. Here's in this post we brief the Windows 11 system requirement and give you thinking points on whether you should...
LXer: 11 Cron Scheduling Task Examples in Linux
Published at LXer: In this article we are going to review and see how we can schedule and run tasks in the background automatically at regular intervals using Crontab command. Dealing a frequent...
LXer: JingOS, Linux-Based Operating System For Tablet And Smartphone!
Published at LXer: JingOS is a Linux-based operating system currently being developed by developers from China. This operating system is used on smartphones, tablets and desktop. If you look at the...
Divas Hair Care
*How To Take Care Of Long Hair* *1. Use the best hairbrush:* A boar bristle brush or a wet brush need to be your buddy! With lengthy hair (https://divashaircare.com/), It's very vital that your...
unable to install debian driver for hp 1020 printer
usb hp 1020 printer driver for debian os where to get
LXer: Take control over your data with Rally, a novel privacy-first data sharing platform
Published at LXer: Mozilla teams up with Princeton University researchers to enable crowdsourced science for public good; collaborates with research groups at Princeton, Stanford on upcoming...
LXer: CentOS 8 to Rocky Linux 8 Migration: A Step-by-Step Tutorial
Published at LXer: As you know, CentOS 8 will reach its End-of-Life in December, 2021. This easy to follow step-by-step tutorial explains how to migrate from CentOS 8 to Rocky Linux 8 by using the...
LXer: Using Ansible to automate Logical Volume Manager configurations
Published at LXer: Creating an Ansible playbook to automate partition creation and managing storage with Logical Volume Manager (LVM). Read More......
SSH connection closing after succesful login (SCP works fine)
My Debian server worked perfectly until I tried to install Unifi controller software from ubiquity (which required mongodb, java hotspot), after I lost normal ssh connection. SSH connection closing by...
LXer: Tmux Command Examples To Manage Multiple Terminal Sessions
Published at LXer: This guide explains what is Tmux and the Tmux command usage with examples in Linux. Read More......
how can i make slpkg use ponce current slackbuilds?
i have sbopkg using the ponce current repo and the slackbuilds are new but i f i use slpkg with the sbo repo it search for old slackbuilds, how can i make slpkg to use ponce current slackbuilds?
LXer: Proton 6.3-5 Adds Support for Civilization VI, Far Cry, Dark Devotion, and More
Published at LXer: Valve released today Proton 6.3-5 as the latest stable version of their open-source and free compatibility tool for Steam Play, which lets you play Windows game on your Linux...
LXer: Happy with your existing Windows 10 setup? Good, because Windows 11 could turn its nose up at your CPU
Published at LXer: If your chip's not on the list, you're not coming in. Even you, Surface Studio 2. Windows 11 won't land until nearer the end of the year and when it does users will only get a...
LXer: How to Setup Internet in CentOS, RHEL, Rocky Linux Minimal Install
Published at LXer: Setting up internet or network is super easy in minimal server installations. In this guide we will explain how you can setup internet or network in CentOS, RHEL, Rocky Linux...
LXer: How to Install SSH Server in Ubuntu 20.04
Published at LXer: SSH is a network protocol that allows you to connect to your Linux machine. If you are someone working in IT you know servers are present in data centers and to connect with the...
swaywm now has libseat as a hard dependency, any opinions on installing libseat on slackware?
Libseat was previously a soft dependency (wlroots/sway vers. 0.13/1.6) , now (vers. 0.14/1.6.1) it is a hard dependency. How do you feel about adding it to your slackware64-current installation to use...
LXer: Use Python to parse configuration files
Published at LXer: Sometimes, a program needs enough parameters that putting them all as command-line arguments or environment variables is not pleasant nor feasible. In those cases, you will want...
KVM: How to make VM get IP from same DHCP as host?
Hi, I have several VMs on KVM with virtual machine manager that I don't want to use NAT with, I want them to get a IP from the same source as the host machine, from the external DHCP. For this...
CPUFREQ ondemand governor settings?
Hi there, im looking for the ondemand governer settings for the cpu frequency stepping as i want to set the ignore_nice_load setting to 1 to stop boinc from keeping the cpu in max freq and making...
LXer: CentOS Stream vs. CentOS Linux: Red Hat Explains the Differences
Published at LXer: At the recent Red Hat Summit, the company gave developers everything they needed to assess CentOS Stream vs. CentOS Linux. Read More......
HELP - Openshot can't find a module.
I have been trying to run Openshot (from terminal mode) and this is the output that I get: Code: --------- bash-4.3# openshot-qt Loaded modules from installed directory:...
nvme Hardware Raid installation and configuration
OS: Ubuntu 20.04 Motherboard: TUF X570 Processor: AMD Ryzen 3900x Raid controller: ASUS Hyper M.2 X16 Gen 4 Card To start, I have installed the Raid controller with 4 2TB nvmes. I have enabled...
LXer: How to Fix 504 Gateway Timeout in Nginx Server
Published at LXer: I use NGINX a lot. I recently deployed a Node.js web application with NGINX as a reverse proxy server for it. One of the key features of the application is support for data...
LXer: How to Install and Use Tilix Terminal Emulator in Linux
Published at LXer: Tilix is an open-source advanced Linux terminal emulator that uses GTK+ 3 and offers a lot of features that are not part of the default terminal that ships with Linux...
nvme Hardware Raid installation and configuration
OS: Ubuntu 20.04 Motherboard: TUF X570 Processor: AMD Ryzen 3900x Raid controller: ASUS Hyper M.2 X16 Gen 4 Card To start, I have installed the Raid controller with 4 2TB nvmes. I have enabled...
How do you stop pre-typed text from showing up in the Username field? Anyone know?
I'm on Linux version of Firefox. I went to a website, and I typed the first letter of my password to log in, and at that point, a drop down list appears with my various usernames and e-mails that...
separate network interfaces
Is there a way to separate the network interfaces? problem: I'm having a bunch of devices that need to be updated. To make a kind of load balancing, I want the devices to connect to 4 ethernet...
LXer: Excellent Utilities: duf – disk usage utility
Published at LXer: duf is a simple disk usage utility that offers a more attractive representation than the classic df utility. It’s written in Go. Read More......
Kubuntu 21.04 - How to let volume tool tip last longer. please?
I tried the latest Kubuntu 21.04, but there's a little problem with the volume tool tip. When I hover the volume tray icon and scroll the mouse wheel, this tool tip does in fact appear, but it...
Full installation (without frugal) on hard drive with Slacko Puppy 7.0 not possible?
When selecting to do a full install on a computer's hard drive using Slacko Puppy 7.0 (32-bit; no EFI), it still does a frugal install. I have also tried using different formats with GParted and it...
How to free LVM pool space after initial install?
I have build a Centos 7.9 server with a very basic LVM config. Basically want just one big pool for VMs. After the initial install, there is zero free space in the device/pool. Any ideas why? What did...
LXer: How to program in C on FreeDOS
Published at LXer: When I first started using DOS, I enjoyed writing games and other interesting programs using BASIC, which DOS included. Much later, I learned the C programming language.I...
Can't login with root at Runlevel 3
i used init 3 to move to runlevel 3 , but after I can't login with root password , i viewed the the file "/var/log/secure" and found this : ---Quote--- Jun 25 17:39:12 localhost login:...
Ubuntu max number of ttyACM devices enumerated
Hi, I need help with increasing max number of ttyACM ports my linux can enumerate. I about 30 devices that are being enumerated as ttyACM0-ttyACM15, where 16 devices seems to be a limit :(, even...
Hi, I'm not new to linux, but have few questions :)
Hi my name is Max, I'm a software developer, use Linux at work full time, and need help with few items.
LXer: Mount cue/bin image files with CDemu
Published at LXer: Install CDemu to enable mounting of cue/bin disc images from GNOME Files. Read More... (https://fedoramagazine.org/mount-cue-bin-image-files-with-cdemu/)
LXer: How to Install Swift Programming Language on Ubuntu 20.04
Published at LXer: Swift is a general-purpose, compiled, and high-performing programming language with a focus on safety. It was developed by Apple as a replacement for the older Objective-C...
Does anyone know how to resolve missing kernel mitigation's?
I just ran a security scan on my Linux Server (Ubuntu 18.04.5 LTS with Kernel 4.15.0-143-generic #147-Ubuntu SMP and I like to know how to fix this. Anyone knows how to resolve the following issues: ...
[SOLVED] debug system crash?
So whenever I play Overwatch my computer would sometimes spontaneously shut down. This happens in Windows, and now in Linux too. In Windows what happens exactly is that the screen goes dark and...
LXer: Create Basic Python 3.10(beta) C++ Extensions on Fedora Linux 34
Published at LXer: Detecting all prime numbers in given range is supposed to performed by C++ code code below as a procedure invoked from Python. Tested with both Python 3.9.5 and Python 3.10...
LXer: How the Apache Software Foundation selects open source projects
Published at LXer: As a longtime volunteer and mentor (and current board member) at the Apache Software Foundation*(ASF) and vice president of the Apache Incubator, I[he]#039[/he]m proud to offer...
...404405406407408409410411412413...