540
top 50 comments
sorted by: hot top controversial new old
[-] GigglyBobble@kbin.social 168 points 1 year ago

Uptime: 12 mins

Sounds about right.

[-] Gingernate@programming.dev 32 points 1 year ago

thats the damn truth....

load more comments (1 replies)
[-] jack@monero.town 145 points 1 year ago

This incident will be reported

[-] ne0phyte@feddit.de 31 points 1 year ago

No Christmas presents for op this year.

"He sees you when you're sleeping, he knows when you're awake, he's copied on /var/spool/mail/root, so be good for goodness' sake."

[-] meteokr@community.adiquaints.moe 73 points 1 year ago

Its merely off topic, Windows isn't Unix. OSX is, though only loosely.

[-] cbarrick@lemmy.world 95 points 1 year ago

OSX is, though only loosely.

MacOS is definitely Unix. Same syscalls, same command line, same permissions and virtual filesystem concepts. Pipes, text files, all that jazz. It uses zsh for scripting, PAM for authentication, CUPS for printing, OpenSSH for remote access, Unix sockets and virtual interfaces for networking.

Hell, a good chunk of macOS is straight up FreeBSD.

[-] Bitrot@lemmy.sdf.org 48 points 1 year ago

Unlike most, macOS is also registered and can use the UNIX name.

load more comments (3 replies)
[-] meteokr@community.adiquaints.moe 13 points 1 year ago

Perfect examples of why OSX is an Unix-like just like GNU/Linux. It's got a shared history with the original Unix, but isn't literally Unix. This community is around Unix-likes, and under the Unix-like banner, I'd gladly welcome ReactOS. WSL isn't in the spirit of it though.

OSX has been on a number of occasions actively hostile towards FLOSS as well (particularly anything GPL), which in the last decades, have become synonymous with Unix-likes, though that's a matter of personal taste. What isn't a matter of taste however, is that OSX uses the XNU kernel, which is an acronym for X is Not Unix. It is not a monolithic Unix style kernel either. I would argue that OSX is only loosely Unix-like, and only mimics Unix functions for compatibility. Should Apple have the inclination, they would happily abandon it for something invented by them given the opportunity.

Not picking a fight with you over semantics, I just loathe Apple as a business and Microsoft gets a lot of flack for their old "Embrace Extend Extinguish" policies when Apple has been exceptionally hostile towards OSS. Apple so often gets a pass when being considered a part of Unix communities yet they absolutely do not embrace the spirit of Unix-likes and FLOSS at all.

load more comments (5 replies)
[-] JackbyDev@programming.dev 42 points 1 year ago

Uh no, it's an acronym.

M: Mac's

A: Not

C: Unix

[-] MyNameIsRichard@lemmy.ml 33 points 1 year ago

Most

Applications

Crash

If

Not

The

Operating

System

Hangs

load more comments (1 replies)
load more comments (3 replies)
[-] Steamymoomilk@sh.itjust.works 52 points 1 year ago

Average spyware enjoyer

[-] Teon@kbin.social 47 points 1 year ago

We have your IP address, your GeoLocation, cameras are monitoring you now.
You will be dealt with!

[-] Gingernate@programming.dev 37 points 1 year ago

Oh, so you're from Microsoft?

[-] optissima@lemmy.world 28 points 1 year ago

No we're from Meta and you didn't disable telemetry

load more comments (1 replies)
[-] ReakDuck@lemmy.ml 37 points 1 year ago

Where is the Unix in this porn?

[-] KillAllPoorPeople@lemmy.world 22 points 1 year ago

This is like posting a piece of steak in the vegan community and going "tHiS iS gOiNg tO gEt mE bAnNeD bUt i'M eDgY sO i'LL dO iT aNyWaY"

load more comments (2 replies)
[-] prettydarknwild@lemmy.world 36 points 1 year ago

i dont think that you will be banned, although i think you could tune up your desktop a bit more

[-] Gingernate@programming.dev 36 points 1 year ago
[-] prettydarknwild@lemmy.world 14 points 1 year ago

maybe, but if you want to stick with windows, there are some tools that allow to create cool widgets, modify the taskbar, etc. Some examples are: winaero tweaker and rainmeter (those tools can affect windows stability and performance, and in the case of the most extreme ones, it can directly destroy your installation)

[-] Gingernate@programming.dev 10 points 1 year ago

Perfect, that last sentence is what I'm looking for! Lol in all seriousness, thanks I'll look into those.

