This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2021-04-26T01:12:10.648Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Net; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace MonoConsoleApp1 | |
| { | |
| internal class Program | |
| { | |
| public static async Task Main(string[] args) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Reflection; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| using Microsoft.Owin.Host.HttpListener; | |
| using Microsoft.Owin.Hosting; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using Microsoft.Owin.Hosting; | |
| using Owin; | |
| namespace OwinConsoleApp1 | |
| { | |
| internal class Program | |
| { | |
| public static void Main(string[] args) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias l="ls -al" | |
| alias sublime="/opt/sublime_text/sublime_text $1" | |
| alias vscode="/opt/vscode/Code $1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| env x='() { :;}; echo vulnerable' bash -c "echo this is a test" | |
| TEMP_PATH="_______TEMP_________" | |
| rm -rf ${TEMP_PATH} | |
| if [ ! -d "${TEMP_PATH}" ]; then | |
| mkdir ${TEMP_PATH} | |
| fi | |
| cd ${TEMP_PATH} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git credential-osxkeychain | |
| # If not, the download and install it: | |
| curl http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain -o git-credential-osxkeychain | |
| sudo mv git-credential-osxkeychain /usr/local/bin | |
| sudo chmod u+x /usr/local/bin/git-credential-osxkeychain | |
| # And make git use the helper: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo '{ | |
| "text": "Hello world github/linguist#1 **cool**, and #1!", | |
| "mode": "gfm", | |
| "context": "github/gollum" | |
| }' | curl -d @- https://api.github.com/markdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository ppa:webupd8team/java;sudo apt-get update | |
| sudo apt-get install oracle-java7-installer | |
| # 아래 명령으로 기본적인 환경 변수 설정을 할 수 있다. | |
| # 버전은 6,7,8으로 지정할 수 있으며, 6을 설치하면 7,8설정 패키지는 자동으로 삭제되는 식으로 작동한다. | |
| sudo apt-get install oracle-java7-set-default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| target stop-hook add --one-liner "frame variable" |
NewerOlder