Skip to content

Instantly share code, notes, and snippets.

View tarikmanoar's full-sized avatar
🎯
Focusing On Web Development

Tarik Manoar tarikmanoar

🎯
Focusing On Web Development
View GitHub Profile
@tarikmanoar
tarikmanoar / deployment_guide.md
Last active September 23, 2024 04:43 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel

title: Setting Up Laravel in Ubuntu / DigitalOcean keywords: servers, laravel description: Let's take a look at settting up a server from scratch for Laravel. date: April 1, 2019 tags: servers, laravel permalink: setting-up-laravel-in-ubuntu-digitalocean img: author: Tarik Manoar authorlink: https://github.com/tarikmanoar

@tarikmanoar
tarikmanoar / Screen Resolution for 19" Monitor
Created February 17, 2020 13:11
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr --addmode DP-1 1368x768_60.00 xrandr --addmode VGA-1 1368x768_60.00 xrandr --output VGA-1 --mode 1368x768_60.00
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode DP-1 1368x768_60.00
xrandr --addmode VGA-1 1368x768_60.00
xrandr --output VGA-1 --mode 1368x768_60.00
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"terminal.integrated.shell.linux": "/bin/zsh",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "smooth",
"editor.multiCursorModifier": "ctrlCmd",
"liveServer.settings.donotShowInfoMsg": true,
Runner.prototype
var defRunner=Runner.prototype.gameOver
Runner.prototype.gameOver=function(){console.log("Fuck u Chrome")}
Runner.instance_.setSpeed(15000)
@tarikmanoar
tarikmanoar / zshconfig
Last active January 29, 2020 11:50
Oh my ZSH config file
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$HOME/.config/composer/vendor/bin:$HOME/.composer/vendor/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/manoar/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
@tarikmanoar
tarikmanoar / bootstrap_classes
Last active November 4, 2019 10:52
All Bootstrap 4 Classes in one arry
bootstrap_classes =[
"active",
"alert",
"alert-danger",
"alert-dark",
"alert-dismissible",
"alert-heading",
"alert-info",
"alert-light",
"alert-link",