Search found 245 matches

by Keef
Thu Oct 20, 2022 8:54 pm
Forum: FatDog
Topic: fd64-devx_813.sfs failing to compile kernel
Replies: 6
Views: 569

Re: fd64-devx_813.sfs failing to compile kernel

I'm really, really not the best person to advise on this, but I think you just needed to unpack the kernel source and compile from there - that is, the /usr/src link is not needed. it was in the past I believe, but not for quite a while. Those extra steps you took shouldn't be necessary.

by Keef
Wed Oct 19, 2022 7:58 pm
Forum: Beginners Help
Topic: bash: pmm: command not found
Replies: 11
Views: 696

Re: bash: pmm: command not found

Your secret's safe with us :D

by Keef
Sun Oct 16, 2022 12:43 pm
Forum: Beginners Help
Topic: bash: pmm: command not found
Replies: 11
Views: 696

Re: bash: pmm: command not found

I'm assuming that pmm is a Python module, quite possibly Python Module Manager.

by Keef
Tue Oct 11, 2022 8:15 pm
Forum: Announcements
Topic: Original killer PC spreadsheet Lotus 1-2-3 now runs on Linux natively
Replies: 10
Views: 1879

Re: Original killer PC spreadsheet Lotus 1-2-3 now runs on Linux natively

I got the binary (compiled in Fatdog) at 1397K after being stripped. There are some additonal files that are installed that come to about 3.5M. Converting it all to a sfs comes to 1280K. The binary does run on its own though.

by Keef
Sun Oct 09, 2022 8:58 pm
Forum: FatDog64
Topic: Fatdog64-813 Final [07 Oct 2022]
Replies: 8
Views: 3444

Re: Fatdog64-813 Final [07 Oct 2022]

I did use my existing save folder, but wasn't expecting any problems. Haven't had any either. All good so far.

by Keef
Thu Oct 06, 2022 9:08 pm
Forum: FatDog64
Topic: FATDOG v813, today on Distrowatch <CLOSED>
Replies: 9
Views: 996

Re: FATDOG v813, today on Distrowatch

The ISO does exist http://distro.ibiblio.org/fatdog/iso/. Must be a stealth release. Maybe checking to see who is paying attention. ;)

by Keef
Sun Oct 02, 2022 9:04 pm
Forum: Off-Topic Area
Topic: The death of Her Majesty Queen Elizabeth II...
Replies: 67
Views: 5250

Re: The death of Her Majesty Queen Elizabeth II...

I heard today that Wales is on strike against something there.

No more than usual.
There have been 'Rail' strikes, but no 'Wales' strikes as far as I know.

by Keef
Wed Sep 28, 2022 6:30 pm
Forum: FatDog64
Topic: "Quick Setup" Variables from CLI?
Replies: 16
Views: 907

Re: "Quick Setup" Variables from CLI?

You could look into 'setxkbmap'for the keyboard The LANG variable sets the locale ("system language") eg 'export LANG=en_GB.utf8' You can set these easily enough from the terminal, but they will only last for the session - won't survive a reboot. Have a look in ~/.fatdog/ You could write y...
by Keef
Sat Sep 24, 2022 11:08 am
Forum: FatDog64
Topic: How to block / deny all SSH connections to a FatDog client?
Replies: 11
Views: 1080

Re: How to block / deny all SSH connections to a FatDog client?

Open the control panel > System > Manage Servers and Services. You can disable it there (if it is even running - not sure if it is on by default).

by Keef
Thu Sep 22, 2022 7:26 pm
Forum: Off-Topic Area
Topic: The death of Her Majesty Queen Elizabeth II...
Replies: 67
Views: 5250

Re: The death of Her Majesty Queen Elizabeth II...

Scottish independence is all well and good, but how will they deal with the Doncaster problem?
https://www.bbc.co.uk/sport/football/62994899

by Keef
Thu Sep 22, 2022 5:57 pm
Forum: Off-Topic Area
Topic: The death of Her Majesty Queen Elizabeth II...
Replies: 67
Views: 5250

Re: The death of Her Majesty Queen Elizabeth II...

