Search found 2812 matches

by sc0ttman
Thu 02 Jan 2020, 20:49
Forum: Programming
Topic: xargs to runs processes multi-threaded
Replies: 1
Views: 653

xargs to runs processes multi-threaded

xargs -P N Run up to N PROGs in parallel Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time: arguments_source | xargs -P max-procs command Using the above we can run commands across a number of proces...
by sc0ttman
Thu 02 Jan 2020, 15:28
Forum: Multimedia
Topic: pMusic 6.0.0
Replies: 2338
Views: 1021687

Yeah the updates look great! Gonna install this in my Dpup Stretch now..
by sc0ttman
Thu 02 Jan 2020, 13:48
Forum: Users ( For the regulars )
Topic: Is it time for petget to get a revamp?
Replies: 26
Views: 2159

Those last two commands prob won't be needed ... But do install any multiarch PETs needed ... BTW, there have been some regressions that slipped into Pkg recently - related to not installing files properly.. They're fixed now .. So please pull down the latest Pkg from https://gitlab.com/sc0ttj/Pkg, ...
by sc0ttman
Thu 02 Jan 2020, 00:51
Forum: Puppy Projects
Topic: Is there interest in an Arch32 Pup???
Replies: 212
Views: 59937

https://github.com/puppylinux-woof-CE/woof-CE/blob/legacy/woof-code/0setup Maybe 207-282..... No at the moment Pkg does not contain that code.. Though it looks like it could be moved into a /usr/sbin/arch2pup script, so it would be inline/consistent with how Pkg handles other repo types.. I've made...
by sc0ttman
Thu 02 Jan 2020, 00:44
Forum: Users ( For the regulars )
Topic: Is it time for petget to get a revamp?
Replies: 26
Views: 2159

paulh177 wrote:[deleted]
Did u get it working?

If not, can you send the exact command you used to add the repo please?

(prob `pkg add-repo <some-url>`)
by sc0ttman
Mon 30 Dec 2019, 17:05
Forum: Users ( For the regulars )
Topic: Is it time for petget to get a revamp?
Replies: 26
Views: 2159

@ sc0ttman:- Scotty, am I right in thinking some of the newer Pups already have this by default? I did a recent install of the 'stable' version 8.0 of Bionicpup64, ok? I forget what it was, but something I installed from a .deb package apparently triggered a terminal to open in the background.....a...
by sc0ttman
Sun 29 Dec 2019, 19:14
Forum: Cutting edge
Topic: Pkg - CLI package manager
Replies: 151
Views: 105715

Hello sc0ttman! Yo. I have almost completed a script that will install Hiawatha, mariadb, PHP7 and ZoneMinder, using Pkg for most of the heavy lifting. With a few more adjustments it should set up a zoneminder system from a stock Bionic64. Nice :) I have though a small question. The Ubuntu PPA for ...
by sc0ttman
Sun 29 Dec 2019, 19:10
Forum: Cutting edge
Topic: Pkg - CLI package manager
Replies: 151
Views: 105715


by sc0ttman
Sun 29 Dec 2019, 18:59
Forum: Users ( For the regulars )
Topic: Is it time for petget to get a revamp?
Replies: 26
Views: 2159

The Puppy devs are already in the process of replacing PPM with Pkg Pkg is a command-line package manager, with way more features than PPM, and it also has a Gtkdialog GUI. Work is already being done on github to switch over to using Pkg at some future time (not soon). Pkg is already available to in...
by sc0ttman
Sat 28 Dec 2019, 12:25
Forum: Programming
Topic: Local Test Repo Generation: Download Doc File,
Replies: 3
Views: 944

