Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-25 04:16
How do I combine Shadowsocks with OpenVPN?
Hello, I want to implement the following scenario: ---Quote--- VPS (Shadowsocks Server) ---> Home Server (Shadowsocks Client + OpenVPN Server) ---> Client (OpenVPN Connect) ---End Quote--- I...
LXer: (Updated) Milk-V Unveils World's First RISC-V Open Source 10G Ethernet Switch
Published at LXer: Milk-V recently released specifications for the Milk-V Vega which is described as the first RISC-V 10 Gigabit Ethernet Switch implemented on the FSL1030M network switch chip. The...
Internet sharing between two NICs
Hello, I have a virtual machine with two NICs as follows: ---Quote--- enp0s3: 10.0.2.15 enp0s8: 192.168.1.20 ---End Quote--- I want to share the internet of the *enp0s3* NIC with the *enp0s8*...
Who gives root password to telegram?
I installed telegram 4.10.2 from slackbuilds.org. When I launch it as a regular user, it wants my root password: Code: --------- Authentication is needed to run...
LXer: How to Get Linux Apps: The 7 Ways To Do It
Published at LXer: This is a detailed article we created for new users on how they can get apps and software on their favourite Linux distribution. Read More......
How to do a fresh linux install on a possibly compromised windows machine to ensure I am starting from a clean slate?
I have been given an windows tablet which comes which has windows 10 already installed. How to install to ensure a clean install with no contamination from previous install or usb install media? I...
LXer: EndeavourOS Released Galileo Neo, Here�s What�s New
Published at LXer: EndeavourOS Galileo Neo comes with Linux kernel 6.7.1, an improved installer, and KDE Plasma offline options fixes. Read More... (https://linuxiac.com/endeavouros-galileo-neo/)
LXer: BlueSMiRF v2 High-Speed ESP32-Based Module with Duplex Transmissions up to 921600bps
Published at LXer: SparkFun has just unveiled the latest addition to its BlueSMiRF lineup i a compact and advanced wireless module that maintains the familiar form-factor of its predecessors....
changing unlock screen Ubuntu 22.04
I have changed the theme in Ubuntu 22.04 for unlocking the screen. But when I try to unlock the screen different formatting appears. I enter my password and for a second the formatting I entered in my...
LXer: How to Disable IPv6 on Ubuntu 24.04
Published at LXer: Ubuntu 24.04, like its predecessors, supports IPv6 by default. However, there are times when you might need to disable IPv6, whether for compatibility reasons, testing purposes,...
LXer: The Land Before Linux: Let's talk about the Unix desktops
Published at LXer: It takes more than open source, it takes open standards and consensusOpinion Today, thanks to Android and ChromeOS, Linux is an important end-user operating system. But, before...
Logitech C270 Webcam not recording audio
Hello and good day, I am trying to run a webcam on my system, however, the problem is that I am not able to get audio to record with video. I have attempted using Cheese and Webcamoid but to no...
What Is The Meaning Of This LuckyBackup Error Message?
---Quote--- You have only included tasks that are going to be skipped ...nothing to do !! ---End Quote--- And how can I fix it?
LXer: EndeavourOS Galileo Neo Released with Linux Kernel 6.7 and Improved Installer
Published at LXer: Bryan Poerwo of EndeavourOS announced today the release of the Galileo Neo update to the EndeavourOS Galileo release bringing a new kernel for better hardware support and some...
gtksourceviewmm-master on Slackware64-current
Hello guys, I have been working on a text editor and I wanted to try out gtksourceviewmm-master branch from github. I was able to ; Code: --------- ./autogen.sh --------- after a couple of...
qemu arcolinux with openbox vm maximize /minimize
good afternoon i have installed qemu in arch linux, and created a vm. still figuring things out, one thing i haven't figured out is after maximizing a vm how do you make it smaller. i'm...
LXer: Flathub Now Has Over One Million Active Flatpak App Users
Published at LXer: After hitting one billion downloads in May 2023, Flathub, the home of hundreds of apps and games for Linux, reached another huge milestone, one million active users (and...
How do I use OpenVPN with V2Ray?
Hello, I want to use OpenVPN with V2Ray. I took a look at the OpenVPN configuration with Shadowsocks and saw that in the Client.conf file there were two lines as follows: Code: ---------...
C++ linked-list traversal
I am aware of four methods for traversing a doubly-linked list in C++. Code: --------- // plain c++ for (elem = list.next; elem != &list; elem = elem->next) {
LXer: Flathub Surpasses One Million Active Users Milestone
Published at LXer: Flathub emerges as Linux's preferred app store with a one million active users milestone. Read More... (https://debugpointnews.com/flathub-million-users/)
GNOME screen recording: how to start it in Debian11 GNOME ?
So far https://askubuntu.com/questions/1190696/start-gnome-screen-recorder-command-line say use ---Quote--- gsettings get org.gnome.settings-daemon.plugins.media-keys screencast ---End Quote---...
Navigation Apps.
Does anyone use a free commercial navigation app on their laptop/chromebook ? I checked out this page: https://www.ubuntupit.com/best-gps-tools-for-linux/ a bit confusing. any feedback is...
LXer: Linux Kernel 6.7 Released with Various Security Improvements
Published at LXer: The release of Linux kernel 6.7 introduces various security features and updates. One notable improvement mentioned in the article is the update to the crypto subsystem, which...
LXer: How to Install PrestaShop on Rocky Linux 9
Published at LXer: PrestaShop is an open-source e-commerce web application written using Symfony PHP framework. It allows you to design, build, and host an online store to sell products, receive...
XFCE compositor doesn't work
hello i installed today in vmware latest Mint XFCE and nothing in compositor options work, transparency, opacity, animations, thumbnails ... ... nothing yet 2 versions ago, it all worked fine...
Why does my Antix-23 install have a systemd apt job running under cron?
I booted AntiX this morning, selected software updater and was told that I couldn't update because apt was already running. So I tried "ps aux" and sure enough, there was a systemd/apt thing running...
LXer: Budgie Desktop�s 2024 Roadmap Unveiled
Published at LXer: Celebrating 2023's successes, Budgie Desktop sets ambitious goals for 2024, focusing on the Wayland transition and Budgie 11. Read More......
Pb booting bzImage via PXE in slackware-current
pxelinux.cfg_default need to be updated: Code: --------- default hugesmp.s prompt 1 timeout 1200 display message.txt F1 message.txt
Secure the SSH service
Hello, Is the following configuration sufficient for SSH? Code: --------- Port Number ListenAddress IP PermitRootLogin no
How to install elilo
This is really a continuation of a previous problem. When booting into a freshly installed 15.0 system, basically nothing works. It turns out that the updated kernel from a previous install gets...
[yad] Unable to set default for very last of several check-boxes
Good morning I have a yad script, creating a dialog with several check-boxes, all set to true initially. The very last one cannot adopt that value. *Is this a bug* in your opinion or something I...
LXer: Redcore Linux Hardened 2401 Released, Here�s What�s New
Published at LXer: Gentoo-based Redcore Linux Hardened 2401 rolls out with Linux kernel 6.6, PipeWire by default, and a new Sisyphus backend. Read More......
amd a12 radeon 7 32 compatible opengl vulkan drivers help
I have a old acer aspire with AMD a12 apu with radeon 7 graphics card. trying to get 32 bit compatibility going to use with playonlinux and wine 32bit for old 32 bit games. got multilib...
rsync fails on backup to ext4 external disk
On KDE Plasma, I used a WD external drive with NTFS file format, but at some point the HP probook laptop refused to mount that disk (I posted another query about it previously). So, using the KDE...
LXer: Yazi - terminal file manager
Published at LXer: Yazi is billed as a blazingly fast TUI file manager with asynchronous support. This is free and open source software. Read More......
FATDOG 901 > ROX-Filer how to set double click?
I was researching, and in the context menu, supposedly in "options" you can make the adjustment. But I get a message that the file does not exist nor do I have permissions on the. *The million...
FATDOG > OpenShot 2.6 > appimage is working
... it seems like a lie, but in just 600 MB FATDOG has everything that no Linux distribution offers. It makes me very nostalgic, because I remember when Ubuntu began to gain ground from version 6.06...
LXer: How to Install Consul Server on Ubuntu 22.04
Published at LXer: Consul is a modern platform for service discovery that allows you to register services via DNS and HTTP interface. It also offers a Service mesh feature that enables secure...
Where I have to start learning linux
Simply guide me where to start learning linux.
LXer: How to Fix ERR_CONNECTION_REFUSED
Published at LXer: In this tutorial, we will show you how to fix the ERR_CONNECTION_REFUSED error that can happen both when accessing other websites as well as when trying to access your own...
Faster way to uninstall apps
I am running Mint Debian edition, and I am testing different applications, for some reason the software manage starts very slow takes around half minute, so that it is quite trouble even to uninstall...
Default browser not settable
I am running Mint Debian edition, and I set Firefox as default browser (preferred applications), but when I click on a link on Signal it starts Chrome instead, I tried with other Firefox clone such as...
'David L. Mills, Who Kept the Internet Running on Time, Dies at 85 '
He invented NTP. https://www.nytimes.com/2024/01/26/technology/david-l-mills-dead.html
USB SSD not accepted by Linux OSes
Hi guys. I have a tiny USB SSD which I wanted to use to boot different Live systems from. It has 2 "devices" inside (LUNs), one - read only 3 mib CD-drive and one - main memory. The main memory is...
FVWM3-FVWM95-NsCDE questions
Hello:). All this FVWM3-FVWM95-NsCDE installed well. Now i want configure. *FVWM3,NsCDE* 1. how make tool/button with flag keyboard country and volume control similar to system try in xfce is...
LXer: Ubuntu 24.04 Firewall: A Quick Guide
Published at LXer: Understanding and managing the firewall on your Ubuntu 24.04 system is crucial for ensuring the security and efficiency of your network. A firewall acts as a gatekeeper,...
LXer: The Parrot OS 6.0 Release: Empowering Ethical Hackers with Cutting-edge Tools and Enhanced Compatibility
Published at LXer: The recently released Parrot OS 6.0 has garnered attention among Linux administrators, infosec professionals, internet security enthusiasts, and sysadmins. This latest version of...
Kernel panic - not syncing: No working init found.
Hi guys, I'm looking for some help. I've successfully installed new Slackware 15 on an old IBM x3400 server. After finishing the installation, the system rebooted and then I got a kernel panic. ...
LXer: Open Source BIOS/UEFI Firmware Libreboot 20240126 Adds Support for New Hardware
Published at LXer: The Libreboot project announced today the general availability of a new Libreboot release, version 20240126, which introduces support for new hardware, as well as several...
anyone using Google Drive from slackware File manager?
hi, I tried to log in to google drive from slackware's build-in file manager but recieved an error message from google that it doesn't allow third party login for security concerns. just curious...
...145146147148149150151152153154...