So basically r/lounge?
So basically r/lounge?
First, use lsblk
to list your block devices. Note the path containing your usb device. e.g. /dev/sdb1
Next mount the device to an existing folder or create a new one.
mkdir -p /mnt/thumbstick
mount /dev/sdb1 /mnt/thumbstick
Now you can pipe the dpkg output to the usb device.
dpkg -l > /mnt/thumbstick/packages.txt
Finally, you can unmount the stick to ensure everything is flushed. (optional)
umount /mnt/thumbstick
If you have a very large directory, find will check each individual file, even when -path
doesn’t match, which makes it take longer to complete. Combine -o
and -prune
to omit them entirely.
find . -path '**/node_modules/**' -prune -o -type f -name '*.js' -exec grep 'import' {} +
I do all my work inside WSL anyway. I only use Windows at work because that’s what IT gave me. They also offer macbooks.
But you understand what I mean.
I once removed all groups from my user by using usermod -g
instead of usermod -G
Always use set -eu
The official distro at my job is rhel.
I’m also questioning why they need to update to 6.x in the first place.
Until you want to integrate with the system and use gtk window controls.
My code belongs to everyone. There’s as bug. You should probably fix that.
Just don’t read the comments. It’s mostly people attacking China and people attacking those people for attacking China.
“My funds are getting low. I guess it’s time to hold the open source world for ransom.”
So what you’re saying is vertical tabs and tab groups are the perfect combination.
I don’t think extensions as they are now will be able to do everything this can do. Specifically modifying the userChrome.css. Yes, there are existing vertical tab extensions, but they just reuse the existing sidebar used for the bookmarks and history. Nothing quite up to the quality that Edge or Vivaldi have.
It’s honestly a downgrade from Cortana. Not that I used that either…
It’s literally just the Edge feature transplanted onto windows. I wouldn’t be surprised if they integrated Edge/WebView2 into Explorer just to do this.
When your SEO gets powerful enough, Google will believe your lies.
They’ll probably use one of these emulators in the future to emulate switch games on the switch 2.