Radivan xcorshinex

- Kuala Lumpur, Malaysia
- https://www.linkedin.com/in/radivan-hanief-b57740181/
View hosts
127.0.0.1 localhost | |
127.0.1.1 corshine.corshine corshine | |
============================================================ | |
# --------------------------------------------------- | |
# Vimeo | |
# --------------------------------------------------- | |
151.101.64.217 player.vimeo.com | |
151.101.129.194 vimeo-hp-videos.global.ssl.fastly.net |
View macVM
# Range or Prefix Vendor Virtual Machine | |
1 08:00:27 Pcs Systemtechnik GmbH Oracle VirtualBox 5.2 | |
2 52:54:00 (Exact MAC: 52:54:00:C9:C7:04) Oracle VirtualBox 5.2 + Vagrant | |
3 00:21:F6 Oracle Corp Oracle VirtualBox 3.3 | |
4 00:14:4F Oracle Corp Oracle VM Server for SPARC | |
5 00:0F:4B Oracle Corp Oracle Virtual Iron 4 |
View onion-sites
https://xmh57jrzrnw6insl.onion/ |
View subredditcyberhacking
https://www.reddit.com/r/CyberHacking/ |
View font_sourceprofont.sh
#!/bin/bash | |
mkdir /tmp/adodefont | |
cd /tmp/adodefont | |
mkdir -p ~/.fonts | |
wget https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip | |
unzip 1.050R-it.zip | |
cp source-code-pro-2.030R-ro-1.050R-it/OTF/*.otf ~/.fonts/ | |
wget https://github.com/adobe-fonts/source-serif-pro/archive/2.000R.zip |
View rc.bak
PS1='\[\033[01;36m\e[5m[-CORSHINE-]\033[01;34m\e[25m [\w]\[\033[00m\] ' |
View .bashrc-conf.bak
PS1='\[\033[01;32m\][-CORSHINE-]\033[01;34m\] [\w]\[\033[00m\] ' |
View corshine-tmux-configuration
############################# | |
########## Bindings | |
############################# | |
# Set the prefix to `ctrl + a` instead of `ctrl + b` | |
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix | |
# Automatically set window title |
View git-fundamentals-by-corshine.txt
#Create local project | |
1. mkdir test-project | |
2. cd test-project | |
3. touch index.html | |
4. echo "#GIT FUNDAMENTAL BY CORSHINE" >> index.html | |
#create github repository | |
1. pada dashboard github, klik New |
View corshineautoupdate.sh
#!/bin/bash | |
TEXT_RESET='\e[0m' | |
TEXT_YELLOW='\e[0;33m' | |
TEXT_RED_B='\e[1;31m' | |
sudo apt-get update -y | |
echo -e $TEXT_YELLOW | |
echo 'APT update finished...' | |
echo -e $TEXT_RESET |
NewerOlder