Page 9 of 24

Re: Fossapup User Contributed Packages

Posted: Sat Dec 17, 2022 4:20 pm
by Jasper

Image

The next time you're forced to disarm a nuclear weapon without consulting Google, you may run in terminal:

cheat tar

Sometimes it's okay to CHEAT :lol:

Two ways of installing this application (requires no dependencies)

Method 1

Copy and paste this into terminal - it will download the zipped file, make it executable and finally move it to the directory /usr/bin

Code: Select all


cd /tmp \
  && wget https://github.com/cheat/cheat/releases/download/4.4.0/cheat-linux-amd64.gz \
  && gunzip cheat-linux-amd64.gz \
  && chmod +x cheat-linux-amd64 \
  && mv cheat-linux-amd64 /usr/bin/cheat
  

once completed you will need to create a configuration file and proceed to download the Community provided Cheatsheets.

Back to terminal and simply type in

Code: Select all


cheat -d

Method 2

Download and install the Pet file.

Please note there is a hidden directory ( .config/cheat )include with the supplied cheatsheets.

https://www.mediafire.com/file/xe39j6y3 ... 0.pet/file


Re: Fossapup User Contributed Packages

Posted: Sat Dec 17, 2022 6:25 pm
by Jasper

I was searching for an updated MTP driver/application and by error ended up compiling this believing it to something else :oops:

Hopefully someone can use it.

Gmtp-1.3.11

https://www.mediafire.com/file/ec3fo7nu ... 1.pet/file

Libmtp-1.1.20 (Required dependency)

https://www.mediafire.com/file/9w556qxa ... 0.pet/file


Re: Fossapup User Contributed Packages

Posted: Sat Dec 17, 2022 8:21 pm
by Jasper

Nano text editor
https://www.mediafire.com/file/lab24fbu ... 1.pet/file

You should get familiar with the symbols in Nano.

The caret symbol (^) means Ctrl key
The M character means the Alt key

When it says “^X Exit”, it means to use Ctrl+X keys to exit the editor. When it says “M-U Undo”, it means use Alt+U key to undo your last action.

.............apparently there is a "Easter Egg" hidden in the application :lol:


Re: Fossapup User Contributed Packages

Posted: Sat Dec 17, 2022 9:40 pm
by Jasper

Small update for squashfs-tools


Re: Fossapup User Contributed Packages

Posted: Sun Dec 18, 2022 7:59 am
by Jasper

Re: Fossapup User Contributed Packages

Posted: Mon Dec 19, 2022 8:15 am
by Jasper

Small update for pure-ftpd server 1.0.50

To compile with TLS support it required

libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb

Code: Select all


./configure --prefix=/usr --enable-largefile --enable-pie --enable-ssp --with-usernames --with-iplogging --with-unicode --with-boring --with-paranoidmsg --with-sysquotas --with-altlog --with-puredb --with-extauth --with-cookie --with-throttling --with-ratios --with-ftpwho --with-uploadscript --with-virtualhosts --with-virtualchroot --with-diraliases --with-peruserlimits --with-language=english --with-tls --with-certfile --with-keyfile
 

Re: Fossapup User Contributed Packages

Posted: Mon Dec 19, 2022 10:48 am
by Jasper

An update to grldr - taken from grub4dos-0.4.6a-2022-11-28.7

I am using a USB flash drive and simply overwrote the existing file.


Re: Fossapup User Contributed Packages

Posted: Mon Dec 19, 2022 12:35 pm
by Jasper

Re: Fossapup User Contributed Packages

Posted: Mon Dec 19, 2022 2:52 pm
by Jasper

Busybox-1.35.0 - The Swiss Army knife of embedded Linux
..........need to repack brb :oops:


Re: Fossapup User Contributed Packages

Posted: Mon Dec 19, 2022 8:18 pm
by Puppy
Jasper wrote: Sun Dec 18, 2022 7:59 am

Another small update

Mpv-0.34.1
https://www.mediafire.com/file/caezi4l8 ... 1.pet/file

Mpv doesn't work for me after update. Uninstall Mpv-0.34.1 and Mpv-0.32 works.
Image


Re: Fossapup User Contributed Packages

Posted: Mon Dec 19, 2022 8:47 pm
by Jasper

@Puppy

Can you share me a screenshot?


Re: Fossapup User Contributed Packages

Posted: Tue Dec 20, 2022 2:01 pm
by Puppy
Jasper wrote: Mon Dec 19, 2022 8:47 pm

@Puppy

Can you share me a screenshot?

MPV Screenshot.jpg
MPV Screenshot.jpg (104.64 KiB) Viewed 1833 times

Re: Fossapup User Contributed Packages

Posted: Tue Dec 20, 2022 2:06 pm
by Jasper

Did you install the binary and overwrite the existing one?

Or are you simply running it from an extracted directory?


Re: Fossapup User Contributed Packages

Posted: Tue Dec 20, 2022 2:10 pm
by Puppy
Jasper wrote: Tue Dec 20, 2022 2:06 pm

Did you install the binary and overwrite the existing one?

Or are you simply running it from an extracted directory?

I install your pet package.
After installing your pet package do I need to extract and overwrite it again?
I just extracted your pet package and overwrite existing /usr/bin/mpv and still doesn't work.

Screenshot.jpg
Screenshot.jpg (39.86 KiB) Viewed 1806 times

Now I uninstall your pet package and Mpv-0.32 works.

