Latest Ubuntu related questions

Score: 0
Jonkobu avatar
Ubuntu Shuts down After 2 Minutes / Beeping & Freezing in Recovery mode
ng flag

I upgraded from Ubuntu 20.04 to 22.04 and two days later (without any new installations since then, but possibly also without any rebooting) my laptop keeps shutting down after 2 minutes, independent of what i did in those 2 minutes.

As a brief "warning" the normal popup window with the message "Power Off - The system will power off automatically in 60 seconds" appears, but the system shuts down  ...

Score: 0
jarzabek_waclaw avatar
apt upgrade issue after update from 20.04 to 22.04
pe flag

I'm not able to run apt upgrade after updating from 20.04 to 22.04 (ubuntu server), can you help me with fixing that? Thanks.enter image description here

Score: 0
ZYX avatar
Shorcuts file creation/upload
km flag
ZYX

I have many shortcuts in Ubuntu. How to save it in a file and then quickly upload in a new installed distribution? Is there any file like an Ubuntu's desktop file:

Name=Sage
Exec="sage \home\Pulpit\Research\template.sage"
Shorcut=Ctrl+Calculator
Score: 0
aikixd avatar
No network in KDE while having connectivity otherwise in a VM
sg flag

I've installed Ubuntu server as a VM locally (MacOs ARM host through UTM), and installed kubuntu-desktop right after. The installation went well, but KDE doesn't detect the network.

I do have a connection through terminal or other programs, e.g. Kate can "open" web pages.

I've tried adding ethernet in the network settings of the KDE, but to no avail. It sees the correct interface, but still no con ...

Score: 0
Nirmit Vora avatar
Run a command in a particular user account not in both account User & Administrator
ls flag

I want perform a command for a particular user not a globally (Admin Account). so how can i perform. as of now I run a command it is run globally in admin account & user account. suppose I will run a command in particular user account it can perform in particular that account only not a globally.

Score: 2
How do I get windows to restore their position when (dis)connecting external monitor on laptop?
om flag

I recently did a fresh install of Kubuntu 22.04 on my laptop and having troubles with my laptop and an external monitor. When I disconnect my external monitor, which is larger than the laptop, the windows are resized to fit. This is good.

When I reconnect the external monitor, the desktop expands to fill the space there, but the windows are not restored to their previous location. I have another  ...

Score: 0
Libreoffice new version instead of upgrade
id flag

When I try apt remove libreoffice I get no libreoffice installed.

But I have installed new one with recommended dpkg -i *.deb

And now I have old version 7.0 which starts when I type libreoffice and new version which starts when I type libreoffice7.4

How do I get rid of old libreoffice since it's not installed via ppa?

It is not listed in snap list as well

I think that it was also installed via dp ...

Score: 0
Lenovo firmware upgrade on Ubuntu, how to not lose grub multiboot
eg flag

I have a Lenovo ThinkPad P15 Gen 1 with Windows 10 Pro 64 pre-installed. I installed some time ago Ubuntu 20.04.5 LTS as a dual boot with grub on a secondary partition.

Now, I've some firmware upgrades left behind, at least 4 of them.

I want to upgrade them but I fear I'll lose the multi-boot and I'll not be able to login to Ubuntu anymore, and Ubuntu is my working environment, I use Windows for gam ...

Score: 0
Muhammad Ragib Hasin avatar
How to install F2FS mounting capability on Ubuntu 22.04?
my flag

The title basically says it all.

The reason is that I want to access a userdata partition dump of an Android phone from my WSL2 installation.

As understand this, I need to build an f2fs.ko file and then load it. But I cannot find a way to do that.

Score: 0
YuasKD avatar
I am looking for a good domain block filter
mf flag

Is there a domain block filter similar to ufdbguard?

​UfdbGuard has not been updated for a long time and will not work properly on Ubuntu 22.04. Do you have any good suggestions?

Best Regards!

Score: 0
Mojtaba Mokhtari avatar
How can I remove Virtualbox and VMware work station from linux?
dk flag

