Recent content by Rob

  1. Rob

    timeshift just save my day

    I wish Timeshift allowed backups to cifs/smb .. that's how I have my NAS connected. Couldn't figure out the nfs permissions on that thing lol.
  2. Rob

    How do I set my account to "Ignore" the entire TuxBot subforum?

    Ok, so i removed him from the Kali forum and re-enabled his forum, but threads from the asktuxbot forum won't show up in the 'new posts' view.
  3. Rob

    How do I set my account to "Ignore" the entire TuxBot subforum?

    Just in the tuxbot forum and mayyyybe in the Kali forum if he's requested. Actually, i just figured out how to make him not show up in 'new posts' so let me turn him back on and try that.
  4. Rob

    How do I set my account to "Ignore" the entire TuxBot subforum?

    Yeah, i've been thinking of maybe getting rid of tuxbot actually.. he was fun at first, but now kind of annoying. I'll turn him off for a bit and see what kind of response we get :)
  5. Rob

    Problems with Linux.org Website Started on Friday

    Strange - i'll take a look into it.
  6. 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.
  7. 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.
  8. 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? :)
  9. 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...
  10. 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 :)
  11. Rob

    Solved Hi, I need help with my .zshrc file

    BTW, try ctrl-l instead of typing clear. Quicker and easier :)
  12. 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.
  13. 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
  14. 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...
  15. 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...
Top