HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pacija

no profile record

comments

pacija
·22 วันที่ผ่านมา·discuss
Long time ago I used these BSD-based appliances such as opnsense, beleiving I'll have it easier with their web interfaces than with editing config files in vi.

In the long run, after investing some time into learning actual BSDs I find editing a few config files much more convenient than clicking around in web interfaces.

OpenBSD is great for a router.

https://www.openbsd.org/faq/pf/example1.html
pacija
·22 วันที่ผ่านมา·discuss
There's a port of Unifi network controller for both FreeBSD and OpenBSD.

https://www.freshports.org/net-mgmt/unifi10/

https://ports.to/path/net/unifi/main.html

I guess not officially supported but I use them, they work well.
pacija
·26 วันที่ผ่านมา·discuss
Can't you crash on your sister's couch?
pacija
·3 เดือนที่ผ่านมา·discuss
In my case firefox + arkenfox + ublock origin advanced mode require all sorts of weird clicking to enable similar tracking :)
pacija
·4 เดือนที่ผ่านมา·discuss
Serbia used to be parliamentary republic. Nominally it stil is. In fact it is currently governed by SNS, former political party turned criminal organization.
pacija
·6 เดือนที่ผ่านมา·discuss
Of course. A port is a door. If service listening on a port is secure and properly configured (e.g. ssh), whole Internet can bang on it all day every day, they won't let through without proper key. Same for imap, xmpp or any othet service.

But what can you expect from people who provide services but won't even try to understand how they work and how they are configured as it's 'not fun enough', expecting claude code to do it right for them.

Asking AI to do thing you did 100 times before is OK I guess. Asking AI to do thing you never did and have no idea how it's properly done - not so much I'd say. But this guy obviously does not signal his sysadmin skills but his AI skills. I hope it brings him the result he aimed for.
pacija
·6 เดือนที่ผ่านมา·discuss
Well behaved governments will provide national minorities with everything they need to feel at home. Bilingual street signs, schools in minority's native language, churches, radio and TV broadcasts in minority's native language etc.

Any government who denies this to their national minorities should be promptly replaced as this kind of disrespect to other peoples' culture, religion and national identity inevitably leads to bad outcomes.
pacija
·6 เดือนที่ผ่านมา·discuss
Addiction & Tolerance. You choose to take bigger doses of Heroin more frequently instead of living a healthy life. Your logic seems a bit too simple.
pacija
·8 เดือนที่ผ่านมา·discuss
Jail managers come and go. Base OS tools stay and are getting better and better. I would definitely stay away from ezjail as it us quite old, active development or even maintenance has stopped long time ago.

Author of the article seem to know what they are doing so I'm puzzled why they don't use `bsdinstall jail /path/to/jail` to implement basejail instead of manually unpacking archives.

No need for separate custom rc script to start `lo1`, it can be done with `cloned_interfaces` directive in rc.conf.

Updating and upgrading jails by passing `-b /path/to/jail` to `freebsd-update` works, but new recommended way has lately been `-j <jailname>`.

Cool article overall, the beauty of FreeBSD is also in possibility to do things in many different ways.