The time now is Wed 27 Jan 2021, 11:57
All times are UTC - 4 |
Page 21 of 26 [387 Posts] |
Goto page: Previous 1, 2, 3, ..., 19, 20, 21, 22, 23, 24, 25, 26 Next |
Author |
Message |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Mon 25 Mar 2019, 20:00 Post subject:
|
|
ptmtimer 2.6 available..
I made a small change to a line so ptmtimer will work correctly with fatdog64 version 800.
There was a problem with the version of mpg123 included in fatdog64 version 800.
ptmtimer-2.6-x86_64-.txz
Size 9k
https://drive.google.com/open?id=1lY7zkCnyOq2s6hja7BOkA4EU2u7NstKD
______________________________________
Description |
|
Filesize |
35.36 KB |
Viewed |
1274 Time(s) |

|
|
Back to top
|
|
 |
watchdog
Joined: 28 Sep 2012 Posts: 2022 Location: Italy
|
Posted: Sat 30 Mar 2019, 04:49 Post subject:
|
|
Abiword in fatdog64-800? I made a portable app in chroot mode from a 32 bit package posted in DebianDog thread with the fredx181's tool create-portable64.
abiword-portable_3.0.0-chroot.AppImage:
https://drive.google.com/file/d/12Bmm-IrMsKD_rupuLOxdLLT1r82fmDGB/view?usp=sharing
It runs in fatdog64. Not sure if 32bit compatibility sfs loaded is needed.
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Sat 30 Mar 2019, 12:21 Post subject:
|
|
I would think it does need 32 bit compatibility.
You can check by shutting off 'http://distro.ibiblio.org/fatdog/sfs/800/32bit-fd64_800.sfs '
in System SFS in Control Panel
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Mon 01 Apr 2019, 15:50 Post subject:
Audacious audio player |
|
Fatdog64 800 will work with this old version of Audacious audio player...
I packaged libraries in /opt and added right click menu
Download....
audacious-2.5.1b-x86_64.txz
Size: 1.1 mb
https://drive.google.com/open?id=1Vef99jz-h7p0g1id6yzA6wDgYfs5cuaT
______________________________________________________
Last edited by don570 on Sat 05 Oct 2019, 13:04; edited 1 time in total
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Thu 04 Apr 2019, 17:49 Post subject:
Pencil2d nightly build |
|
Pencil2d nightly build
Available:
pencil2d-0.6.3-x86_64.txz
Size: 27 mb
https://drive.google.com/open?id=103HSVZQK35gFyBIbdebK_BTDluycTfxB
Manual:
https://www.pencil2d.org/doc/
Video
https://www.youtube.com/watch?v=CHeZ3tqA4cY&list=PLlZdE8gunsvc9FQy9uGxY9KOX3-nZARUN&index=3
______________________________________
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Thu 04 Apr 2019, 18:03 Post subject:
mp3splt |
|
Non-gui version
Available:
mp3splt-2.6.2-x86_64.txz
Size: 177 kb
https://drive.google.com/open?id=1hRrwJHNt0XF6dW280APSrE9LPOyHGUNS
Some instructions are shown when first launched.
You can launch from start menu however then you must enter full path of sound file.
EXAMPLES
In the following examples I'll be splitting One Click.mp3 into folder named split.
To split between specific time range...
In this case just add the time points where you wanna split.
e.g. 15.00 30.00 would produce a 15 min track extracted from original file beginning at 15 min and ending at 30 min.
mp3splt "One Click.mp3" -d split 15.00.00 30.00.00
Here's an explanation of the recommended options:
-f: for MP3 files only, increases precision and is needed if the MP3 files are variable bit rate (VBR).
-t TIME: specifies the length, measured in time, to make each piece.
You will replace `TIME` with a numerical value expressed in minutes, such as 4.0 for four minutes or 7.30 for seven minutes, thirty seconds.
In our example, we picked four minute pieces, so the command line will be
mp3splt -f -t 4.0 -a -d split *.mp3
|
Back to top
|
|
 |
