Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-29 05:31
Why does traceroute -T give me 1 hop immediately at the specified host when using VPN?
Hi, When I use NordVPN and run traceroute with the -T (TCP) flag enabled, I get this kind of output: $ sudo traceroute -T www.amazon.com traceroute to www.amazon.com (192.0.0.2), 30 hops...
LXer: How to Fix the WordPress White Screen of Death
Published at LXer: Are you worried about the WordPress White Screen of Death? Then here are some practical ways to solve such errors and best practices to avoid WSOD. Read More......
Ready to learn!
I first ran into UNIX on office workstations in the mid 1980s. I learned rudimentary user command line functions... nothing about systems or admin. And then PCs became the office standard. In the...
LXer: Thunderbird 91 is Finally Here with A Lot of Improvements
Published at LXer: The current version of Thunderbird is 78, which was released in July last year. After more than a year of development Thunderbird 91 arrives full of changes, news and...
Tool to split/reorganize CSS stylesheets
I have some untidy CSS stylesheets to cleanup/reorganize, and was hoping there was a tool to reduce the effort, but none of my searches have turned up anything. (Note: I am not switching to...
LXer: A beginner's guide to the Linux terminal
Published at LXer: There's a café a few streets away from where I live, and I go there every Sunday for a regularly scheduled game of D&D. They have a menu, and the first few times I ordered, I...
Gtk drag and drop
I use Kernel 5.4 with Linux Mint 20.2 and the Mate (Gnome) 1.24 desktop. I'm writing a simple Gtk application -- it's not my first -- it's basically a film strip image selector. The program needs...
LXer: Elementary OS 6 Odin released on a 'pay what you want' basis
Published at LXer: Principled Linux distro with curated apps, but spartan install may flummox newbiesElementary has released version 6 of its Ubuntu-based operating system, named Odin, on a "pay...
LXer: How to Kill Running Linux Process on Particular Port
Published at LXer: In Linux, processes and ports have a symbiotic relationship. One cannot exist nor function without the other. Processes tend to share ports and some processes rely on a specific...
LXer: 5 of the Best Linux Distros for Developers and Programmers
Published at LXer: Here we list five of the best Linus distros for developers and programmers, including Ubuntu, Fedora, Debian, Arch Linux, and Manjaro. Read More......
Help with yad
Hi I am new with yad and i need help :) I have this script: #!/bin/bash cmd=( yad --button="Office":libreoffice --button="Text editor":geany --button="Printer":'firefox "localhost:631"'
Slarm64 - Honeycomb LX2 - It works
I was able to get a Solid Run Honeycomb LX2 ARM workstation/server board. It was actually pretty easy to get Slarm64 up and running on it using the UEFI firmware. Used a Debian install on the...
LXer: 12 Useful “df” Commands to Check Disk Space in Linux
Published at LXer: On the internet, you will find plenty of tools for checking disk space utilization in Linux. However, Linux has a strong built-in utility called ‘df‘. The ‘df‘ command stands for...
Moving windows 7 installation to an other partition.
Hi, I want to move a windows 7 installation from my ssd to a slower hdd partition so I can install linux on my ssd. is it possible to do under linux? I will boot from a ubuntu installation on a...
LXer: How to Install ModSecurity with Nginx on Ubuntu 20.04
Published at LXer: In the following tutorial, you will learn how to install ModSecurity with Nginx on Ubuntu 20.04.ModSecurity or often referred to as Modsec is a free, open-source web application...
Read access
Hi all, How can we give readonly access to the samba users ?
LXer: Linux Traceroute Command, Explained with Examples
Published at LXer: Traceroute is a command line utility that prints the route (or hops) that a packet takes to reach another host. It is used for network diagnostics. In this article, we will...
LXer: How to Decrease Video Sizes Using FFmpeg in Linux
Published at LXer: Decreasing video sizes becomes necessary when space is limited in cloud services, disks, or personal storage drives. You can easily hold onto larger files by chopping them down...
v4l2 controls inheritance on subdevices when using async kapi
Hi, I'm new to kernel development. I am currently working on embedded systems. I have a device tree and v4l2 devices/subdevices in which driver "A" depends on driver "B" and driver "B" depends on...
installation from USB stick using dd
I install often linux using 8 GB stick and dd to do that, - I prepare the stick with gparted: -- new table -- format fat16 -- set bootable (if mounted > Thunar mount it immediately!!!)
LXer: How to Install and Update Latest Git on Ubuntu 20.04
Published at LXer: Today we will look at how to install and update to the latest version of Git. Ubuntu 20.04 comes shipped with Git in their principal repository; however, with Ubuntu 20.04 being...
retroarch 1.9.7, no sound
My retroarch has not had sound for some time. Every time I start it up, I get a message at the bottom of the interface: "Warning: Missing assets. Use the Online Updater if available." I got the...
Need help with old django: ImportError: No module named app
I'm taking yet another course at Skillshare. Skillshare seems to be a place to dump your programming courses. I doubt the teacher is actually available, otherwise I'd ask her. My current issue...
fb0: switching to amdgpudrmfb from EFI VGA on -current with 5600G
i built a new computer for the first time in 10 years (yay!). it's an AMD Ryzen 5600G based system. i am using integrated graphics only with no discrete gpu. i need to UEFI boot because of my...
LXer: How to Install Docker Engine CE on RH Cloud
Published at LXer: In this tutorial, we will explain step-by-step how to install Docker Engine CE on the RoseHosting Cloud platform.installing and setting up docker engine ce on rh cloudDocker...
LXer: Firefox 91 is Here and Pushes Privacy with Enhanced Cookie Clearing
Published at LXer: Firefox 91 is the seventh major browser update in 2021. With the release of Firefox 91, Mozilla has introduced a bigger hammer for smashing the cookies that websites, advertisers...
Computer Freezes Randomly.
Any idea why UBUNTU 18.04 and the 20 freeze randomly? everything is out action, keyboard mouse screen etc, have to restart the computer, and there is no NVIDIA card on this computer?
LXer: How To Find Vagrant Machine IP Address From Host
Published at LXer: This brief guide explains how to find vagrant machine IP address, without actually logging into it, from the host system. Read More......
looking for a python-based TUI (text-based user interface)
i need for a routine application some form of a TUI (text-based user interface) which will then be used by other users as well. the interface does not need to be crazy sophisticated though a dozen...
LXer: How to Install Google Chrome on Rocky Linux 8
Published at LXer: Google Chrome is the most used Internet Explorer software on the earth, with a recent update in 2021 that Chrome is currently the primary browser of more than 2.65 billion...
LXer: How to install OpenProject on Ubuntu 20.04
Published at LXer: Open Project is an open-source application for project management that is completely web-based written in Ruby on Rails and Angular js. It provides agile as well as classical...
Version of Stellarium without web awareness?
I just installed Stellarium, after a massive download it immediately geolocated me by IP and started downloading even more stuff. The thing has been removed and my home cleaned up. Two sites it...
LXer: My first programming language and early adventures
Published at LXer: A few days ago, contributors to Opensource.com were asked to share our personal stories about how we got into programming. Many entertaining and fascinating responses were...
Scroll bar not actually at edge of maximised window, Kate/KDE/QT5
Maybe I have changed something, but I don't know how that could even be possible, such a fundamental thing seems to have been broken. I have recently got a new laptop, and installed...
P50 Xeon 4k and woefully uncontrollable vbox guest scaling
Evening everyone, loving life with Ubuntu mate 20.04 on my P50, very smooth UNTIL I decided to fire up a few virtual machines in VBox. With a 4k screen, the guest comes up microscopically small and I...
Mint cinnamon won't boot due to full RAM?
Hi all, I run mint 19 on a surface pro 4. I have crashed my computer because I was looking for a qgis project which suddenly disappeared. I tried time shift (did not work to find files BUT I changed...
Mouse starts in drag mode
I know this is a common problem, but mine is slightly different from most. When I open my home folder the mouse is in drag mode and wants to drag the folder around the screen. If I click once it goes...
LXer: Essential System Tools: dust – more intuitive version of du
Published at LXer: dust gives an overview of which directories are using disk space. Its name derives from the du command and that dust is written in Rust. Read More......
Common Lisp beginer If else
Hi everybody, I am beginer in Common Lisp. I am trying to create a code that asks the user if he wants to run firefox browser with y/n answer. I have this code Code: --------- (print"Do...
LXer: Build your own Fedora IoT Remix
Published at LXer: Get familiar with the Fedora IoT ecosystem and the fundamental concepts you need to build a custom operating system that suits your needs. Read More......
limit disk usage
So, in the past there was an issue with disk space being overrun by a log file. It used up everything on that server and was a pain to deal with. Before my time, so I don't know how it happened. ...
LXer: How to Install Metasploit Framework on Ubuntu 20.04
Published at LXer: Metasploit is an open-source framework used to identify threats and vulnerabilities, offensive security testing, and research. In this post, we will show you how to install...
LXer: How to Get Information About Other Linux Users
Published at LXer: On your personal computer at home, you are most likely the only user who is connected to your Linux system. However, if you are a user at the Linux server in your company there...
Testers wanted for LightDM Display Manager
I would like to add LightDM to SBo for the upcoming 15.0 release, but would like to know if there are any issues with them. I have been using LightDM for a few years now having found a SlackBuild on...
LXer: How to Enable Minimize, Maximize Window Buttons in elementary OS
Published at LXer: This is how you can enable the Minimize, Maximize window buttons in elementary OS. Read More... (https://www.debugpoint.com/2021/08/enable-minimize-maximize-elementary/)
[SOLVED] ISO Burner Software for USB Thumb Drive
Guys, I'm currently booting Rescuezilla 2.2 (Focal) from my laptop's DVD drive; it works perfectly (I LOVE Rescuezilla), but it IS slow to boot up. I'd like to burn the Rescuezilla ISO to a USB thumb...
Mari0 on Pinebook Pro
Greetings all, I have a Pinebook Pro (AARCH64 architecture) running Manjaro 21.08 with the 5.13.7-1 Manjaro ARM kernel and XFCE 4.13/XFWM desktop. I installed Mari0 using pacman,, but when it...
anyone has motospeed V40 or V70?
I want to buy one of those mice but I don't know if they're going to work on Linux. I tried everywhere and I couldn't find anything. Anyone that has them and can say his/her experience?
installing buster 10.5: can't get networking setup
I am installing Bunsenlabs Lithium 2.1 which is a derivative of Buster 10.5. I have been following the instructions that I found at: ...
[SOLVED] Script to trigger second script--second script gets arguments of first script
Hello all, I was hoping to get some advice on a question I have about bash scripting and Linux. I have two scripts. scriptOne.sh takes arguments when ran on the command line, and executes...
...368369370371372373374375376377...