I have lots of stuff spread all over the place. This is my attempt to make some of it more readily accessible.
————————————————————————————
FDISK / PARTED
Hate sfdisk? Me to so here is fdisk and parted
Install Instructions
- Download fdisk.tgz
- Open xterm on your tablet
- Become root ( sudo gainroot / sudo su – ) or whatever method is handy
- cd / (move to root of the filesystem)
- tar zxvf /path/to/fdisk.tgz
- Thats it, now you can run fdisk (fdisk /dev/mmcblk0 / fdisk -l /dev/mmcblk0)
————————————————————————————
PICO
Hate vi? Well you shouldn’t its awesome!! Many people don’t want to take the time to learn vi, so here is pico for you diehards!
DOWNLOAD PICO HERE
Install Instructions
- Download pico.tgz
- Open xterm on your tablet
- Become root ( sudo gainroot / sudo su – ) or whatever method is handy
- cd / (move to root of the filesystem)
- tar zxvf /path/to/pico.tgz
- Thats it, now you can run pico (pico test.txt / pico /etc/apt/sources.list)
————————————————————————————
NCFTP TOOLS
Want ncftp suite?
Install Instructions
- Download ncftp.tgz
- Open xterm on your tablet
- Become root ( sudo gainroot / sudo su – ) or whatever method is handy
- cd /usr/bin (move to somewhere in the path)
- tar zxvf /path/to/ncftp.tgz
- Thats it, now you can run ncftp (ncftp ftp.dell.com)
Provides the following tools:
ncftp
ncftpbatch
ncftpbookmarks
ncftpget
ncftpls
ncftpput
ncftpspooler
————————————————————————————
WGET
Got wget?
Install Instructions
- Download wget.tgz
- Open xterm on your tablet
- Become root ( sudo gainroot / sudo su – ) or whatever method is handy
- cd / (move to root of the filesystem)
- tar zxvf /path/to/wget.tgz
- Thats it, now you can run wget (wget penguinbait.com/pico.tgz)
————————————————————————————
MORE TOOLS
Want more tools?
DOWNLOAD WHICH HERE
DOWNLOAD FTP HERE
DOWNLOAD TELNET HERE
DOWNLOAD TFTP HERE
DOWNLOAD RSH HERE
DOWNLOAD RCP HERE
DOWNLOAD TAR HERE
DOWNLOAD BZIP2 HERE
DOWNLOAD FIND HERE
DOWNLOAD GREP HERE
DOWNLOAD XARGS HERE
DOWNLOAD MD5SUM HERE
DOWNLOAD PING HERE
DOWNLOAD SU HERE
Install Instructions
- Download FILE.tgz
- Open xterm on your tablet
- Become root ( sudo gainroot / sudo su – ) or whatever method is handy
- cd /usr/bin (move to somewhere in the path)
- tar zxvf /path/to/FILE.tgz
- Thats it, now you can run the new command
For su.tgz you may then want to link it to be used or you can call it with path
For example:
ln -sf /usr/bin/su /bin/su (/bin/su is made by busybox)
or when you need the real su you can call it like so
/usr/bin/su -
Also note ping and su have special permissions, so unpacking them will work fine, but if you copy them to new location it wont work, move them.
Related Articles
2 users responded in this post
Thanks for parted! Can you compile gparted and/or qtparted as well? I like working with a gui.GParted is gtk so it should work out-of-the-box, qtparted might need some of your KDE hacks…
Well I wish Nokia would just hire me to putz around, but unfortunately it seems like time is becoming less available as each day goes by. I would love to say I would work on it soon, but I do not see that happening.
I hate it when real life interferes with my hobbies
GA keeps poking me to update the maemo wiki for install-tools clone info and I need to update the deb to remove a couple of backup images which makeup most of the space of the deb. Some updates to Windowmaker and icewm. Then there is the blog, I decided to start. Also that pesky debian keeps calling me I have not installed it in a long time.
Seriously I need to win the lottery so I can spend more time playing with my tablet…
Leave A Reply