Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2026-05-15 11:48
BlockingIOError: [Errno 11] Resource temporarily unavailable
On running "pipenv install" in a python3 virtual environment on a remote server, the following error message is displayed: Code: --------- BlockingIOError: [Errno 11] Resource temporarily...
LXer: Understanding system calls on Linux with strace
Published at LXer: A system call is a programmatic way a program requests a service from the kernel, and strace is a powerful tool that allows you to trace the thin layer between user processes and...
RHEL8 udev & partprob Error: Partition(s):1,2,3.. /dev/sdc1 have been written, but we have been unable to inform the kernel of the change
Hi guys , I was trying to add shared disks using udev in my rhel8 vm on virtualbox,but I am having a problem when applying the rules along with partprob on the partitions . Does udev configuration...
LXer: How to Configure Network Settings in Ubuntu
Published at LXer: In this article, I will give you examples of the basic configuration you need to set up a network in Ubuntu by either using the Command line or the Ubuntu Network Manager GUI....
Seconds in MATE panel clock causes system tray items to move.
Hi. I allow seconds to show in the MATE 1.20.5 panel clock. This causes the items in the notification area to move a bit constantly as the seconds numbers change. Can anyone figure this one out?...
ip6tables simple_firewall.rules
This is /etc/iptables/simple_firewall.rules file: Code: --------- *filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -p icmp -j ACCEPT
Problem with ClamAV
My desktop using Linux Mint 19.2 cinnamon was slowing down so I thought I am being hacked so loaded clamav. When I did sudo freshclam this was the error message. sudo freshclam [sudo] password...
LXer: How to create an Ubuntu EC2 Instance on AWS
Published at LXer: In this article, we will see how to create a new Ubuntu EC2 Instance on AWS. EC2 (Elastic Compute Cloud ) is part of the “Compute” service in AWS (Amazon Web Services). EC2 is...
Loading kernel modules with systemd or modprobe?
I don't want this to become a systemd flamefest and am not interested in opinions about the general merits or downsides of systemd. I can persist the loading of kernel modules with files in...
LXer: The Best DVD Players for Ubuntu
Published at LXer: In the past, multimedia was a sore point for Linux users. Now, though, it's a strength. There are plenty of fantastic DVD and video players for Linux systems, including Ubuntu....
LXer: How I used the wget Linux command to recover lost images
Published at LXer: In 2004, the Open Clip Art Library (OCAL) was launched as a source of free illustrations for anyone to use, for any purpose, without requiring attribution or anything in return....
LXer: Install and Run Ubuntu on Termux with AndroNix!
Published at LXer: As a Linux user, I imagine running a Linux distribution on an Android device. We know that most Linux distributions are made for desktop computers. Read More......
LXer: 4 cool new projects to try in COPR for October 2019
Published at LXer: COPR is a collection of personal repositories for software that isn’t carried in Fedora. Some software doesn’t conform to standards that allow easy packaging. Or it may not meet...
dns reverse zone is not working.
hi to all, I've centos64 as one server and second is client and centos 7.5 as two clients. i am configuring dns in centos 6.4. mine forward zone is working properly gives following output :- ...
LXer: How to Install, Configure and Use latest PostgreSQL Version on Ubuntu
Published at LXer: Postgres is an open-source relational database that has many advanced features like enterprise-class performance, triggers, Atomicity, Consistency, Isolation, and Durability....
Installing HVR-2200 Tuner on Debian Stretch
I had some hardware issues on my server, and so had to rebuild it. I decided to upgrade to the latest version of OpenMediaVault 4.1 (Debian 9.11). However, I'm having difficulties with my Hauppague...
epub viewer with choosable paper color, or other "related" settings
The PDF viewer i most use in my computer is XPDF. Just because it has a setting to choose the papercolor. It does not work in all PDFs because some have forced black on white parts, or are made by...
LXer: 5 tips for getting started with Linux server security
Published at LXer: Are you confused about where to start with Linux security? You're not alone. If you're new to Linux, here are five tips to get you started. Read More......
Integer Arithmetic Operations - subl
BACKGROUND: I am trying to better understand assembly language, so I am reading the book Computer Systems, A Programmer's Perspective, by Randal E. Bryant David R. O’Hallaron, November 16, 2001. I...
Firefox ESR
I'm looking for information about Firefox ESR. The Mozilla PPA (https://launchpad.net/~mozillateam/+archive/ubuntu/ppa) has not been updated in many weeks. Searching the web for anything related to...
LXer: How to use Gmail from the Ubuntu Terminal to send Emails
Published at LXer: In this article, we will explore how you can use Gmail from within your Terminal in order to send emails, by configuring the msmtp client. Read More......
Video : Ubuntu Mate 19.10 on the Raspberry Pi 4
Hi all. I've just finished a new video where I show how to install Ubuntu Mate 19.10 with kernel 5.3 on the Raspberry Pi 4. I also show how to overclock, and how to install zram. I had a problem...
LXer: Sweet text-driven travelling adventure Wanderlust Travel Stories arrives on Linux
Published at LXer: Wanderlust Travel Stories is a text-driven adventure that wants you to slow down a bit, from the lead gameplay and narrative designers on The Witcher games and written in...
LXer: How to speed up Linux ?
Published at LXer: You may have noticed as a Linux user (here we will focus on Ubuntu, but this applies to major distros), that your system has rather been slow or sluggish over time despite the...
LXer: Why I made the switch from Mac to Linux
Published at LXer: I have been a huge Mac fan and power user since I started in IT in 2004. But a few months ago—for several reasons—I made the commitment to shift to Linux as my daily driver. This...
LXer: Open Source CMS Ghost 3.0 Released with New features for Publishers
Published at LXer: Open Source CMS Ghost 3.0 has been released with new features like membership option, payment gateways, API driven site architecture and more. Read the details. Read More......
Internal microphone reproducing white noise (The simple noisy things)
I am nearly finished getting my first-ever Slackware OS up and running 100%, when I encountered that my microphone is playing the tune of Final Five Cylons Earth-homing beacon, and not my beautiful...
Slackware64 14.2 Java and jvm inconsistent and who created /usr/lib64/jvm?
Today I was updating my Oracle jre with PV's script from /extra. When I checked that AOO had the correct version registered, for the Base program, I also noticed that it found two versions of java. ...
Open terminal from right click
Hi everybody I have been trying to add "open in terminal" to the right click menu but for the life of me haven't been successful. I have scoured the net for what I thought would be something easy,...
LXer: How to Install Automad CMS with Apache and Let's encrypt on Debian 10
Published at LXer: Automad is a free, open-source and flat content management system written in PHP language. In this tutorial, we will show you how to install Automad CMS on Debian 10 using Apache...
Python Encryption Of User Input
Gents, I am in the process of creating a Python program that will use an API-Key to access a REST API on a particular website to perform certain actions. I do not want to store this API-Key inside...
[SOLVED] command not found under su
Ok, so just recently installed Debian 10 on my new file server after running Debian 6 for a while. So far things are going pretty good, except one little thing. If I do an su to root from a...
Problems with logging in to Linux server, AD security group.
I am pretty new to Linux and am in charge of a couple of Linux boxes after the previous admin left. We run AD in our shop and everyone is on a Windows domain. Access to these Linux servers are driven...
Introduction
I am new to user forums.. I have read a lot of posts here over the years already. Looking to reply with some details on an existing thread. I've been using Linux for quite some time starting...
make a csv file from a list
Hello everyone. I have to write a little script in BASH, but I have some troubles to figure out how to design a part of it. I have the "file" document which is a single column of data. ...
User login on Console 1 gets permission denied
RHEL Console 1 CTRL-ALT-F1 root logs in no problem. User logs in user name, gets password prompt, enters password and gets no permission. User can login on Window 2-11 (All that is allocated) but...
LXer: Mozilla Firefox 70 Is Now Available for All Supported Ubuntu Linux Releases
Published at LXer: The latest Mozilla Firefox 70 web browser is now available from the stable software repositories of all supported Ubuntu Linux operating system releases. Read More......
LXer: How to use the Tar command in Linux to compress and extract files ?
Published at LXer: One of the most commonly used commands to compress and extract files is ‘tar’. The tar tool, which stands for ‘tap archive’, is one of the most important utilities for system...
LXer: Increase Your Linux Experience 10 Folds with These Distros Sample
Published at LXer: This article lists down 2019's best distros as per the different categories of the users. Read More......
echo "Hello World"
Hello! I have been using Linux for over 20 years but I am new here. I currently write articles for Opensource.com https://opensource.com/, and Enable SysAdmin https://www.redhat.com/sysadmin/. I...
LXer: Disney’s Streaming Service is Having Troubles with Linux
Published at LXer: Disney’s upcoming streaming service Disney+ doesn’t support devices running Linux. Read More... (https://itsfoss.com/disney-plus-linux/)
Change all ? in filenames to _
I'm trying to write a Bash script to get rid of Windows-illegal characters on my external drive since Windows implodes if it finds one. XD In the past I made the following script to change file name...
Convert Ubuntu baremetal drives to VM
What tools can I use to convert a Ubuntu 16/17/18 physical (bootable drive+os) to a vm ? Preferably Virtualbox or VMware. Or would another VM format be better ?
LXer: openSUSE Tumbleweed Users Get the GNOME 3.34 Desktop Environment, Many Goodies
Published at LXer: The latest GNOME 3.34 desktop environment has finally arrived in the software repositories of the openSUSE Tumbleweed rolling operating system, along with numerous other goodies....
Sup, linux noob here :P
Hi there. Originally I'm a marketer/web designer/SEO consultant but as I invested in many projects that all need tools, premium software etc the budget is a bit tight ATM so I host all my sites on...
how to remove wordpress theme's google API calls
I am running my static site with a very basic wordpress theme. It is based on the wordpress service, where somehow my hosting space is part of the wordpress cloud, I get pushed out updates, which...
Script for moving&creating folders by month
I have 2 servers (centos 7). server 6 and server 1. In server 1 I have new directories created every month by the name of the month: Name_sep2019 NameT_sep2019 Name_oct2019 NameT_oct2019 I...
grub2-install on a drive is failing due to missing of a module
Hi Linux Guru, I was trying to fix the centos 7 linux booting issue as it was unable to pick the kernal image, I booted the centos in rescue mode but when I am trying to do grub2-install on disk it...
Cant ping eth0 behind openvpn tunnel
Hello guys, I have two servers connected with each other by an openvpn tunnel. I can establish the tunnel and i can ping from one tun interface to the other. Setup: Server: ...
LXer: Best Free Graphic Design software for Linux
Published at LXer: In today’s digital world, we often need graphic contents that are visually appealing to the eye. Whether they will be used in a website, advertisement poster or other purposes,...
...924925926927928929930931932933...