pepoluan
pepoluan.bsky.social
pepoluan
@pepoluan.bsky.social
14 followers 8 following 160 posts
IT Security / Architecture / Infra guy. Also doing some Python things.
Posts Media Videos Starter Packs
#Art
in the Creation (process)
and as the Creation (result)
Be determined when creating a piece of art and passionate about painting of art and craft
Reposted by pepoluan
Chump is ignoring Blue States 💙
Like California, and Gavin Newsom
Has Been Ringing Alarm Bells
About This.......
Reposted by pepoluan
I told my nephew he could be anything when he grows up. He chose disappointment.
Somtimes I wonder
why they call the company
Go-Ogle

It's almost like
what happened with
ExpertSexChange

#Google #Strange
Reposted by pepoluan
When they tell you they plan on throwing out the constitution, believe them.
Atop the same SSH session
other protocols may run.

For example:
- Port forwarding / tunneling protocol
- SFTP protocol
- X11 Forwarding protocol
- SSH Agen protocol
- etc.

All using one single TCP connection to port 22.

Hence is why SSH is a #SessionLayer protocol.

#Networking #OSILayers
The #SSH stack
is the best illustration
for the OSI 7 Layer architecture.

The SSH protocol itself is a Session-layer protocol
the $TERM is a Presentation-layer protocol
and the shell is the Application-layer protocol

#Networking #OSILayers #OSI7Layers
Ho-Lee ...

Why is dev-lang/zig-bin so HUGE
on #Gentoo

#GentooLinux #Linux #Zig
The (selfish) reason being:

In my company's server, I cannot guarantee Python is installed.
But I can guarantee SaltStack is installed.

So some sysadmin-ish scripts I write, all simply leverage the Python already in /opt/salt
I hope support for whatever version of Python bundled in SaltStack, can be guaranteed.

(Though, tbt, SaltStack currently bundles Python 3.10 so supporting only double-digit versions are [still] okay [for now])
We -- that is, humans -- can store energy in different forms:

- As voltage difference
- As chemical reactions
- As gravitic potential energy
- As heat

The Earth has only one easy way store energy:
As heat in the atmosphere.

And this heat
drives the Climate Machine.
True
the average temperature of the Earth
is rising.

But that is just a symptom
of too much Energy being stored.

"Greenhouse Gases"
are powerful molecular Energy storage.

#GlobalWarming #ClimateChange #ClimateWeirding
#GlobalWarming is kind of a misnomer.

it's less about rising average temperature,
but more precisely,

about the Earth storing MUCH more energy.

the overabundance of energy intensifies everything:

summer becomes hotter
winter becomes colder
cyclones (typhoons/hurricanes) become more powerful
One important thing to emphasize
is that USE flags of #GentooLinux really help
in ensuring that packages work well
with other packages.

Remove all unnecessary cruft
and all dependent packages
will just adapt.

Something that other
binary-based distro
might not be able to do.

#Gentoo #Linux
#GentooLinux empowers you.

You no longer have to subscribe fully
to the opinions of the package maintainer(s).
Add/remove features as you want.

Gentoo Linux keeps your system stable.

USE flags ensure
that packages 'know' how to work with
other packages
or how they *won't* work.

#Gentoo #Linux
And even if a package refuses to compile
#Portage will tell why.

Usually it's because of a missing
or incompatible
USE flag.

You have transparency on what the blocker is
and agency on whether to "fix" the blocker
or find a different package.

#Gentoo #GentooLinux #Linux
The SuperPower of #Gentoo #Linux
is that you can set up your system
exactly the way you want it
via the USE flags.

And packages will -- most of the time --
adjust to your desires.

No such thing as package broken
because of missing dependency feature.

They either compile
or not.

#GentooLinux
#Gentoo Linux is not that "hard"
at least, not as "hard" as #LinuxFromScratch

Some of the "hard" points, I think, are:
1. Installation
2. Setting up your USE flags
3. Configuring your kernel the first time

Once you've done all that,
maintenance is easy.

Just need TIME.

#GentooLinux
#Gentoo Linux is not that "hard"
at least, not as "hard" as #LinuxFromScratch

Some of the "hard" points, I think, are:
1. Installation
2. Setting up your USE flags
3. Configuring your kernel the first time

Once you've done all that,
maintenance is easy.

Just need TIME.

#GentooLinux
I refuse to confirm or deny this allegation.
tbt,
#Gentoo installs are often
more stable than #Arch

because every single component
are compiled to work together
according to USE flags.

no such thing as a package
requiring something that a different package
does not provide
because of maintainer preferences.
With surprise,
I noticed that my #Gentoo machine
now pulls in #Zig as a BDEPEND

A bit of diving shows that
#ncdu has been rewritten in Zig.

Nice,
though that means
yet-another-compiler to pull in.

Maybe I should pull in zig-bin instead?

#GentooLinux
And he has now declared that Bcachefs code will be gone from Kernel 6.18.
Finally Linus drops #Bcachefs from the #LinuxKernel

Starting 6.18 Bcachefs will be available only via DKMS.

#Linux