1 ssh login
sudo service ssh status
And finding nothing existed (with the message ssh: unrecognized service
) just installing the service:
sudo apt-get install openssh-server
vi /etc/ssh/sshd_config
change no to yes
给 root
用户设置密码
passwd root
/etc/init.d/ssh restart
2.gcc
sudo apt-get install gcc
3.fftw
sudo apt-get install fftw3
sudo apt-get install ffw3-dev
sudo apt-get install libfftw3-dev
Sometimes, if they do not work, go to page
FFTW - Installation and Customization
4.screen
apt-get install screen