Work notes: Copy files-from windows to ubuntu, to fedora, ubuntufedora
I recently tested the cross-platform class library, so I wrote some small programs.
Of course, we mainly use vs for major code development. Eclipse for linux debugging.
Synchronize the project files from time to time.
Svn is not used because the project is simple.
1. synchronize data from windows to ubuntu.
IIS creates a www site. The physical directory points to the directory where the project file is located.
On the ubuntu terminal, use wget to download the required source code.
2. synchronize data from ubuntu to fedora.
Because the project has been compiled in ubuntu, you only need to copy the relevant files to fedora.
Create a temporary directory locally and map it to the remote directory of fedora through sshfs. The subsequent operations are simple. Copying files is like a local directory.
3. log on to the putty terminal.
Mtputty is set to simplify switching between different windows.