Skip to content

Instantly share code, notes, and snippets.

View dynamicguy's full-sized avatar
🎯
Focusing

Nurul Ferdous dynamicguy

🎯
Focusing
View GitHub Profile
# local user config, usernames, etc
[core]
excludesfile=~/.gitignore
[include]
path=~/.gitconfig-local
[color]
diff = auto
status = auto
/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/java -Xmx6000m -Djava.library.path=lib/native/macosx/x86_64 -server -Didea.launcher.port=7542 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 14.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA 14.app/Contents/lib/idea_rt.jar:/Applications/IntelliJ IDEA 14.app/Contents/plugins/junit/lib/junit-rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/lib/tools.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/
$ openssl genrsa 4096 > server.key
$ openssl req -new -key server.key > server.csr
$ openssl x509 -days 3650 -req -signkey server.key < server.csr > server.crt
[
{
timestamp: 1442146619571,
principal: "anonymousUser",
type: "AUTHORIZATION_FAILURE",
data: {
message: "Access is denied",
type: "org.springframework.security.access.AccessDeniedException"
}
},
<?php
/**
* SplClassLoader implementation that implements the technical interoperability
* standards for PHP 5.3 namespaces and class names.
*
* http://groups.google.com/group/php-standards/web/final-proposal
*
* // Example which loads classes for the Doctrine Common package in the
* // Doctrine\Common namespace.
$ ./whatweb -v https://yaoota.com
https://yaoota.com/ [301]
https://yaoota.com [301] Apache[2.2.22], Country[GERMANY][DE], HTTPServer[Debian Linux][Apache/2.2.22 (Debian)], IP[148.251.69.208], RedirectLocation[https://yaoota.com/en/], UncommonHeaders[x-content-type-options,strict-transport-security], X-Frame-Options[DENY], X-XSS-Protection[1; mode=block]
URL : https://yaoota.com
Status : 301
Apache ---------------------------------------------------------------------
Description: The Apache HTTP Server Project is an effort to develop and
maintain an open-source HTTP server for modern operating
systems including UNIX and Windows NT. The goal of this
project is to provide a secure, efficient and extensible
@dynamicguy
dynamicguy / .vimrc
Created July 30, 2011 20:08
My vim config
syntax on
set nu
set showmatch
set vb t_vb=
set ruler
set nohls
set incsearch
" Tell vim to remember certain things when we exit
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/lib:/usr/local/include:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mongodb/bin:/Users/ferdous/sdks/android-sdk-mac_x86/tools
export PATH
export JAVA_HOME=$(/usr/libexec/java_home)
export TERM='xterm-color'
export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
alias p='python'
alias x='exit'
alias a2='sudo /usr/sbin/apachectl'
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/lib:/usr/local/include:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mongodb/bin:/Users/ferdous/sdks/android-sdk-mac_x86/tools
export PATH
export JAVA_HOME=$(/usr/libexec/java_home)
export TERM='xterm-color'
export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
alias p='python'
alias x='exit'
alias a2='sudo /usr/sbin/apachectl'
@dynamicguy
dynamicguy / .gitignore
Created December 17, 2011 13:25 — forked from pcardune/.gitignore
Facebook command-line client helper
.fb_access_token
.fbconsole.py