Search results

  1. K

    GRUB Rescue:Need help from someone with patience

    I think I move more threads to the Kali sub-forum than actually start there. That number is likely similar for you, as I see you move quite a few threads to the sub-forum. In other words, the average Kali user isn't able to figure out where to best post their questions. If they can't figure...
  2. K

    Ubuntu 24.04 now ready for download along with it's spins.

    Be careful. The actual official site is lubuntu.me and not one of the other domains that are owned by other people. Though, yeah, the main forum does go down with some regularity. The site itself is usually pretty reliable.
  3. K

    Books are Worthless Nowadays.

    Hip surgery sucks. Your replacement will be better than mine, but it still sucks. Make sure to do your physical therapy if you want the best recovery possible. Mine was due to an automobile wreck (I wasn't driving) and it was a pretty spectacular event. I basically blew the entire top off my...
  4. K

    HOW TO INSTALL PYGPT ON LINUX?

    Good thinking. I'm more worried that they never actually installed it, but that's good thinking.
  5. K

    HOW TO INSTALL PYGPT ON LINUX?

    That needs to be in ~/.bashrc and then that file needs to be reloaded. That's covered in the 2nd article. It's done with Nano and then a simple terminal command where you declare a new source for the file.
  6. K

    HOW TO INSTALL PYGPT ON LINUX?

    Run the installation (for PyGPT) again. You've installed the audio bits, so just try that. That was pip install PyGPT I think. Also, before you try that, try running this command: ~/.local/bin/PyGPT (Just to see if it's not lowercase.)
  7. K

    HOW TO INSTALL PYGPT ON LINUX?

    Then where did PIP install PyGPT?!? I wonder if you've somehow otherwise broken things. You should almost certainly have this directory - and that's where Python applications should exist. (This assumes you didn't use sudo. If you used sudo, I'm not sure where they'd have gone - but even then...
  8. K

    Today's article is a rather pointless meta article...

    You can safely skip this one: https://linux-tips.us/meta-the-state-of-linux-tips-23/ You will not learn anything of value, at least I don't think you will.
  9. K

    NST 40

    https://www.networksecuritytoolkit.org/nst/index.html
  10. K

    Change CPU frequency in Linux

    Have you seen this page: https://askubuntu.com/questions/635426/how-can-i-easily-control-cpu-speed-on-ubuntu
  11. K

    HOW TO INSTALL PYGPT ON LINUX?

    What's the output of this command: ls ~/.local/bin
  12. K

    GRUB Rescue:Need help from someone with patience

    Moved to the Kali sub-forum.
  13. K

    Sudo problems

    If I understand correctly, apt-get is the stable interface and you're supposed to use it for scripting and stuff like that. The apt command is subject to change and interacts with apt-get. (Meaning apt isn't deprecated.)
  14. K

    HOW TO INSTALL PYGPT ON LINUX?

    Try this command: ~/local/bin/pygpt That's where I'd guess it is installed. I'm also assuming that it's following convention and lowercase.
  15. K

    root kits

    Generally low-level things, that is processes owned by 'root'. Run this command in the terminal: ps aux | grep root
  16. K

    HOW TO INSTALL PYGPT ON LINUX?

    I can vouch for the commands to install Python's PIP. Those I know to be accurate. (You can verify this by searching for other tutorials, as I'm sure they exist.) I can NOT vouch for PyGPT's properly installing with PIP. From the looks of things, that threw an error - but I have no idea how far...
  17. K

    root kits

    There is a root user and they do stuff sometimes. Anyhow, you probably install it with sudo apt install rkhunter, assuming you're using Debian/Ubuntu/Mate/etc...
  18. K

    HOW TO INSTALL PYGPT ON LINUX?

    You follow the 2nd article so that you don't have to type ./local/bin/pygpt ever type you want to open an application installed with PIP. You follow that article so that you can start PyGPT with just plain typing pygpt into the terminal. You should follow the instructions exactly as written. If...
  19. K

    Keyboard touchpad not working

    Moved to the Kali sub-forum.
  20. K

    HOW TO INSTALL PYGPT ON LINUX?

    For that error, you're going to want to contact the PyGTP people. You're doing the installation properly. (Though I/m not sure if you have also followed the second step). They're having some sort of build problem. Someone here might know how to fix it, but I don't.
Top