Skip to content

Instantly share code, notes, and snippets.

View yvza's full-sized avatar
🤯
Learning

Yuza yvza

🤯
Learning
  • Indonesia
View GitHub Profile
#! /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
⭐ Total Stars: 27
➕ Total Commits: 6.7k
🔀 Total PRs: 75
🚩 Total Issues: 22
📦 Contributed to: 4
🌞 Morning 397 commits ██████▍░░░░░░░░░░░░░░ 30.9%
🌆 Daytime 475 commits ███████▊░░░░░░░░░░░░░ 37.0%
🌃 Evening 386 commits ██████▎░░░░░░░░░░░░░░ 30.1%
🌙 Night 26 commits ▍░░░░░░░░░░░░░░░░░░░░ 2.0%

Keybase proof

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:

@yvza
yvza / vuedirect.js
Created June 17, 2019 17:12
vuedirecttemplate
const x = {
data() {
return {
}
},
mounted() {
},
methods: {
@yvza
yvza / php.ini
Created December 6, 2017 13:18
The uploaded file exceeds the upload_max_filesize directive in php.ini
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 400M
file_uploads = On
max_execution_time = 180
@yvza
yvza / README.md
Created November 24, 2017 07:22 — forked from hofmannsven/README.md
My simply Git Cheatsheet
<?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
*****************************************************************************************************************/