Search results

  1. gvisoc

    Northern Hemisphere v Southern Hemisphere (Specifically Aussies)

    The order of the seasons is the same (as they are given by the inclination of the Earth's axis along the orbit): in order through the year they are Summer, Fall, Winter, Spring (and Summer again).
  2. gvisoc

    Northern Hemisphere v Southern Hemisphere (Specifically Aussies)

    Not really, it's 100% antipodal. Winter[North] is swapped by Summer[South], although here said "solstice what? naah" and therefore Summer begins 1st of December, and Winter 1st of June. So, to your point, the year begins one month into Summer. Equally, Spring [North] is swapped by...
  3. gvisoc

    HOW TO INSTALL PYGPT ON LINUX?

    You've added a space between the hyphen and the t. it's -type f, with no spaces after the hyphen
  4. gvisoc

    HOW TO INSTALL PYGPT ON LINUX?

    @Emanate Presence if you need a command to locate pygpt, run this in the terminal: sudo find / -name "pygpt" -type f You will be asked the password you use to log in. If you think that the case of the program can be different, e.g., "PyGPT" instead of "pygpt", then use this instead: sudo...
  5. gvisoc

    HOW TO INSTALL PYGPT ON LINUX?

    To exit nano you need to press Ctrl + X (press Control key, and without releasing it, the letter X). It will ask you if you want to save the modified buffer. Press letter Y
  6. gvisoc

    HOW TO INSTALL PYGPT ON LINUX?

    The Debian / Ubuntu commands will work for Linux Mint Cinnamon, as all variants of Linux Mint are derivatives of Debian or Ubuntu. Go and do sudo apt install python3-pip! You're almost there.
  7. gvisoc

    After purchasing a laptop for Linux, before flipping the switch...

    Re. voiding the warranty: not sure about dell, but in 2020 I purchased a Thinkpad with Windows 10, created the recovery media, fully wiped the storage to install Debian, only to find a month later that it was faulty. They not only provided me with customer support without having to reinstall...
  8. gvisoc

    Jobs #2

    You can also try to get it working with a patreon account or some donation / buy me a coffee / newsletter benefit kind of thing. It's not impossible, but as KGIII said, it's hard and it's going to hurt your soul.
  9. gvisoc

    Solved Logs monitoring software or methods

    You can spin up a Grafana stack locally, either natively or with a relatively simple docker compose file. Grafana is open source. There's some enterprise offerings, but if this is just for the standard logs of a set of linux machines, you won't need them.
  10. gvisoc

    We Want A Wave - When Do We Want It? Now

    That's the internet-user-equivalent of a cat always falling on their feet
  11. gvisoc

    Trying to install a package manager inside kali?

    That strongly suggests that you've installed / configured apt-sources from other distributions or even ubuntu's PPA. You may have done so because Kali is not a general-purpose Linux distribution. You may have felt that in order to use Kali as a daily driver, using Gnome apps instead of the...
  12. gvisoc

    We Want A Wave - When Do We Want It? Now

    Behold how accurate my avatar is! -- and yes, on that shelf there are 2 1989 Nintendo Game Boys.
  13. gvisoc

    Trying to find Linux people nearby

    I am in the exact same place. There are pages and wikis about a LUG in the NSW Central Coast but it seems to be dead since long ago. I am thinking in taking steps to build my own non-profit about computer literacy, fixing laptops to give to disadvantaged individuals combined with a LUG or a...
  14. gvisoc

    Timeshift & Similar Solutions - Safeguard & Recover Your Linux

    I have set them in various other filesystems, but they are not simply files that you can copy or sync to the cloud. The filesystem has to have the Linux' permissions and it should be a destination to which you can use rsync without loss of any metadata. (Indeed, if you set up the timeshift...
  15. gvisoc

    Timeshift & Similar Solutions - Safeguard & Recover Your Linux

    @Sherri is a Cat to disable push notifications go in "your account" --> preferences --> scroll down a little bit:
  16. gvisoc

    Mouse Wheel Behavior on Linux Desktop: Seeking Solutions and Feature Suggestion

    Then the only thing I can think of is your mouse having an extra sensitive "mouse wheel click". Many mouses (if not all of them) have a third button below the wheel. Perhaps yours is registering clicks while you scroll. If you scroll over text, does the text get selected and de-selected...
  17. gvisoc

    Mouse Wheel Behavior on Linux Desktop: Seeking Solutions and Feature Suggestion

    That behaviour is the one you'd get if you had enabled "focus follows mouse" or "auto raise" as opposed to "click to focus" at a window manager level. Make sure you have no leftover configuration from an old window manager or desktop environment that may have set that behaviour into X11 from...
  18. gvisoc

    What is the newest hardware you have Linux installed and running on? (not counting smart phones)

    My previous laptop was a ThinkPad T490s, which was the newest piece of hardware I had installed Linux on, before the Framework (so I hope I am staying within the thread). Indeed, the behaviour on Linux was impeccable, absolutely 100%. Examples below in comparison with the Framework. In summary...
  19. gvisoc

    What is the newest hardware you have Linux installed and running on? (not counting smart phones)

    @Keshara regarding the last message: there is actually a thing to consider when buying a Framework from Australia that I just have remembered. Despite the fact that they bill you in A$, the transaction is international to... to... to their place somewhere in US. Make sure you bank with a Bank...
  20. gvisoc

    What is the newest hardware you have Linux installed and running on? (not counting smart phones)

    Framework works for Australia directly, no issues there. The laptop is great, almost perfect compatibility with Linux --any Fedora 39 only requires an extra kernel parameters for 2 extended keys to work. The rest of it --obviously depends what you compare it with, and there is a component of...
Top