csrutil disable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class _DiamondBorder extends ShapeBorder { | |
| const _DiamondBorder(); | |
| @override | |
| EdgeInsetsGeometry get dimensions { | |
| return const EdgeInsets.only(); | |
| } | |
| @override | |
| Path getInnerPath(Rect rect, { TextDirection textDirection }) { |
Source: https://community.online.net/t/reset-root-password-via-console/1724/3
I solved this problem, found a hint here: https://github.com/scaleway/initrd/tree/master/Linux 184.
Here is what I did:
- Edit the “Tags” field in the server definition and add “INITRD_POST_SHELL=1” as one (or the only) tag.
- Reboot the server
- Wait until you get a shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "=============================================" | |
| echo "== Telegram Script Installer ==" | |
| echo "== ==" | |
| echo "== for www.LinuxRussia.com ==" | |
| echo "=============================================" | |
| echo "Downloading necesary files..." | |
| cd /tmp |