Page 14 of 20

Posted: Sat 24 Feb 2018, 19:33
by don570
A GUI for mpscan - to obtain live addresses on a network

MPscan-GUI-1.0.txz
see below

Posted: Tue 27 Feb 2018, 01:01
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
__________________________________________

Posted: Wed 28 Feb 2018, 00:01
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
___________________________________________

Posted: Thu 01 Mar 2018, 10:06
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

How I have got working my Brother Hl2130 printer

Posted: Thu 01 Mar 2018, 10:58
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.

arpscan 1.9.5

Posted: Thu 01 Mar 2018, 15:53
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

Posted: Mon 12 Mar 2018, 17:06
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.

________________________________________

Posted: Sun 18 Mar 2018, 10:13
by step
Recently uploaded packages and SFS files: Info and download instructions: >main post.

Posted: Sun 25 Mar 2018, 19:05
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

____________________________________________________

Posted: Sun 06 May 2018, 20:34
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
____________________________________________________

Posted: Wed 09 May 2018, 18:43
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

Posted: Wed 23 May 2018, 00:10
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

________________________________________________________

Posted: Wed 18 Jul 2018, 00:06
by don570
Note :

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

Code: Select all

ldd /usr/bin/audacity
________________________________________

Posted: Sat 28 Jul 2018, 16:59
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
__________________________________________________________

Posted: Wed 08 Aug 2018, 12:40
by smokey01
Wifi driver for Realtek rtl8812au chip set. Compiled for k4.14.12.
http://smokey01.com/fd720/packages/rtl8 ... 6_64-1.txz

Posted: Mon 27 Aug 2018, 23:57
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
______________________________________________

Posted: Tue 04 Sep 2018, 22:13
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.)

mox audio player

Posted: Tue 18 Sep 2018, 23:27
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.
__________________________________________________

Posted: Wed 19 Sep 2018, 10:51
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.

Posted: Wed 19 Sep 2018, 13:08
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.