Skip to content

Instantly share code, notes, and snippets.

View SKARABI's full-sized avatar

Zineb SKARABI SKARABI

  • SKARABI
  • MOROCCO
View GitHub Profile
(function() {
tinymce.create('tinymce.plugins.Addshortcodes', {
init : function(ed, url) {
//AddBoxs
ed.addButton('AddBox', {
title : 'Add Box',
cmd : 'tinyBoxes',
image : url + '/images/boxes.png'
License Key PhpStorm 8
User Name : EMBRACE
===== LICENSE BEGIN =====
43136-12042010
00002UsvSON704l"dILe1PVx3y4"B3
49AU6oSDJrsjE8nMOQh"8HTDJHIUUh
gd1BebYc5U"6OxDbVsALB4Eb10PW8"
===== LICENSE END =====
@SKARABI
SKARABI / openerp-Ubuntu-installation
Created January 20, 2018 19:24 — forked from aorborc/openerp-Ubuntu-installation
Install OpenERP 7 on Ubuntu
# copied only the scripts from http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/
sudo apt-get install openssh-server denyhosts
sudo apt-get update
sudo apt-get dist-upgrade
sudo adduser --system --home=/opt/openerp --group openerp
sudo apt-get install postgresql
sudo su - postgres
createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp
#Enter password for new role: ********
@SKARABI
SKARABI / Install OWASP ZAP headless
Created January 13, 2018 16:48 — forked from fedir/Install OWASP ZAP headless
Install headless OWASP ZAP on Ubuntu 16.04
# Java should be installed
# sudo apt-get install openjdk-7-jre-lib openjdk-7-jre-headless openjdk-7-jre icedtea-7-jre-jamvm icedtea-7-jre-cacao icedtea-7-plugin
# sudo update-alternatives --config java
mkdir ~/src/ && cd ~/src/
wget https://github.com/zaproxy/zaproxy/releases/download/2.5.0/ZAP_2.5.0_Linux.tar.gz
tar -xzvf ZAP_2.5.0_Linux.tar.gz
rsync -av ZAP_2.5.0/ /opt/zaproxy/
@SKARABI
SKARABI / AngularDevEnvUbuntu.md
Created February 27, 2017 12:03 — forked from tusharbabbar/AngularDevEnvUbuntu.md
Setting up AngularJS dev env for Ubuntu
@SKARABI
SKARABI / i3status.conf
Created January 28, 2017 21:49 — forked from rafi/i3status.conf
Rafi's i3status configuration file
# github.com/rafi i3status config
# i3status configuration file
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
@SKARABI
SKARABI / i3-cheat-sheet.md
Created January 25, 2017 18:18 — forked from JeffPaine/i3-cheat-sheet.md
i3 Window Manager Cheat Sheet

i3 Window Manager Cheat Sheet

$mod refers to the modifier key (alt by default)

General

  • startx i3 start i3 from command line
  • $mod+<Enter> open a terminal
  • $mod+d open dmenu (text based program launcher)
  • $mod+r resize mode ( or to leave resize mode)
  • $mod+shift+e exit i3
@SKARABI
SKARABI / .Xdefaults
Created January 25, 2017 18:07 — forked from xhh/.Xdefaults
i3 config and Xdefaults samples
! ~/.Xdefaults
! xhh config for terminals e.g. urxvt
! For the latest version, check
! http://github.com/cooky/dotfiles_archlinux/blob/master/.Xdefaults
! normal settings
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
@SKARABI
SKARABI / .Xdefaults
Created January 24, 2017 18:14 — forked from msimpson/.Xdefaults
Darken
urxvt.termName: rxvt
urxvt.loginShell: true
urxvt*urlLauncher: /usr/bin/chromium
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*font: xft:DejaVu Sans Mono:pixelsize=10
urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=10
urxvt.scrollBar: false
urxvt.saveLines: 65535
urxvt.secondaryScroll: true