Latest Ubuntu related questions

Score: 0
Rigel avatar
ubuntu 20.04 system behaving differently after a command input in terminal
cn flag

I was working in the terminal normally when, suddenly, I don't know what happened, I typed an incorrect command mv Desktop/ C, and my system started to respond differently.

I tried to give it a reboot and, after that, all of my directories (e.g. Documents, Desktop, Download, Videos, Pictures) disappeared. I tried another reboot, and, after booting up, I saw that all of the previously disappeared di ...

Score: 0
Michael Rago avatar
Desktop freezes before I can even log in
cn flag

I’m running Ubuntu 18.04. The other day, a box popped up and said “There are updates available” so I allowed it to update. It took about an hour, and I was not expecting it.

After that, when I restarted my computer, the mouse cursor appeared on a blank screen, but I could not move it. A minute later, the rest of the desktop appeared, and a box that said “The login keyring did not get unlo ...

Score: 1
Igor Shumakov avatar
how to execute script on shutdown for wmctrl -l?
cn flag

system: ubuntu 20

[Unit]
Description=Run Scripts at Start and Stop

[Service]
Type=oneshot
RemainAfterExit=true  
ExecStop=/home/user/same_test

[Install]
WantedBy=multi-user.target

same_test:

#!/bin/sh
echo test >> home/user/same_test_echo.txt (works)
wmctrl -l >> /home/user/same_test.txt (don't work)

Result is:

  • same_test.txt is empty (don't work)
  • same_test_echo.txt contain test (work ...
Score: 0
Intermittent NIC on Dell Optiplex 9020 Ubuntu 20.04.3 LTS
cn flag

The problem is that the NIC drops out intermittently every few minutes.

Similar questions have been answered on this problem, but the answers involve changing settings in Windows.

This computer has Ubuntu 20.04.3 LTS and nothing else. I tried a different computer running Ubuntu 20.04.3 LTS on the same network drop and did not have this problem.

I also tried running a different Debian distro on this com ...

Score: 5
Meld - Failed To Register
cd flag

I use Meld very frequently and it just started bailing on me today. When I try to run meld from commandline, it stalls for some time and then exits with Failed to register: Timeout was reached.

I did an apt remove, apt update and re-install and the issue is still there.

Any suggestions on debugging this?

Score: 0
Ubuntu installed in dual boot does not boot after repartitioning and reinstallation
ng flag

I had to re-install my Ubuntu 20.04 dual boot with my Windows 10 PC which had been working fine. I re-installed after repartitioning to give more space to Linux.

I can no longer access the Ubuntu OS even though I can see it with GParted. sda3 is Windows OS and sda5 is Ubuntu OS.

GParted screenshot

Running boot repair I have the following logs:
https://paste.ubuntu.com/p/8xXRGy6sTd/
https://paste.ubuntu.com/p/Rn3sprZCgG/ ...

Score: 0
Saake avatar
How do i hide mounted drives from my desktop On Ubuntu 20.04, Ubuntu on wayland?
za flag

I have tried to look into the GNOME tweaks and tried

gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts true

but it's not working I'm new to ubuntu any help?

Score: -1
Sara Paez avatar
What is Rest Mode? and how do i disable it?
us flag

Every 20-30 minutes a screen overlays and counts down 15 seconds. It says that it is called Rest Mode and it says i can change the settings in my settings application, but i cannot find anything on it inside of my computer settings. It gives me the option to "skip rest" but i want to just get rid of the overlay altogther. I cannot find anything on this in any forums online. here is what is diplayed

 ...
Score: 3
SO_32 avatar
how do I join two partitions with gparted?
ru flag

partitions

I'm in this bad situation: EFI/ unallocated/ext4 boot/swap/ubuntu/ntfs

how do I bring 'unallocated' before ntfs and merge it with ubuntu? Do I need ntfs? Is it a windows thing?

Thank you for your answers and no, it's not a duplicate.

Score: 0
Boris Kjulleněn avatar
Read only ssd adata su650
cn flag

wanted to upgrade my laptop (Lenovo G550) so I installed a Adata su650 120gb ssd. Since then, from time to time the disc goes to read only mode. Temporary solution is easy, after reboot I get busybox, fsck /dev/sda5 then fix a and exit. Any ideas for permanent solution? Ssd is ok,clean install Ubuntu. During boot i get blk_update_request: I/O error, every time. Might fw update for the ssd solve the prob ...

Score: 0
Some parts are configured in Spanish in spite of me selecting English during installer
tr flag

During the Kubuntu 21.xx installation process I selected only English. I set my location to Madrid.

I'm seeing several apps which have parts of the UI in Spanish. This bothers me but I can live with it. The mainline app (which fetches kernel updates) is one that shows the UI in Spanish, and I noticed that now after upgrading the kernel my console shows messages in Spanish, which I definitely don't want. ...

Score: 0
Bruno Henrique Peixoto avatar
Strip ANSI sequences from string through bash-python code
in flag

I try to use bash to strip ANSI color escape sequences from a string without success. I tried already some regex-based code.

#!/bin/bash

Blue='\033[0;34m'         # Blue
Clear='\033[0m'           # Text Reset

removeColors (){
    local uncolored_string=''
    
    local import_row='import re; \n'
    local regex_='(\x9B|\x1B\[)[0-?]*[ -\/]*[@-~]'
    local func_def_row='def escape_ansi(line): \n' ...

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.