Description | Command |
---|---|
Start a new session with session name | screen -S <session_name> |
List running sessions / screens | screen -ls |
Attach to a running session | screen -x |
Attach to a running session with name | screen -r |
rbenv install 2.6.2
rbenv global 2.6.2
xcrun --show-sdk-path
Configure PHP Lumen 5 HTTP Exception Handlers with common JSON responses.
Copy (replace) only the attached files to their respective directories. app/Exceptions/Handler.php
and app/Http/Middleware/Authenticate.php
This file contains 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
#site-logo-link, | |
.video-ad, .ad-support-desktop, | |
.xv-responsive #header h2.mobile-hide { | |
display:none; | |
} | |
.xv-responsive #page { | |
max-width: none; | |
} |
This file contains 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
<?php | |
// https://www.skyverge.com/blog/creating-custom-plugin-for-your-woocommerce-shop/ | |
// https://www.skyverge.com/blog/add-custom-code-to-wordpress/ | |
/** | |
* Plugin Name: [Insert Name] | |
* Plugin URI: [Insert Plugin URL] | |
* Description: [Insert Short Description] | |
* Author: [Insert Your Name] | |
* Author URI: [Insert Your URL] |
This file contains 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
// ==UserScript== | |
// @name netchexonline | |
// @namespace artistan | |
// @version 0.1 | |
// @description skip username page | |
// @author You | |
// @match https://netchexonline.net/n/Login/ | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js | |
// @require https://git.io/waitForKeyElements.js | |
// @grant all |
This file contains 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
// ==UserScript== | |
// @name MergeRequest Gitlab | |
// @namespace https://artistan.org/ | |
// @version 0.1 | |
// @author Artistan | |
// @include http://git*/merge_requests* | |
// @include https://git*/merge_requests* | |
// ==/UserScript== | |
var favicon_link_html = document.createElement('link'); |
This file contains 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
➜ ApacheHomestead git:(master) vagrant up | |
Vagrant failed to initialize at a very early stage: | |
There is a syntax error in the following Vagrantfile. The syntax error | |
message is reproduced below for convenience: | |
/Users/cpeterson/VirtualBox VMs/Configs/ApacheHomestead/Vagrantfile:13: syntax error, unexpected <<, expecting end-of-input | |
<<<<<<< HEAD | |
^ | |
➜ ApacheHomestead git:(master) git commit -a |
NewerOlder