-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
sudo vi ~/.bash_profile export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
sudo vi ~/.bash_profile export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
sudo vi ~/.profile Add the command to the bottom of the file export PATH=”/home/name/telo/bin:$PATH”
https://www.oracle.com/technetwork/java/javase/java-archive-downloads-javase6-419409.html
https://archive.apache.org/dist/tomcat/tomcat-6/
pbcopy < test.txt pbpaste pbpaste > paste.txt
nc -l 8888 testing : echo “ballack testing” | nc 127.0.0.1 8888
1. open finder 2. press command + k 3. input url vnc://ipserver:port
ssh -L 3318:localhost:3306 user@someipaddress ssh -L 2222:ipVpnEpt:22 user@ipnosrtobackup ssh -L *:3318:localhost:3306 -L *:7070:localhost:8080 user@someipaddress
/usr/libexec/java_home /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin
Bash : printenv echo $PATH temporary : export PATH=/coba/bin:$PATH permanen : vi ~/.bash_profile export PATH=/coba/bin:$PATH Zsh : vi ~/.zshenv export PATH=/coba/bin:$PATH