linuxmasterrace
- discord is stupid
discord want's to update but the package is already updated, so it gives me a link to the newest package BUT IS FOR UBUNTU!?!?!
- Where to buy keyboard stickers?
I have another question about stickers. Where can I buy Tux stickers to cover the win and ⌘ logos on my keyboards?
I found some on eBay, but the seller's on holiday and eBay suspended my account twenty minutes after I created it (for some reason).
EDIT: Removed Reddit-era *nix slang
- Where to buy *nix stickers?
I have a question for any proud ThinkPad users or embarrassed MacBook users here. Where do you buy your laptop stickers from?
- Recently switched to Hyprland, launched the homemade game engine I'm working on, and for some reason I saw the Hyprland mascot looming over the mountains...
Notice the actual desktop background, ignore my attempt to
kill -9
DIscord after the first of 6 crashes - Gaming on Linux with Aaron Honeycutt - System76 Blog (Warning: this blog promotes proprietary software)blog.system76.com Gaming on Linux with Aaron Honeycutt
Getting to know System76' resident game guru.
- How to start app via tiles (Metro-look)
geteilt von: https://feddit.de/post/4931999
> Hi everyone, > > I'd like to have my apps as tiles within a full-screen view (ideally called via pressing the Windows button on the keyboard) in Linux, pretty much the Windows Metro look as seen above. I have all the icon files and just need to link them to the apps themselves. Might you know of a way to do that? > > Thanks for your help! > Temperche >
- Locked and Loaded with new COSMIC DE Updates!blog.system76.com Locked and Loaded with new COSMIC DE Updates!
System76’s COSMIC desktop environment gets a new lock screen, login screen, tiling applet, and important UI additions.
- Free software pioneer Stallman reveals cancer diagnosiswww.theregister.com Free software pioneer Stallman reveals cancer diagnosis
A changed RMS appeared at the GNU 40th anniversary event in Switzerland
- A secret Linux cat easter egg
There is a secret easter egg where you can activate a virtual cat on a linux or a UNIX system. Though it is reported that it can hang your system in certain distros so it is best advised you save and close all your work and so on before attempting because if things go wrong, you may be forced to pull out the power plug.
To summon the cat, try the following command:
meow() { meow | meow & }; meow
If you see something like[1] 583341 [1]+ Done meow|meow
Quickly up arrow and rerun the command untill you see no output. And after a few seconds the cat will appear on the screen that follows your mouse pointer. Very cute.Update: This also works in Windows with GitBash
- How many of you use a custom ROM on your phone?
I personally have been using lineage os for some time now and I am curious how many others use F-droid and lineage os like I do
- GitHub - 89luca89/distrobox: Use any linux distribution inside your terminalgithub.com GitHub - 89luca89/distrobox: Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available...
- "Free Download Manager" malicious package was discovered
It is important to note that Free Download Manager is not malware, but there was a malicious linux package that impersonated Free Download Manager.
- 7 Lesser Know but Unique Web Browsers For You to Exploreitsfoss.com 7 Lesser Know but Unique Web Browsers For You to Explore
Looking for something different? These unique web browsers can help you make things interesting.
- Always use 'user' as your username
Dont use Reddit username or Facebook username or anything like that even if it could be cool. That way you dont have to worry even if some log file or error stack trace recorded your username.
- Here is a nextcloud docker compose if anyone here wants to self host nextcloudlemmy.zip Here is a quick and dirty nextcloud docker-compose - Lemmy.zip
services: db: image: mariadb restart: always command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW volumes: - ./mysql:/var/lib/mysql environment: - MYSQL_PASSWORD=supersecretpassword - MYSQL_DATABASE=nextclouddb - MYSQL_USER=nextclouduser - MYSQL_RANDOM_ROOT_PASSWORD='...
- sed 11q is an early sign of dimentia, dont do itpubmed.ncbi.nlm.nih.gov Symptoms of Early Dementia-11 Questionnaire (SED-11Q): A Brief Informant-Operated Screening for Dementia - PubMed
The aim of this study was to develop a brief informant-based questionnaire, namely the Symptoms of Early Dementia-11 Questionnaire (SED-11Q), for the screening of early dementia. 459 elderly individuals participated, including 39 with mild cognitive impairment in the Clinical Dementia Rating scale (...
- Pine tab now has a RISC V OPTION!!
it's only for devs right now, but I'm super excited for RISC to get more support, just to think of a future of Open sourced hardware with open sourced software sounds awesome!!
Here's an article talking more about it
https://liliputing.com/pinetab-v-tablet-with-a-risc-v-chip-gets-community-supported-software-builds-including-kde-plasma-desktop/
- What's the GOAT programming language right now?
Rust? CrabLang? COBOL? Holy-C?
EDIT: Corrected title
- Interesting response from Redhat when Dev was ready to merge security fixgitlab.com Fixes CVE-2023-38403 - Resolves: rhbz#2223729 (!5) · Merge requests · Red Hat / centos-stream / rpms / iperf3 · GitLab
Summary of Changes Fixes CVE-2023-38403 Approved Development Ticket
- For those of you interested in free (as in freedom) software I have a community dedicated to it
!freesoftware@lemmy.zip
- Has anyone noticed how similar X Corp.'s logo is to X11?
In case you didn't already know, X Corp. is Musk's new company, which is now the parent company of Twitter or something.
- I like how htop has a little warning about uptime
I’m moving my posts from Reddit to Lemmy before delete them.
This post is from 2022-04-16.
- Distro hopping in a nutshell
Video
Click to view this content.
I’m moving my posts from Reddit to Lemmy before delete them.
This post is from 2020-12-08.
- First time installing a distro that came with zsh instead of bash
I’m moving my posts from Reddit to Lemmy before delete them.
This post is from 2020-09-03.
- Solve Sudoku puzzle from a screenshot (sudoku-solver-ocr in C, bash)
cross-posted from: https://lemmy.world/post/961924
A script in bash in combination with a script in C can help you solve a sudoku puzzle in a png file.
https://gitlab.com/christosangel/sudoku-solver-ocr
You can see the script in action in this video.
The main dependency is tesseract OCR, responsible for the oprical character recognition.
Another important dependency is imagemagick, responsible for the necessary image manipulation.
The file selection of the png image is done with zenity.
Feel free to give your feedback.
- Sudoku Solver
cross-posted from: https://lemmy.world/post/807258
> A script in C language that can solve sudoku riddles. > > https://gitlab.com/christosangel/sudoku-solver