sorted by: new top controversial old
[-] gerdesj@lemmy.ml 2 points 2 weeks ago

What on earth went wrong?

Arch is just as safe as any other distro, sometimes more so. Being a rolling jobbie, smaller bits tend to break at a time. If you want to live life on the edge then Gentoo is your man but even Gentoo is becoming pretty safe. You might lose your windowing system for a while but you still have links2 to get to a search engine.

[-] gerdesj@lemmy.ml 1 points 2 weeks ago

♬rope and pull and brand 'em ♬

[-] gerdesj@lemmy.ml -2 points 2 weeks ago

"Every subsystem is a private fiefdom, subject to the whims of each one of Linux’s 1,700+ maintainers, almost all of whom have a dog in this race. It’s herding cats"

There are three similes in that quote. When your considerations are that disorganized, you have not finished thinking everything through. Fiefdoms, dogs and cats ... oh my! That's on top of wild west and other trite, well worn and rather silly similes.

Make your argument without recourse to inflammatory terminology and similes and you slighten the risk of pissing people off.

Clarity is in the eye of the beholder or as someone once said: "You do you".

[-] gerdesj@lemmy.ml 12 points 2 weeks ago

I like to use my enterprise number and a UUID (all in lower case, for legibility). Here's an example:

.1.3.6.1.4.1.33230.0d456e46-67e6-11ef-9c92-7b175b3ab1f1

Now you might say that the UUID is already globally unique or at least pretty unlikely to turn up anywhere else, so why bother prefixing it with more stuff? To that I say: "I need to be absolutely or at least reasonably sure ... OK nearly sure".

Anyway, you maintain a database of these things and then attach documentation and meaning to them. An editor could abstract and hide that away.

I started this post as a joke. Not sure anymore. Why get your knickers in a twist with naming conventions for variables and constants. Programming is already a whopping layer of abstraction from what the logic gates are up to, another one wont hurt!

[-] gerdesj@lemmy.ml 2 points 2 weeks ago

If you just run perl it will sit waiting for input. Try perl --version

[-] gerdesj@lemmy.ml 2 points 3 weeks ago

Windows GPOs are a right old mess. I've been managing them for over two decades. The first fuck up is the word "Group". You cannot assign Group Policy Objects to AD groups unless you use something like ZENworks or some funky WMI filters!

Settings are applied to computers or users. Many settings are available to be set for both but only make sense or even work for one or the other. MS bought out some solution providers and that's why you get the Control Panel and other handy stuff, rather roughly bolted on.

AD with GPOs with the extension to "local machines" is a great idea but dreadful in execution. MS didn't want to nobble third party apps in the past so that's why we have this nonsense. Now its all about Azure/whatevs ie MS's cloud and subscriptions.

Now you belong us!

Linux being a Unix has NIS(+) for a directory or LDAP or AD or anything else you fancy. Ansible works for all mainstream OSs, including Windows.

So often I see people confusing and conflating authentication and authorisation, machine and session state configuration databases.

[-] gerdesj@lemmy.ml 3 points 3 weeks ago

There are so many options it is almost impossible to know where to start!

Which distro is the VM running (is it even Linux)?

If you want the VM to use the host's VPN then you will need some routing and perhaps NAT/masquerade. This is non trivial to sort out. Can the VM have its own VPN connection to your supplier?

You are starting to reach the point where VLANs/subnets and separate routers (real or VM) may be required. Depending what you use as your ISP router, we might be able to get a solution together - so what model is it and do you have any switches?

[-] gerdesj@lemmy.ml 18 points 1 month ago

Please do a little research before trying random stuff. After checking to see if you are actually using the iwlwifi module, why not find out a bit about whether the mentioned param. is available to you and what it does:

Am I using the module. If the output from this is blank, then no:

$ lsmod | grep iwlwifi
iwlwifi               622592  1 iwlmvm
cfg80211             1331200  3 iwlmvm,iwlwifi,mac80211

Also verify with lspci -k as above:

$ lspci -k | grep iwlwifi -A2 -B2
        DeviceName: WLAN
        Subsystem: Intel Corporation Raptor Lake PCH CNVi WiFi
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
        Subsystem: Hewlett-Packard Company Alder Lake PCH Serial IO I2C Controller