jake29
Joined: 24 Jul 2015 Posts: 253
|
Posted: Thu 25 Apr 2019, 18:32 Post subject:
|
|
I did not find RHash in Gslapt for Fatdog64-800, so here is the package.
Description: RHash (Recursive Hasher) is a console utility for calculation and verification of magnet links and various hash sums, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool.
File-name: RHash-1.3.8-x86_64-800.txz
File-size: 144 kb
Download: RHash v1.3.8
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 3108
|
Posted: Thu 09 May 2019, 02:59 Post subject:
|
|
Apple Facetime (Briadcom 1579 PCIe) webcam driver for FatDog 801 final with kernel version 4.19.32.
Compiled from the source mainline git branch in FD801
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
rufwoof

Joined: 24 Feb 2014 Posts: 3725
|
Posted: Thu 16 May 2019, 16:02 Post subject:
|
|
notify-send is a nice way to do alerts, for instance I have a script in /root/Startup that contains ...
Code: | #!/bin/bash
notify-send -t 10000 -u normal "USB" "Probably OK to remove USB if its not already unplugged" |
to remind me to unplug my boot usb after booting
Don't forget to make the script executable
chmod +x <name of script>
_________________ ( ͡° ͜ʖ ͡°) :wq
Fatdog multi-session usb
echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh
|
Back to top
|
|
 |
rufwoof

Joined: 24 Feb 2014 Posts: 3725
|
Posted: Thu 16 May 2019, 16:08 Post subject:
Battery level alert |
|
This is another script I have in /root/Startup ... that flags up a warning (and plays a sound) every 5 minutes when the laptops battery is less than 20% remaining. You may have to research/change the /sys/class/.... files as not all laptops use the same file/folder names
Code: | #!/bin/bash
# alsa comes with speaker-test i.e.
#( speaker-test -t sine -f 1000 )& pid=$! ; sleep 0.1s ; kill -9 $pid
_alarm() {
( \speaker-test --frequency $1 --test sine )&
pid=$!
\sleep 0.${2}s
\kill -9 $pid
}
# sequence of tones
_alert() {
_alarm 1000 100
_alarm 400 200
_alarm 1000 100
_alarm 300 600
}
while :; do
B_MAX=$(cat /sys/class/power_supply/BAT1/charge_full)
B_NOW=$(cat /sys/class/power_supply/BAT1/charge_now)
B_MAX=$((B_MAX / 100))
battery_level=$((B_NOW / B_MAX))
# These may be different according to which laptop you are using
STATUS=$(cat /sys/class/power_supply/ACAD/online)
if [ $battery_level -lt 20 ] && [ $STATUS == "0" ]
then
_alert
notify-send -u critical "Battery low" "Battery level is ${battery_level}%!"
fi
sleep 300 # report every 5 minutes
done |
(clickable thumbnail)
_________________ ( ͡° ͜ʖ ͡°) :wq
Fatdog multi-session usb
echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh
|
Back to top
|
|
 |
rufwoof

Joined: 24 Feb 2014 Posts: 3725
|
Posted: Mon 03 Jun 2019, 08:49 Post subject:
Encrypted folder open/close |
|
Rather than using the rox right click context menu to open/close a encrypted folder for my /mnt/sdb1/DATA folder that I have encrypted I created a DATA-open script to open it ....
Code: | #!/bin/bash
if [ -d /mnt/sdb1/DATA/.encrypted ]; then
PASS1=$(yad --center --entry --entry-text="********" --hide-text)
echo "$PASS1" | encfs --stdin "/mnt/sdb1/.DATA" "/mnt/sdb1/DATA" -- -o nonempty
rox --examine=/mnt/sdb1/DATA
fi |
The last rox --examine line ensures that the rox filer window is updated to show that the DATA folder is mounted (green ball in corner).
A DATA-close script also needs that rox --examine line, along with a umount /mnt/sdb1/DATA command.
_________________ ( ͡° ͜ʖ ͡°) :wq
Fatdog multi-session usb
echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Wed 05 Jun 2019, 12:55 Post subject:
|
|
There's a new stable version of KRITA -->
https://download.kde.org/stable/krita/4.2.1/krita-4.2.1-x86_64.appimage
Released on June 05, 2019
Release Notes:
https://krita.org/en/krita-4-2-release-notes/
|
Back to top
|
|
 |
