Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2025-09-15 02:16
LXer: How to use Bash history commands
Published at LXer: Bash has a rich history. That is, it's an old shell with an even older ancestor (the Bourne shell), but it also has a great history command that surpasses all other shell history...
About Myself
Hi everyone, I am Daniele, I am from Italy and I am now subscribing to this forum. I've used Linux for two years now, especially during this quarantine time. I've always used Ubuntu and I am pretty...
Xfce4 - Clock - Don't show AM/PM
Hi there someone know how to fix Xfce4 Clock don't show AM/PM ? Image Attached and here an url to see the full image https://i.postimg.cc/5ysx7dzR/Xfce4-Clock.png
LXer: KDE Plasma 5.20 Bringing this Stunning Taskbar Feature in Next Release
Published at LXer: KDE Plasma 5.20 which is scheduled to be released later this year, just announced a new taskbar feature for this gorgeous desktop. Read More......
Help with correcting error on Gnome Terminal made while attempting to upgrade login pw
I was notified on the terminal that an upgrade was available that allowed me to enter protonvpn commands without entering the password first. The upgrade offered other features that i did not really...
LXer: Latest Intel CrossTalk Vulnerability Now Patched in Debian GNU/Linux, CentOS and RHEL
Published at LXer: The latest Intel CrossTalk vulnerability is now patched in Debian GNU/Linux, CentOS Linux, as well as Red Hat Enterprise Linux systems. Read More......
Debian 10 GUI randomly not responding
Hello Linux friends, I'm having some serious problems with Debian 10, I downloaded it from here: https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/ all 3 DVDs, checked the MD5, burned...
bond
hi, i like some examples when to use nic bonding mode 1(active-standby) and when mode 4(active-active). i think when we use ssh to connect to a server,then in that server we configure bonding in...
Hello from a Debian user
Hello Linux friends, This is my second attempt to befrined with Linux Debian and this friendship is born in pain. But I'm reading a 1800 pages book "UNIX and Linux System Administration Handbook...
LXer: How to Install GitBucket with Nginx on Ubuntu 20.04 LTS
Published at LXer: GitBucket is an open-source Git web platform powered by Scala. It provides a Github-like user interface features such as Git repository hosting via HTTP and SSH, issues, wiki,...
LXer: Improving Linux container security with seccomp
Published at LXer: Try this method of using an OCI runtime hook for tracing syscalls before you build a container. Read More... (https://www.redhat.com/sysadmin/container-security-seccomp)
LXer: CentOS Linux 8.2 Officially Released, Based on Red Hat Enterprise Linux 8.2
Published at LXer: The CentOS community announced today the general availability of the CentOS Linux 8.2 operating system as the current stable release of the CentOS Linux 8 series, tagged as...
[php] ftp_login() gives 500 server error
Hello I have the following code. Code: --------- error_reporting(E_ALL); ini_set('display_errors', '1'); // FTP-SSL connection $ftp_conn = ftp_ssl_connect($ftp_server);
pdfgrep vertical text
I have a bunch of pdf that may not be written in format (randomly downloaded from google scholar). I am trying to check through their data source, so I used pdfgrep for the task. Code: ---------...
pdfgrep vertical text
Hi, I am very new to linux.. please bare with me if I am asking stupid question. I have a bunch of pdf that may not be written in format (randomly downloaded from google scholar). I am trying to...
zparseopts - How to make an option (not argument of the option) mandatory
In The example bellow: Code: --------- function zp () { zparseopts -E -walk:=o_walk echo "walk: $o_walk" } --------- I get the follwing output.
LXer: How to Create an User Without Password on Linux
Published at LXer: This quick article helps users learn how to create an user without a password on Linux. Read More... (https://www.2daygeek.com/how-to-create-a-user-without-password-in-linux/)
zparseopts - If no argument is given to compulsory option, it takes next option as the argument
I am using *zsh 5.4.2*. The function that is causing issue is: Code: --------- function zp () { zparseopts -E -watch:=o_watch -show=o_show echo "show : $o_show" echo...
[SOLVED] zparseopts - How to pass multiple argument to an option
I am using *zsh 5.4.2*. The function that is causing issue is: Code: --------- function zp () { zparseopts -E -watch:=o_watch -show=o_show echo "show : $o_show" echo...
[backup] Make exact copy of USB keydrive to run appliance?
Hello, I run an ARM-based appliance (https://en.wikipedia.org/wiki/SheevaPlug) off a USB keydrive with Debian. As backup in case the keydrive goes south, I'd like to make an exact copy that I...
Trying to understand profile in etc
Hi I am trying to learn the purpose of certain files in /etc directory. In this context, I was looking at /etc/profile and want to understand its syntax. Can you point me to a manual or guide which...
GRUB not working as intended any more
Hello everyone, I somehow screwed my GRUB settings, it seems. What I did is I booted W10 to reduce the size of a partition and create a new one (without FS). Then I tried to reboot into Linux...
stop rm following links
When I try to use rm to delete a soft link, it wants to delete the target directory. How do I stop that?
LXer: Bigger than big: Linux kernel colonel Torvalds claims 5.8 is 'one of our biggest releases of all time'
Published at LXer: 'We have modified about 20 per cent of all the files'. Linus Torvalds has said that version 5.8 of the Linux kernel is "one of our biggest releases of all time".… Read...
Some thoughts about the future of Slackware
Attention: it's not trolling or attempt for provocation. Just some thoughts many of you probably had already. Slackware reputation as stable distro has stepped back significantly for the last 8-10...
LXer: How to Install Cacti SNMP Monitoring Tool on Debian 10
Published at LXer: Cacti is a free and open-source, web-based network monitoring, and graphics tool. In this tutorial, we will show you how to install Cacti on Debian Buster 10. We will install...
[ANN] Soma 3.3.5
Hello all, By request, a soma.desktop menu shortcut added in this version. It will show as Internet Radio, with an orange radio icon. http://tty1.uk/slackbuilds/noversion/soma/
Looking for any good idea to read python script.
Hya, I have a question for python experts. How do experts read python script, written by somebody else? I have some sort of trouble how variables are defined, variable/module confusion... ...
LXer: PinePhone postmarketOS Community Edition Pre-Orders Kick Off in Early July
Published at LXer: PINE64 and postmarketOS communities announced today that there will be a new community edition of the PinePhone Linux phone powered by the postmarketOS mobile operating system. ...
LXer: Modprobe Command in Linux
Published at LXer: In this article, we’ll explain how to use modprobe to add and remove modules from the Linux kernel. modprobe is part of kmod, a binary that implements multiple programs used to...
Chromium browser and Facebook issue
My Chromium browser, when using facebook, no longer notifies me, with a pop up chat, when someone sends me a message - ??? "Chrome" and "Firefox" still work fine. But I prefer Chroumin. Anyone...
Can I put another distro, besides Android, on my Tracfone ?
Can I put another distro, besides Android, on my Tracfone ? Android is just too packed full of Google "stuff." I'm curious if I can use another distro on my phone, that will also work with...
Need to unplug an replug scanner
When I attempt to use xsane, it does not find my Canon scanner. lsusb: Code: --------- Bus 002 Device 006: ID 04a9:2206 Canon, Inc. CanoScan N650U/N656U --------- In...
Message notification problem - using Android 8
I had too many notifications on my main screen, so I went in and turned as many of them off as possible, excluding the message notifications. Now, when I receive a text message, it only very...
Configuring Postfix
It has been about 8 years since I had to do this, but I find myself having to do it again. We have installed postfix on a Fedora server. When I configured it before, albeit many years ago, I used port...
Can connect to router but can't receive internet: need help with logs
Hello, I have interesting behavior in syslog: my router see my laptop, but i have no internet connection and status of networking.service is "exited". I tried use dhcp: Code: ---------...
Can't change NIC address?
I went into the network connection in the GUI desktop and change my NIC to manual IP but it does not stick on reboot. This if or Tricia V 19 I guess. eg. Code: ---------...
Blu Ray on linux Mint 18.2
I have a new Blu Ray/DVD desktop drive (LG WH16NS40), and want to burn and play bluray disks. The driver info I can find seems outdated and iffy - sort of worked, but not really, in 2018 - 2019.......
What files do I need when backing up with Rsync, and what is the syntax
What files/folders do I need to back up on a Linux system? My main interest is two fold: protecting my files in case disaster strikes, and (although somewhat in the future,) making distro hopping...
changes to $PATH don't persist
(Slackware) I am trying to add /sbin and /usr/sbin to my $PATH but it isn't persisting. I have tried to fix this in two ways, the command "export PATH=$PATH:/sbin:/usr/sbin" and by editing my...
chromium error on Slackware64-current
I'm running Slackware64-current (multilib if it matters) and am having problems with AlienBob's Chromium (chromium-83.0.4103.97-x86_64-1alien) starting properly. It does start but I get an empty...
LXer: Open source OpenMW game engine brings Morrowind to Linux
Published at LXer: Morrowind is a much loved RPG classic and thanks to open source it continues living on modern platforms with OpenMW. Read More......
Web server problem loading PHP MySQL extensions
I am running into a problem loading MySQL PHP extensions when starting HTTPD and PHP is enabled. I am running a Slackware 14.2 distro. I recently began investigating using PCP with my web server for...
Semi-Emergency - Can't boot to CLI to swap video card
CentOS 7: CentOS Linux release 7.8.2003 (Core) Current video card: NVIDIA Corporation GT218 [GeForce 405] (rev a2) Driver: elrepo kmod-nvidia-340xx Yes, it's old, I do not game. It's dying, the...
LXer: Activate Two-Finger Touchpad Scrolling in Debian 10
Published at LXer: In this article we will explain how to enable and disable scrolling with the two-finger touchpad on your Debian touchpad. You can emulate the procedure described in this article...
LXer: LaTeX Typesetting - Part 1 (Lists)
Published at LXer: LaTeX lists come in three types of lists – itemized, enumerated, and decription. Read on to find out more about how to style and nest the various types of lists that LaTeX can...
New to Bodhi - Install with grml-rescue boot?
Bottom Line Up Front: I am looking for instructions to do the grml-rescue install of Bodhi 5.1.0-legacy. Does anyone have a pointer to something kind of step by step? I have the ISO. I have an old...
steveg1000 intro/hello
Hi everyone, My name is Steve Gardner, and I just signed up for this site today. I have been using linux ubuntu at home now since 2016, and I am a hobby programmer.
remote desktop and wayland
So I very much would like to be able to remote to a fedora 31 (soon to be 32) workstation. I've always been able to do this until one of the fedora upgrades I did a ways back wayland rolled out. ...
Question about LVM snapshots - Read-only vs Copy-On-Write
I'm new to LVM snapshotting. I need an experienced LVM user to verify if I've got this right: What I want is to use LVM to take a static snapshot of my LVM filesystem so I can then mount that and...
...720721722723724725726727728729...