• 0 Posts
  • 99 Comments
Joined 11 months ago
cake
Cake day: July 22nd, 2023

help-circle
  • My mother asked me to switch her over and she loves it. I love it too because she isn’t always asking me for help all the time. I was playing around with windows games on Linux and while I was testing her game because it was fast to download, she was impressed and she wanted to switch right there.

    I don’t remember when it started but every other update to windows home popped up an advertisement for the Microsoft account (she had a local account) and an advertisement for office 365. She would literally call me every time it popped up saying it looked important so she didn’t touch it. Libre office is close enough to excel that all the time I spent teaching her Excel didn’t go to waist and I could finally cancel my office 365 subscription.

    I’m thinking of recommending it to my aunt because her PC is slow and won’t be supported by windows 11. If she’s interested I’ll let her play with it on an old laptop for a while before verifying she wants to switch over. The same thing I did with my mother.








  • Maybe I wasn’t clear, I’m an Nvidia user too. I got on at the ground floor of Nvidia just beginning to support Wayland and it was rough. To be honest my desktop would straight up refuse to boot most distro installers, hints why my first real experience with Linux was archlinux.

    I understand X11 is perfectly usable but I just didn’t want to use a system with constant screen tearing, I also just ran into weird issues with x11 when it came to running anything more than basic apps. It’s always fun when your screen locks but can’t capture inputs because you had a game running.

    Probably the biggest reason I champion Wayland and I’m very excited for the upcoming explicit sync driver update. When wayland reaches maturity we’ll have a smooth experience on par with windows or Macos and more secure/private than both.


  • I think the first thing is actually recommend is enabling a daemon that launches Plex at boot without login. sudo systemctl enable plexmediaserver For something like a Minecraft server I’d recommend reading up on the setup process. (It’s a fair bit to summarize)

    If the application doesn’t come with a systemd service I’d recommend making a cron. They’re scary looking but actually pretty easy to use, I use it for automating maintenance on my server.

    It may feel counter intuitive but Linux servers don’t really need a desktop to manage them so most the tools don’t really come with graphical apps. If you want an interface to check on things I’d recommend installing and using cockpit web based graphical interface.

    If you want to do it proper on a systemd system make a systemd.service it’s not as easy to learn but you get extra tools to manage it.

    I’ve heard there’s a lot of work that has been done in kde and gnome to get rdp (remote desktop protocol) with remote login.

    I hope this helps! If not, almost everything can be done through the terminal and ssh(secure shell) makes that process really easy. I installed and setup my Linux laptop and my server that way.

    If you just want to transfer files there is sshfs(secure shell file system) and the ability to go to your file browser and type in an sftp(secure file transfer protocol) address. In kde dolphin for example you select network and type in the bar sftp://(IP address or hostname)@(user):(working directory). Make sure you have sshfs installed on both machines and sshd enabled on at least the system you want to access.







  • Back in the day the whole presentation was about it though. Now says they don’t talk about the toolkits and stuff in the actual presentations with demos and examples like they used to. Infact it was the job of most tech journalist to pull out the relevant information to the user because the focus was almost entirely developer focused.

    They did announce hardware at the very beginning though. It was often followed by statistics on how many developers were actively developing for the platform and the revenue developers made as a whole so on and so forth.

    I remember them explaining push notifications, how it works, what you might want to implement it for and tried to sell the fact it didn’t really hit battery life much because it was pushed from apples servers etc. the whole presentation that was an hour long on technologies like coco demonstrating the fluidity and speed of the new tools and how they dramatically reduced the install size while improving stability etc. there was a 20 minute section on how apples iad’s were going to make developers more money while reducing overhead and had a downloadable demo in the app store.




  • They also released a borderline useless posix subsystem to get government contracts that only authorized the purchase of posix compliant systems.

    Windows subsystem for Linux is pretty much the modern version of that. Before it was partially based on openbsd and called windows subsystem for unix. The original was NT posix subsystem and was hastly hacked together to just barely support the standards required by the US government. If I remember right there was zero user facing utilities it only supported compiling posix compatible code.

    It’s quite fascinating history. Also Apple just ported unix system V to Macintosh, heavily modified x server, some Macintosh app compatibility, and called it A/UX. Actually apples version of unix was fully featured and seems nicer than system 7 it ran beside.