Recent Questions - Unix & Linux Stack Exchange |
- "xmodmaped" key are not recognized by gsettings key bindings
- os-prober can't find Windows 10
- Help installing rtl88x2bu drivers
- How to download file from a server to local directory in kali linux?
- Ubuntu18.04 - scaling_cur_freq is lower than scaling_min_freq
- Fedora missing in grub after installation
- how to kill all processes that run more than 1 minute?
- Trying to write a script to find ORF
- Arrange menu horizontally/detect arrow keys
- replacement for tr with utf-8 capabilities
- rsync include only subdirectory
- unable to mount network share from fstab or in terminal
- shared library not found even if "export LD_LIBRARY_PATH" is set
- Bad font antialiasing for Qt6 applications
- Grub Install With encrypted Boot partion
- How to pass a parameter in a command without run the parameter content?
- XDMCP locally using Unix sockets
- How to add column based in the second line match using SED or another command?
- How to merge arrays from multiple arrays in two JSON with JQ
- How to let already copied files share fragments (reflink)?
- How do I reduze the size of a video to a target size?
- Echo with obfuscation
- find and replace with sed with slash in find and replace string
- Wrong inode: corrupted f2fs, fsck.f2fs cannot repair
- How to verify a file copy is reflink/CoW?
- Directing old symbolic link to a different location
- Sendmail issues "530 Authentication required" error message when authinfo is supplied
- General problem solving steps when print jobs hang in AIX?
"xmodmaped" key are not recognized by gsettings key bindings Posted: 14 May 2022 12:11 PM PDT I'm on Zorin OS 16.1 based on Ubuntu 20.04. Current setup: I disabled caps lock key when pressed alone then map caps lock + hjkl to corresponding arrow key via But when I was trying to use e.g., When I configure this to move between workspace horizontally, My imagination is when I press How can I fix this? |
os-prober can't find Windows 10 Posted: 14 May 2022 12:05 PM PDT I have two hard drives, one with Ubuntu 22 (Jammy) and a separate drive with Windows 10. System boots to Ubuntu by default, as set in BIOS. I'm trying to get my grub boot menu to list the Windows 10 drive, as I previously had on Ubuntu 18.
Any ideas? |
Help installing rtl88x2bu drivers Posted: 14 May 2022 12:02 PM PDT I've just setup a new install of Linux mint and cannot connect to WiFi. I'm living in university accommodation and the ethernet only seems to connect to devices / services on the university network, so I'm stuck using WiFi. I have a pair of WiFi dongles (with realtek 8812bu and 8811 chipsets respectively) neither of which are recognised by my Linux mint install so I'm trying to install drivers for them. I've cloned this repository - which should contain drivers for the 8812BU chipset - onto a usb stick and I'm following this tutorial which outlines using dkms to install these drivers.
I consult that log and find: Bare in mind, I have absoloutely no internet connection on the Linux Mint install. |
How to download file from a server to local directory in kali linux? Posted: 14 May 2022 11:55 AM PDT Regarding to this link How to copy a file from a remote server to a local machine? I have access to VPN and to user alice with IP. I use command I get response Do you know why and how I can download file from server? I use kali linux. I also tried |
Ubuntu18.04 - scaling_cur_freq is lower than scaling_min_freq Posted: 14 May 2022 11:38 AM PDT While using the server, we have confirmed that the clock speed is very low only for a specific CPU group. Could you please tell me the cause and solution for this? All cpu's cpuinfo_min_freq and cpuinfo_max_freq are (1500, 2000). Also, the scaling driver is acpi-cpufreq, and the policy is ondemand. 0-63,128-191 CPUs clock speed shows 1500MHz, but others show 400MHz even if we use them 100% usage. But when I print cpufreq from hardware, they all show 1500MHz. lscpu command shows that low-frequency CPUs are in NUMA node 1. Could this be related? Temperature +) When I change policy as a performance, It just affects cpuinfo_cur_freq, not scaling_cur_freq. |
Fedora missing in grub after installation Posted: 14 May 2022 12:02 PM PDT I have installed fedora 36 for the first time (UEFI), and grub only shows the option to boot windows boot manager and fedora doesn't appear, I haven't tried out anything for now, because i don't know what's wrong, i have probably set all my partitions right, and did everything else right, also i can't boot in any other linux distribution because i only have windows and fedora, that i installed recently |
how to kill all processes that run more than 1 minute? Posted: 14 May 2022 10:58 AM PDT We need to write a script. Which will terminate all processes running for more than 1 minute. |
Trying to write a script to find ORF Posted: 14 May 2022 12:15 PM PDT I'm new to bash, and I found this script to identify ORF, the problem I have is that it gives me three results ( ` ` |
Arrange menu horizontally/detect arrow keys Posted: 14 May 2022 10:05 AM PDT I want to make a small game using bash script, The game, at the beginning provides 4 options for users to choose by using the four arrow keys such ex) How can I arrange 4 options above like and detects the user's arrow keys when in one of them? |
replacement for tr with utf-8 capabilities Posted: 14 May 2022 11:32 AM PDT in order to isolate the last word in any line of a poem (to have a list of all rhymes), I put together several snippets of code obtaining this applying it to poems like this: I get As you can see, the word "pietà" lacks of accented character. I guess this depends from having not tr UTF-8 capabilities. Is there any replacement for tr able to perfprm the same task in this one liner, but retaining UTF-8 accented characters? |
rsync include only subdirectory Posted: 14 May 2022 12:28 PM PDT at the moment I am struggling to find a solution to include only files in a subdirectory but exclude all other stuff. File structure looks like this and only the stuff in a/aa/ shall be transferred into to/. does not work and to/ stays empty but doing this with a/ it works but there a.txt and b.txt should not be there. What did I miss? Thanks for your help. |
unable to mount network share from fstab or in terminal Posted: 14 May 2022 09:19 AM PDT My laptop boots normally. But earlier this week, after some updates, it is unable to mount (fstab) network shares from my QNAP. Other computers with the same fstab connect successfully. I checked the settings on the server, but nothing seems abnormal, and, as said, other computers do connect succesfully. I fiddled with some of the settings without succes fstab has the following starightforward code:
Here is some info about my system: Linux 5.13.0-41-generic #46~20.04.1-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux I hope somebody can help out Thanks in advance |
shared library not found even if "export LD_LIBRARY_PATH" is set Posted: 14 May 2022 09:16 AM PDT Here comes a strange question. I have a QT App and it requires some libraries. Normally, the following bash script works: It works for my computer (Ubuntu 18), and in the WSL of my another device (Not equipped with QT IDE). However, as someone runs the script, the library files in the folder "./libs" cannot be found! (He uses Ubuntu 20 on WSL) The LD_LIBRARY_PATH does not seem to work. Any Hint on this problem? |
Bad font antialiasing for Qt6 applications Posted: 14 May 2022 10:53 AM PDT Environment: OS: Fedora 36 Problem: Qt6 applications seemingly do not use my fontconfig settings (which are used for everything else, including XFCE, GTK2/3/4 and Qt3/4/5 applications, and web browsers). I've used I do not see any error messages in console from Qt6 applications. I have a suspicion something in terms of fonts support in Qt6 has changed drastically but I haven't been able to find anything. Here's how Qt5 applications look like. Here's how Qt6 applications look like. I've filed a bug report because I haven't been able to find anything relevant. |
Grub Install With encrypted Boot partion Posted: 14 May 2022 10:53 AM PDT i am trying to do arch(or any distro)-install with encrypted boot partition(lvm - uefi) during installation i am trying really hard to get it to working but i get this error i searched a lot but i didn't get anywhere i believe it is possible because of this option (GRUB_ENABLE_CRYPTODISK=1) in grub config |
How to pass a parameter in a command without run the parameter content? Posted: 14 May 2022 10:15 AM PDT Good days. I have a little problem. I have this function in bash script This function I pass her a string, what is a comman, and this resolv the orginal path where is the command (by example: /usr/lib/firefox/firefox.sh) and if the file is executable return true else false. But the problem is...The parameter (in the example "firefox") run it as command and open the browser firefox. How can I do for that the parameter not run it? Thank you very much. |
XDMCP locally using Unix sockets Posted: 14 May 2022 10:05 AM PDT Is there any way to start a XDMCP session, say with Xephyr in LightDM, locally through Unix Sockets instead of IP? For performance I was wondering if, somehow, I can avoid any network stack working with Xephyr and the XDMCP server in the same machine. |
How to add column based in the second line match using SED or another command? Posted: 14 May 2022 10:54 AM PDT I have the following lines result from I want to add the line 2 result from call to first line 1 like this Can I do that? |
How to merge arrays from multiple arrays in two JSON with JQ Posted: 14 May 2022 09:19 AM PDT I have two JSON files ( The first file is ( The second file is ( so my expected output will be: I am trying to merge (combine) these two files using Is there a way to modify this function to combine both |
How to let already copied files share fragments (reflink)? Posted: 14 May 2022 10:24 AM PDT I copy a file to a different XFS volume on daily basis as follows: Now it occupies the full size of both files on disk2. On the same partition I would usually use Sadly |
How do I reduze the size of a video to a target size? Posted: 14 May 2022 09:18 AM PDT I want to reduce the size of a video to be able to send it via email and such. I looked at this question: How can I reduce a video's size with ffmpeg? where I got good advice on how to reduce it. Problem is that I need to manually calculate the bitrate. And also when doing this I had to finish of with manual trial and error. Is there any good way to use Note due to a comment from frostschutz:
Good advice in general, but it does not suit my usecase. Uploading to an external link is not an option due to technical limitations, one of them being that the receiver does not have http access. I could also clarify that I'm NOT looking for exactly the size I'm specifying. It's enough if it is reasonably close to what I want (maybe up to 5 or 10% lower or so) but it should be guaranteed that it will not exceed my target limit. |
Posted: 14 May 2022 11:44 AM PDT I need to print some variables to the screen but I need to preferebly obfuscate the first few characters and I was wondering if there was an echo command in bash that can obfuscate the first characters of a secret value while printing it to the terminal: |
find and replace with sed with slash in find and replace string Posted: 14 May 2022 10:54 AM PDT I want to change in file but this give error |
Wrong inode: corrupted f2fs, fsck.f2fs cannot repair Posted: 14 May 2022 10:00 AM PDT A f2fs partition on my Android phone has recently become corrupted. It will still mount fine; however, I completely lost access to one directory ( When running So it still refuses to help me and it now fails with an obscure error… The inode (number?) seemed to be quite low… So I checked other directories: It looks like the parent dir ( So it looks like the filesystem metadata got corrupted. Without help from Interestingly, the directory still seems to be taking up disk space, and it is considered as "not empty" so I cannot remove it. IMPORTANT: I cannot test solutions anymore since I need the phone and the storage space and reformatted the partition. |
How to verify a file copy is reflink/CoW? Posted: 14 May 2022 09:57 AM PDT I'm playing with btrfs, which allows |
Directing old symbolic link to a different location Posted: 14 May 2022 10:58 AM PDT Example: I created a symbolic link into my /usr/local/bin folder using I would like to move my Application folder (and all its tools) to /package/Application (basically outside the Users parent directory). Is it possible to have the original symbolic links point to its corresponding tool in its new location? |
Sendmail issues "530 Authentication required" error message when authinfo is supplied Posted: 14 May 2022 11:01 AM PDT
I have configured sendmail to send emails from
I guess it has something to do with
|
General problem solving steps when print jobs hang in AIX? Posted: 14 May 2022 12:06 PM PDT What should I do if jobs are getting stuck in the print queue even after restarting spooling? |
You are subscribed to email updates from Recent Questions - Unix & Linux Stack Exchange. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment