Alpine rescue: Difference between revisions
No edit summary |
m (→Data recovery tools: url cleanup) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Alpine Rescue | {{obsolete|This appears to be related to a deprecated script. See notice on [[Alpine Security and Rescue]]}} | ||
== Basics == | == Basics == | ||
Line 11: | Line 10: | ||
| alpine-base | | alpine-base | ||
| Alpine base package | | Alpine base package | ||
| | | https://pkgs.alpinelinux.org/packages?name=alpine-base | ||
|- | |- | ||
| alpine-mirrors | | alpine-mirrors | ||
| List of Alpine Linux Mirrors | | List of Alpine Linux Mirrors | ||
| | | https://dl-cdn.alpinelinux.org/alpine/MIRRORS.txt | ||
|- | |- | ||
| bkeymaps | | bkeymaps | ||
| Binary keymaps for busybox | | Binary keymaps for busybox | ||
| | | https://dev.alpinelinux.org/bkeymaps/ | ||
|} | |} | ||
Line 32: | 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 | |||
| A command-line port of the 7zip compression utility | |||
| https://p7zip.sourceforge.net/ | |||
|- | |||
| nano | |||
| A simple ncurses text editor | |||
| https://www.nano-editor.org/ | |||
|} | |} | ||
Line 73: | Line 80: | ||
| rdiff-backup | | rdiff-backup | ||
| A backup utility that maintains extra reverse diffs so that files can be restored from previous backups. | | A backup utility that maintains extra reverse diffs so that files can be restored from previous backups. | ||
| | | https://rdiff-backup.net/ | ||
|- | |- | ||
| | | rsync | ||
| | | A file transfer program to keep remote files in sync | ||
| | | https://rsync.samba.org/ | ||
|- | |- | ||
| | | partclone | ||
| | | Back up and restore used-blocks of a partition | ||
| https://partclone.org | |||
| | |||
|} | |} | ||
Line 102: | Line 101: | ||
| dc3dd | | dc3dd | ||
| Patched version of GNU dd for use in computer forensics | | Patched version of GNU dd for use in computer forensics | ||
| | | https://sourceforge.net/projects/dc3dd/ | ||
|- | |- | ||
| testdisk | | testdisk | ||
| A powerful free data recovery software | | A powerful free data recovery software | ||
| | | https://www.cgsecurity.org/wiki/TestDisk | ||
|- | |- | ||
| scrub | | scrub | ||
| Disk scrubbing program | | Disk scrubbing program | ||
| | | https://code.google.com/archive/p/diskscrub/ | ||
|} | |} | ||
[[Category:ISO]] |
Latest revision as of 16:03, 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. | https://rdiff-backup.net/ |
rsync | A file transfer program to keep remote files in sync | https://rsync.samba.org/ |
partclone | Back up and restore used-blocks of a partition | https://partclone.org |
Data recovery tools
Name | Description | URL |
---|---|---|
dc3dd | Patched version of GNU dd for use in computer forensics | https://sourceforge.net/projects/dc3dd/ |
testdisk | A powerful free data recovery software | https://www.cgsecurity.org/wiki/TestDisk |
scrub | Disk scrubbing program | https://code.google.com/archive/p/diskscrub/ |