Skip to content

Instantly share code, notes, and snippets.

View abdurayimov-work's full-sized avatar
🎯
Focusing

Elmar abdurayimov-work

🎯
Focusing
View GitHub Profile
@seanpianka
seanpianka / intellij-vuejs-module-not-installed-error.txt
Last active March 12, 2022 08:05
JetBrains WebStorm vue.js, "Module is not installed", fix "@" in imports
https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000556284/comments/360000146344
Specify the absolute path to `node_modules/@vue/cli-service/webpack.config.js` as a webpack config under `Languages & Frameworks / Javascript / Webpack`.
@nerijunior
nerijunior / instagram-followers.js
Last active December 8, 2022 15:55
Instagram - Followers get - JAVASCRIPT
const baseUrl = 'https://www.instagram.com/graphql/'
let followers = []
function toQs(obj) {
return Object.keys(obj).reduce(function(a,k){a.push(k+'='+encodeURIComponent(obj[k]));return a},[]).join('&')
}
function request (url, options) {
options = options || {}
options = {
@frosit
frosit / infectedFiles.md
Created May 5, 2016 22:40
Some commands for finding and clearing infected PHP files

Finding infected files with following bash commands

** Command to list all infected files:

  • grep -lr --include=*.php "eval(base64_decode" /path/to/webroot
  • grep -lr --include=*.php "eval" .
  • grep -lr --include=*.php "base64" .

Command to remove malicious code:

  • grep -lr --include=*.php "eval(base64_decode" /path/to/webroot | xargs sed -i.bak 's/<?php eval(base64_decode[^;]*;/<?php\n/g'
@REDNBLACK
REDNBLACK / must_have_programms_for_mac.md
Last active November 24, 2023 10:30
Список must-have программ для Mac OS X

Легенда

  • (A) - доступно через AppStore
  • (H) - доступно через Homebrew, через команду brew cask install $name
  • ($) - платное (но можно взять взломанные версии на сайте MacBed)

Программы

  • ($, A) iStats Menus - мониторинг активности и состояния системы по типу AIDA, висит в трее.
  • ($) TotalFinder - лучший аналог Total Commander
  • ($) Little Snitch - файрвол и монитор сетевых подключений.
  • ($) Paragon NTFS - поддержка записи на диски/флешки с системой NTFS