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
#! /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 |
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
⭐ Total Stars: 27 | |
➕ Total Commits: 6.7k | |
🔀 Total PRs: 75 | |
🚩 Total Issues: 22 | |
📦 Contributed to: 4 |
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
🌞 Morning 397 commits ██████▍░░░░░░░░░░░░░░ 30.9% | |
🌆 Daytime 475 commits ███████▊░░░░░░░░░░░░░ 37.0% | |
🌃 Evening 386 commits ██████▎░░░░░░░░░░░░░░ 30.1% | |
🌙 Night 26 commits ▍░░░░░░░░░░░░░░░░░░░░ 2.0% |
I hereby claim:
- I am yxxa on github.
- I am yuza (https://keybase.io/yuza) on keybase.
- I have a public key ASDaI7CCpZZ-EKPBmftFn0NFI5YADRDZ-thBeYu3vf3lAwo
To claim this, I am signing this object:
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 x = { | |
data() { | |
return { | |
} | |
}, | |
mounted() { | |
}, | |
methods: { |
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
upload_max_filesize = 64M | |
post_max_size = 64M | |
memory_limit = 400M | |
file_uploads = On | |
max_execution_time = 180 |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
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 | |
/***************************************************************************************************************** | |
* #### 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 | |
*****************************************************************************************************************/ |