Believe me, backi. You won't have learned anything useful at all. And there has never been any suggestion the Indy vote was rigged. That's just silly.

by Keef
Mon Sep 19, 2022 11:37 am
Forum: Beginners Help
Topic: Trying to figure out what's in my PCIe slots
Replies: 10
Views: 386

Re: Trying to figure out what's in my PCIe slots

It will display in the terminal. To send it to a file, do:

Code: Select all

lspci > output.txt

You can call it what you want of course, and also set the path to where you want it sent. It will default to the Home directory.

by Keef
Mon Sep 19, 2022 11:00 am
Forum: Beginners Help
Topic: Trying to figure out what's in my PCIe slots
Replies: 10
Views: 386

Re: Trying to figure out what's in my PCIe slots

'lspci' will list PCI devices. See here: https://phoenixnap.com/kb/lspci-command
To pare the output down to just HBA devices you can try

Code: Select all

 lspci  | grep -i hba

Can't help with the rest of the question, not got a clue sorry.

by Keef
Tue Aug 23, 2022 4:40 pm
Forum: Software
Topic: weedogit frugal boot most any distro
Replies: 86
Views: 24611

Re: weedogit.sh script to frugal boot most any distro

I've got Clear Linux running with weedog. Very straightforward.

by Keef
Fri Aug 05, 2022 9:25 pm
Forum: Off-Topic Area
Topic: Old books with fantastic stories
Replies: 16
Views: 1419

Re: Old books with fantastic stories

Yes, got through quite a few of them myself.

by Keef
Sat Jul 23, 2022 8:06 pm
Forum: Security
Topic: LaMDA - almost Skynet
Replies: 31
Views: 2735

Re: LaMDA - almost Skynet

Grey
It must be this one, I think:
Posrednik

by Keef
Thu Jul 14, 2022 6:34 pm
Forum: Programming
Topic: Learning C - I get error message | conflicting types for ‘malloc’ (solved)
Replies: 2
Views: 681

Re: Learning C - I get error message | conflicting types for ‘malloc’

I'm no C programmer, but do like to compile things. This might just be very old code. See here:
https://stackoverflow.com/questions/477 ... for-malloc

by Keef
Tue Jul 05, 2022 8:30 pm
Forum: EasyOS
Topic: Limine Installer, request for help
Replies: 29
Views: 3221

Re: Limine Installer, request for help

