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 |