Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-30 07:00
How to implement "New Tor Circuit for this Site" via CLI?
Hello, I have a website that counts the visitors by their IP addresses. When I open that website in the Tor Browser and then click on "New Tor Circuit for this Site" option, then the web site counter...
Recreating "Boot0010 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)"
Hi all, I was tinkering with efibootmgr and accidentally deleted the Boot0010 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9) entry. Now I cannot get into the BIOS by pressing F2, or by...
fdisk stuck when executing on an USB stick
I have a ADATA UV320 32GB USB stick, and I want to format it. When I plugged it into my machine, it is recognized, and `lsblk` can see it(*sdb*). img: https://imgur.com/Yqq1VgL But when I'm...
f2fs root
I'm trying to boot an f2fs root filesystem, but ELILO hangs with the following on the screen: Code: --------- ELILO v3.16 for EFI/x86_64 . Loading kernel vmlinuz... done Loading file...
boost and python3 curiosity.
I'm just curious why boost for arm is not built with python3 support compared to non-arm packages.
LXer: How to Set up Wireless interface on Ubuntu
Published at LXer: Setting up the wireless interface on Ubuntu Linux is likely one of the first things you'll need to do after installing the operating system and booting into it for the first...
Need help telnetting into my Ubunto box
Hi fellas - pretty new to Linux over here; I have an ASUS Eee netbook running Ubuntu 14.04. I would like to learn a little C programming in my downtime and the devshed IDE and CodeBlocks both hurt...
Book recommendation: Naomi Kritzer's Catfishing on Catnet
This is an entertaining, fast-paced novel that I enjoyed immensely. Much of the story takes place on a forum named Catnet. The quote (from one of the forum's discussions) that follows will explain why...
can't access camera sdcard anymore
I've been doing this for years, pop out camera sdcard, plug sdcard into card reader, access it in dolphin, remove pics, vids. Now on all my slack boxes current and stable, fdisk says 'no medium...
New OpenJDK{11,16} SBo scripts
I have just completed creating and testing SBo scripts for OpenJDK11 and OpenJDK16. These scripts will build the packages from source, bootstrapping from a binary package of the previous version. It...
recommend me an good inexpensive computer camera
My laptops had cameras, but the monitor on my new desktop computer doesn't, so I'm going to get one. I'm looking at...
LXer: Systemd-Free antiX 19.4 Arrives with More Installer Options, Latest IceWM, and More
Published at LXer: Systemd-free antiX 19.4 is now available for fans of this ultra-lightweight GNU/Linux distribution using the dIceWM window manager and based on Debian GNU/Linux. Read More......
"systemd[1]: Failed to mount /run/systemd/cryptsetup/keydev-crypt5" <= boot error after Bullseye (Debian 11) debootstrap installation
After performing a debootstrap installation of Debian Bullseye and booting for the first time, I get the GRUB menu & select the 1st option, then: Code: --------- Please unlock disk crypt4:...
LXer: How To Install SpiderFoot Security Scanner On Debian 10
Published at LXer: SpiderFoot is a free and open-source information gathering tool used to automate the process to gather information from a given target, including domain name, hostname, IP...
Why isn't VirusTotal detecting a zip file that contains malware?
*Summary* 1. On www.virustotal.com, I have just used its "Scan a URL" feature to see if it detects malware within zip files. I found a test zip file containing malware (I believe), at ...
Glitchy graphics in every game AMD Ryzen 3
Hi Guys! I tried 3d benchmark online and gpu test. And there's no problem. But however when I try to play games even on y8... the graphics seems buggy. Screenshot image attached. Tried: putting...
Linux no longer boot up able. serious problem. arch based linux
Endeavorous linux KDE. I have done exactly NOTHING to cause this issue.. I haven't being messing with the os for long time.. the most is just install some packages thru pamac. I believe high...
No Desktop and no network after latest KDE Neon update (yeah I know it's an ubuntu forum)
Yes I know this is an Ubuntu forum but there isn't a forum for KDE Neon and since KDE neon is based on the latest ubuntu lts so it's almost like Kubuntu I figured what the heck. Recently I...
Unable to get spice console in openstack
Hi all, I have installed openstack victoria through packstack, i want to configure the spice console instead of vnc, as mentioned in document edit nova.conf with following parameters In nova.conf...
Connectors for computer cabinet fans
I have a few tower systems where one can mount fans on the side panels. This leaves the leads hanging, and they could easily be damaged when the panels are removed. I've been looking for some kind...
weston build options?
Hello guys/gals, Anyone built weston on current? What options are necessary to build. I'm building weston-9.0 on rk3288 tinkerboard-s. It's complaining about libsystemd & libsystemd-login. Last...
I will install Linux on SSD AMI UEFI SMBIOS (same posted in "Hardware")
I bought a brandnew Notebook with X64 based Intel Celeron CPU N3350, AMI UEFI SM BIOS Version 3.0 Windows10 I will install Linux. Problem: Notebook will not boot from debian-live-10.9.0-i386-gnome...
Bookmarks disappeared
This is the only Linux forum which I regularly follow, hence my appeal for help is posted here. If there are better places to post this please tell. Linux Mint 17.2 daniel@Daniel ~ $ firefox...
LXer: Multimedia Production Distro AV Linux Has a New Release, Here’s What’s Changed
Published at LXer: Multimedia production distro AV Linux has a new release after about six months of silence to bring you an up-to-date installation medium with latest audio/video tools and other...
teams issue in linux
Hi, I have downloaded teams.deb package from the microsoft website (and installed on Ubuntu 20.4 and after installation it gives me this error regardless how many times I try to fix the issue. ...
Gecko on external ssd did boot - now wont. Long story - sorry.
After some "fun" with Calamares I succeded in doing a full install of Gecko on an external ssd after enabling ACHI on this Dell. Using the bios boot list from F12 to select the partition (2) on the...
rsyslog forwarding new messages only
hello Configuring rsyslog on Centos 7 to forward logs to a centralized syslog server. rsyslog forwards new log lines fine as expected. But the old existing lines in /var/log/messages are not...
[SOLVED] slackbuild not completing
All, I just loaded a fresh install of slackware current and updated. All good. I now try to build a file using slackbuild - something I have done countless times before. However it does not...
Logging errors mx19
In addition to using "dmesg on terminal" to view boot errors, does mx19 have a dedicated log similar to mint20. If so, I can't find it!
[SOLVED] Bash: Assign output of a command to a variable
I have a nice bit of code to convert hh:mm:ss into seconds like this: Code: --------- jonke@charlie:~$ echo "1:01:0" | sed -E 's/(.*):(.+):(.+)/\1*3600+\2*60+\3/;s/(.+):(.+)/\1*60+\2/' | bc 3660...
[SOLVED] Bash: Is there a more elegant way to write if statement
My bash script takes 3,5,7,9 or 11 arguments, a file name and a start and stop point to cut from the file, up to five start and stop points, so this is what I've constructed, is there a more elegant...
How to setup NSF in local machine
Can anything help me how to setup a NSF in local machine that allowed to map network drive.
Touch screens and new Dell 14 5406
Hello all and thank you. I have just acquired a brand new Dell Inspiron 14 5406 could I please find out if first, will it load Linux Mint Cinnamon, from USB, or is it even able to? It has windows 10...
Webapp file upload fails for large files, but works from localhost or for small files
I have an HTTPS web application which fails when uploading files over a certain size. Everything else works fine. I haven't worked out the exact boundary yet, but files of about 50k are OK but files...
Old Acer laptop with SiS chipset
I'm trying to revive into semi-usable state an old Acer laptop my dad has, and I'm having trouble with the chipset. Specifically that the video is locked at 1024x768 and with all the distributions...
LXer: Ardour 6.7 Open-Source DAW Released with Dedicated “Recorder” Tab, Many Improvements
Published at LXer: The open-source and cross-platform DAW (Digital Audio Workstation) software Ardour 6.7 has been released and it’s now available to download for all supported platforms, including...
Need to renew home server / homelab installation, advice needed about topology
Hello all, In my home I have a file server based on Ubuntu 20.04 (upgraded from 18.04 about half a year ago) that has been running for about 3 years now serving files, running Docker containers and...
LXer: 3 reasons to learn Java in 2021
Published at LXer: Java was released in 1995, making it 26 years old as I[he]#039[/he]m writing this. It was proprietary at first, but in 2007, Java was released as open source under the GPL. To...
logrotate 3.18.1 throws errors about not properly separated size on -current
After yesterdays upgrade to logrotate 3.18.1, I have the following errors from /etc/cron.daily on my -current instance: Code: --------- httpd:5 keyword 'size' not properly separated, found 0x3d...
Virtual Reality in elementary os ??
Virtual Reality in elementary os ?? Hello do you know any app for Virtual reality for elementary os ??
avatar ?
avatar ?
mdadm raid issues
Hi, I'm new to Linux and I was playing around with mdadm. I set up a 4 disk raid 5 array and everything was running fine until recently when a power failure caused two of the drives to be dropped...
Can rsync redirect extraneous source files to a separate folder
I use an external hard disk to sync selected folders regularly for backup. Is it possible in rsync to redirect any files that are not present in the 'source' directory to a different folder (which...
[SOLVED] Bios Error
This error does not seem to cause any problem with machine boot up or program operation. Just curious as to why it occurs ! Below is system information. Code: --------- System: Kernel:...
Computers that the ACPI does not support S3
Have any of you encountered any systems out there that don't support S3 mode for sleep? I have an Asus Zenbook UX425IA, and unfortunately even with the most recent UEFI BIOS version (build 309) it...
How to compare different in files between 2 folders in arch based linux
I need to make a copy of my /home to external media.. But during the process of copying, it pops out some error and i have press skip a few time.. Just to be sure that i didn't miss any files, i...
Having some trouble installing google-go-lang from Sbo
I've tried contacting the maintainer of the slackbuild script, but it's been a few days and they haven't responded. I'm running -current and using Ponce's repo. I was trying to build and install...
LXer: Linux Kernel 5.11 Reaches End of Life, Users Urged to Upgrade to Linux 5.12
Published at LXer: The time has come to say goodbye to the Linux 5.11 kernel series as it now reached end of life and it will no longer receive maintenance updates. Read More......
[SOLVED] Unable to open port 53 after bind installation
Hello All, Please help me with this bind name server configuration : This is what I have done Code: ---------
Several "Cannot resolve hostname" issues in Gnome Software, even though everything seems to be in working order
I'm running Debian 10 with all updates installed. This happens the first time I open Gnome Software after I leave my laptop in suspend for any significant amount of time, about more than an hour. It...
...428429430431432433434435436437...