| Author |
Message |
jza
Joined: 17 Nov 2006 Posts: 22 Location: GDL
|
Posted: Thu 25 Oct 2007, 01:19 Post subject:
Puppy CLI Subject description: I want to know if there is a CLI puppy with cli apps |
|
So I am looking for a CLI distro from puppy that has the following:
- OpenSSH
- PINE
- EMACS
- IRSSI
- CENTERICQ
- MC
anyway to have this?
_________________ Puppy on a MicroClient Jr
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Thu 25 Oct 2007, 01:22 Post subject:
|
|
Short answer: Yes. Remaster.
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Thu 25 Oct 2007, 01:38 Post subject:
|
|
picopup
http://puppylinux.org/wikka/PicoPupMPD
Onebone
http://puppylinux.org/wikka/OneBone
Hope that helps
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
jza
Joined: 17 Nov 2006 Posts: 22 Location: GDL
|
Posted: Thu 25 Oct 2007, 02:10 Post subject:
|
|
seems picopup is waay to small for me. I got a 2gb cardflash and well I dont need it for music. Althought it might be nice I am not sure even that distri has support for my audio card. (I am on a norhtec)
Even if I get a barebone like that distro how can I get everything in if I can't even ssh into the box?
as for one bone the link to the actual CLI apps that include is broken and when I wan tto go to the topic of the correct URL I found a tutorial on installing Puppy on the HD.
Anyway I can tell what does OneBone has?
_________________ Puppy on a MicroClient Jr
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Thu 25 Oct 2007, 03:56 Post subject:
|
|
| jza wrote: | | Anyway I can tell what does OneBone has? |
Download, burn CD, boot?
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Thu 25 Oct 2007, 04:54 Post subject:
|
|
onebone is dloadable from here:
http://puptrix.org/isos/puppy-onebone-2.10-elinks.iso
also see here for a bunch of various CLI apps:
http://dotpups.de/144.118.197.41/
|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Thu 25 Oct 2007, 23:33 Post subject:
|
|
| Quote: | | Quote: | | Anyway I can tell what does OneBone has? |
Download, burn CD, boot? |
If you know your way around grub, you could even:
Download, mount iso, pull out important files, and configure a frugal install without touching a CD. I personally find that faster and easier, but I've also been doing it for years now so I've had lots of practice.
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
jza
Joined: 17 Nov 2006 Posts: 22 Location: GDL
|
Posted: Fri 26 Oct 2007, 00:23 Post subject:
|
|
Can you mention those files?
Since I really want to do a painless upgrade I would need to be able to have those files set in place. Studying PL I see that most things are loop mounted so in theory it will just be a matter of remounting a different branch of the new system.
_________________ Puppy on a MicroClient Jr
|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Fri 26 Oct 2007, 01:50 Post subject:
|
|
initrd.gz, vmlinuz, pup_xxx.sfs, zdrv_xxx.sfs. (xxx will be the version number, 217 for 2.17 for example).
Generally, I tend to lay it out with initrd.gz and vmlinuz in /mnt/sda5/boot/puppy/ and pup_xxx.sfs and zdrv_xxx.sfs in /mnt/sda5/. Then I use a grub entry like this:
| Code: | #
title Puppy 2.14
lock
rootnoverify (hd0,4)
kernel /boot/puppy/vmlinuz root=/dev/ram0 vga=normal PMEDIA=satahd
initrd /boot/puppy/initrd.gz
# |
You'd have to adjust everything to match your particular situation though. If not using a SATA harddrive, replace "satahd" with "idehd". Change partition numbers for wherever you install it (remembering that grub uses different numbering, indexing at 0 instead of 1), etc.
There are probably more in-depth guides around the forum.
The "lock" part is because I have Grub configured with password protection. Not as secure as encryption, but it's actually more than I need considering I keep my room locked whenever I'm away. Though my roommates from last year are into lock picking, so maybe it is a good idea to keep basic password protection....
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
|