Screenshot(1).jpg
Screenshot(1).jpg (59.25 KiB) Viewed 1804 times

Re: Fossapup User Contributed Packages

Posted: Tue Dec 20, 2022 3:07 pm
by Jasper

Sorry, I don't have answer for you.

You could try compiling it yourself?

It is fairly straightforward and you will only need to use the Fossapup64 DevX SFS file.


Re: Fossapup User Contributed Packages

Posted: Tue Dec 20, 2022 4:04 pm
by Puppy

It's ok, I don't use mpv anyway, I use your vlc pet you compiled for me.


Re: Fossapup User Contributed Packages

Posted: Wed Dec 21, 2022 12:10 pm
by Jasper

Re: Fossapup User Contributed Packages

Posted: Thu Dec 22, 2022 9:50 am
by Jasper

Small updates for ALSA


Re: Fossapup User Contributed Packages

Posted: Thu Dec 22, 2022 10:22 am
by bigpup

what do these ALSA updates provide?


Re: Fossapup User Contributed Packages

Posted: Thu Dec 22, 2022 12:11 pm
by Jasper

@bigpup

It's just an update to both packages to provide better functionality.


Re: Fossapup User Contributed Packages

Posted: Fri Dec 23, 2022 5:16 pm
by sonny

Jasp, thank you for your packages. It is very much appreciated.

FYI...

Your CURL-7.87.0 stops my OBS Studio (latest version) from working.


Re: Fossapup User Contributed Packages

Posted: Fri Dec 23, 2022 6:00 pm
by Jasper

@sonny

Sorry to hear that.

This is the configuration I used to compile the application

Code: Select all


./configure --prefix=/usr --enable-optimize --enable-http --enable-ftp --enable-ldap --enable-ldaps --enable-rtsp --enable-proxy --enable-dict --enable-telnet --enable-tftp --enable-pop3 --enable-imap --enable-smb --enable-gopher --enable-mqtt --disable-manual --enable-libgcc --enable-ipv6 --with-gnutls --with-auto-load-config --enable-versioned-symbols --enable-threaded-resolver --enable-pthreads --enable-sspi --enable-crypto-auth --enable-ntlm --enable-tls-srp --enable-unix-sockets --enable-cookies --enable-socketpair --enable-http-auth --enable-doh --enable-mime --enable-dateparse --enable-netrc --enable-progress-meter --enable-dnsshuffle --enable-get-easy-options --enable-alt-svc --enable-headers-api --enable-hsts --enable-websockets --with-libssh --with-gssapi

Did you install GnuTLS?

I had to use this instead of OpenSSL otherwise it would not allow me to complete the building of the application.


Re: Fossapup User Contributed Packages

Posted: Fri Dec 23, 2022 6:08 pm
by sonny
Jasper wrote: Fri Dec 23, 2022 6:00 pm

@sonny

Sorry to hear that.

This is the configuration I used to compile the application

Code: Select all


./configure --prefix=/usr --enable-optimize --enable-http --enable-ftp --enable-ldap --enable-ldaps --enable-rtsp --enable-proxy --enable-dict --enable-telnet --enable-tftp --enable-pop3 --enable-imap --enable-smb --enable-gopher --enable-mqtt --disable-manual --enable-libgcc --enable-ipv6 --with-gnutls --with-auto-load-config --enable-versioned-symbols --enable-threaded-resolver --enable-pthreads --enable-sspi --enable-crypto-auth --enable-ntlm --enable-tls-srp --enable-unix-sockets --enable-cookies --enable-socketpair --enable-http-auth --enable-doh --enable-mime --enable-dateparse --enable-netrc --enable-progress-meter --enable-dnsshuffle --enable-get-easy-options --enable-alt-svc --enable-headers-api --enable-hsts --enable-websockets --with-libssh --with-gssapi

Did you install GnuTLS?

I had to use this instead of OpenSSL otherwise it would not allow me to complete the building of the application.

No worries. I always have several back up versions.

Yes, I did install GnuTLS.

FYI, FileZilla also stops working.


Re: Fossapup User Contributed Packages

Posted: Fri Dec 23, 2022 6:20 pm
by Jasper

That's really strange.

I don't use either application otherwise I would have noticed it beforehand.

I left the compilation instructions just in case you might want to do it yourself using DevX.

You can remove any options that you don't need.


Re: Fossapup User Contributed Packages

Posted: Mon Dec 26, 2022 7:45 am
by Jasper

GnuPG 2.2.41

requires GnuTLS and the additional libraries attached.

https://www.mediafire.com/file/xamitv1z ... 1.pet/file


Re: Fossapup User Contributed Packages

Posted: Mon Dec 26, 2022 7:53 am
by Jasper

Sorry, you need this file too.

Limited to 3x files to upload hence the additional message.


Re: Fossapup User Contributed Packages

Posted: Mon Dec 26, 2022 1:16 pm
by Jasper

FFMpeg 5.1.2 with GnuTLS

https://www.mediafire.com/file/vpldakgx ... 4.pet/file

Need to have TLS support for playback


Re: Fossapup User Contributed Packages

Posted: Mon Dec 26, 2022 2:36 pm
by Jasper

Useful small utilities


Re: Fossapup User Contributed Packages

Posted: Tue Dec 27, 2022 2:37 pm
by Jasper

Small update Gzip-1.12


Re: Fossapup User Contributed Packages

Posted: Tue Dec 27, 2022 4:27 pm
by Jasper