reprint: Raspberry Pi Study notes-common software summary
Original address: http://blog.csdn.net/xukai871105/article/details/20555979
Category: Raspberry Pi 2014-03-05 16:50 1075 Raspberry Pi Tools
0. PrefaceLearn and use the Raspberry Pi may be in contact with some of the previously infrequently used software, the following is recommended several commonly used software. Please note that these software are open source software and are small and simple to use. If you use other similar Raspberry Pi card computers, you can also use these commonly used software.
1.IP Find tool--angry IP Scanner"Action" If the Raspberry Pi does not have a screen this tool can be used to find the IP address of the Raspberry Pi. For example, the Raspberry Pi IP address may be 192.168.1.107. Figure 1 IP Scan find Raspberry Pi IP address
2.SSH telnet tool--putty"Action" If you know the IP address of the Raspberry Pi, you can telnet to the Raspberry Pi via putty. Putty is an easy-to-use tool, Putty has two functions, SSH telnet and serial debugging. Using SSH and the serial port can log on to the Raspberry Pi, the difference is only SSH login using the network cable and serial login using serial cable (or USB to serial port). The remote login username is pi and the default password is raspberry. Figure 2 Putty remote Login Raspberry Pi Figure 3 telnet to the Raspberry Pi for operation
3.FTP tool--filezilla Client"Action" writes the file on the PC and then uploads it to the specified directory in the Raspberry Pi via FTP. Before that, you have to know the IP address of the Raspberry Pi. "Prerequisite" before using the FTP feature, the Raspberry Pi needs to install the FTP Server, please enter the following command to install Vsftpdsudo Apt-get installation VSFTPD Use the following command to start the FTP service sudo service vsftpd start Figure 4 FTP Software interface
4. Text Editing Tool--notepad++"Role" PC text editing software, you can write common documents, such as Txt,python and PHP. Features, small and flexible easy to use. Figure 5 notepad++ Interface