Skip to content

Instantly share code, notes, and snippets.

View cardeol's full-sized avatar

CARD30L cardeol

View GitHub Profile
@ravishtiwari
ravishtiwari / Appfile.rb
Last active April 30, 2020 23:17
Ionic Build IPA with Fastlane tool
app_identifier "com.yourorganization.mytodoapp" # The bundle identifier of your app
apple_id "<You Apple Id>" # Your Apple email address
# You can uncomment any of the lines below and add your own
# team selection in case you're in multiple teams
# team_name "CAMobileApp"
# team_id "Q2CBPJ58CA"
# you can even provide different app identifiers, Apple IDs and team names per lane:
# https://github.com/KrauseFx/fastlane/blob/master/docs/Appfile.md
@smj10j
smj10j / create-2gb-swap-on-ubuntu
Created December 7, 2014 07:07
Create a 2GB swap file on Ubuntu
#!/bin/bash
#
# https://meta.discourse.org/t/create-a-swapfile-for-your-linux-server/13880
#
install -o root -g root -m 0600 /dev/null /swapfile
dd if=/dev/zero of=/swapfile bs=1k count=2048k
mkswap /swapfile
swapon /swapfile
@llbbl
llbbl / awesome-php.md
Last active July 21, 2024 16:20 — forked from ziadoz/awesome-php.md
Awesome PHP Libraries and Resources

Awesome PHP

A list of amazingly awesome PHP libraries, resources and shiny things.

Categories

  • Composer
  • Composer Related
  • Frameworks
  • Micro Frameworks