Latest Ubuntu related questions

Score: 0
bengtfalke avatar
Loosing graphics when doing update of Ubuntu studio from 22.10 to 23.04
yt flag

I tried to use the update function from 22.10 to 23.04 but I loose all graphics settings and the resolution is down to 1080..... Any Idea what can be wrong?

Score: 0
Sébastien Gicquel avatar
php -v and phpinfo(); returns different versions
fr flag

I want to use php 8.1 on Ubuntu server Currently it works with php 7.4.30

lsb_release -a

returns

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.6 LTS
Release:    18.04
Codename:   bionic

I followed tutorials and so I executed these commands

sudo apt update
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php8.1
sudo apt-get install -y ph ...
Score: 1
Raghav avatar
Syntax error in object.h file from python3.10-dev package
ba flag

I am writing a code to edit Sqlite database from c++ and then using PyBind11 to use the program with python. I installed PyBind11, built it till here no issue but when I am building the code it shows an error:

/usr/include/python3.10/object.h:227: error: expected unqualified-id before ‘;’ token
In file included from /usr/include/python3.10/Python.h:74,
                 from /usr/local/include/p ...
Score: 0
kfct avatar
Ubuntu 22.04 bluetooth not finding devices (specifically a bluetooth speaker)
kp flag

I have a Soundcore Select 2 and my Ubuntu 22.04 isn’t able to pair with it. The hardware is a HP Prodesk 600 G4DM.

If on startup, on the black screen before the Ubuntu logo shows up, I see some error message briefly about hc10 unable to start, failure to start, or something like that, then when I go to Settings > Bluetooth > Enable the "Devices" will have a little spinning circle that wil ...

Score: 0
Elias Tommeh avatar
Build mediapipe on Linux (Ubuntu 22.04)
md flag

I'm trying to build MediaPipe from source with Bazel on Linux ubuntu 22.04. here are the full steps ive done so far:

1. git clone https://github.com/google/mediapipe.git
2. cd mediapipe
3. bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1   mediapipe/examples/desktop/desktop/holistic_tracking:holistic_tracking_cpu

but it's always failing with the following error:

In file included from ./mediapi ...
Score: -1
Installed nvidia drivers: black screen with blinking cursor
bd flag

I was running Wayland on 22.10 using nouveau on a GTX 550 Ti, and decided to install nvidia's 390 drivers using the Additional Drivers tool. The installation finished with asking me to reboot. After doing that I get to the Ubuntu splash screen, see some systemd output, and I'm then left with a black screen with a blinking cursor.

Now what do I do?

  • I tried this answer to allegedly force the login s ...
Score: 0
Raj Khandwala avatar
After upgrading from 22.04 to 22.10 keyboard,mouse works only in Menu bar and dock and cannot start terminal
us flag

I am already running 22.04 when I try to upgrade to 22.10 but when I boot my cursor is only active in the dock and menu bar. I can start some programs but cursor disappears and keyboard will not work. Cannot start terminal. What could be the problem

Score: 0
Harry avatar
ubuntu assign 2 local ip's to on machine
dj flag

Explanation: I have one Ethernet port that on my server and i want my services to be routed through a VPN. e.g. nordVPN / Mullvad. I would also like to a reverse proxy running on the server that is port forwarded. Meaning I CAN'T have the reverse proxy effected by the VPN. What's the best way to tacle this? fyi. its on a raspberry pi, so it cant run 2 VM's

Score: 2
ilie alexandru avatar
Creating HLS Playlists (M3u8) Using FFmpeg
cg flag

I created my own bash script that will create videos on demand with different resolutions and bit rates. I used "ffmpeg" tool do that, "ffmpeg" is a must, hence I can not use any other tool.

The result of my script is:

enter image description here

And each folder has:

enter image description here

The default video and the other videos with different bit rates.

I want to create a "HLS" playlist using "ffmpeg". I found a website that shows a script that is doi ...

Score: 1
zsolt avatar
ubuntu 22.04 wireless mouse disappeared
cf flag

Using xubuntu without problems till now. I turned on my computer today and realized my wireless mouse is not working. It ran correctly earlier and doesn't work now. Of course I've checked available topics but that didn't help any.

The problem looks similar to [this][1] one but the only one answer does not work for me.

Of course I've checked usb devices (lsusb):

Bus 002 Device 001: ID 1d6b:0003 Linux Foun ...
Score: 0
roelvanmeer avatar
How to find out why GNOME/Openbox session doesn't work on 22.04 LTS
cn flag

