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
| #include <iostream> | |
| #include <ctime> | |
| #include <cstdlib> | |
| using namespace std; | |
| int main() { | |
| int arrSize; | |
| cout << "Введите количество элементов массива: "; | |
| cin >> arrSize; |
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
| <a href="https://gist.github.com/sghiassy/a3927405cf4ffe81242f4ecb01c382ac">lol</a> |
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
| #!/usr/bin/env bash | |
| apt update | |
| apt upgrade -y | |
| apt install apt-transport-https wget curl -y | |
| # # Chrome keys | |
| # wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - | |
| # sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' |
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 |
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
| {"version":1,"resource":"file:///Users/elnaribragimov/bistox/ocelot/packages/kit/src/icons/src/Google2.svg","entries":[{"id":"6K96.svg","timestamp":1651662213923}]} |
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
| import React from 'react'; | |
| const AAA = ({ remaining }) => ( | |
| <> | |
| <div id="app"> | |
| <div className="h-card col-3 float-left pr-3" itemScope itemType="http://schema.org/Person"> | |
| <div className="user-profile-sticky-bar js-user-profile-sticky-bar"> | |
| <div className="user-profile-mini-vcard d-table"> |
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
| <div id="app"> | |
| <div class="h-card col-3 float-left pr-3" itemscope itemtype="http://schema.org/Person"> | |
| <div class="user-profile-sticky-bar js-user-profile-sticky-bar"> | |
| <div class="user-profile-mini-vcard d-table"> | |
| <span class="user-profile-mini-avatar d-table-cell v-align-middle lh-condensed-ultra pr-2"> | |
| <img class="rounded-1" height="32" width="32" alt="@Fl0pZz" src="https://avatars1.githubusercontent.com/u/9510124?s=88&v=4" /> | |
| </span> | |
| <span class="d-table-cell v-align-middle lh-condensed js-user-profile-following-mini-toggle"> | |
| <strong>Fl0pZz</strong> |
NewerOlder