Latest Ubuntu related questions

Score: 0
MD5 hashing all files within a usb and saving output file on a usb
cm flag

so I'm trying to work out how to hash all files within a USB directory. I came across another post similar to mine including this script below:

find "$PWD" -type d | sort | while read dir; do [ ! -f "${dir}"/@md5Sum.md5 ] && echo "Processing " "${dir}" || echo "Skipped " "${dir}" " @md5Sum.md5 already present" ; [ ! -f "${dir}"/@md5Sum.md5 ] && md5sum "${dir}"/* > "${dir}"/@md5Sum ...

Score: 0
Jamalan avatar
I was told not to use apt-get install in a setup.sh script
pl flag

What should I be using? Are there any standard formats/design patterns for setup.sh scripts?

Score: 0
What is the passphrase for opening a BitLocker disk on Ubuntu?
bd flag

I'm using Ubuntu 21.10. When opening GNOME Disks, I can see a padlock on the Bitlocker partition. If I click the unlock button, I am prompted for a passphrase.

What passphrase should I enter? Entering the password of my Windows' user does not work.

Score: 0
Gedas avatar
/dev/tty7 is stuck showing /dev/nvme
us flag

Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal

When I switch to tty7 a just have a frozen screen containing two lines i.e.:

/dev/nvme0n1p2 clean:... (and some numbers)
_ (blinking cursor)

Input is not accepted. Everything else works as usual: The X-server is launched on /dev/tty1 for the login screen and on /dev/tty2 for gnome3 all other virtual terminals ...

Score: 0
Rick avatar
understanding remote login to linux server and to sqlplus via ssh
in flag

OS ubuntu 20.04

So for my school work, I am connecting to a Linux server using my school username and password.

example in terminal:

ssh me@name-of-remote_host

me@name-of-remote_host 's password: ....

' [me@remote_host~]: sqlplus

this will prompt me to enter:

Enter user-name:

Enter password:

If I want to change the second (sqlplus) password how I would do that assuming that I have the privilege  ...

Score: 0
user3522032 avatar
Snap Apps no Longer displaying
ph flag

A few weeks ago, after an automatic update of the software, I noticed that the Ubuntu software was no longer being displayed. As to whether or not the system is using ZSH or not I have no knowledge. I have only used what was there. Can anyone offer any suggestions on how to correct the problem? I followed some instruction that I've found on the net. But that was unsuccessful.

Score: 0
bits avatar
Real mode call failed on MacBook Pro when trying to turn screen off Ubuntu Server 20.04
ca flag

I have Ubuntu Server 20.04 installed on an early 2011 MacBook Pro 8,1 and I want to close the lid and turn the screen off. I have succesfully prevented it from sleeping when closing the lid as described here https://askubuntu.com/a/594417 and from another answer https://askubuntu.com/a/1117586 in the same question, I created a script to trigger the screen on/off. This script gets executed I have conf ...

Score: -1
Boris Kalinin avatar
External NTFS drive mounted but unavailable after logout while it is in fstab
in flag

I have an external USB-drive with NTFS filesystem on Ubuntu 20.04.2 I have a mounting point at /media/myname/data. I ran sudo blkid and know this device UUID. I have an /etc/fstab with this record:

UUID=02A47952A4794965   /media/myname/data  ntfs    defaults    0   0

However each time I logout and then login after a while this device is unavailable. To mount it back I have to manually do two commands:

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.