I have a fresh install of Ubuntu 22.04.02, and I would like to use Openbox with GNOME.

However, if I choose the GNOME/Openbox option when logging in, I get the sad monitor image and the message "Oh no! Something has gone wrong." with a Log Out button.

After the default install I installed the openbox and openbox-gnome-session packages. Maybe this isn't enough?

I've looked in syslog and in /home/$us ...

Score: -1
Zahid avatar
I am facing problem while trying to mount of my drive
as flag

I am facing this issue while trying to mount on my drive:

Screenshot

There are two drives on my PC, one is for OS only (SSD) and another one 1TB (HDD). The problem with 1TB hard drive, there are 3 drives, two are fine. But facing trouble with 1 drive which has lots of data. I am unable to mount it. What should I do? Ubuntu 20.04.6 LTS

Score: 0
Jayjones avatar
How to fix screen glitching when trying to "try or install ubuntu" in grub?
ie flag

Screen glitch:

Screen photo

I have an old lenovo g450 laptop. I am trying to install ubuntu in it using a bootable usb drive. There is no windows in it. I entered grub and clicked "try or install ubuntu". But then after the underscore blinking on top left corner of screen, it shows this glitching (refer the image). I went to this link and did the nomodeset command after splash, but it is still showing the screen glit ...

Score: 1
Andi Hafner avatar
What is the difference between the root folder "/" and "/media/username/ubuntu-root"?
us flag

I recently did some housekeeping on the file system of my workstation (Ubuntu 22.04). I used NCurses Disk Usage in the terminal to get an overview of the largest folders and files.

Amongst others, I found /media/username/ubuntu-root/var/lib/yacy/INDEX wasting 14 Gigabyte of my storage space. The confusing fact about that is, that the folder /var/lib/yacy doesn't exist respectively doesn't appear unde ...

Score: 0
texter97 avatar
Ubuntu 20.04 boots to purple screen or black screen with blinking cursor
so flag

My ubuntu 20.04 boots to a purple screen / black screen with blinking cursor. I tried installing several nvidia-driver versions (515, 525, 530) but all seem to result in same problems with booting. I have tried installing them via the software centre, via the terminal, with a download of the driver via the website, but nothing seems to have the solution. Also booting in recovery mode does not always wor ...

Score: -1
shahin davoodi avatar
How access to apt from a filtered network?
sz flag

The filtering and spamming is so high in my country. I can not access apt commands. How do I use a VPN or proxy or some other tool to access apt?

Score: 0
steevven1 avatar
Lenovo Bluetooth Mouse Freezes During Use
es flag

Help! I bought my wife the mouse of her dreams, and it doesn't work correctly. It pairs without any issue and never disconnects, but at some point during use (after 5-30 minutes), it completely stops responding (while staying connected according to Blueman). If I try to disconnect and reconnect with Blueman, it fails to respond to the "disconnect" command at all, and I'm forced to reboot. Then, it works ...

Score: 0
cyfex avatar
Is there an equivalent snap command to the Flatpak's `permission-show` and `permission-set`?
cn flag

