Skip to content

Instantly share code, notes, and snippets.

View BlazOrazem's full-sized avatar
💻
Coding mode on! 💯

Blaž Oražem BlazOrazem

💻
Coding mode on! 💯
View GitHub Profile
@BlazOrazem
BlazOrazem / .bash_aliases
Last active May 8, 2016 09:56
BashAliases - with Git
# CUSTOM
alias www='cd d:/www'
# FILE/FOLDER MANAGING
alias root='cd ~/'
alias cd..='cd ..'
alias ll='ls -lah'
alias md='mkdir'
alias rd='rm -rf'
alias rm='rm -i'
@BlazOrazem
BlazOrazem / .bashrc
Last active May 8, 2016 09:44
BashRC for Git use
# SSH Environment
# SSH_ENV=$HOME/.ssh/environment
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# Don't put duplicate lines in the history. See bash(1) for more options
@BlazOrazem
BlazOrazem / pc_doctor.txt
Last active August 24, 2023 21:34
Best tools for the health of your PC
TFC - Temp File Cleaner
A small utility that will clean out all the folders on your computer that house temporary files.
http://www.bleepingcomputer.com/download/tfc/
***
ADW Cleaner
AdwCleaner is a program that searches for and deletes Adware, Toolbars,
Potentially Unwanted Programs (PUP), and browser Hijackers from your computer.
@BlazOrazem
BlazOrazem / common.less
Last active May 11, 2016 07:34
LESS Initial Setup
.no-border { border: 0 !important; }
.clearfix {
content: '';
clear: both;
display: block;
}
.clearfixAfter() {
&:after {
@BlazOrazem
BlazOrazem / .aliases
Last active May 8, 2016 09:56
BashAliases - with SSH, Git, Laravel, Composer, SVN, Phinx, Less
#CUSTOM
alias www='cd d:/www'
# SSH
alias server='ssh username@192.168.1.100'
#FILE/FOLDER MANAGING
alias root='cd ~/'
alias cd..='cd ..'
alias ll='ls -lah'
@BlazOrazem
BlazOrazem / .bashrc
Last active May 8, 2016 09:45
BashRC for Git and SVN use
# SSH Environment
# SSH_ENV=$HOME/.ssh/environment
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# Don't put duplicate lines in the history. See bash(1) for more options