I am user of Ubuntu 22.04 and have had Virtualbox and VMware work station on my system, but as a reason I want remove them. The point is that in my applications list both icons are there, but when I want remove them either by command line or Graphically I can't find them. I use following command on terminal to see my apps:

sudo dpkg --list

enter image description here

Score: 0
Soumyadip Das avatar
Xubuntu is not showing the application icon at top left corner
bs flag

Installed Xubuntu 22.04 in my laptop which is xfce desktop environment.

I noticed that the application icon on top left corner of each window is not showing.

Though as per the screenshots from xfce website its available.

In my case: enter image description here

Can anyone give some clue to fix this or change some settings?

Score: 0
Andrea Alfieri avatar
Recover data from FAT 32
gr flag

I made some videos with a camera. The SD memory is a FAT 32. Arriving at home when I inserted the SD I received the erorr Error mounting /dev/sdb1 at /media/user/disk: can't read superblock on /dev/sdb1

I tried to recovery something with testdisk but it didn't work.

Kinldy ask you for any suggestion.

Thanks, Andrea

I followed the suggestions given in this forum, but the problem seems to be difficult to ...

Score: 0
hal_v avatar
Update: problem with keyring
cn flag

Following a sudo apt update, I receive this message. http://ppa.launchpad.net/inkscape.dev/stable/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. This came up from a search as a solution :-

*The "hacky" way of solving this is to run:

