LINUXOPOLIS # 26-JANUARY-2020 ~ SYSTEM-RESCUE-CD

in #linux6 years ago (edited)

SYSTEM-RESCUE-CD

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

$ vim ~/.config/fish/functions/gsystemrescuecd.fish

function gsystemrescuecd --description 'system-rescue-cd'
    clear; echo
    echo '=========================================================================='
    echo '                        SYSTEM-RESCUE-CD                                  '
    echo '=========================================================================='
    echo '                                                                          '
    echo 'SOURCES                                                                   '
    echo '--------------------------------------------------------------------------'
    echo ' homepage                                            system-rescue-cd.org '
    echo ' download                                  system-rescue-cd.org/Download/ '
    echo ' documentation                               system-rescue-cd.org/manual/ '
    echo ' quick-start-guide                system-rescue-cd.org/Quick_start_guide/ '
    echo '                                                                          '
    echo 'USB-STICK - STANDARD                                                      '
    echo '--------------------------------------------------------------------------'
    echo ' # apt get install gddrescue                                              '
    echo ' > plug in the usb-stick                                                  '
    echo ' $ lsblk                                                                  '
    echo ' $ umount /media/.../usb-stick                                            '
    echo ' $ ddrescue --force -D /path/to/systemrescuecd-6.0.5.iso /dev/sdx         '
    echo ' $ dd if=/path/to/systemrescuecd-6.0.5.iso of=/dev/sdx                    '
    echo '                                                                          '
    echo 'USB-STICK - UEFI                                                          '
    echo '--------------------------------------------------------------------------'
    echo ' $ w3m system-rescue-cd.org/Installing-SystemRescueCd-on-a-USB-stick/     '
    echo '                                                                          '
    echo 'NETWORK                                                                   '
    echo '--------------------------------------------------------------------------'
    echo ' # systemctl NetworkManager stop                                          '
    echo ' # dhcpd eth0                                                             '
    echo ' # ifconfig -a                                                            '
    echo ' # ifconfig eth0 192.168.0.100                                            '
    echo ' # route add default gw 192.168.0.1                                       '
    echo '                                                                          '
    echo '=========================================================================='
    echo
end
SOURCES
 homepage                                                       system-rescue-cd.org
 download                                             system-rescue-cd.org/Download/
 documentation                                          system-rescue-cd.org/manual/
 quick-start-guide                           system-rescue-cd.org/Quick_start_guide/
Sort:  

Congratulations @wglenz! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

You published a post every day of the week

You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

To support your work, I also upvoted your post!

You can upvote this notification to help all Steem users. Learn how here!