• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle



  • You might also be interested in cron/crontab. You can schedule scripts/software to run at specific times of day, week, month, year etc.

    Also if you want to learn more about the linux command line, three super useful commands for you are ‘man’, ‘help’ and ‘apropos’.

    man followed by a command, like ‘man find’ will show you the manual pages for the command ‘find’, showing you how to use it.

    In some cases man wont work for some commands, in those cases try ‘help theCommandThatDidntWorkWithMan’.

    apropos followed by a query like ‘apropos network’ will show you any commands that have ‘network’ in their short description to help you find commands that you might want to use for something.




  • I bought Windows 11 early on so I’m still using it to justify the purchase on my desktop, but I moved my OEM licensed laptop over to Debian a few months ago.

    Can confirm that as soon as Windows 11 is no longer supported or it gets slightly more ass, I’ll be moving my desktop over to Debian or Arch or something as well.

    With the advent of gaming becoming so much more accessible on linux either through native support or through something like proton, I am very hard pressed to find any reason to stay.