this post was submitted on 04 Feb 2024
426 points (85.1% liked)

Linux

47597 readers
1567 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Linux needs to grow. Stop telling people it's 'tech-y' or acting like you're more advanced for using it, you are scaring away people. Linux Mint can be used by a senile person perfectly.

Explain shortly the benefits, 'faster, more secure, easier to use, main choices of professionals and free'. Ask questions that let you know if they need to dual boot, 'do you use Adobe, anti-cheat games, or Microsoft Office', 'how new is your computer', 'do you use a Mac'.

And most importantly, offer to help them install.

They don't understand the concept of distros, just suggest Linux Mint LTS Cinnamon unless they're curious.

That's it, spread Linux to as many people as possible. The larger the marketshare, the better support we ALL get. We can fight enshittification. Take the time to spread it but don't force it on anyone.

AND STOP SCARING PEOPLE AWAY. Linux has no advertising money, it's up to us.

Offer family members or friends your help or copy and paste the below

how to install linux: 1) copy down your windows product key 2) backup your files to a harddrive 3) install the linux mint cinnamon iso from the linux mint website 4) use etcher (download from its website) to put the iso on a usb flash drive 5) go into bios 6) boot from the usb 7) erase the storage and install 8) press update all in the update manager 9) celebrate. it takes 15 minutes.

edit: LET ME RE-STATE, DO NOT FORCE IT ON ANYONE.

and if someone is at the level of ignorance (not in a derogatory fashion) that they dont know what a file even is genuinely dont bother unless theyre your parents cause youll be tech support for their 'how do i install the internet' questions.

you are viewing a single comment's thread
view the rest of the comments
[–] birdcat@lemmy.ml -2 points 8 months ago (6 children)

id really like to use linux, but not before this is working. i dont understand how you linux people can live witout ahk.

[–] BangersAndMash@lemmy.world 12 points 8 months ago (1 children)

Auto Hot Key, that's something I haven't heard of in a while. Probably because it's not as essential in a Linux environment when you can more easily accomplish most of what you'd accomplish using AHK in a shell script. What problem are you trying to solve using AHK? Someone might be able to tell you how to solve it.

[–] birdcat@lemmy.ml 1 points 8 months ago* (last edited 8 months ago) (1 children)

mostly just abbreviations like

:*:ty-::Thank you very much

I know its possible in linux. but on windows in ahk it takes me seconds to add/remove/deactivate/activate them. and on a good working day do that maybe 20 to 50 times. and they are all in one single file.

i also use it for simple shortcuts or things like

:R*?:ddd:: FormatTime, CurrentDateTime,, dd.MM.yy SendInput %CurrentDateTime% return

or stuff like search selected text in search engine X or Y; but if selected in program A, then use search engine Z or open program B and enter it there. but those are the most complicated ones i use and dont need quick changing.

[–] pathief@lemmy.world 7 points 8 months ago

Check out keyd, might be what you are looking for. I used it to customize dead keys.

load more comments (4 replies)