Recent content by dos2unix

  1. dos2unix

    Oh! NO! Tell Me it ant's so!

    https://learn.microsoft.com/en-us/lifecycle/announcements/windows-10-22h2-end-of-support-update
  2. dos2unix

    Oh! NO! Tell Me it ant's so!

    I would love to see some links on this.
  3. dos2unix

    Init system

    Any application can add whatever process management ( init ) configuration they want to. That's why it seems rediculous to have an OS that only supports one. Lets say I'm only using SysVInit for example, and then I install a 3rd party application. ( one that isn't in my distro's repo's by...
  4. dos2unix

    Oh! NO! Tell Me it ant's so!

    The reason I use Linux, is because it's not like Windows, and it seems seem people want to make it more like Windows. :rolleyes:
  5. dos2unix

    Init system

    Why? All my systems have two.
  6. dos2unix

    SOLVED - Using cron to print text files?? Possible?

    I was assuming he was already able to print to a printer. If you have GUI, you can setup a printer. If you only have a command line, you will have to install cups and run lpadmin.
  7. dos2unix

    UDP 53

    If it works for any of your local computers, then your ISP isn't blocking it.
  8. dos2unix

    SOLVED - Using cron to print text files?? Possible?

    Print? To a printer? What kind of files? Text? PDF? Graphics? HTML? lp filename.txt lp filename.pdf crontab 0 * * * * /usr/bin/lp /path/to/my file That will print that file every hour. If there are multiple files with multiple names, then you will have to add some logic or looping. You...
  9. dos2unix

    USB stick write protect

    It does seem that by clicking on the link you provided above, they are trying to sell us something. :)
  10. dos2unix

    Init system

    Exactly! I would say 99% of my user processes are controlled by systemd. But I can still add an init.d file if I really want to. No need for two separate distro installs in order to do this.
  11. dos2unix

    Debian WIFI password display

    Maybe, but the sword cuts both ways. If Linux did lock down these things, then no one could ever join a Wifi-network except root. There are ways in Linux to make it a true Kiosk client application and lock down everything else. But then typically you get one application, and one application...
  12. dos2unix

    Best way to play windows games on Linux?

    The "simplest" way. Run a Windows VM with something like VirtualBox. Some Windows games just do not run under Linux at all. Most Steam and Proton games are compatible. Some of the older less resource intensive games will run under Wine ( a Windows emulator ). But if you really just want...
  13. dos2unix

    Init system

    I was just thinking, a lot of you young guys will look back one day and say things like... a 2Terrabyte VNME hard drive? Really? A Intel 12th gen i9 processor? Really? 32GB of DDR5 RAM? Really. An nVidia 4090RTX GTi? How did you guys every get by with all that ancient stuff. It may sound...
  14. dos2unix

    Init system

    I know this thread is specifically about sysVinit and systemd. But it does expand into a larger philosophy here. There are have been a lot of changes in Linux over last 7 or 8 years. I would say more has changed in Linux in the last seven years, than the entire 23 years before that. Systemd...
  15. dos2unix

    Init system

    From chatGPT. advantages of systemd over sysV init Systemd and SysV init are both init systems for Unix-like operating systems, responsible for initializing and managing system processes. Systemd, introduced as a replacement for SysV init, has several advantages over its predecessor. Here...
Top