• The site may be on/off today as we're going to be upgrading some key services on the server (php, nginx, kernel, etc...). If it breaks, we promise to fix it :)

Search results

  1. Greg C

    How to remove youtube app from ubuntu?

    Have you tried "sudo apt-get remove youtube"?
  2. Greg C

    What's the best IDE for linux users?

    I've been using VSCode for awhile on Fedora 36 and very much like it, especially the way it integrates with "git". In addition, I also like the many very well written plugins available through the VSCode web site. Lately, I've been debugging and editing rather long complex bash scripts and...
  3. Greg C

    I have to be sudo to properly read manpages now

    OK, this is great and problem solved! You were absolutely correct about the pager being the issue here. In my '.bashrc' file I changed my environment a little bit by exporting the less pager to modify several of my alias commands and that caused the issue. I renamed that file and ran "man...
  4. Greg C

    I have to be sudo to properly read manpages now

    I've sent another screen shot that shows the result of your code:
  5. Greg C

    I have to be sudo to properly read manpages now

    OK, I'll attach two screenshots that shows the "man1" manpage. Demonstrates what happens with regular user. The second screen shows when I run this as sudo.
  6. Greg C

    I have to be sudo to properly read manpages now

    I forgot to thank-you for replying to my problem so fast.
  7. Greg C

    I have to be sudo to properly read manpages now

    Just followed your recommendation including a reboot but to no avail. Same problem exits...
  8. Greg C

    I have to be sudo to properly read manpages now

    Hello, I don't know what I've done to cause this issue but now I must be sudo to properly read manpages. What I mean here is that when I call for any manpage i get a page that shows line numbers and garbage characters that reminds me of syntax highlighting etc. I realized this situation about...
Top