I was on FatDog when I saw this. so tried it there first. I have Win 7 on the first partition and EasyOS, FatDog, FossaPup, studio1337, and ClearOS (frugal install using wiak's weedogit.sh method) on the next partition. After running the script I just get: Found Puppy Found EasyOS On EasyOS (just di...
by Keef
Sat Jul 02, 2022 7:42 pm
Forum: Business
Topic: Micro terminal editor
Replies: 31
Views: 6039

Re: Micro terminal editor

wiak wrote: Fri Jul 01, 2022 8:56 am

Actually, I lost track of what I had used (couldn't remember the name and lost my old foksyfeyer work...sigh).

I found an extracted copy of the foksyfeyercore-1.0.0-1.pet. I can upload it if you want.

EDIT
I've put it here: https://gofile.io/d/nil3yX

by Keef
Thu Jun 30, 2022 6:51 pm
Forum: Business
Topic: Micro terminal editor
Replies: 31
Views: 6039

Re: Micro terminal editor

There is also ne 'the nice editor': https://ne.di.unimi.it/

by Keef
Sun Jun 26, 2022 10:33 am
Forum: EasyOS
Topic: EasyOS Dunfell-series 4.2 released
Replies: 17
Views: 2335

Re: EasyOS Dunfell-series 4.2 released

I spoke too soon. Although everything is working ok, all the files (.session .tempwork releases sfs etc) have been created at the top level, that is not inside the EasyOS-dunfell directory. Can't find a way round this. EDIT This was not a fresh install. Previous .session was loaded successfully, bu...
by Keef
Sat Jun 25, 2022 5:38 pm
Forum: EasyOS
Topic: EasyOS Dunfell-series 4.2 released
Replies: 17
Views: 2335

Re: EasyOS Dunfell-series 4.2 released

I spoke too soon. Although everything is working ok, all the files (.session .tempwork releases sfs etc) have been created at the top level, that is not inside the EasyOS-dunfell directory. Can't find a way round this. EDIT This was not a fresh install. Previous .session was loaded successfully, but...
by Keef
Sat Jun 25, 2022 1:41 pm
Forum: EasyOS
Topic: EasyOS Dunfell-series 4.2 released
Replies: 17
Views: 2335

Re: EasyOS Dunfell-series 4.2 released

Got this to boot from internal drive using grub4dos with:

Code: Select all

title EasyOS 4.2 dunfell
  uuid 2cc6c518-d1b2-4866-90a5-bcb48a11f80d
  kernel /EasyOS-dunfell/vmlinuz wkg_dir=EasyOS-dunfell wkg_uuid=2cc6c518-d1b2-4866-90a5-bcb48a11f80d
  initrd /EasyOS-dunfell/initrd 
by Keef
Thu Jun 16, 2022 9:09 pm
Forum: EasyOS
Topic: EasyOS Dunfell-series version 4.1 released
Replies: 58
Views: 5921

Re: EasyOS Dunfell-series version 4.1 released

I opened it up with UExtract. I did also try the mount-img script, which extracts it in /tmp/.

by Keef
Thu Jun 16, 2022 7:30 pm
Forum: EasyOS
Topic: EasyOS Dunfell-series version 4.1 released
Replies: 58
Views: 5921

Re: EasyOS Dunfell-series version 4.1 released

williwaw

I just used the update button. I rebooted into Fatdog to do the extraction from the img file.

by Keef
Thu Jun 16, 2022 5:46 pm
Forum: EasyOS
Topic: EasyOS Dunfell-series version 4.1 released
Replies: 58
Views: 5921

Re: EasyOS Dunfell-series version 4.1 released

Same for me with internal SSD. Used the new scripts, but easy_4.1_amd64.sfs was not copied to the required location (or anywhere else as far as I could see). Did a manual extraction and install to /sfs/easyos/oe/dunfell/ and it is working ok now.

by Keef
Mon Jun 13, 2022 6:40 pm
Forum: Software
Topic: ClamAV Installation: how?
Replies: 5
Views: 1440

Re: ClamAV Manual Installation

I just extracted the .deb with UExtract, then did a right click on the directory for Convert to SFS. Still have the extracted directory, and /usr/local/etc/freshclam.conf.sample is there - ie it is part of the original package, and doesn't need to be created. I haven't tried any other user, but if a...
by Keef
Sat Jun 11, 2022 9:25 pm
Forum: Software
Topic: ClamAV Installation: how?
Replies: 5
Views: 1440

Re: ClamAV Manual Installation

Try downloading a .deb, and making a sfs. Converting to Fatdog package format did not install. After loading, go to /usr/local/etc/freshclam.conf.sample and remove the .sample suffix. Edit it where needed - you may have to change the user from 'clamav' to root, or just create a new user. Run 'freshc...
by Keef
Fri May 20, 2022 8:06 pm
Forum: Users
Topic: How can I disable auto hue change: Redshift/Display Control? (Bionicpup64 8.0)
Replies: 39
Views: 2216

Re: How can I disable auto hue change: Redshift/Display Control? (Bionicpup64 8.0)

There is not really a concensus on the effects of blue light - no conclusive evidence it is harmful, or that it keeps people awake. It is more likely the stimulation of what people are doing/reading on their devices that keeps them awake. I tend to keep screens fairly dim anyway - red tints just mak...
by Keef
Tue May 17, 2022 6:49 pm
Forum: EasyOS
Topic: Lightweight wordprocessor : Wordgrinder 0.8 for EasyOs 3.4.6
Replies: 6
Views: 1120

Re: Lightweight wordprocessor : Wordgrinder 0.8 for EasyOs 3.4.6

geo_c

Wordgrinder compiles really easily on Fossapup, the devx contains everything needed. You get the X11 and CLI versions (stripped and not stripped) all in one go.

Go to advanced search