User Tools

Site Tools


other:win10apps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:win10apps [2020/07/08 14:51]
jypeter [VcXsrv Windows X Server] Updated section to link to the WSL+Ubuntu page
other:win10apps [2020/11/23 10:50]
jypeter Added "Data visualization" section
Line 87: Line 87:
   * Inkscape can theoretically be used as a replacement of //Adobe Illustrator//​   * Inkscape can theoretically be used as a replacement of //Adobe Illustrator//​
   * **SVG** (**not** ps/pdf) is the native format of Inkscape. If you know that you may have to alter/​update a vector image later, you may want to save it in ''​.svg''​ format as well as ''​.pdf'',​ when possible.   * **SVG** (**not** ps/pdf) is the native format of Inkscape. If you know that you may have to alter/​update a vector image later, you may want to save it in ''​.svg''​ format as well as ''​.pdf'',​ when possible.
 +
 +===== Data visualization =====
 +
 +The following applications allow you to visualize NetCDF files without using a programming language (and probably more). You can of course also use [[https://​wiki.lsce.ipsl.fr/​pmip3/​doku.php/​other:​index#​python_notes|Python]]
 +
 +==== Panoply ====
 +
 +[[https://​www.giss.nasa.gov/​tools/​panoply/​]] plots geo-referenced and other arrays from netCDF, HDF, GRIB, and other datasets. Panoply is a cross-platform application that runs on Macintosh, Windows, Linux and other desktop computers.
 +
 +==== Vapor ====
 +
 +[[https://​www.vapor.ucar.edu/​|NCAR Vapor]] is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers. VAPOR provides an interactive 3D visualization environment that can also produce animations and still frame images. VAPOR runs on most UNIX and Windows and OSX systems equipped with modern 3D graphics cards.
 +
 +==== Paraview ====
 +
 +[[https://​www.paraview.org/​|ParaView]] is an open-source,​ multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView’s batch processing capabilities.
  
 ===== Backup software ===== ===== Backup software =====
Line 120: Line 136:
  
 ===== PuTTY & Pageant ===== ===== PuTTY & Pageant =====
 +
 +[[https://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​|PuTTY]] is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.
 +
 +In other words, **PuTTY is an easy to use //ssh client// for Windows** that will allow you to connect to the LSCE servers with a very efficient text terminal
  
 <WRAP center round tip 60%> <WRAP center round tip 60%>
  
-If Putty is not installed, you can directly use the ''​ssh''​ provided with Windows 10! +If you hare in a hurry and PuTTY is not installed ​yet, you can directly use the ''​ssh''​ provided with Windows 10! 
-  * Right click on the Start menu and select Powershell +  * Right click on the ''​Start'' ​menu and select ​''​Powershell''​ 
-  * ''​ssh user@server''​ +  * Type ''​ssh user@server''​ 
-  * It is still useful to install Putty, because this will allow you to configure sessions, and then connect very easily to other computers later +  * It is still useful to install Putty, because this will allow you to configure sessions, and then connect very easily to other computers later. And use efficient //​copy//​-//​paste//​! 
-  * If you have installed [[other:​win10wsl|WSL+Ubuntu]] on Windows 10, you can just open a terminal and type ''​ssh server''​ to connect to the server+  * If you have installed [[other:​win10wsl|WSL+Ubuntu]] on Windows 10, you can just open a terminal and type ''​ssh ​user@server''​ to connect to the server
 </​WRAP>​ </​WRAP>​
  
 +<wrap hi>Read the [[other:​putty_conf|Installing and configuring Putty]] page</​wrap>​ to learn the best way to use Putty (and [[other:​win10apps#​vcxsrv_windows_x_server|VcXsrv]] if you have to display remote graphical windows)
  
-[[https://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​|PuTTY]] is a free implementation of SSH and Telnet for Windows ​and Unix platforms, along with an xterm terminal emulator.+You should probably also have a look at the [[other:ssh|understanding and using ssh correctly]] if you want to understand basic ssh options, ​and how PuTTY and VcXsrv interact
  
-PuTTY is basically an //ssh client// that will allow you to connect to the LSCE servers with a very efficient text terminal (install [[other:​win10apps#​vcxsrv_windows_x_server|VcXsrv]] and select //Enable X11 forwarding//​ in PuTTY if you need to open graphical windows on the remote servers)+===== VcXsrv ​Windows X Server =====
  
-Read the [[other:putty_conf|Configuring Putty]] page to learn the best way to use Putty+Check the [[other:win10wsl#​installing_an_x_server|VcXrv installation and configuration section]] on the WSL+Ubuntu page
  
  
Line 145: Line 166:
   * You can use WinSCP to transfer files between your computer and [[other:​newppl:​starting#​accessing_the_lsce_servers_from_outside_the_lsce|ssh1]] when you are **outside LSCE**.   * You can use WinSCP to transfer files between your computer and [[other:​newppl:​starting#​accessing_the_lsce_servers_from_outside_the_lsce|ssh1]] when you are **outside LSCE**.
     * When you are **on the LSCE network**, you should directly use [[other:​win10config#​creating_folder_shortcuts_on_the_desktop|local folders on the LSCE servers]]     * When you are **on the LSCE network**, you should directly use [[other:​win10config#​creating_folder_shortcuts_on_the_desktop|local folders on the LSCE servers]]
-  * If you have installed ​**WSL+Ubuntu**, you can directly use ''​scp'' ​from a terminal!+  * If you have installed ​[[other:​win10wsl|WSL+Ubuntu]], you can directly use [[other:​ssh#​copying_files_with_scp|scp]] from a terminal!
  
 ===== Zotero ===== ===== Zotero =====
Line 154: Line 175:
 ===== ownCloud ===== ===== ownCloud =====
  
-[[https://​owncloud.com/​download/#desktop-clients|ownCloud Desktop Client]] enables you to connect folders on your desktop to your corporate ownCloud Server. With it you can create folders, organize your local ownCloud directory, and keep the contents of your local directory synced with your ownCloud server. Anything shared with you will also appear in your home directory on your desktop, and changes will be automatically synced.+[[https://​owncloud.com/​desktop-app/|ownCloud Desktop Client]] enables you to connect folders on your desktop to your corporate ownCloud Server. With it you can create folders, organize your local ownCloud directory, and keep the contents of your local directory synced with your ownCloud server. Anything shared with you will also appear in your home directory on your desktop, and changes will be automatically synced.
  
 ownCloud is compatible with: ownCloud is compatible with:
Line 186: Line 207:
  
 The [[https://​www.enthought.com/​product/​canopy/​|Enthought Canopy Python distribution]] can be installed either directly in Win10, or in the //​WSL+Ubuntu part// of Win10. The [[https://​www.enthought.com/​product/​canopy/​|Enthought Canopy Python distribution]] can be installed either directly in Win10, or in the //​WSL+Ubuntu part// of Win10.
- 
-===== VcXsrv Windows X Server ===== 
- 
-Check the [[other:​win10wsl#​installing_an_x_server|VcXrv installation and configuration section]] on the WSL+Ubuntu page 
  
 ===== Windows Subsystem for Linux (WSL) ===== ===== Windows Subsystem for Linux (WSL) =====
other/win10apps.txt · Last modified: 2024/07/29 15:16 by jypeter