Fatdog64 Contributed Packages and SFS

Talk about and post software packages known to work or packaged for Puppy.
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#261 Post by don570 »

A GUI for mpscan - to obtain live addresses on a network

MPscan-GUI-1.0.txz
see below
Last edited by don570 on Wed 28 Feb 2018, 00:01, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#262 Post by don570 »

The latest pmirror -- 6.2
I put mirdir inside package to be sure it's there.

Size 13k
pmirror-0.6.2-x86_64.txz
https://drive.google.com/open?id=1WJHJE ... b2qafpDbqq
__________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#263 Post by don570 »

mpscangui - find network addresses with mpscan

I included 'getlocalip' which is a quick way to get local eth0 and wireless address


mpscangui-1.1-x86_64.txz
Size: 8k
https://drive.google.com/open?id=16uAUy ... XxAMHx37DE
___________________________________________
Attachments
screenshot-mpscangui.png
(52.68 KiB) Downloaded 978 times

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#264 Post by step »

Maybe it's already been mentioned in this thread, so anyway
here CatDude explains how to make the Fatdog64-710 Skype 4.3 SFS work in spite of current Skype updates. I tested CatDude's method on Fatdog64-721 and it worked for me. I was able to see my Skype contacts and make calls. Other testers report that the method works for them too, but they have to re-enter their skype contacts. I suspect that their skype profile was created with skype 8, so skype 4.3 can't decode some of it. YMMV
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

How I have got working my Brother Hl2130 printer

#265 Post by watchdog »

Load 32 bit sfs and install ghostscript. In /root/Startup put a script with execute permissions:

Code: Select all

#!/bin/sh
/etc/init.d/70-cups stop
start32 /etc/init.d/70-cups start
Copy in in /usr/bin "debbi" script from a rcrsn51's package (thanks!) with execute permissions:

Code: Select all

#!/bin/sh
#the Debian-Brother Installer
#rcrsn51 2009-06-15
#installs a Debian printer package and executes the post-install script
#usage: debbi filename.deb 

