Skip to content

Instantly share code, notes, and snippets.

View arslanbekov's full-sized avatar
🇬🇧

Denis Arslanbekov arslanbekov

🇬🇧
View GitHub Profile
@arslanbekov
arslanbekov / top-brew-packages.txt
Created August 2, 2020 20:50 — forked from pmkay/top-brew-packages.txt
Top homebrew packages
node: Platform built on V8 to build network applications
git: Distributed revision control system
wget: Internet file retriever
yarn: JavaScript package manager
python3: Interpreted, interactive, object-oriented programming language
python: Interpreted, interactive, object-oriented programming language
mysql: Open source relational database management system
coreutils: GNU File, Shell, and Text utilities
openssl: SSL/TLS cryptography library
postgresql: Object-relational database system
@arslanbekov
arslanbekov / sassas.md
Created April 30, 2017 11:39 — forked from AdamMarsden/sassas.md
Sass Architecture Structure

#Sass Architecture Structure

sass/
|
|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|
@arslanbekov
arslanbekov / dockerinstall_xenial.sh
Created February 20, 2017 14:48 — forked from indykish/dockerinstall_xenial.sh
Install Docker 1.12 on Ubuntu Xenial 16.04.1 x64
# Install Docker on Xenial 16.04.1 x64
# Ref https://docs.docker.com/engine/installation/linux/ubuntulinux/
# No interactive for now.
export DEBIAN_FRONTEND=noninteractive
# Update your APT package index.
sudo apt-get -y update
# Update package information, ensure that APT works with the https method, and that CA certificates are installed.
sudo apt-get -y install apt-transport-https ca-certificates
# Add the new GPG key.
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
@arslanbekov
arslanbekov / gist:fc324a577e2592ed5683
Created February 24, 2016 16:25
Loading Timezone Tables in MAMP (MYSQL CONVERT_TZ)
/Applications/MAMP/Library/bin/mysql_tzinfo_to_sql /usr/share/zoneinfo | \
/Applications/MAMP/Library/bin/mysql -u root -p mysql
@arslanbekov
arslanbekov / sublime-text-3-setup.md
Last active August 29, 2015 14:26 — forked from ijy/sublime-text-3-setup.md
My Sublime Text 3 setup.

Sublime Text 3 Setup

Install Package Control

Install Package Control for easy package management.

  1. Open the console with Ctrl+`
  2. Paste in the following: