Macrium Reflect Alternatives: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Knowledge== | |||
{| | |||
|valign="top" colspan="3"| | |||
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash | |||
sudo apt update && sudo apt install balena-etcher-electron | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top" colspan="2"| | |||
sudo apt remove balena-etcher-electron | |||
rm /etc/apt/sources.list.d/balena-etcher.list | |||
|valign="top"| | |||
apt clean && rm -rf /var/lib/apt/lists/* | |||
apt update | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top"| | |||
|valign="top"| | |||
|valign="top"| | |||
|} | |||
==References== | ==References== | ||
{| | {| | ||
Line 14: | Line 44: | ||
| valign="top" | | | valign="top" | | ||
* [https://www.patreon.com/rescuezilla Patreon » Rescuezilla] | |||
* [https://www.aomeitech.com/ AOMEI Backupper] | |||
* [http://redorescue.com/ Redo Rescue] | |||
| valign="top" | | | valign="top" | | ||
Line 38: | Line 71: | ||
* [https://www.balena.io/etcher Balena Etcher » Flash Flawless] | * [https://www.balena.io/etcher Balena Etcher » Flash Flawless] | ||
* [[Sed Replace A Multi-Line String]] | * [[Sed Replace A Multi-Line String]] | ||
* [https://github.com/balena-io/etcher Balena Etcher » Install] | |||
* [[Bastion SSH Tunneling]] | * [[Bastion SSH Tunneling]] | ||
* [[VS Code on iPad Pro]] | * [[VS Code on iPad Pro]] |
Latest revision as of 18:47, 12 March 2023
Knowledge
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash sudo apt update && sudo apt install balena-etcher-electron | ||
| ||
sudo apt remove balena-etcher-electron rm /etc/apt/sources.list.d/balena-etcher.list |
apt clean && rm -rf /var/lib/apt/lists/* apt update | |
| ||
References
| ||
| ||