Latest Ubuntu related questions

Score: 1
jones0610 avatar
Audio keeps turning off in Firefox 90.0.2, Ubuntu 20.04.2 LTS
br flag

I suspect this might be a Firefox bug except that all was working fine and seemed to all of a sudden break. This did not start happening immediately after any update or system change.

Obvious and easily repeatable symptoms are playing a youtube video on Firefox. Audio will be turned off. If you go into settings and move the firefox audio slider to full it will only stay there for a brief perio ...

Score: 0
AFG VM avatar
Edit "PermitRootLogin yes",
in flag

I am trying to edit "PermitRootLogin yes" to "PermitRootLogin no" on a VM ESXi host. When I try to edit it using VI at /etc/ssh/sshd_config, it is in Read Only mode. I tried the override wq! and it is not saving. I get SSHD is "Read Only". How can I edit this file? I am logged in as root.

Score: 0
ufw ignore rules after iptables -F
si flag

This problem happens after iptables -F and only way to solve it, is to reboot PC. I tried ufw reload , too

ufw status 
Status: active

To                         Action      From
--                         ------      ----
8080                       ALLOW OUT   Anywhere                  
8080 (v6)                  ALLOW OUT   Anywhere (v6)  
#iptables -L 
Chain INPUT (policy ACCEPT)
target     pro ...
Score: 0
No WiFi adapter found after moving from Windows
cn flag

Just moved from Windows to Linux Ubuntu, it says I don’t have a WiFi adapter when I have a TP-Link Archer T2U Plus plugged in.

I have looked online and most have said things like connect Ethernet and Mobile Tethering when I don’t have access to both of those.

And I have already disabled Secure Boot.

Bus 005 Device 002: ID 2357:0120 TP-Link Archer T2U PLUS [RTL8821AU] Ubuntu Version 21.04

Score: 0
Using Keyboard Shortcut to switch to existing Google Chrome window
ru flag

using a custom shortcut (Ctrl+Alt+Shift+C) how can I switch to existing Google chrome window ?

Currently it launches a new window, for mapping of (Ctrl+Alt+Shift+C) -> /usr/bin/google-chrome

Score: 0
Kris avatar
Problem setting GPU as primary video card
ve flag

I'm new to linux and am having a bit of trouble setting my GPU up as my primary video adapter. That being said, a little background info is in order. I'm currently running linux on a MSI laptop that has an dedicated nVidia GeForce 1050 video card and a Intel chip that uses HD graphics. I want to set up the nVidia card as my primary so I can still play a few graphic intensive games every so often, games  ...

Score: 0
fedorukben avatar
Having Trouble Booting Ubuntu Create List of Static Device Nodes for Current Kern
in flag

I am really struggling to boot into Ubuntu. I get the following error:

[FAILED] Failed to start Create list of static device nodes for the current kern

I am very new to Ubuntu, and really am struggling to figure out what is wrong. I have turned off Secure Boot. I’ve tried booting into Recovery Mode, but it doesn’t let me make a selection using the Arrow Keys (it shows up as some random text with ...

Score: 0
lftimm avatar
"Error found when loading /etc/profile" when booting up
cn flag

I've been getting this error when booting up recently.

Error found when loading /etc/profile

xrandr: cannot find output DP-1

I tried searching through /etc/profile but i couldn't find a single reference to DP-1 or anything related to monitors in there. As you can see in the xrandr i pasted bellow, i have a dual monitor setup where the second monitor is referenced by DVI-1. Maybe this has something  ...

Score: 0
alonewolf avatar
How can I convert a Windows path to Unix?
cn flag

I want to create a program on Ubunut (WSL) that creates Folders and Text-documents. The user can type in a path, since Windows uses another path system we can’t just copy and paste. For convenience I want that the Windows path is automatically converted to a Unix path. Via the:

read -r path;

i ready the path in. How can I realize this, I tried multiple times. I also searched for answers in the inter ...

Score: 0
alfC avatar
Decide how to utilize a slow and fast hard drive to install Ubuntu
vn flag

Suppose I have to hard drives in my laptop, one is a (Disk A) classical spinning hard drive (or an old generation SSD) (<1GB/s) and the other one (Disk B) is a super fast NVMem SSD (3GB/s).

I. Suppose that they are not too big to hold everything. What of these options is better for Ubuntu?

  1. Install / (system files) in (Disk A) and /home (i.e. userfiles) in (Disk B)?
  2. Install / (system files) in ...
Score: 0
Marley Exodus ANC Bluetooth headphone won't pair in 21.04
us flag

I just bought a new Bluetooth headphone, the Marley Exodus ANC, but it won't pair with my PC (Intel NUC) in Ubuntu 21.04. When trying to connect from GNOME settings, it attempts to pair but it just gives up without an error message.

I also tried to manually connect using bluetoothctl:

$ bluetoothctl
[bluetooth]# show
Controller 04:EA:56:86:78:50 (public)
        Name: saibot
        Alias: saibot
  ...
Score: 0
mlvdk avatar
Ubuntu Budgie 20.04 stuck on DELL logo at boot
in flag

When I boot my Dell Inspiron laptop, it only shows the DELL logo..

I tried booting from USB and running boot-repair, to no avail. Output of Boot Repair is here: http://paste.ubuntu.com/p/GFY9WXCtFN/

I am getting clueless, any help is appreciated.

Score: 0
gtmoffat23 avatar
Touchscreen not working/not being recognized 20.04 (Screen permission denied)
cn flag

Trying to get my touchscreen working on Ubuntu 20.04 but not finding much information about it.

When I run xinput I don't see it mentioned.

Virtual Core XTEST pointer
Elan Touchoad 

Run lsusb, and it doesn't appear

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0408:51ea Quanta Computer, Inc. HP Wide Vision HD Camera
Bus 001 Device 003: ID 8087:0a2a Intel Corp. (Bl ...
Score: 0
itpro1667 avatar
Why do my application launcher menu icons look scrunched?
cn flag

As shown in the screenshot below, my icons look horizontally scrunched in my Show applications menu on an Ubuntu 20.04 GNOME installation, but not on other Ubuntu installations on the same PC.

Scrunched application launcher menu icons

Any help or tips to troubleshoot and/or resolve this are greatly appreciated.

Score: 0
sid avatar
Required a dpkg status file
kr flag
sid

We know that Ubuntu has 60,000 + packages.

I may not require all those but want a dpkg status file containing all the possible packages information listed.

I have a customized Linux where I manually hardcoded the utilities unlike installing through apt. So I don't have a status file with the packages. Now I want to create it manually so that when I query for the list of packages it gives the informa ...

Score: 0
Problem with running related scripts via systemd
my flag

I tried to run three related script automatically (launcher,set-app,checkapp.py) using systemd timer and systemd service, first script check the python script (gui app) if he already running, after that he restart the python gui app, my problem is when i trying to run systemd service, it close the gui app

this is the first script (launcher):

#!/bin/bash
/usr/share/checkapp/set-app 
exit 0

and this is t ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.