I am asking, because I have to handle a permission problem with a Firefox webextension and the sandboxed Firefox in Ubuntu 22.04. (See https://github.com/mi-g/vdhcoapp/issues/139)

The solution turns out to be, I have to grant permission for Firefox to use that webextension. But I only find such commands in Flatpak's permission-show and permission-set, which means I have to install Flatpak to modify t ...

Score: 0
David Oneill avatar
Update old server
in flag

I have a file server I set up a few years ago. It is running ubuntu server 20.10. I haven't touched it in more than a year (other than connecting to the shared network folders). When I logged in today, it said this release is no longer supported, and that I need to do-release-update.

But when I do that, it says the required dependency 'apt (>=2.1.10ubuntu0.3)' is not installed

Currently: apt --ver ...

Score: 0
bilogic avatar
System wide custom bash prompt
bj flag
  1. I would like to have a system-wide custom prompt
  2. Added . /path/to/prompt.sh to my /etc/bash.bashrc but prompt remains unchanged
  3. I have some scripts in /etc/profile.d that tried to . /path/to/prompt.sh but also prompt remains unchanged
  4. Placing . /path/to/prompt.sh in ~/.bashrc was the only one that worked, but I would have to specify it for every single user

I recall reading somewhere Ubuntu restore ...

Score: 1
user311397 avatar
Catfish search output displays filenames in symlinked folders as though they are duplicate files
jp flag

I'm using Dolphin and Catfish in Ubuntu Studio. I'm looking for a way to get Catfish to either exclude files in symlink folders from search results, or to display them so it is obvious that they are from a shortcut rather than a duplicate (e.g. in italics, as Dolphin does.) I can't find this in Preferences. Does anyone know if it can be done?

So for instance, in my "Morning routine" folder, and i ...

Score: 1
runningraptor avatar
Unable to ssh into ubuntu core on NUC
fr flag

I have installed Ubuntu Core (ubuntu-core-22-amd64.img.xz) on a NUC. Using these instructions: https://ubuntu.com/core/docs/install-nuc.

When I get the screen, which is similar to when I have successfully booted a server. I am unable to ssh in.

I have created my Ubuntu One account. And loaded a public key (which does not have a passphrase). I went as far as to spin up two VirtualBox instances using the ...

Score: 0
NightWng120 avatar
Can't run snap apps
bh flag

I'm running Ubuntu 22.10 and I'm having an issue where if I run this command in my .xinitrc file snap apps aren't able to run.

exec dbus-launch --sh-syntax --exit-with-session dwm

However, if I just run exec dwm there isn't an issue, but I really need the dbus command. This is what I get when I try to run any snap app from the terminal

/user.slice/user-1000.slice/session-1.scope is not a snap cgroup
Score: 0
Stockfish avatar
Can't boot after upgrading to Kubuntu 23.04
kg flag

I had a perfectly working Kubuntu installation. When I upgraded to 23.04, the upgrade was done without any error, but after a restart I wasn't able to load Kubuntu 23.04. My boot is stuck here:

a photo of a black screen with white text

I can use tty with ALT+CTRL+F2. After I login, I updated everything but it doesn't help. It looks like I've some kind of bluetooth error? Do you have any suggestions?

Score: 0
Leandro avatar
How should I configure multiple virtual hosts with a single or multiple files in Apache and dynu/No-ip Service?
sz flag

Hi i have this issue with 3 domains on my server with ububtu 22.04 and apache

I have 3 domains in a shared hosting, each one with their own web page domain-a.com

domain-b.com

domain-c.com

I also have 3 domains in no-ip, which I have redirected to a server in my house that has a dynamic ip (for this reason, the use of no-ip)

in my house I have configured

domain-a.no-ip.com

domain-b.no-ip.com

domain ...

Score: 1
Catalina avatar
Error when I want to enter Ubuntu 22.04 LTS
sl flag

I installed Ubuntu 22.04 LTS on my Dell Inspiron 13 7000 2-in-1 two months ago and last Friday I tried to enter Ubuntu but got an unexpected error Last time I used it there was no problem.

enter image description here

I tried with the other screens with the keys Crtl + Alt + F2/F3/F4/F5/F6 then log in with my username and then tried to fix it with the startx command but got the error message in the picture below.

Any suggesti ...

Score: 1
Vadim avatar
Please remove the installation medium, then press ENTER - finishing Ubuntu installation in VirtualBox
fo flag

I've just installed Ubuntu 23.04 in VirtualBox. Now the program says:

Please remove the installation medium, then press ENTER:

(please see the first screenshot.)

I've seen this post, this post and many others addressing exactly the same question, however, none of them have helped.

How am I supposed to remove the installation medium? What exactly does this mean? Also, where do I press 'Enter'? Presumably ...

Score: 2
noobuntu avatar
Ubuntu 23.04 get's stuck in a grey screen with mouse curser after login
me flag

My Ubuntu 23.04 install boots normal, but after I log into my user account it gets stuck at an grey screen and does not react to any input anymore. If I boot into recovery mode and select fsck and then boot normal it boots without any problems but when I restart it get's stuck again at the grey screen after login. Can anyone help me I'm not that into Linux and originaly wanted to switch for my laptop bu ...

Score: 0
Issues with Libinput, but then again also issues with switching to Synaptic drivers
cn flag

I'm on Ubuntu 22.04 with i3wm.

I have a script which sets some settings. But since I'm using libinput, some of those commands result in an error:

property 'Synaptics Scrolling Distance' doesn't exist, you need to specify its type and format
property 'Synaptics Two-Finger Scrolling' doesn't exist, you need to specify its type and format
property 'Synaptics Edge Scrolling' doesn't exist, you need to  ...
Score: 0
How to allow copy and paste using virtualbox when host and guest are Ubuntu 22.04?
us flag

I am simply looking for a method that makes copy and paste between ubuntus 22.04 (host and guest) work.

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.