ACAP - AragonsCliAppsPackage

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

ACAP - AragonsCliAppsPackage

#1 Post by aragon »

From the info page (type acap-help)

----------------------------------------
AragonsCliAppsPackage V. 0.1

Date: 2009.06.15

ACAP is a collection of cli-apps for everyday usage. You may use them if you got an old box which runs sluggish with X-apps or if you just like them.

I hope this package runs on all kind of puppy-systems from old barebones to new full-featured releases. Please report back, if not.

Applications
Here's a list of included apps. Additionaly i've included some dependencies which might not be installed in all builds.

Windowmanager
tmux - Terminal Multiplexer http://tmux.sourceforge.net/
dvtm - Tiling Windowmanager http://brain-dump.org/projects/dvtm/

Filesystem
mc - Filemanager http://www.midnight-commander.org/

Documents
nano - Editor http://www.nano-editor.org/

Personal
abook - Adressbook http://abook.sourceforge.net/
calcurse - Personal Organizer http://culot.org/calcurse/

Network
ncftp - Ftp-Client http://www.ncftp.com/

Internet
alpine - Email-Client http://www.washington.edu/alpine/
cclive - Onlinevideo-Downloader http://code.google.com/p/cclive/
elinks - Browser http://elinks.or.cz/
weechat - IRC-Client http://weechat.flashtux.org/
newsbeuter -RSS-Reader http://www.newsbeuter.org/
rtorrent http://libtorrent.rakshasa.no/

Multimedia
music on console - Audioplayer http://moc.daper.net/
streamripper - Shoutcast-Stream-Recorder http://streamripper.sourceforge.net/
shell-fm - LastFm-Client http://nex.scrapping.cc/shell-fm/

Help
You'll find the helpfiles at: /usr/share/doc/acap_doc
----------------------------------------

I tried to include all dependencies but dependent on your system there might be more to add. please let me know.

I have not tested the apps extensively. All are compiled fresh in 4.21. I've had a short test run with 4.21 barebones, everything seems to be ok.

Download:
Size: ~7 mb
DL-Link: http://puppylinux.ca/tpp/aragon/acap-0.1_421.sfs
MD5: http://puppylinux.ca/tpp/aragon/acap-0. ... fs-md5.txt

aragon
Last edited by aragon on Wed 24 Jun 2009, 13:08, edited 1 time in total.

raffy
Posts: 4798
Joined: Wed 25 May 2005, 12:20
Location: Manila

good core

#2 Post by raffy »

Good core Puppy!

Aragon's
Barebone and
Cli-apps
P
u
p

Cheers!

ADD: Students of programming often look for C or Pascal programming in console. Is DosBox the only way for those? Thanks!
Puppy user since Oct 2004. Want FreeOffice? [url=http://puppylinux.info/topic/freeoffice-2012-sfs]Get the sfs (English only)[/url].

Caneri
Posts: 1513
Joined: Tue 04 Sep 2007, 13:23
Location: Canada

#3 Post by Caneri »

[color=darkred][i]Be not afraid to grow slowly, only be afraid of standing still.[/i]
Chinese Proverb[/color]

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#4 Post by aragon »

@ eric
thanks a lot.

@raffy
Students of programming often look for C or Pascal programming in console. Is DosBox the only way for those?
http://konst.org.ua/motor/
http://sourceforge.net/projects/rhide

maybe one of those?

aragon

nogg321
Posts: 4
Joined: Tue 19 Jan 2010, 17:15

update for 431

#5 Post by nogg321 »

Hi, I like and use most of these apps but when I try to add
to 431, it says for older kernel.

Is there an updated version yet?

regards Nigel

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

Re: update for 431

#6 Post by Dingo »

nogg321 wrote:Hi, I like and use most of these apps but when I try to add
to 431, it says for older kernel.

Is there an updated version yet?

regards Nigel
sfs 4 for Puppy Linux 4.3.1 downloadable
*here*
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#7 Post by aragon »

@ Dingo
thanks, very much.

@ nogg321
as an alternative to dingos download, you could also use trios sfs-converter http://www.murga-linux.com/puppy/viewtopic.php?t=45614 to convert the sfs to a 4.3 compatible version.

regarding update:
i'm actually not planning an update, but i'ts not out of sight.

aragon

User avatar
auriza
Posts: 46
Joined: Tue 06 Jan 2009, 02:32
Location: Surakarta, Java
Contact:

#8 Post by auriza »

I love CLI apps, but I have some unsolved problems here. Does anybody know how to:
- Enable frame-buffer console, I want to play mplayer in console
- Change fonts in console and rxvt, somehow it's ugly

Thanks

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#9 Post by aragon »

auriza wrote:- Enable frame-buffer console
ha, ha, look here http://www.murga-linux.com/puppy/viewto ... 034#384034
- Change fonts in console and rxvt
sorry... it has something to do with /root/.Xdefaults and /root/.Xressources for rxvt, but you will have to find out yourself...

aragon

nogg321
Posts: 4
Joined: Tue 19 Jan 2010, 17:15

acap 431

#10 Post by nogg321 »

Dingo/Aragon,
many thanks for prompt response!
used the download version and all is fine now ta.
I was about to use the 43 updater, but you beat me to it.

regards Nigel

DMcCunney
Posts: 889
Joined: Tue 03 Feb 2009, 00:45

Re: good core

#11 Post by DMcCunney »

raffy wrote:ADD: Students of programming often look for C or Pascal programming in console. Is DosBox the only way for those? Thanks!
Huh?

Depends on what you want to do. Old timers wrote code in vi, managed by CVS, and used a makefile to call GCC to build the application, with GDB on hand if things blew up. You can also get get lots of IDE features in emacs, which runs in a GUI window under X or as a text-mode app from the command line if you exit the WM entirely. (I knew folks in the days when access to a Unix box was a dumb ASCII terminal who would invoke emacs when they logged on and do everything from within it, including writing code, debugging, compiling and building, reading and replying to email, reading newsgroups, working at the CLI level in a shell, and playing games.)

There are console mode IDEs. Poke around in http://texteditors.org/cgi-bin/wiki.pl? ... itorFamily for some possibilities.

Pascal coding is a bit more of a challenge, since Borland withdrew their Kylix port of Delphi to Linux years ago. Lazarus is probably the option for Linux, but the IDE is a GUI app.
_______
Dennis

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#12 Post by Dingo »

*acap-0.1_301-sfs3.sfs*
download here

for puppy linux 3.01 users, because puppy cares your old users
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

User avatar
auriza
Posts: 46
Joined: Tue 06 Jan 2009, 02:32
Location: Surakarta, Java
Contact:

#13 Post by auriza »

@aragon
Thanks a lot, I'll try it later.

Post Reply