What about people who prefer tea?
What about people who prefer tea?
I love French strings in Python.
fr"Hello, {name}!"
sudo -s
for auditability
So basically r/lounge?
Ow! My Balls! is brought to you by a Carl’s Jr.
Snickers in pipx
you are the security patch. sudo apt uninstall
If you’re not paying for the support, then you are the support.
Fedora/Arch/Ubuntu
I smoke my Linux with a filter.
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
Meanwhile everyone still using NetworkManager instead of systemd-networkd in desktop systems because there’s no GUI yet. It works great in containers and wsl.
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' {} +
math in start menu is also powered by bing.
When your SEO gets powerful enough, Google will believe your lies.
What about “gets my coffee from the free barista at work”?