# modinfo iwlwifi
   ...
parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
parm:           amsdu_size:amsdu size 0: 12K for multi Rx queue devices, 2K for AX210 devices, 4K for other devices 1:4K 2:8K 3:12K (16K buffers) 4: 2K (default 0) (int)
parm:           fw_restart:restart firmware in case of error (default true) (bool)
parm:           nvm_file:NVM file name (charp)
parm:           uapsd_disable:disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3) (uint)
parm:           enable_ini:0:disable, 1-15:FW_DBG_PRESET Values, 16:enabled without preset value defined,Debug INI TLV FW debug infrastructure (default: 16) (uint)
parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
parm:           power_save:enable WiFi power management (default: disable) (bool)
parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
parm:           disable_11ac:Disable VHT capabilities (default: false) (bool)
parm:           remove_when_gone:Remove dev from PCIe bus if it is deemed inaccessible (default: false) (bool)
parm:           disable_11ax:Disable HE capabilities (default: false) (bool)
parm:           disable_11be:Disable EHT capabilities (default: false) (bool)

sysfs is a pseudo filesystem with lots of info in it. cat the files here:

$ ls -l /sys/module/iwlwifi/parameters/

... to see what your current values are set at. You can install sysfstools and run this for a neat report:

$ systool -vm iwlwifi
Module = "iwlwifi"

  Attributes:
     ...
  Parameters:
    11n_disable         = "0"
    amsdu_size          = "0"
    bt_coex_active      = "Y"
    disable_11ac        = "N"
    disable_11ax        = "N"
    disable_11be        = "N"
    enable_ini          = "16"
    fw_restart          = "Y"
    led_mode            = "0"
    nvm_file            = "(null)"
    power_level         = "0"
    power_save          = "N"
    remove_when_gone    = "N"
    swcrypto            = "0"
    uapsd_disable       = "3"

[-] gerdesj@lemmy.ml 1 points 1 month ago

xfs has reflinks. That means you can copy huge wodges of data nearly for free on one filesystem. For backup systems this is a killer feature. Veeam rolling up incremental backups into the last full happens in seconds because pointers to blocks are juggled around rather than the data blocks themselves.

xfs has been around for a very, very long time. I use it for larger filesystems eg Nextcloud, Zoneminder and the like (and Veeam backup repos that are not object storage). I use ext4 by default.

pfSense boxes - zfs because the alternative is ufs.

RPi - OverlayFS (with ext4 and tmpfs) gets you a generally read only filesystem with changes held in RAM. Ideal for kiosks, appliances and keeping memory sticks alive.

Windows - NTFS, it works well and has streams and there aren't many other options (ReFS is a bit new but it does have reflinks)

[-] gerdesj@lemmy.ml 9 points 1 month ago

That looks like a cherry picked starting point. Read the whole thread for the full context.

fwiw, I don't think anyone comes out looking particularly good. However, attempting to describe Frenck as infamous here and now is a bit rich. That minor disagreement all happened during the pandemic and I'm sure we have all passed a lot of water since then.

[-] gerdesj@lemmy.ml 4 points 1 month ago

"Gilfoyle" is an anagram of Cthulu.

[-] gerdesj@lemmy.ml 2 points 1 month ago* (last edited 1 month ago)

This is from 2004: https://www.trustedreviews.com/reviews/ibm-thinkpad-x31 It will chew amps (electricity). Recycle it as best you can. Grab a modern box instead.

Unless sparks are free where you live, this beast will become a liability very quickly.

3
submitted 1 year ago by gerdesj@lemmy.ml to c/technology@lemmy.ml

Original announcement on Hacker News

There was a thread on HN asking for people to post their personal blogs. Another HNer scraped the thread to create a website with a list of blogs with an intro in the words of the blog owner.

It reminds me of the olden days, pre Altavista when you depended on curated lists and indices to find stuff on the internet. Pre that we had WAIS and Gopher. I started out "browsing" with telnet.

view more: next ›

gerdesj

joined 1 year ago