Search found 351 matches

by Neo_78
Wed Mar 20, 2024 10:14 pm
Forum: Software
Topic: Correct way to install Thonny IDE in Fatdog?
Replies: 1
Views: 267

Correct way to install Thonny IDE in Fatdog?

I am trying o install the Thonny IDE for Python and MicroPython development: https://thonny.org/ As the root user, I first tried the suggested installation script with curl -s https://thonny.org/installer-for-linux as suggested in the instructions: https://github.com/thonny/thonny/wiki/Linux However...
by Neo_78
Thu Mar 07, 2024 10:58 pm
Forum: Software
Topic: SiLabs CP2104 USB Driver in FatDog ?
Replies: 5
Views: 252

Re: SiLabs CP2104 USB Driver in FatDog ?

Thanks jamesbond fatdoguser . The idea is to get an ESP32 microcontroller that I am able to access via Fatdog and these boards seem to ship with a variety of different USB-Serial chips. That's why I am asking before having to buy a larger number of boards. There seems to be a global shortage of CP21...
by Neo_78
Wed Mar 06, 2024 9:30 pm
Forum: Software
Topic: SiLabs CP2104 USB Driver in FatDog ?
Replies: 5
Views: 252

Re: SiLabs CP2104 USB Driver in FatDog ?

Thanks @fatdoguser.

So I assume I can simply load it with sudo modprobe cp210x ?

by Neo_78
Tue Mar 05, 2024 9:38 pm
Forum: Software
Topic: SiLabs CP2104 USB Driver in FatDog ?
Replies: 5
Views: 252

SiLabs CP2104 USB Driver in FatDog ?

In order to communicate via USB with the serial port of many ESP32 microcontrollers in the Arduino IDE, the Silicon Labs CP2104 driver is used, for instance: https://docs.heltec.org/general/establish_serial_connection.html SiLabs claims that their driver ships with the Linux Kernel since version 2.6...
by Neo_78
Tue Mar 05, 2024 9:30 pm
Forum: FatDog64
Topic: How to convert browser cache hex dumps back to original file format?
Replies: 6
Views: 195

Re: How to convert browser cache hex dumps back to original file format?

Correct, Google unfortunately removed a number of cache analysis functions... :?

by Neo_78
Sun Mar 03, 2024 3:50 pm
Forum: FatDog64
Topic: How to convert browser cache hex dumps back to original file format?
Replies: 6
Views: 195

Re: How to convert browser cache hex dumps back to original file format?

Thanks, MC is able to display the Chrome cache files both in Ascii and hex format. However, both outputs are pretty cryptic and do not provide meaningful results regarding the original file formats. The mentioned Nirsoft ChromeCacheView tool appears to be able to make the desired binary file convers...
by Neo_78
Sat Mar 02, 2024 10:26 pm
Forum: FatDog64
Topic: How to convert browser cache hex dumps back to original file format?
Replies: 6
Views: 195

How to convert browser cache hex dumps back to original file format?

Chrome cache hex dumps can be found in /.cache/google-chrome/Profile 1/Cache/Cache_Data . Unfortunately it is not possible to open the individual cache files with a text editor like Geany. However, the file manager is able to recognize original file formats of the cached content, for example images,...
by Neo_78
Sun Feb 25, 2024 2:13 pm
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

Thanks for your explanation @fatdoguser :thumbup:

by Neo_78
Thu Feb 22, 2024 10:50 pm
Forum: FatDog64
Topic: FatDogARM Version?
Replies: 0
Views: 103

FatDogARM Version?

Is the FatDogArm still in development or has this project been abandoned? https://distro.ibiblio.org/fatdog/web/arm-index.html The Raspberry Pi 5 has reached a weekly production volume that makes it globally available now and the hardware specification with 8GB RAM make it an excellent, energy-effic...
by Neo_78
Thu Feb 22, 2024 10:37 pm
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

Thanks for your feedback jamesbond . So the temporary solution would be to use the "medium initrd" option during the remastering option instead of the default, large "humongous initrd"? https://distro.ibiblio.org/fatdog/web/faqs/huge-initrd.html What are the exact implications of...
by Neo_78
Sat Feb 17, 2024 2:00 am
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

@jamesbond yes, I always delete the created packages of both browsers in /root before running the remastering process.

Thanks @fatdoguser. That's an interesting possibility. Let me test that! :thumbup:

by Neo_78
Sun Feb 11, 2024 12:51 pm
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

This laptop does not have any partitions as there are no hard drives connected. I simply EFI boot Fatdog 901 from the default DVD into RAM mode (no savefile). If you want to reproduce the initrd size, simply download Chrome and Firefox via the menu installers, create a normal user account, run the r...
by Neo_78
Sat Feb 10, 2024 10:48 pm
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

Thanks jamesbond . I guess, this would be the boot loader version: grub-install --version grub-install (GRUB) 2.03 Is there a safe way to update Grub from inside Fatdog64 running in RAM? How do you reliably determine the predetermined memory limit of a specific Grub version that the initrd will have...
by Neo_78
Tue Feb 06, 2024 10:08 pm
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

Investigating this error further, I found a bug report in Ubuntu where a large number of users reported the same problem in their live systems when upgrading from Ubuntu 21 to 22 (kernel version changed from 5 to 6 like Fatdog): https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1970402 ...
by Neo_78
Mon Feb 05, 2024 11:26 pm
Forum: FatDog64
Topic: Kernel Panic during 901 Boot
Replies: 22
Views: 1042

Re: Kernel Panic during 901 Boot

