Recent content by Rob

  1. Rob

    Problems with Linux.org Website Started on Friday

    Strange - i'll take a look into it.
  2. Rob

    I started another website :)

    lol yeah I lost interest already :) I have it backed up though so it'd be easy to bring back to life.
  3. Rob

    Are we suffering attempted DDoS attacks.

    Yeah there was at least one main one about an hour ago .. other than that no real big blips.
  4. Rob

    Solved Weird DNS resolution

    Do you have anything in your /etc/hosts file? Could you put something in your /etc/hosts file to cheat it for now? :)
  5. Rob

    Elevate Your Terraform Game: Helpful Tools for Linux Users"

    As a popular infrastructure as code tool, Terraform has revolutionized the way software developers deploy and manage cloud resources. However, Terraform's command-line interface can be overwhelming for new users, and seasoned users may find themselves repeating the same tasks over and over...
  6. Rob

    Solved Hi, I need help with my .zshrc file

    This is true - I scroll back often but also like a semi-clean slate lol :)
  7. Rob

    Solved Hi, I need help with my .zshrc file

    BTW, try ctrl-l instead of typing clear. Quicker and easier :)
  8. Rob

    "Hmm. We’re having trouble finding that site."

    Looks like you just need to set up dns for www.chlyde.com to point to your local machine. You could add the following to your /etc/hosts file: 192.168.0.10 www.chlyde.com chlyde.com (replace the ip w/ the correct one) then reload your browser.
  9. Rob

    Chattr and recursive

    Weird - reading online stuff the R is to restore an undeleted marked file, but man chattr does state R is for recursive
  10. Rob

    Chattr and recursive

    How about using find? find /usr/share/icons/breeze/ -exec chattr +i {} \; You could see which files it'd affect by testing with: find /usr/share/icons/breeze/ -exec ls -al {} \; I haven't used chattr enough to know if its recursive works haha :) Edit: jumping down the chattr rabbit hole, it...
  11. Rob

    How can I diagnose reason for intermittent slow website connecting

    Having incorrect dns can cause delays in some applications .. even just opening a terminal. What's currently in your /etc/resolv.conf file? At the very least, it should have a line like this: nameserver 127.0.0.53 Something may not be acting right in whatever ip you have there - replace it...
  12. Rob

    Popular Keyboard Shortcuts for the GNU Bash Shell

    Some of my favorites from the examples above.. ctrl-a to move to the beginning of the line and ctrl-e to get to the end .. along w/ crtl-r to search previous (though i do a lot of grepping history as well).
  13. Rob

    Popular Keyboard Shortcuts for the GNU Bash Shell

    The GNU Bash shell, an acronym for GNU Bourne-Again Shell, is a Unix shell and command-line interpreter used in most Linux distributions and macOS. It has become the de facto standard for shell scripting and is widely used by developers and system administrators. One of my favorite reasons for...
  14. Rob

    What is a good laptop?

    I'd probably look on ebay for a used thinkpad
  15. Rob

    New Linux User Group (LUG) directory!

    Yeah, there's pros/cons no matter how they're listed. That's why we have the ability to search by location.
Top