- 15 Posts
- 191 Comments
looks fine on me
occultist8128@infosec.pubMto Void Linux@infosec.pub•how do you feel when the first time using the xbps package manager?English1·2 months agoThe experience were awesome, I kinda surprised that it’s fast while maintaining stability. Been 2 years using void and never experienced my system broken!
occultist8128@infosec.pubOPto Learn Programming@programming.dev•i want to learn/use functional programming languageEnglish1·3 months agoyes i been already using some of functional features on it, but i want to use Lisp family language esp for AI dev
occultist8128@infosec.pubOPto Learn Programming@programming.dev•i want to learn/use functional programming languageEnglish1·3 months agomight look on it!
The installation was a bit scary but not too bad.
i feel the same way since i never built my system from scratch before (i was a linux mint user, so a lil bit spoiled lol).
Then I was greeted by an HDD boot speed comparable to my gaming PC with an NVMe. I still miss that now when the PC is running Arch (btw).
that’s wild! i was shocked when my old 32 bit laptop became usable again after installing void there.
When it comes to issues, I only remember a missing screenshot utility (fixed with 1 command) and fonts (can’t remember if I ended up fixing it).
which screenshot app did you end up using?
occultist8128@infosec.pubto Ask Lemmy@lemmy.world•If there was about to be a long term internet outage and you have limited storage, is it better store fewer Movies and TV shows in high resolution, or store more of them but in lower resolution?English1·3 months agoi know. that’s what i’m asking. which one is better, H265 with MP4 as container (since it’s the standard) or MKV as container… i do transcoding a lot but haven’t experienced using MKV as the container. that’s why i’m asking.
occultist8128@infosec.pubOPMto Void Linux@infosec.pub•welcome to !voidlinux@infosec.pubEnglish1·3 months agono problem!
occultist8128@infosec.pubOPMto Void Linux@infosec.pub•welcome to !voidlinux@infosec.pubEnglish1·3 months agovoid already comes with a pretty solid, hardened kernel setup by default. some of the security features it has out of the box include full ASLR, NX protection, protected symlinks and hardlinks, randomization for kernel heap and SLAB freelists, stack protection with GCC, and a bunch of other things like restricting access to
/dev/mem
, enforcing read-only kernel and module data, and more. the default bootloader setup also includes things likeslub_debug
,page_poison
, and secure memory allocation. but the default void settings aren’t hardened at 100%, because otherwise you would be using OpenBSD lol.there’s also a script called
hardening.sh
in the void-packages repo. i’ve seen some folks trying to bring Whonix-style features (i think its name is PlagueOS) or grsecurity/PaX-like standards to Void too, but that’s a pretty big undertaking.this is the output of
checksec --kernel
on my machine○ checksec --kernel * Kernel protection information: Description - List the status of kernel protection mechanisms. Rather than inspect kernel mechanisms that may aid in the prevention of exploitation of userspace processes, this option lists the status of kernel configuration options that harden the kernel itself against attack. Kernel config: /proc/config.gz Vanilla Kernel ASLR: Full NX protection: Skipped Protected symlinks: Enabled Protected hardlinks: Enabled Protected fifos: Disabled Protected regular: Disabled Ipv4 reverse path filtering: Disabled Kernel heap randomization: Enabled GCC stack protector support: Enabled GCC stack protector strong: Enabled SLAB freelist randomization: Enabled Virtually-mapped kernel stack: Enabled Restrict /dev/mem access: Enabled Restrict I/O access to /dev/mem: Enabled Exec Shield: Unsupported YAMA: Active Hardened Usercopy: Enabled Harden str/mem functions: Enabled * X86 only: Address space layout randomization: Enabled * SELinux: No SELinux SELinux infomation available here: http://selinuxproject.org/
occultist8128@infosec.pubto Ask Lemmy@lemmy.world•If there was about to be a long term internet outage and you have limited storage, is it better store fewer Movies and TV shows in high resolution, or store more of them but in lower resolution?English1·3 months agois it better than the H265 alone without changing the container format?
occultist8128@infosec.pubto Ask Lemmy@lemmy.world•If there was about to be a long term internet outage and you have limited storage, is it better store fewer Movies and TV shows in high resolution, or store more of them but in lower resolution?English4·3 months agodoes MKV combined with H265 really do a thing?
occultist8128@infosec.pubto Reddit@lemmy.world•Got a three day suspension for agreeing with someone else who thought murdering one's own parents is worse (more sinister) than plotting to assassinate Trump. I said it was the lesser of two evils.English111·3 months agoreddit is so fucking weird nowadays
occultist8128@infosec.pubto linux4noobs@programming.dev•How to install a go program? [SOLVED]English2·3 months agoyes!
occultist8128@infosec.pubto linux4noobs@programming.dev•How to install a go program? [SOLVED]English7·3 months agoadd the go binary path to your $PATH. i never use go before but i think its binary path is placed on
~/.go/bin
. if it does exist, u can add this# other configs.. export PATH="$HOME/go/bin:$PATH" # other configs..
to your shell config (.bashrc or .zshrc). then reload the changes by
source ~/.bashrc
orsource ~/.zshrc
depends on ur shell.
occultist8128@infosec.pubto Ask Lemmy@lemmy.world•Are you permanently banned off reddit? or do you just like lemmy more?English1·3 months agoreddit is banned in my country (ofc VPN will bypass it) but why bother use more effort if i got something legally available?
occultist8128@infosec.pubto cybersecurity@infosec.pub•Why OAuth MUST share access token with 3rd party?!?1·3 months agofor anlytics? maybe?
occultist8128@infosec.pubto Python@programming.dev•Are docstrings commonly used?English3·3 months agoyes
occultist8128@infosec.pubto Ask Lemmy@lemmy.world•In some countries fathers are ok with their daughters being whores since they think it's their human right or something. Why is that?English1·3 months agoi don’t know, i came from the third world country with east culture, not western. less liberal here.
occultist8128@infosec.pubto No Stupid Questions@lemmy.world•Is there an app/website I can talk to relatively normal people using my voice not my fingers?English2·3 months agoi’m happy being a dumb little shit :)
occultist8128@infosec.pubOPto Ask Lemmy@lemmy.world•do you hate AI generated art? why?English3·3 months agoi feel you
keju