KLF-Rawhide-CE-1.1.iso ( 1.1 Gb ) with Chromium browser

Kennel Linux Fedora-based


Moderator: Forum moderators

Post Reply
User avatar
Sofiya
Posts: 1810
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1080 times

KLF-Rawhide-CE-1.1.iso ( 1.1 Gb ) with Chromium browser

Post by Sofiya »

KLF-Rawhide-CE-1.1( kernel-6.5.0-0.rc6 )

ISO: 1.1GB
https://drive.google.com/file/d/1uRvQi2 ... sp=sharing
SHA1-MD5sum:
https://drive.google.com/file/d/1Bs8V8G ... drive_link
my addition to make the sound work in root:
https://drive.google.com/file/d/14WeDad ... sp=sharing

Attachments
Снимок экрана_2023-08-18_15-11-33.png
Снимок экрана_2023-08-18_15-11-33.png (130.66 KiB) Viewed 533 times
Last edited by Sofiya on Mon Aug 21, 2023 2:50 pm, edited 4 times in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1810
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1080 times

Re: KLF-Rawhide-CE-1.1.iso

Post by Sofiya »

Clearing the cache of the update manager and installed programs

Code: Select all

sudo dnf clean all

clear thumbnail cache

Code: Select all

rm -v -f ~/.cache/thumbnails/*/*.png ~/.thumbnails/*/*.png

rm -v -f ~/.cache/thumbnails/*/*/*.png ~/.thumbnails/*/*/*.png

Clearing the Browser Cache

Code: Select all

Firefox: rm -r -v ~/.cache/mozilla

Chrome: rm -r -v ~/.cache/google-chrome

Chromium: rm -r -v ~/.cache/chromium

Shrinking the size of the system log file

Code: Select all

sudo journalctl --vacuum-size=128M

memory cleanup script

clean_cache_memory.sh

Code: Select all

#!/bin/sh
freemaemory="$(free -m | grep "Mem:" | awk '{ print $4 }')";
if [ $freemaemory -lt 200 ]
        then
                var1="Free memory:  $freemaemory, therefore clean\nCleaning up the RAM $(hostname -f)\nDate:\t$(date +%d.%m.%Y\ %H:%M:%S)\nRAM:\n-----------------------------------Before the task is completed.------------------------------------\n$(free -m)\n-----------------------------------After the task is completed.---------------------------------\n\t"
        echo -e $var1;
sync
#Clean pagecache: 
echo 1 > /proc/sys/vm/drop_caches
#Clean dentrie and inode cache: 
echo 2 > /proc/sys/vm/drop_caches
#Clean pagecache, dentrie and inode cache: 
echo 3 > /proc/sys/vm/drop_caches
sync
echo -e "$var1\n$(free -m)\n\nMission accomplished.\n\n\n-----------------------------------Checking HDD free space---------------------------\n$(df -h)\n " | mail -s "Mamomory clear $(date +%d.%m.%Y\ %H:%M:%S)" yourmail@mail.ru 
echo "Cache flush done."
exit
else
echo "Free Ram is:  $freemaemory, Free no need. Free only if -lt 200";
exit
fi
exit
Attachments
clean_cache_memory.sh.false.gz
(1.03 KiB) Downloaded 24 times
Last edited by Sofiya on Fri Aug 18, 2023 5:30 pm, edited 3 times in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
rockedge
Site Admin
Posts: 5722
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1997 times
Been thanked: 2099 times
Contact:

Re: KLF-Rawhide-CE-1.1.iso

Post by rockedge »

Nice! :thumbup2:
I am going to test these lines in a PLUG as it finishes, to perform some these and see what happens. Shrinking the size of the base rootfs quite a bit so far.

So far KLF-Rawhide-CE-1.1 running smoothly with excellent responsiveness. The versions I am building and testing are not as polished and for further polish and refinement this is the ISO to go with.

I attempted to make an ISO of KLF-rawhide-RT using the same full real time kernel that is in KLV-Airedale-RT and KLV-Spectr-RT, but the boot hangs at setting the network so I have to find out why this happening. Most likely module/firmware missing or conflict, and the KLF_rootfs was built with the kernel excluded. So no kernel at all.

I am going to try to swap the KLV-Spectr-RT kernel into KLF-Rawhide-CE-1.1 and see what happens :ugeek:

tosim
Posts: 422
Joined: Thu Jul 23, 2020 1:13 pm
Has thanked: 674 times
Been thanked: 45 times

Re: KLF-Rawhide-CE-1.1.iso

Post by tosim »

@Sofiya Thanks for this one. Can this be booted by FrugalPup?

User avatar
Sofiya
Posts: 1810
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1202 times
Been thanked: 1080 times

Re: KLF-Rawhide-CE-1.1.iso

Post by Sofiya »

tosim wrote: Fri Aug 18, 2023 5:14 pm

@Sofiya Thanks for this one. Can this be booted by FrugalPup?

not sure, but you can try - strong difference between loading puppy
i usually do the whole installation manually viewtopic.php?p=95964#p95964

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Post Reply

Return to “KLF”