rufwoof

Joined: 24 Feb 2014 Posts: 3725
|
Posted: Thu 20 Jun 2019, 10:28 Post subject:
syncterm |
|
Got a version of syncterm to compile under Fatdog 8.0 using ...
Code: | cd ~
wget http://www.balcos.net/bbs/syncterm-1.0.tgz
tar xzpf syncterm-1.0.tgz
cd syncterm-1.0/src/syncterm
make
make install |
Good for if you like visiting old style bbs's
Attached image is for bbs
Code: | syncterm blackflag.acid.org |
Note : use alt-Enter to full-screen toggle
(clickable thumbnail)
If you're not getting connections then perhaps you either need to disable eztables or add a exception rule to your eztables conf file to permit telnet (port 23) traffic.
I struggle with creation of fatdog packages, but here's a sfs of my Fatdog 8.2 compiled version
Quote: | Windows, Linux, OpenBSD, NetBSD, OS X, and FreeBSD
X/Y/ZModem up/downloads
Runs in full-screen mode on ALL platforms (ALT-Enter switches modes)
*nix versions will run using SDL, X11, or using curses
Full ANSI-BBS support
Full CGTerm Commodore 64 PETSCII support
Full Atari 8-bit ATASCII support
DoorWay support
Support for IBM low and high ASCII including the face graphics (☺ and ☻) and card symbols (♥, ♦, ♣, and ♠) which so many other terms have problems with (may not work in curses mode... depends on the terminal being used).
Phone books
Multiple screen modes (80x25, 80x28, 80x43, 80x50, 80x60, 132x25, 132x28, 132x30, 132x34, 132x43, 132x50, 132x60)
ANSI Music (through the sound card if installed)
Telnet, RLogin, SSH, RAW, modem, shell (*nix only) and direct serial connections
Auto-login with Synchronet RLogin
Large Scrollback
Mouse-driven menus
Copy/Paste
Supports character pacing for ANSI animation as well as the VT500 ESC[*r sequence to allow dynamic speed changes
Comes with 43 standard fonts and allows the BBS to change the current font *and* upload custom fonts. This tool will allow you to create fonts for use with SyncTERM.
Supports Operation Overkill ][ Terminal emulation |
For me, running it locally i.e. syncterm shell:/bin/bash has it default to TERM=syncterm ... where the backspace (delete) doesn't work, so immediately after starting that I run TERM=screen export TERM ... so the backspace does work. In that term however you can cat ansi files to see their full effect.
_________________ ( ͡° ͜ʖ ͡°) :wq
Fatdog multi-session usb
echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh
Last edited by rufwoof on Thu 20 Jun 2019, 20:39; edited 1 time in total
|
Back to top
|
|
 |
step
Joined: 04 May 2012 Posts: 1352
|
Posted: Thu 20 Jun 2019, 17:27 Post subject:
|
|
Thank you, rufwoof. If you want to find out how to make packages for fatdog, it's explained in the (markdown) FAQ entry "How to make packages for Fatdog64".
_________________ Fatdog64-810|+Packages|Kodi|gtkmenuplus
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Thu 20 Jun 2019, 18:55 Post subject:
|
|
The instructions are posted at ibiblio as well...
http://distro.ibiblio.org/fatdog/web/faqs/pet-package.html
_______________________________________________
|
Back to top
|
|
 |
|
Page 21 of 26 [387 Posts] |
Goto page: Previous 1, 2, 3, ..., 19, 20, 21, 22, 23, 24, 25, 26 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|