Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
<?php | |
/***************************************************************************************************************** | |
* #### Read Webpage Offline #### | |
* Read Webpage Offline is a free online tools and easy-to-use offline browser utility. | |
* It allows you to download a World Wide Web site from the Internet to a local directory, | |
* building recursively all directories, getting HTML, images, and other files from the server to your computer.. | |
* http://ibacor.com/tools/read-webpage-offline | |
*****************************************************************************************************************/ |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
upload_max_filesize = 64M | |
post_max_size = 64M | |
memory_limit = 400M | |
file_uploads = On | |
max_execution_time = 180 |
const x = { | |
data() { | |
return { | |
} | |
}, | |
mounted() { | |
}, | |
methods: { |
I hereby claim:
To claim this, I am signing this object:
🌞 Morning 397 commits ██████▍░░░░░░░░░░░░░░ 30.9% | |
🌆 Daytime 475 commits ███████▊░░░░░░░░░░░░░ 37.0% | |
🌃 Evening 386 commits ██████▎░░░░░░░░░░░░░░ 30.1% | |
🌙 Night 26 commits ▍░░░░░░░░░░░░░░░░░░░░ 2.0% |
⭐ Total Stars: 27 | |
➕ Total Commits: 6.7k | |
🔀 Total PRs: 75 | |
🚩 Total Issues: 22 | |
📦 Contributed to: 4 |
#! /bin/bash | |
printf "Installing RDP Be Patience... " >&2 | |
{ | |
sudo useradd -m FVCKWRLD | |
sudo adduser FVCKWRLD sudo | |
echo 'FVCKWRLD:8426' | sudo chpasswd | |
sed -i 's/\/bin\/sh/\/bin\/bash/g' /etc/passwd | |
sudo apt-get update | |
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb | |
sudo dpkg --install chrome-remote-desktop_current_amd64.deb |