Search results

  1. PsychoHermit

    Why am I logged in twice?

    Greetings folks, Running Debian testing. Why do I appear to be logged in twice? This is a recent development, GKRellm used to show 1 users. Searching comes up with two likely looking posts, but it's on stack exchange and there's a cookie dialog that I cannot close so I can't read the posts...
  2. PsychoHermit

    [off topic] Happy Father's Day

    Happy Father's Day to all the dads out there. --glenn
  3. PsychoHermit

    I installed Debian Live on my laptop. It worked well but when I try to update

    So did you do a proper install, not copying over a live iso? The live version has an install option that would do a proper install. Good luck, --glenn
  4. PsychoHermit

    iPhone

    I'm amazed. I was able to connect my iPhone and download photos. I didn't expect it to work, so I was pleasantly surprised. Linux has come a long way from where it was when I used it several years ago. --glenn
  5. PsychoHermit

    Microsoft fonts into gimp

    I have MS Core Fonts installed and they are available in Gimp. I'm running Debian testing. --glenn
  6. PsychoHermit

    How to detect and fix file corruption in /boot, /boot/efi ,and /?

    Linux is NOT Windoze, You really don't need to worry about corruption, Linux just works. --glenn
  7. PsychoHermit

    For beinners

    Ubuntu is newbie friendly, and gets my vote. --glenn
  8. PsychoHermit

    Linux user groups (LUGs): There's no central listing for them anymore seems like?

    It's struggling along with 4 members. Only one or two show up for the meetings. http://carsoncitylug.org --glenn
  9. PsychoHermit

    Help Accessing 'non-OS' HDD with Linux File System

    I think you need to add the non-os drive to your /etc/fstab if you haven't. I'm pasting the entry for my home partition just as an example. UUID=fdfd7254-38cf-4d9f-91b6-1e14e4b5b0d9 /home ext4 noatime,nodiratime 0 2 Regards, --glenn
  10. PsychoHermit

    Introducing the Carson City Linux Users Group

    The Carson City Linux Users Group will be meeting Saturday, December 17 from 1:00 to 3:00 PM, at the Carson City Public Library. 900 North Roop St. Carson City, Nv. Upstairs in Collaboration Room #1. Meetings are free, and open to the public. Carson City Linux Users Group Thanks, --glenn
  11. PsychoHermit

    The State of LUGs around the world - Your experiences

    I have started the Carson City, Nevada Linux Users Group. There are only 5 of us so far. Looking for ways to promote the LUG. Any good ideas would be welcomed. --glenn
  12. PsychoHermit

    Today's post is about 'quitting Windows'...

    $150 would be a bargain, maybe I will try hypnotherapy. More power to ya. --glenn
  13. PsychoHermit

    Today's post is about 'quitting Windows'...

    I've been running Linux as my main OS for about 14 months, and I love it. I decide when to update, and it doesn't take forever. That was my biggest annoyance with windows, it would decide to update at inconvenient times and take forever to do it. Other than that I never really had any...
  14. PsychoHermit

    The more stable distro on linux

    Debian is about as stable as they come. --glenn
  15. PsychoHermit

    mkfs.ntfs

    Effectively no difference, both are comments. However the second one wouldn't work with no preceding / on dev. Actually I suppose it would work from the root directory. --glenn
  16. PsychoHermit

    Best linux books to understand what I'm doing on command line on linux?

    Excellent resource https://linuxcommand.org/tlcl.php this should keep you entertained for hours. --glenn
  17. PsychoHermit

    Newbie at Linux Command Line

    A great reference for the Linux command line is https://linuxcommand.org/tlcl.php That should keep you entertained for hours. --glenn
  18. PsychoHermit

    adding windows share in /etc/fstab

    Using spaces in directory and file names is just wrong, it causes all kinds of problems. Just because it lets you use spaces doesn't make it a good idea. Replace the spaces with underscores. --glenn
  19. PsychoHermit

    Solved

    Open /etc/apt/sources.list in an editor sudo nano /etc/apt/sources.list and comment out the line that reads https://dl.winehq.org/wine-builds/ubunto focal Release by putting an # at the beginning of the line. Then you should be able to do an update. Regards, --glenn
Top