In case this is of interest to anyone (it's somewhat related), there is lots of
Bash CGI related stuff here:

http://murga-linux.com/puppy/viewtopic.php?t=115252
by sc0ttman
Fri 27 Dec 2019, 11:45
Forum: Multimedia
Topic: Videogrep.sh
Replies: 0
Views: 1414

Videogrep.sh

https://github.com/sc0ttj/videogrep.sh Search videos for matching words or phrases, and generate a cut-down version in the ~/videogrep_output/ directory, containing only the matching dialogue. For example, keep only the bits of a video where people say "banana". --- Dependencies bash - it...
by sc0ttman
Wed 18 Dec 2019, 21:38
Forum: Cutting edge
Topic: ToolBox-1.0 - Multi-Call Binary Maker
Replies: 1
Views: 3678

Ooooh... this looks great.. I'd love to combine a few tools, to create a simpler, single binary file "webpack" alternative, that takes nice CLI options, instead of a config file... Ideally something that can do these things: - JSON file parser - CSV parser - read .hbs file, use mustache or...
by sc0ttman
Wed 18 Dec 2019, 20:23
Forum: Programming
Topic: cli relational database
Replies: 16
Views: 4244

NoSql tutorial: http://www.troubleshooters.com/lpm/200704/200704.htm --- Also see this post about csvsql from the csvkit package: https://stackoverflow.com/a/44177446/5479837 And there is Miller: https://github.com/johnkerl/miller Ans also something really cool called VisiData: https://visidata.org/...
by sc0ttman
Wed 18 Dec 2019, 20:06
Forum: Suggestions
Topic: Updating a Dog-based OS : bash script
Replies: 1
Views: 3462

With Pkg ( https://gitlab.com/sc0ttj/Pkg ) installed, in proper Puppy Linux (not a DebianDog etc), you can do this: pkg list-installed # list upgradeable packages pkg update-sources # update list of installed repos pkg repo-update # get latest repo files from online pkg update # update installed pac...
by sc0ttman
Mon 09 Dec 2019, 09:11
Forum: Desktop
Topic: mukstart - start menu like Cinnamon
Replies: 52
Views: 40941

My code growing huge.. oh.. I can not write just in one script. the terminal says: ./191209_0859: line 374: /usr/bin/tail: Argument list too long ./191209_0859: line 375: /usr/sbin/gtkdialog: Argument list too long [/quote] I haven't looked at your code, but it's likely you are trying to hold too m...
by sc0ttman
Sun 08 Dec 2019, 22:37
Forum: Misc
Topic: Venom Linux
Replies: 0
Views: 1117

Venom Linux

https://venomlinux.org/about.html Venom Linux is a source based linux distribution originated in Malaysia comes with multilib support targetting experienced users. This distro is inspired by CRUX of its simplicity and its use 'KISS' philosophy. Which is use simple tar compressed package, ports syst...
by sc0ttman
Sat 07 Dec 2019, 23:04
Forum: Suggestions
Topic: A random mac address as well as machine id at every boot
Replies: 6
Views: 4055

I did a GUI for Puppy years ago for macchanger: http://www.murga-linux.com/puppy/viewtopic.php?t=64216

The FirstRun program already lets you choose a hostname, maybe it could detect if macchanger is installed, and offer the chance to change mac address if so..
by sc0ttman
Sat 07 Dec 2019, 14:38
Forum: Programming
Topic: Ultralight - a more lightweight webkit
Replies: 10
Views: 2744

Yeah both of those require nodejs - Min is a browser built with Election, I use it .. It's ok, but electron stuff is a little crap in terms of performance.. I haven't built anything with nwjs, but keep meaning to, to test it out. Note there is also this: LCUI ( http://murga-linux.com/puppy/viewtopic...
by sc0ttman
Thu 05 Dec 2019, 21:23
Forum: Programming
Topic: Ultralight - a more lightweight webkit
Replies: 10
Views: 2744

Have you had any luck compiling any of those? I have failed to compile basically every single "minimal webkit window" thing that I tried (on Dpup Stretch RC2) .. I got one to work, a Python based one, but it is a bit too buggy for use... All I really want is a "chromeless" (borde...
by sc0ttman
Thu 05 Dec 2019, 21:18
Forum: Misc
Topic: ?non-x11 windows windowmanager?
Replies: 3
Views: 1244

This is probably not want you want, but mlterm (a terminal emulator) can be compiled to support framebuffer ... you get the binary mlterm-fb .. You can split windows vertically or horizontally with mlterm, and it also has great support for libsixel, images, etc. So, you could use it with ranger, vif...