Alpine rescue: Difference between revisions
m (→Basics: Rescued all URLs in this section.) |
m (→Misc: url cleanup.) |
||
Line 31: | Line 31: | ||
| openssh | | openssh | ||
| Port of OpenBSD's free SSH | | Port of OpenBSD's free SSH | ||
| | | https://www.openssh.com/portable.html | ||
|- | |- | ||
| e2fsprogs | | e2fsprogs | ||
| Standard Ext2/3/4 filesystem utilities | | Standard Ext2/3/4 filesystem utilities | ||
| | | https://e2fsprogs.sourceforge.net/ | ||
|- | |- | ||
| mdadm | | mdadm | ||
| A tool for managing Linux Software RAID arrays | | A tool for managing Linux Software RAID arrays | ||
| | | https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm | ||
|- | |- | ||
| lvm2 | | lvm2 | ||
| Logical Volume Manager 2 utilities | | Logical Volume Manager 2 utilities | ||
| | | https://sourceware.org/lvm2/ | ||
|- | |- | ||
| parted | | parted | ||
| Utility to create, destroy, resize, check and copy partitions | | Utility to create, destroy, resize, check and copy partitions | ||
| | | https://www.gnu.org/software/parted/parted.html | ||
|- | |- | ||
| debootstrap | | debootstrap | ||
| Debian/Ubuntu bootstrap scripts | | Debian/Ubuntu bootstrap scripts | ||
| | | https://tracker.debian.org/pkg/debootstrap | ||
|- | |- | ||
| ntfs-3g | | ntfs-3g | ||
| A userspace ntfs driver with write support | | A userspace ntfs driver with write support | ||
| | | https://github.com/tuxera/ntfs-3g | ||
|- | |- | ||
| tzdata | | tzdata | ||
| Timezone data | | Timezone data | ||
| | | https://www.iana.org/time-zones | ||
|- | |- | ||
| p7zip | | p7zip | ||
| A command-line port of the 7zip compression utility | | A command-line port of the 7zip compression utility | ||
| | | https://p7zip.sourceforge.net/ | ||
|- | |- | ||
| nano | | nano | ||
| A simple ncurses text editor | | A simple ncurses text editor | ||
| | | https://www.nano-editor.org/ | ||
|} | |} | ||
Revision as of 15:58, 27 July 2023
This material is obsolete ... This appears to be related to a deprecated script. See notice on Alpine Security and Rescue (Discuss) |
Basics
Name | Description | URL |
---|---|---|
alpine-base | Alpine base package | https://pkgs.alpinelinux.org/packages?name=alpine-base |
alpine-mirrors | List of Alpine Linux Mirrors | https://dl-cdn.alpinelinux.org/alpine/MIRRORS.txt |
bkeymaps | Binary keymaps for busybox | https://dev.alpinelinux.org/bkeymaps/ |
Misc
Name | Description | URL |
---|---|---|
openssh | Port of OpenBSD's free SSH | https://www.openssh.com/portable.html |
e2fsprogs | Standard Ext2/3/4 filesystem utilities | https://e2fsprogs.sourceforge.net/ |
mdadm | A tool for managing Linux Software RAID arrays | https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm |
lvm2 | Logical Volume Manager 2 utilities | https://sourceware.org/lvm2/ |
parted | Utility to create, destroy, resize, check and copy partitions | https://www.gnu.org/software/parted/parted.html |
debootstrap | Debian/Ubuntu bootstrap scripts | https://tracker.debian.org/pkg/debootstrap |
ntfs-3g | A userspace ntfs driver with write support | https://github.com/tuxera/ntfs-3g |
tzdata | Timezone data | https://www.iana.org/time-zones |
p7zip | A command-line port of the 7zip compression utility | https://p7zip.sourceforge.net/ |
nano | A simple ncurses text editor | https://www.nano-editor.org/ |
Backup
Name | Description | URL |
---|---|---|
rdiff-backup | A backup utility that maintains extra reverse diffs so that files can be restored from previous backups. | http://www.gnu.org/savannah-checkouts/non-gnu/rdiff-backup/ |
rsync | A file transfer program to keep remote files in sync | http://rsync.samba.org/ |
partclone | Back up and restore used-blocks of a partition | http://partclone.org |
Data recovery tools
Name | Description | URL |
---|---|---|
dc3dd | Patched version of GNU dd for use in computer forensics | http://dc3dd.sourceforge.net/ |
testdisk | A powerful free data recovery software | http://www.cgsecurity.org/wiki/TestDisk |
scrub | Disk scrubbing program | http://code.google.com/p/diskscrub/ |