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
git config --global core.editor vim | |
sudo git config --system core.editor vim |
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
To find polls containing 2, 3 or 4 choices, either text or image polls, use: | |
card_name:poll2choice_text_only | |
card_name:poll3choice_text_only | |
card_name:poll4choice_text_only | |
card_name:poll2choice_image |
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
term_.prefs_.set('font-size','11px'); |
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
https://help.dreamhost.com/hc/en-us/articles/360043547431-Node-js-example-scripts | |
had to update .bashrc with this | |
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm |
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
const delMsgs = async () => { | |
const container = document.querySelector('.msg-conversations-container ul'); | |
if (!container) { | |
console.log('no messages - are you on the messages page?'); | |
return; | |
} | |
const loadAllMessages = async () => { | |
return await new Promise((resolve) => { | |
let height = 0; | |
let attempts = 0; |
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
sudo docker rm -f -v $(sudo docker ps -a -q) |
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
UPDATE wp_options SET option_value = REPLACE(option_value, 'http://thrive.bi', 'http://bi.majesticpenguin.com') WHERE option_name = 'home' OR option_name = 'siteurl'; | |
UPDATE wp_posts SET post_content = REPLACE (post_content, 'http://thrive.bi', 'http://bi.majesticpenguin.com'); | |
UPDATE wp_postmeta SET meta_value = REPLACE (meta_value, 'http://thrive.bi','http://bi.majesticpenguin.com'); | |
UPDATE wp_comments SET comment_content = REPLACE (comment_content, 'http://thrive.bi', 'http://bi.majesticpenguin.com'); | |
UPDATE wp_comments SET comment_author_url = REPLACE (comment_author_url, 'http://thrive.bi','http://bi.majesticpenguin.com'); | |
UPDATE wp_posts SET guid = REPLACE (guid, 'http://thrive.bi', 'http://bi.majesticpenguin.com') WHERE post_type = 'attachment'; | |
UPDATE wp_options SET option_value = REPLACE(option_value, 'https://thrive.bi', 'http://bi.majesticpenguin.com') WHERE option_name = 'home' OR option_name = 'siteurl'; | |
UPDATE wp_posts SET post_content = REPLACE (post_content, 'https://thrive.bi', 'http://bi.ma |
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
sudo sed -i 's/GRUB_TIMEOUT=10/GRUB_TIMEOUT=2/g' /etc/default/grub | |
sudo update-grub | |
sudo apt-get install preload | |
sudo add-apt-repository ppa:apt-fast/stable | |
sudo apt-get update | |
sudo apt-get install apt-fast | |
echo 'Acquire::Languages "none";' >> /etc/apt/apt.conf.d/00aptitude | |
sudo add-apt-repository ppa:linrunner/tlp | |
sudo apt-get update | |
sudo apt-get install tlp tlp-rdw |
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
He was mixed race Phoenician and Jewish | |
We know this because VIRGIN BIRTH IS IMPOSSIBLE | |
And because all the titles he is given are titles taken from the Phoenician overlordships | |
And because Phoenicians were the first documented kings of Jerusalem | |
His dual ancestry made him a serious threat to Rome | |
Rome was still at war with the Phoenicians as the Punic Wars wrapped up | |
And Jesus had more claim to ruling Jerusalem via his Phoenician noble ancestry on his father's side and his Jewish noble ancestry on his mother's side | |
Jesus is referred to as a priest of a Melchizedek | |
The Irish in Ireland at the time of Jesus considered themselves as descended from Melchizedek | |
And Jesus' male parentage would be a Gaelic Phoenician similar to the Irish themselves |
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
browser-sync start --proxy 'localhost/localapp.binstruments.com' | |
http://localapp.binstruments.com:3000 |
NewerOlder