thomasfuchs, to retrocomputing
@thomasfuchs@hachyderm.io avatar

Good that we have MacBooks now #retrocomputing #bsd #unix

nixCraft, to linux
@nixCraft@mastodon.social avatar

What is your LEAST favorite or command? 🤔

gordio,

@nixCraft ssh when you try to forward port. I’m always rechecking it with ‘man’, not intuitive at all.

silvajoao,

@nixCraft wget for shure

anna, to linux
@anna@mathstodon.xyz avatar

Linux and macOS users, please advise?

I need to specify my preferences for a work station setup. I have been using Kubuntu for both my professional and personal machines for the last 7 years, so I'd been thinking of getting a Dell laptop and installing Kubuntu. I would just accept that things like Outlook and Teams would only work in the browser, and that I may have to use a virtual machine in the rare cases that I really need to run something on Windows.

However, I am now considering a MacBook, instead. An advantage would be that all my employer's office software would just run, while the OS is still Unix-like. Potential disadvantages include 1) having to get used to a new OS, 2) maybe having less freedom?, and 3) all my external hard drives with backups and data from earlier projects are using the ext4 file system, and I hear that macOS doesn't like that.

Are there any people out there who have experience using both Linux and macOS, and can share some insights on which they prefer and why? Thanks!

#OperatingSystems #Linux #Unix #Kubuntu #Ubuntu #macOS #MacBook #AskingForAFriend

garyhtech, to FreeBSD

NEW VIDEO! - I got KDE Plasma6 working on FreeBSD... Sorta?!

#FreeBSD #OpenSource #Unix #KDE6 #Plasma6 #garyhtech

https://youtu.be/rm6Pl5WwEA0

mms, to books
@mms@emacs.ch avatar

Does ANYONE know if https://www.cs.princeton.edu/~bwk/memoir.html is available anywhere outside of Amazon?

#unix #books #ebooks

stfn,
@stfn@fosstodon.org avatar

@mms libgen? wink wink

rdm, to linux
@rdm@aus.social avatar

#linux #unix #sysadminlife

Without looking at the man page:

What is the difference between
mv -nfi a b
mv -fin a b
mv -inf a b

??

stfn,
@stfn@fosstodon.org avatar

@rdm mv has flags?!

vermaden, to news
@vermaden@bsd.cafe avatar

Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟰/𝟬𝟲/𝟬𝟯 (Valuable News - 2024/06/03) available.

https://vermaden.wordpress.com/2024/06/03/valuable-news-2024-06-03/

Past releases: https://vermaden.wordpress.com/news/

mms, to random
@mms@emacs.ch avatar

Does "Unix System IV" exist? It seems that they jumped from System III to System V.

#unix

ParadeGrotesque,
@ParadeGrotesque@mastodon.sdf.org avatar

@mms

Have you ever used an operating system that used a normal init and stored its configuration files in /etc/init.d/?

Then you have used System V.

@vermaden

ParadeGrotesque,
@ParadeGrotesque@mastodon.sdf.org avatar

@mms

And by normal init, I mean anything that is not systemd, to be more precise.

@vermaden

nixCraft, to linux
@nixCraft@mastodon.social avatar

and users issue 🤷🏻

vascorsd,
@vascorsd@mastodon.social avatar

@nixCraft wait until people find out about doas 😅

mms, to random
@mms@emacs.ch avatar

Wrote a few more chapters, and boom. It's 23:30. The /Forks and Wars/ chapter of my Unix History is going smoothly. However there is so much info that would make the text incomprehensable, I think I'll add "bonus" subpages, like timeline.

Which Unix forks would you consider as the most important/noteable except of BSD, Solaris and Xenix? Have you used others maybe?

In the mean time, Mad Dog!

https://www.youtube.com/watch?v=EZMA3Ge144U

nixCraft, to opensource
@nixCraft@mastodon.social avatar
fsniper,
@fsniper@mastodon.social avatar

@nixCraft Seems like lots of bad/unlucky decisions along the way leading to much lost time. And QT with all of that migration works, seems like quite the limiting factor.

tiago_ribeiro,
@tiago_ribeiro@mastodon.social avatar

@nixCraft unpopular opinion: Paint.NET is the best lightweight image editor and I which I could use it on Linux

nixCraft, to linux
@nixCraft@mastodon.social avatar

Don't let useless cat commands make you hiss-terical! Get a grip with grep on , , & . It's purr-fect for the job! 😼 https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix/

acb,
@acb@mastodon.social avatar

@nixCraft The example with cat is less efficient (one extra process), but it is more composable (if you wanted to put something before the grep, you could)

nazokiyoubinbou,
@nazokiyoubinbou@mastodon.social avatar

@nixCraft But cat will get bored if it just sits there doing nothing.

tedchoward, to random
@tedchoward@mastodon.social avatar

I have a #unix question. I’m running #Slackware. I log into my machine from the console and use startx to start X11. By default, my terminal app (urxvt) does not start a login shell. I know I can configure it to do this. The question is: should I? And why?

RL_Dane,
@RL_Dane@fosstodon.org avatar

@tedchoward

This is the only reason I can think of:

~ $ time bash -c true

real 0m0.002s
user 0m0.000s
sys 0m0.002s

~ $ time bash -lc true
79%, pending-charge (Running bash on KDE-Wayland)

real 0m0.273s
user 0m0.170s
sys 0m0.146s

Non-login shells are much faster, especially for me, when you consider:

~ $ wc -l .bashrc* .bash_[af]*
115 .bashrc
322 .bashrc2
265 .bash_aliases
1136 .bash_functions
1838 total

...

RL_Dane,
@RL_Dane@fosstodon.org avatar

@tedchoward

...

Ok, dang, I need to weed out my functions, lol

I actually have a function for parsing my .bash_functions file to show me what the biggest (line count) functions are! XD

maegul, to random
@maegul@hachyderm.io avatar

Talking to someone about git's UI, and they compared it to vim and GUI IDEs.

When replying with how vi was basically a GUI of its time over more CLI editing with ed/ex ...

it struck me that it is perhaps glaring that we don't have a "vgit": A more visual/TUI tool that supplanted and erased git from memory apart from the "git compatibility mode" still available in "vgit".

I may be off here, but is this emblematic of the cultish worship of unix tooling in the "linux" era?

#git #cli #unix

nixCraft, to linux
@nixCraft@mastodon.social avatar
drmorr,
@drmorr@hachyderm.io avatar

@nixCraft is this... Cross-stitched??? 😂

nixCraft,
@nixCraft@mastodon.social avatar

@drmorr lol. cross stitching hobby is how you keep depression away :P

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • cubers
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • tester
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • anitta
  • Leos
  • provamag3
  • modclub
  • lostlight
  • All magazines