Hey jamesbond , unfortunately I am still encountering this problem when I am trying to boot a remastered 901 EFI Fatdog image from DVD on this Lenovo laptop. This particular laptop has 12GB of RAM. I used MemTest86 to ensure that the menory is not faulty and the test does not find any errors. The la...
by Neo_78
Sat Feb 03, 2024 10:12 pm
Forum: Browsers and Internet
Topic: Using Vivaldi Browser and Keeping it Up-To-Date ?
Replies: 19
Views: 974

Re: Using Vivaldi Browser and Keeping it Up-To-Date ?

Thanks @BarryK. Do you mind sharing your installation script?

by Neo_78
Sun Jan 28, 2024 1:19 pm
Forum: Browsers and Internet
Topic: Using Vivaldi Browser and Keeping it Up-To-Date ?
Replies: 19
Views: 974

Re: Using Vivaldi Browser and Keeping it Up-To-Date ?

m1k3 Do you know the location of the build script that is being used to create the mentioned Vivaldi appimage to review the source? Does anyone know the exact names and locations of the scripts that are being used to install the default Chrome and Firefox browsers in Fatdog? Maybe those could be ad...
by Neo_78
Fri Jan 26, 2024 10:08 pm
Forum: Browsers and Internet
Topic: Using Vivaldi Browser and Keeping it Up-To-Date ?
Replies: 19
Views: 974

Re: Using Vivaldi Browser and Keeping it Up-To-Date ?

Thanks @m1k3, appimages are indeed an interesting idea and concept:

https://appimage.org/

Although, using an unoffically created browser package that does not come directly from the Vivaldi developer team could be a bit of a concern... :roll:

by Neo_78
Wed Jan 24, 2024 10:22 pm
Forum: Software
Topic: Wireproxy for Wireguard
Replies: 23
Views: 1524

Re: Wireproxy for Wireguard

Ok, great, so it's pointing to the original source repositories of each distribution. I always thought that Slackware packages have the highest compatility level with FatDog...

by Neo_78
Wed Jan 24, 2024 10:20 pm
Forum: Browsers and Internet
Topic: Using Vivaldi Browser and Keeping it Up-To-Date ?
Replies: 19
Views: 974

Using Vivaldi Browser and Keeping it Up-To-Date ?

Vivaldi browser offers pretty cool features: https://vivaldi.com/en/download/ I think we have a SFS-file in the FatDog repository for quick installation. However, in this way you can obviously not update the browser like Chrome and Firefox in the FatDog control panel. Do you have any idea how to alw...
by Neo_78
Wed Jan 24, 2024 10:07 pm
Forum: Software
Topic: Wireproxy for Wireguard
Replies: 23
Views: 1524

Re: Wireproxy for Wireguard

SFS seems to be a pretty cool format to manage your tools. Will have to resesarch that in more detail.

Which Linux flavour are you using on https://pkgs.org/ for Fatdog? What's the exact source of the packages listed on this website?

by Neo_78
Tue Jan 23, 2024 10:11 pm
Forum: Software
Topic: Wireproxy for Wireguard
Replies: 23
Views: 1524

Re: Wireproxy for Wireguard

Thanks @m1k3. Let me try that :thumbup: I think those are available here (Linux x86):

https://go.dev/dl/

Do you manage all the packages that you additionally install in separate SFS files or do you create everything in one SFS?

by Neo_78
Mon Jan 22, 2024 11:15 pm
Forum: Software
Topic: Wireproxy for Wireguard
Replies: 23
Views: 1524

Re: Wireproxy for Wireguard

Does anyone know how to get a newer version of Golang installed in FatDog?

by Neo_78
Mon Jan 22, 2024 11:13 pm
Forum: FatDog64
Topic: Running Browser as spot under non-root user desktop?
Replies: 16
Views: 936

Re: Running Browser as spot under non-root user desktop?

VeraCrypt seems to be the right tool for USB pendrive encryption and is available in Gslapt:

https://www.veracrypt.fr/code/VeraCrypt/

by Neo_78
Sun Jan 21, 2024 1:42 pm
Forum: FatDog64
Topic: Running Browser as spot under non-root user desktop?
Replies: 16
Views: 936

Re: Running Browser as spot under non-root user desktop?

When running FatDog in RAM-only mode from USB or DVD without hard drives connected, why not save your personal work files on a separate, encrypted USB pen drive that you plug and unplug as required? In that way you can always boot into a clean system and still have the option to store your work. Are...
by Neo_78
Mon Jan 08, 2024 8:12 pm
Forum: FatDog64
Topic: Running Browser as spot under non-root user desktop?
Replies: 16
Views: 936

Re: Running Browser as spot under non-root user desktop?

Thinking about this setup further, I tried to access firefox as another non-root user via ssh in localhost. I started sshd from the control panel and then executed as root in the terminal the following command: ssh -X mywebuser@localhost firefox This will prompt for the user password of mywebuser as...
by Neo_78
Mon Jan 08, 2024 7:44 pm
Forum: Software
Topic: Wireproxy for Wireguard
Replies: 23
Views: 1524

Re: Wireproxy for Wireguard

I downloaded git, make and golang from Gslapt, cloned the wireproxy repository and then tried to make the package. I set the go path temporarily to export PATH=/opt/go/bin:$PATH as described in the golang package description in Gslapt. How do you permanently set a specific path for bash in Fatdog? H...
by Neo_78
Mon Jan 08, 2024 7:31 pm
Forum: Software
Topic: Android phone as wifi and web browser server
Replies: 7
Views: 665

Re: Android phone as wifi and web browser server

Could you explain the exact use case scenario for accessing your Android phone via ssh and use vnc for web browsing from another device? fatdoguser Most users might use their Android phone as a Wifi hubspot or modem for their laptop. Where do you see the benefits of this particular setup? Also, why ...

Go to advanced search