load more comments (4 replies)
[-] BuboScandiacus@mander.xyz 32 points 1 year ago

This is unixporn not dosporn !

[-] sounddrill@lemmy.antemeridiem.xyz 14 points 1 year ago

Tresporn wen

[-] hypertown@lemmy.world 29 points 1 year ago

Didn't know you could run KDE on wind*ws :o

[-] mvirts@lemmy.world 18 points 1 year ago

Lol :P you actually can, but don't expect a lot.

load more comments (2 replies)
[-] Getallen@feddit.nl 25 points 1 year ago

Wait windows has neofetch?!?!?

[-] gomp@lemmy.ml 28 points 1 year ago

The really important sosftware gets ported to all the platforms

[-] Gingernate@programming.dev 8 points 1 year ago

Is there an iOS port? If there is.. I'm going to post screenshots from my wife's iPhone. iOS is more UNIX than windows!

load more comments (4 replies)
load more comments (1 replies)
[-] Waffelson@lemmy.world 7 points 1 year ago

neofetch in windows is quite slow compared to linux I recommend using fastfetch if you notice a slowdown

load more comments (1 replies)
[-] driving_crooner@lemmy.eco.br 21 points 1 year ago

I remember a while ago Tails developers were asking for help making the user interface mimic windows, to help people hide better the use of Tails in public spaces like libraries or cafes.

[-] moormaan@lemmy.ca 13 points 1 year ago

Kali Linux introduced a script to reskin the DE to look as closely as possible like Windows a few years ago.

load more comments (1 replies)
[-] PowerCrazy@lemmy.ml 20 points 1 year ago

Isn't Powershell a POSIX compliant shell now? I know that isn't "gnu/linux" but it certainly allows a lot of familiarity between the environments.

[-] Mountaineer@aussie.zone 17 points 1 year ago

I don't think it's strictly compliant, although they claim to have based it's syntax on Korn shell, which is the strictest definition of POSIX shells.

You can do pretty much everything in powershell that you can do in something like bash BUT, it will be done slightly differently, so trying to make a script cross compatible is pointless (you might as well just write it natively in powershell etc).

Powershell isn't inherently bad, unlike bash for instance which just allows piping out text output, Powershell can pass around true .net objects.
But if what you're looking for is cross OS compatability, you're pushing shit uphill.

99.9% of the time, I open powershell and just ssh into a "real" linux box.

[-] mvirts@lemmy.world 8 points 1 year ago* (last edited 1 year ago)

Lol except they aliased wget and curl but dont parse the standard options 😡

load more comments (1 replies)
load more comments (4 replies)
load more comments (6 replies)
[-] Ascend-910@kbin.social 19 points 1 year ago

I will be surprised if someone can make a tiling WM in Windows

[-] livie@iusearchlinux.fyi 9 points 1 year ago
[-] stepanzak@iusearchlinux.fyi 9 points 1 year ago

DWM has a windows port.

[-] mvirts@lemmy.world 7 points 1 year ago

How strict are we on what constitutes a tiling wm? I've swapped the shell on win XP .. not sure how 11 would fare

load more comments (2 replies)
load more comments (8 replies)
[-] Joe_0237@lemmy.ml 18 points 1 year ago

This tied my stomach in a knot, ive never felt that before, im gonna go throw up.

All jokes (and my seething hatred of MS) aside - it's off topic here, does not belong in this community.

load more comments (1 replies)
[-] NateSwift@beehaw.org 16 points 1 year ago

Seeing the “natha” username is so vindicating. I thought I had typed my name wrong for so long

[-] Gingernate@programming.dev 7 points 1 year ago

It pisses me off so bad. I tried to change he it, ended up having to completely delete my user and start over. Oh well I just try to ignore it now haha

load more comments (3 replies)
[-] mvirts@lemmy.world 14 points 1 year ago

What's the deal with GPU:Caption and the extra white GPU?

load more comments (1 replies)
[-] user@lemmy.one 13 points 1 year ago

where's my pitch fork sharpener?... 🤣

[-] ILikeBoobies@lemmy.ca 10 points 1 year ago

Replace file manager with dolphin

load more comments (2 replies)
[-] rafadc@hackers.surf 8 points 1 year ago

Fortune favors the bold.

load more comments
view more: next ›
this post was submitted on 25 Sep 2023
540 points (100.0% liked)

Unixporn

15368 readers
1 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS