nixCraft, to linux
@nixCraft@mastodon.social avatar

and users issue 🤷🏻

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
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/

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?

mjgardner, to retrocomputing
@mjgardner@social.sdf.org avatar

A nerd nostalgia thread of possible interest:

From 1993-1994, I was a “technical assistant” in the RF Engineering department of . Back then, Comcast was a scrappy regional cable operator making its first foray into telephony, not the multinational and media behemoth we know today. (1/6)

mjgardner,
@mjgardner@social.sdf.org avatar

I was a twenty-year-old college #dropout who had lucked into the job after the department’s director noticed that his temporary secretary (me) was way better at automating repetitive tasks in #Microsoft Office than typing up memos.

So he hired me outright (neglecting to increase my administrative-assistant-level wage 😖) and set me loose helping the engineers with their Sun #Unix workstations and #Intel #i486-based PCs running #Windows for Workgroups. (2/6)

mjgardner, (edited )
@mjgardner@social.sdf.org avatar

Before moving to greener (and higher-paying 🤑) pastures, one of my two big "technical assistant" projects for was upgrading the engineers' Sun workstations from the -based 4 to -based SunOS 5 ( 2), and from / to NIS+.

In hindsight, it was a bad idea to make both changes at once, but I was a kid entranced by novelty and not yet very considerate of my users during the inevitable downtimes. (3/6)

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
nixCraft, to linux
@nixCraft@mastodon.social avatar

or desktop from the 90s. Awesome aesthetic 🔥

anatoliyl, to hardware Russian

Do have very good hardware support? I want to buy Acer laptop and install OpenBSD on it.

doboprobodyne,
@doboprobodyne@mathstodon.xyz avatar

Short of checking their hardware support against a specific laptop model, I'd just say thinkpad is generally a safer bet than acer.

If you don't mind refurbished laptops, you can buy openbsd preinstalled... https://minifree.org/

#minifree #bsd #libreboot #openbsd #unix #linux #opensource #foss #laptops

spv, to linuxphones

i've started keeping notes on the pro.

overall quite happy with this janky mess

https://spv.sh/blog/posts/pinephone_pro_review.md

nixCraft, to random
@nixCraft@mastodon.social avatar
governa, to random
@governa@fosstodon.org avatar
nixCraft, to linux
@nixCraft@mastodon.social avatar

Learn how to fix this error: "SSH Authentication refused: bad ownership or modes for file ~/.ssh/authorized_keys" on your , or box https://www.cyberciti.biz/faq/openssh-server-authentication-refused-bad-ownership-or-modes/ 👇

nixCraft, to linux
@nixCraft@mastodon.social avatar

sttr – Awesome #Linux, #macOS & #Unix OS tool for transformation of the string. It is helpful in your scripting, data processing, and automation tasks at the CLI. https://www.cyberciti.biz/open-source/sttr-awesome-linux-unix-command-tool-for-transformation-string/

sttr command demo

LinuxRenaissance, to linux
@LinuxRenaissance@fosstodon.org avatar

A short retrospective on a #Unix / #Linux finger command and a .plan file. How people used it and why.

https://youtu.be/GqN-4jnJITY

darth, to linux
@darth@silversword.online avatar

"To finger someone" (Unix/Linux)

  • To retrieve the information publicly available on that user via the finger daemon, such as real name, phone number, etc.

#Unix #Linux

koen, to random
@koen@procolix.social avatar

@aka_pugs presenting why #NFS must die! At @nluug #nluug #vj2024

koen,
@koen@procolix.social avatar

@aka_pugs @nluug we definitely need more real original architects from the early days of UNIX and the likes to share their views like Tom did!

If you are a crossbow developer, a webserver (or even gopher) architect or a Solaris kernel-dev, please submit a talk for the Fall conference, or let me know here, right now, so I can try to strong arm you into it using just words and incentives from your peers. 😇😇

louis, to random
@louis@emacs.ch avatar

So, when I aim for portable C code that works on all *nixes, is the "Single Unix Specification" now the authorative reference, instead of just POSIX?

I think I missed that train. Advice from experienced devs appreciated.

#unix #c

pitrh, to Ottawa
@pitrh@mastodon.social avatar

BSDCan - North America's Largest BSD Conference - is in less than two weeks!

Go to https://www.bsdcan.org/2024/, check out the schedule https://www.bsdcan.org/2024/schedule/ and register at https://www.bsdcan.org/2024/registration.php

nixCraft, to linux
@nixCraft@mastodon.social avatar
jnpn, to emacs
@jnpn@mastodon.social avatar

Ever wanted to see Multics Emacs live ?

https://yewtu.be/watch?v=q0yfhZB7VpA

Emacs version 12.9 in a multics shell.

Pretty rare sight for me

#emacs #multics #unix #vintagecomputing

nixCraft, to linux
@nixCraft@mastodon.social avatar

Here's how you can use tcpdump command to capture and record specific network traffic, protocols and ports on #Linux, #Unix, #macOS (OS X) and BSD systems like #FreeBSD. This tool is essential for sysadmins and developers to debug networking issues. https://www.cyberciti.biz/faq/tcpdump-capture-record-protocols-port/

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