mkdir /var/solana
mkdir -p /var/solana/{ledger,account,spare}
Increase the memory mapped files limit, increase the UDP buffer size, and optimize the kernel parameters:
function showDialog(uuid) { | |
// Создаем стили для диалогового окна | |
const style = document.createElement('style'); | |
style.textContent = ` | |
.custom-dialog-overlay { | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100%; |
mkdir /var/solana
mkdir -p /var/solana/{ledger,account,spare}
Increase the memory mapped files limit, increase the UDP buffer size, and optimize the kernel parameters:
const startFrom = 5; | |
const increaseBy = 5; | |
const endOn = 35; | |
const testingTime = 5; | |
function randomNum(min, max) { | |
return Math.floor(Math.random() * (max - min)) + min | |
} | |
async function fetchData() { |
#!/bin/sh | |
# Reset Parallels Desktop's trial and generate a casual email address to register a new user | |
rm /private/var/root/Library/Preferences/com.parallels.desktop.plist /Library/Preferences/Parallels/licenses.xml | |
jot -w pdu%d@gmail.com -r 1 |