https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz
sudo tar xvfz ~/Preuzimanja/go1.2.linux-amd64.tar.gz -C /usr/local cd $HOME sudo apt-get install mercurial git mkdir dev cd dev export GOPATH=`pwd`
╭───────────────────────────────────────────────────╮ | |
│ ✻ Welcome to Claude Code! │ | |
│ │ | |
│ /help for help, /status for your current setup │ | |
│ │ | |
│ cwd: /home/hernad/src/tries/try │ | |
╰───────────────────────────────────────────────────╯ | |
What's new: |
https://github.com/bringout/kurs_dolara | |
███ █████████ ██████████ ██████ ██████ █████ ██████ █████ █████ | |
░░░███ ███░░░░░███░░███░░░░░█░░██████ ██████ ░░███ ░░██████ ░░███ ░░███ | |
░░░███ ███ ░░░ ░███ █ ░ ░███░█████░███ ░███ ░███░███ ░███ ░███ | |
░░░███ ░███ ░██████ ░███░░███ ░███ ░███ ░███░░███░███ ░███ | |
███░ ░███ █████ ░███░░█ ░███ ░░░ ░███ ░███ ░███ ░░██████ ░███ | |
███░ ░░███ ░░███ ░███ ░ █ ░███ ░███ ░███ ░███ ░░█████ ░███ | |
███░ ░░█████████ ██████████ █████ █████ █████ █████ ░░█████ █████ | |
░░░ ░░░░░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ |
yum install postfix | |
alternatives --set mta /usr/sbin/sendmail.postfix | |
service sendmail stop | |
chkconfig sendmail off | |
# https://github.com/mozilla/identity-ops/blob/master/chef/cookbooks/persona-common/recipes/postfix.rb | |
HISTCONTROL=ignoreboth | |
USERNAME="usernamegoeshere" | |
PASSWORD="passwordgoeshere" | |
SMTP_HOST="email-smtp.eu-west-1.amazonaws.com" |
https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz
sudo tar xvfz ~/Preuzimanja/go1.2.linux-amd64.tar.gz -C /usr/local cd $HOME sudo apt-get install mercurial git mkdir dev cd dev export GOPATH=`pwd`