I’d like to be able to specify columns by saying “Starting on column D, I want every third column” make these show up in one “total” column The image probably describes it a little better – instead of doing ={Range1; Range2; Range 3; ...} manually for each desired range, a […]
Rubin
I just installed LuaRocks, the standard package manager for Lua, using Homebrew: brew install luarocks I’m running Lua 5.4, and every time I try to access the package repository, either to search or install, it errors out. For example: % luarocks search --all sh: line 1: 55274 Abort trap: 6 […]
Right now, I can only exit scroll / copy-mode when I hit the letter q. I’d like to: Exit copy mode on any keypress The keypress should also be added to my prompt. Here’s a demo of the behavior I’d like to replicate in tmux: https://imgur.com/a/pljsmA4
I’m trying to use ffmpeg to take an input mp3 audio file (which contains an audio source and video source) from stdin, make modifications, and then send the mp3 to stdout. However, upon inspection of the audio after saving the stream from stdout, the file stream is missing the video […]
I have a Dell Inspiron 15 – i7559 laptop with windows 10. I am trying to reset the PC completely, with all the settings, hard drive completely refreshed. I am doing it from the BIOS’s troubleshooting page. Because I cannot access my PC anymore. It is blocked at the profile […]
I hope someone can assist…. I need to get the start and finish time of overlapping times. For example my first column’s time periods are: 8:00 – 10:00 12:00 – 14:00 16:00 – 18:00 The second column is 9:00 – 13:00. I need to get the start and finish times […]
I had an old work laptop running Ubuntu and I got to keep the HDD after leaving. My current laptop runs Win 11 and I added the old Ubuntu disk into the spare HDD slot. I got WSL and was able to mount the disk so I can view my […]
I’ve got a Dell Inspiron 5515, running Windows 11, and after a year of owning it, I’ve started to get this weird issue where the touchpad clicking stops working randomly (I can still move the mouse around though, just the left/right click cease to work); say after 1h of use. […]
I have a directory with 10GB (1M files) in it. rclone sync is taking multiple days to upload it to OneDrive. I have a dedicated 11Mbps uplink. With my uplink speed this should take 2 hours. As proof, I was able to sync directories with 100GB (but with fewer files) […]