Updated
The very basic to use Monero on Linux.
It's a good start.
InstallationAll-in-one installation script (may not work if the script is not updated) :
cd ~ && rm -f install_monero.sh && wget https://raw.githubusercontent.com/Quanttek/install_monero/master/install_monero.sh && bash install_monero.sh
If it doesn't work then :
Install some stuff you'll probably need
sudo aptitude install git cmake libboost-all-dev libssl-dev libevent-dev libdb++-dev
Install Monero the normal way (should always work)
cd
git clone https://github.com/monero-project/bitmonero.git
cd ../bitmonero && make
Remove Monero if needed (don't do that now)
cd
rm -r bitmonero
Create the blockchain folder and download the blockchain
cd
mkdir ~/.bitmonero
cd ~/.bitmonero
wget http://downloads.getmonero.org/blockchain/linux/blockchain.bin
Remove the Blockchain if needed (don't do that now)
cd
rm -r ~/.bitmonero
Use MoneroRun monero daemon
cd bitmonero/build/release/bin/ && ./bitmonerod
Run the wallet
cd bitmonero/build/release/bin/ && ./simplewallet
You cannot open two things at the same time in the same session, learn to use tmux to open bitmonerod + simplewallet simultaneously
Use tmuxOpen a new tmux session to have multiple things running
tmux
Detach the current tmux session to go to an other one without interrupting the process
press
Ctrl + b then
dList all tmux sessions
tmux list-sessions
Open a tmux session
tmux attach -t 0
Open an other tmux session if they are two
tmux attach -t 1
Kill a tmux session
tmux kill-session -t 0
Other stuffTo be continued...
If you appreciate the tutorial, come and mine on monero.crypto-pool.fr