Skip Navigation

User banner
Posts
4
Comments
244
Joined
5 mo. ago

  • Why cant autodesk port the POS to Linux

    Out of curiosity have you tried running it in a Wine/Proton environment? I’ve been able to utilize Steams “add non-steam game to library” feature to then enable proton compatibility on simple windows programs.

    Only gripe I have is with file-browsing in this scenario.

  • If you’re working alone and hear heavy footsteps coming towards you do not fear, find yourself the nearest “safe” room with a type-writer and they’ll leave you alone.

  • I think if you work in any mechanical shop this comes with the territory.

  • This is why I chose an ASUS nuc + external bay-storage for my home networking needs, felt like synology NAS would be a limiting factor.

  • When i first researched Linux distros and learned that Ubuntu, Linux Mint, Kali Linux, etc were all derivatives of Debian I knew it was the distro I wanted to learn.

    Granted the package manager does tend to fall behind and the Linux kernel is quite outdated on Debian 12 however, it works great for 99% of tasks (including gaming!).

  • They even earned themselves their own acronym. The problem is growing up Schools (at least in Canada) have pushed these corporations onto kids which makes them think these are the holy saviours of the internet further feeding their data collection and the cycle.

    • G - Google
    • A - Apple
    • F - Facebook
    • A - Amazon
    • M - Microsoft

    https://en.m.wikipedia.org/wiki/Big_Tech

  • Ah yes, this surely will push me to vote Liberal!

    Preach about inclusivity, then go and pull this when someone bothers to questions it.

  • Come to Canada and find out how weak our defense is!

    Ah yes, I’m sure once October hits and the liberals start confiscating people’s semi-automatic rifles everyone will feel so safe!

    Fun fact 604 area code is Vancouver.

  • America is no rookie when it comes to threatening & invading countries for their oil, it’s a shame Canada has little means of defence and the liberals are further taking that defence away.

    Conservatives are not much better however, we can no longer rely on the US for national security.

    Elections are coming up folks, pick wisely between the two evils.

  • Is there any point of logging in with a different account?

    When you edit & save a file as root, root takes ownership of that file. I personally don’t like having to run chmod or chown every time I make minor changes to something.

  • Not nearly as user friendly for the non-networking types hence why I recommend one with a fancy GUI.

    Edit: Also, I suspect Microsoft will do Microsoft things and hide/prevent their telemetry from being blocked, ultimately I don’t know the state of Windows right now as I’ve made the switched to Linux many years ago.

  • Ah I figured Portmaster was only for Linux, I dabbled around their software and found it quite good!

    I think the reason I stopped using it in lieu of OpenSnitch was because 1) most features were locked behind a subscription and 2) already had PiHole running so the firewall wasn’t something I really needed.

    Regardless thanks for letting me know it works for Windows, I’ll started recommending it over Glasswire!

  • Quick way of accomplishing the “de-bloating” of windows is by 1) managing your own DNS and blocking telemetry connections network wide (quite easy to do with PiHole + Docker Engine) or 2) installing Glasswire and blocking connections on the specific device however, I believe Glasswires Firewall is subscription based so this may be a turn-off for people.

    Either work and are more efficient than digging around your Windows install and finding all the different variants of the same bloatware.

  • Appears correctly on Voyager, original commenter should’ve used a code block.

    Edit: I suppose display size does matter - iPhone 16 Pro

  • drivers are notoriously troublesome on Linux

    I dunno man, Debian makes it pretty easy.

    1. Prerequisites

    x64 Kernel headers:

     
        
    sudo apt install linux-headers-amd64
    
      
    1. Debian 12 Installation

    Disable secure boot & add ‘Contrib’ repository to sources list:

     
        
    sudo deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
    
      

    Install Nvidia driver

     
        
    sudo apt install nvidia-driver firmware-misc-nonfree
    
      

    Restart system.

    Bonus points for optimal performance follow CUDA doc & OptiX doc for Ray-Tracing & utilization of Nvidia cuda cores.

  • If ProtonDB says that it’s working then it’s working, most likely something ain’t right with your setup.