mv /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/*

Is this safe? I a ...

Score: 1
Mohsen Kordi avatar
Dual-boot: (Windows 11 Pro, Ubuntu Desktop 22.10) Can't see files from other OS in shared NTFS partition
me flag

My laptop has dual boot windows 11 and Ubuntu. The problem is that I can not find files created with Ubuntu in Windows, while files created by Windows are visible in Ubuntu.

If after creating files in Ubuntu I boot to Windows and execute check disk (Chkdsk) in Windows, sometimes it says there are some errors in the partition, and by fixing them some of the created files are found! In this case, files th ...

Score: 0
Haitham avatar
Schedule sending with thunderbird mail merge adds on
eg flag

Is it possible to add a column in the CVS file containing the required send times ( scheduled times ) then I add it to thunderbird mail merge because I want to send emails separately ( for ex one email every 2 hours )? I tried to do that but there is no option to add this during merging. Please help me to solve that.

Score: 0
stackbiz avatar
Web UI is loading when configuring Archiva behind Reverse Proxy
bw flag

I have setup both archiva and httpd on Ubuntu 22.04 for testing.

Apache Archiva version: 2.2.9
Apache HTTP Server: 2.4.52

The VirtualHost configuration:

<VirtualHost _default_:443>
    ProxyPass "/test/" "http://192.168.1.1:8080/"
    ProxyPassReverse "/test/" "http://192.168.1.1:8080/"
</VirtualHost>

HTTP Server URL: https://my.example.com/test/
Archiva Server URL: http://192.168.1.1:8080/

Score: 0
shear avatar
ubuntu login is asking for password
tk flag

I have ubuntu 18 in which I want to login without a password. I did the following:

  1. In settings->users, I enabled automatic login.

  2. In settings -> privacy -> screen lock: blank screen set to never. disabled everything under the screen lock such as "automatic screen lock", "lock screen on suspend", "show notification on lock screen". Additionally in the power option I have set automatic suspen ...

Score: 0
Bhuvan avatar
Permission issue with the shared folder - Oracle Virtualbox - Ubuntu guest VM
pk flag

Setup: I have installed Oracle Virtualbox 6.1.40 on my Windows 11 host. Running an Ubuntu 22.04 VM.

I have logged in as a non-root (user name: bhuvan). I have successfully configured a shared folder in the VM as shown below. When I click on the shared folder in the FileManager, I am getting a PermissionError. However, I could access it from the root user. How to resolve the permission issue?

I see the  ...

Score: 1
li_jessen avatar
Why tcptrack shows no activity of my ppp connection?
ph flag

I have established a l2tp connection in my Ubuntu 20.04 machine as a client to the remote server. After the establishment, the server assigned itself an IP address of 192.168.18.162 and assigned the client (Ubuntu 20.04) 192.168.18.1. And the subnetwork 192.168.18.xxx is a newly creately one by the l2tp (ppp) connection. When I run $ip a, it shows the following network interface:

5: ppp0: <POI ...

Score: 0
The Idiot Savant avatar
Dual booting Windows 11 with Bitlocker Enabled and Ubuntu installed on separate SSD
al flag

I am trying to dual boot pre-installed windows 11 with BitLocker enabled and Ubuntu on a 2nd SSD with its own boot partition.
In my setup, I would manually partition the 2nd SSD(The one for Ubuntu) with its own EFI boot partition and install the bootloader in the Ubuntu drive and use Grub to recognize windows and any future distro I add

I have seen some solutions online in various forums, but they vast ...

Score: 0
Moniruzzaman Khan avatar
About mountiung external drive on Ubuntu 20.04 Lts
xk flag

how to mount and use external hard drive on Ubuntu 20.04 Lts from terminal

Score: 1
cisc avatar
cannot update GRUB
cn flag

Before installing windows 10 i had 2 partition on my disk one windows 10 and ubuntu 21.10 my problem was that i could not update windows..so i downloaded the iso and re-install it..everything good windows is up and running but.. After installing windows 10 i tried to fix grub using the bootrepair cd tool (from usb) but after a while showed me this message "grub-pc cancelled" so i then gathered in ...

Score: 1
cmwarre avatar
l2tp vpn Ubuntu 22.04
in flag

I've gotten a new laptop and upgraded to 22.04, but I can no longer seem to get the l2tp/ip-sec VPN required for my job working anymore. I'm using the Gnome NetworkManager to configure this (just like the old system) and I do successfully "connect" and receive an IP address, but I can't seem to ping anything on the destination network.

I still have my old install, so I connected to the VPN on bot ...

Score: 1
Weijia Fang avatar
Syslog is flooded by ACPI error induced by kernel
za flag

I am using Ubuntu 22.04.1 LTS (kernel version 5.15.0) on Dell Inspiron 15 5510, and I found that the battery lifetime became significantly shorter since some time this month. Sometimes the computer will not shutdown or suspend properly, and the content of syslog flooded the screen before the computer reboots.

I looked through the syslog and the following error occurs repeatedly, dozens of time ea ...

Score: 2
Nick T avatar
Only "Dummy Output" appearing for audio in Ubuntu 22.04 and 22.10
ml flag

I recently purchased an Intel NUC Laptop and switched it over to Ubuntu (originally 22.04 LTS, and now 22.10 trying to solve this issue). It seems that Ubuntu is not able to find any audio device on this laptop (when it was briefly on Windows 11 it worked), and in the settings it just says "Dummy Output", and no audio will play.

I have tried these solutions and they did not work.

I also ran: inxi -SMA

Score: 0
alilland avatar
Possible to set crontab to run at a different timezone interval?
kz flag

I have a bash script as part of my deployment process that looks something like this, and it installs different cron jobs to be run

#!/bin/bash

echo 'starting after_install.sh'

## unpack and install code ...

## write out current crontab, first configure cron to run as PST
## we want this to run as myuser, not as sudo
sudo -u myuser bash << eof
echo 'remove the current cron tasks'
crontab - ...
Score: 0
paul t avatar
failure of startup to login screen -18.04
id flag

Was using bleach bit to cleanup. PC has very low disk space. Now won't start up and is showing stopping user manager for UID 123. NB: PC shut down unanticipated and now no start up to login.

Score: 0
Normal avatar
How to delete a shortcut made by a browser from apps in ubuntu 22?
ph flag

I have created a shortcut for a website using brave browser, it shows inside the apps as shown in the bellow screenshot, I have no options to remove this shortcut, how to get rid of this shortcut?

enter image description here

enter image description here

See, we don't have much options:

enter image description here

Score: 0
helen avatar
no internet after yesterday's upgrade
gh flag

Yesterday I ran updates, which took quite a long time, and since then the internet is not working on my laptop. the wifi icon shows, and says it has a good connection, and if i connect with ethernet cable it all shows as if it is connecting. however nothing is working - i cannot connect to any websites, download email or use other online apps such as slack. i have recently installed cyberghost, so now i ...

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.