if [ $# = 0 ]; then
  exit
fi

if [ ! -e $1 ]; then
  echo "File not found!"
  exit
fi

EXT=${1##*.}
if [ "$EXT" != "deb" ]; then
  echo "Not a .deb file!"
  exit
fi

mkdir -p /var/spool/lpd

dpkg-deb -x $1 /
dpkg-deb -e $1
if [ -e DEBIAN/postinst ]; then
  sh DEBIAN/postinst
  echo "Post-install script completed!"
fi
rm -rf DEBIAN
echo "Done!"
Install lpr and cupswrapper drivers of the brother printer with debbi:

Code: Select all

debbi /path-to/hl2130lpr-2.1.0-1.i386.deb
debbi /path-to/cupswrapperHL2130-2.0.4-2.i386.deb
There was an error installing the drivers but my printer works after a reboot.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

arpscan 1.9.5

#266 Post by don570 »

arpscan 1.9.5 64 bit
source --->https://github.com/royhills/arp-scan

Download:
arpscangui-1.9.5-x86_64.txz
Size: 28k
https://drive.google.com/open?id=14UVWG ... itSqeZjq1m
I prefer arpscan over mpscan. It is larger in size but the features are worth it.

As well mpscan I have found that mpscan doesn't work with a crossover
ethernet cable that I have constructed. :cry:

Instructions for use:
http://www.nta-monitor.com/wiki/index.p ... User_Guide

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#267 Post by don570 »

Here is right click utility to quickly open a HTML file with right click.
Geany will open a temporary copy.
Note that package requires python package to installed.
You can download it from ibiblio reporsitory.
http://distro.ibiblio.org/fatdog/packag ... 6_64-1.txz


html2txt-x86_64.txz

Size: 17k

Download:
https://drive.google.com/open?id=1Hb1mE ... CZBexS7kHy

_____________________________________________________


Tip:

When using my version of mypaint 1.3 , make sure you also place
mimeinfo.cache inside the folder /usr/share/applications/


This allows gimp to be used as external program.

________________________________________
Last edited by don570 on Mon 19 Mar 2018, 23:05, edited 1 time in total.

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#268 Post by step »

Recently uploaded packages and SFS files: Info and download instructions: >main post.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#269 Post by don570 »

Here is the latest GIMP 2.9.9 portable app

It worked in fatdog64 710 (except for bump mapping and displacement)

https://www.gimp-forum.net/Thread-Porta ... -for-linux

____________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#270 Post by don570 »

GIMP 2.10 appimage found here...
https://github.com/aferrero2707/gimp-appimage/releases

I have solution for gmic plugins if you have trouble with these.

Install libxkbcommon

http://distro.ibiblio.org/fatdog/packag ... 6_64-1.txz
____________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#271 Post by don570 »

I wrote a timer/alarm clock for fatdog64
Allows multiple alarms to be set easily.
mp3 file can be played to wake you up in morning.


Explained here....
http://murga-linux.com/puppy/viewtopic.php?t=112410

EDIT:
Available:
ptmtimer-2.3-x86_64.txz
https://drive.google.com/open?id=1PJwrt ... gTETcsiArq

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#272 Post by don570 »

I wanted to do morphing of image so
I made a lazpaint package for fatdog64 710
by converting a deb package.

Available:

lazpaint-6.2-x86_64.txz
Size 2mb
https://drive.google.com/open?id=1jf-KT ... gmsc-AAb-E

________________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#273 Post by don570 »

Note :

After installing audacity ---> to find dependencies that need to
be installed type ...

Code: Select all

ldd /usr/bin/audacity
________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#274 Post by don570 »

An alternative to turbo VNC is available...

https://aur.archlinux.org/packages/realvnc-vnc-viewer/
Instructions : Type the address and window number i.e.

Code: Select all

192.168.1.103:0
__________________________________________________________

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#275 Post by smokey01 »

Wifi driver for Realtek rtl8812au chip set. Compiled for k4.14.12.
http://smokey01.com/fd720/packages/rtl8 ... 6_64-1.txz

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#276 Post by don570 »

Just a note on how to get wine emulator to work in fatdog64 710

install http://distro.ibiblio.org/fatdog/sfs/71 ... 64_720.sfs

then install wine
http://distro.ibiblio.org/fatdog/sfs/71 ... i686-1.sfs

_____________________________________________________

C drive is located in /root/.wine/drive_c/ by default

A good place to store files.
/root/.wine/drive_c/users/root/

______________________________________________

Install of wine is in /mnt/+aufs+devsave+wine-2+22-i686-1+sfs/opt/wine-2.22/bin/wine

You can launch with terminal command.
Go to the bin folder and type ./wine <app>
https://linux.die.net/man/1/wine

or

Code: Select all

./wineconsole
______________________________________

A good place to put the binary file is in /root/.wine/drive_c/windows

Then wine will find it automatically i.e. no need to write out complete path.

for instance I use mp3DC, so I type

Code: Select all

./wine mp3DirectCut
because I put mp3DirectCut.exe in /root/.wine/drive_c/windows
______________________________________________
Last edited by don570 on Tue 18 Sep 2018, 23:37, edited 4 times in total.

znekk
Posts: 10
Joined: Sun 22 Jul 2018, 21:37

#277 Post by znekk »

Hello.

So I've been looking for explanations on how to compile software on linux for a while now, and thanks to puppy and fatdog64 I finally have found a good one ! It did clear many things for me on this seemingly esoteric process.

With that said here are two little packages compiled on fatdog64-721 :

redshift 1.12 https://drive.google.com/file/d/1I1OnVS ... YInEX/view

moc 2.5.2 https://drive.google.com/file/d/1PH5q2e ... P0aO5/view

In the hope that it can be useful to some.
(By the way, I'm not used to forums and this is my first post so please excuse any mistakes.)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

mox audio player

#278 Post by don570 »

I made a package of moc as well. It has no dependencies.


moc-2.5.2-x86_64.txz
Size: 265k
https://drive.google.com/open?id=1ysu5M ... 2bDVbaidEV


I noticed one bug ---> 'shift a' will cause freeze of app
Every thing else worked . h key will list the shortcuts.
TAB key switches panels
V key will save the playlist.
You can launch in terminal with 'mocp' command.

The menu plugin is in /root/Startup
It is possible to control the app with this plugin from bottom tray.
__________________________________________________

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#279 Post by step »

@znekk and @don570, sorry I must have missed something. What's moc? Thank you

edit: I see, MOC, Music On Console, is a text UI music player. Interesting.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

znekk
Posts: 10
Joined: Sun 22 Jul 2018, 21:37

#280 Post by znekk »

Hello step,

Yes MOC stands for music on console, it is a very lightweight player, easy to use, and it runs as a server so you can launch it in the terminal then quit with lowercase "q" and it will keep playing. To stop it completely "shift+q".

Don570,

Strange that you mention this bug, was it with my package or yours? I installed yours and I did not have problems.

Post Reply