Skip to content

Instantly share code, notes, and snippets.

@kerastinell
kerastinell / dl-cloud-mail-ru.sh
Last active May 5, 2024 13:20 — forked from cronfy/dl-cloud-mail-ru.sh
Download file from cloud.mail.ru from linux console with bash script
#!/usr/bin/env bash
# IMPORTANT: mail.ru sometimes changes internals, not too much, but script must be changed.
#
# If this script does not work:
# - see forks, may be there is a fix already,
# - if not, please post patch in comments or create a working fork of this gist.
# Thank you!
# ВАЖНО. mail.ru время от времени меняет внутрянку, не очень сильно, но требуется адаптация скрипта.
@kerastinell
kerastinell / AMD E2-3800 crypto.txt
Created December 15, 2019 01:00
AMD E2-3800 cryptography benchmarks (openssl, cryptsetup)
root@build52:~# cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 22
model : 0
model name : AMD E2-3800 APU with Radeon(TM) HD Graphics
stepping : 1
microcode : 0x700010f
cpu MHz : 1300.000
cache size : 2048 KB
@kerastinell
kerastinell / Ralink RT3052 crypto.txt
Created December 15, 2019 00:22
Ralink RT3052 cryptography benchmarks (openssl, cryptsetup)
@kerastinell
kerastinell / shopper138.md
Created October 20, 2019 20:07
Notes on compiling the .scss files for Shopper 1.3.8

The "Shopper" theme made by https://shopperwp.io/themes/shopper needs some additional files (which are not presented in a release .zip archive) to make .scss compilation work in Koala.

Operating system: Ubuntu 18.04.3 LTS

  1. Unpack .zip archive, then cd into unpacked directory;
  2. npm init, press Enter several times;
  3. npm install susy@2.2.12
  4. In file style.scss replace line @import 'bourbon'; with @import 'bourbon/bourbon';
  5. sudo gem install bourbon -v 4.3.4
  6. bourbon install --path PATH_TO_THEME_ROOT
@kerastinell
kerastinell / msvc.md
Last active August 15, 2018 17:41
Table of MSVC Packages' official download links