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 [2022/11/24 13:53]
jypeter Added the TODO/winget/emacs section
other:win10apps [2023/05/04 09:10]
jypeter [Java SE Development Kit (JDK)] Improved and updated the versions number in May 2023
Line 36: Line 36:
 Install [[https://​www.google.fr/​intl/​en_us/​chrome/​|Chrome]] if you think that you may need an extra browser (besides the builtin Edge and the preinstalled Firefox) to test the content of some web pages or to use some videoconferencing software Install [[https://​www.google.fr/​intl/​en_us/​chrome/​|Chrome]] if you think that you may need an extra browser (besides the builtin Edge and the preinstalled Firefox) to test the content of some web pages or to use some videoconferencing software
  
-===== Notepad++ ​=====+===== Text editors ===== 
 + 
 +==== emacs ==== 
 + 
 +All the details on the [[other:​emacs_doc|Using the emacs text editor]] page 
 + 
 + 
 +==== Notepad++ ====
  
 [[https://​notepad-plus-plus.org/​|Notepad++]] is a free source code editor and Notepad replacement that supports several languages [[https://​notepad-plus-plus.org/​|Notepad++]] is a free source code editor and Notepad replacement that supports several languages
Line 44: Line 51:
     * does not seem as convenient as using ''​emacs''​ for working with remote files with the ''/​user@server:/​path/​file''​ syntax (but NPP is easier to install...)     * does not seem as convenient as using ''​emacs''​ for working with remote files with the ''/​user@server:/​path/​file''​ syntax (but NPP is easier to install...)
     * support for ssh keys (i.e. the combination of a //key file// and a //​passphrase//​),​ but [[https://​github.com/​ashkulz/​NppFTP/​issues/​181|no support for ssh keys stored in pageant]] as of July 2022     * support for ssh keys (i.e. the combination of a //key file// and a //​passphrase//​),​ but [[https://​github.com/​ashkulz/​NppFTP/​issues/​181|no support for ssh keys stored in pageant]] as of July 2022
-  * [[other:newppl:​starting#emacs|emacs ​+ tramp]] seems **more efficient than NPP** for working with remote files+  * [[other:emacs_doc#working_with_remote_text_files|emacs]] ​is **much more efficient than NPP** for working with remote files
  
  
Line 165: Line 172:
 There are several types of backup (**mirror**,​ incremental or differential imaging, cloning, 2 way synchronization,​ etc...) of different sources (full disks, partitions, **directories**,​ ...) to/from different destinations (**external disk**, cloud, ...) There are several types of backup (**mirror**,​ incremental or differential imaging, cloning, 2 way synchronization,​ etc...) of different sources (full disks, partitions, **directories**,​ ...) to/from different destinations (**external disk**, cloud, ...)
  
-Our basic need is to **mirror one //source directory// on a local disk to a //​destination directory// on an external disk** (check the users' manuals if you need more features). This can be easily done with [[#​syncback|SyncBack]]+Our basic need is to **//mirror// one //source directory// on a local disk to a //​destination directory// on an external disk** (check the users' manuals if you need more features). This can be easily done with [[#​syncback|SyncBack]] 
 + 
 +A short definition of //​mirroring//:​
   * Copy all the files of the //source// to the //​destination//​. All the files are copied on the **first run**, only the new/changed files are copied on **subsequent runs**.   * Copy all the files of the //source// to the //​destination//​. All the files are copied on the **first run**, only the new/changed files are copied on **subsequent runs**.
   * <wrap hi>​Warning!</​wrap>​ if a file is not on the source anymore, //​mirroring//​ will automatically remove it from the destination! The idea is that the destination should be an exact copy of the source! If that's not what you want, check the //backup// (rather than //mirror//) options.   * <wrap hi>​Warning!</​wrap>​ if a file is not on the source anymore, //​mirroring//​ will automatically remove it from the destination! The idea is that the destination should be an exact copy of the source! If that's not what you want, check the //backup// (rather than //mirror//) options.
Line 174: Line 183:
 ==== ownCloud ==== ==== ownCloud ====
  
-<note tip>This is very useful and you should read the [[other:​lsce_cloud|dedicated page]]!</​note>​+<note tip> 
 +  * ''​ownCloud''​ (combined with LSCE //​sharebox//​) ​is **very useful** and you should ​**read the [[other:​lsce_cloud|dedicated page]]**! 
 + 
 +  * ''​ownCloud''​ can be used on **Windows**,​ **Linux** and **Mac**! 
 +</​note>​
  
 [[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. [[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.
Line 192: Line 205:
  
 ==== Macrium Reflect ==== ==== Macrium Reflect ====
 +
 +Note: JYP has **not** really tested the //Macrium// option...
  
 [[https://​www.macrium.com/​|Macrium Reflect]] is **image based backup and cloning software**. Macrium Reflect creates an accurate and reliable image of a hard disk or the partitions on the disk. In the event of a partial or complete system loss, you can use this image to restore the entire disk, one or more partitions, or even individual files and folders. [[https://​www.macrium.com/​|Macrium Reflect]] is **image based backup and cloning software**. Macrium Reflect creates an accurate and reliable image of a hard disk or the partitions on the disk. In the event of a partial or complete system loss, you can use this image to restore the entire disk, one or more partitions, or even individual files and folders.
Line 407: Line 422:
  
   * There are [[https://​en.wikipedia.org/​wiki/​Java_version_history|many versions of Java]]   * There are [[https://​en.wikipedia.org/​wiki/​Java_version_history|many versions of Java]]
-    * Determine which one is the latest ​**LTS** (//Long Time Support//) version (e.g ''​17.0.4''​ in July 2022+    ​* **Determine** which one is the **latest //LTS//** (//Long Time Support//) version ​of Java (e.g ''​Java SE 17''​ in May 2023
-  * [[https://​www.oracle.com/​java/​technologies/​downloads/​|Download the x64 Installer]] of the latest LTS  and install it+  * [[https://​www.oracle.com/​java/​technologies/​downloads/​|Download the x64 Installer]] of the latest LTS  ​(e.g. ''​JDK Development Kit 17.0.7''​ in May 2023) for your computer ​and install it 
 +    * For Windows, get the ''​x64 MSI Installer''​
 ===== More applications ===== ===== More applications =====
  
Line 425: Line 441:
 === winget documentation === === winget documentation ===
  
-  * [[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​|Windows Package Manager]]+  * Windows Package Manager ​[[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​|main documentation]] 
 +  * [[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​winget/#​use-winget|Use the winget tool to install and manage applications]] (a list of the available ''​winget''​ commands and their options)
  
 === emacs example === === emacs example ===
Line 434: Line 451:
 ----------------------------------- -----------------------------------
 GNU Emacs GNU.Emacs 28.2    winget GNU Emacs GNU.Emacs 28.2    winget
 +
  
 PS C:​\Users\your_login>​ winget show --id GNU.Emacs PS C:​\Users\your_login>​ winget show --id GNU.Emacs
Line 450: Line 468:
   URL de téléchargement :​ https://​ftp.gnu.org/​gnu/​emacs/​windows/​emacs-28/​emacs-28.2-installer.exe   URL de téléchargement :​ https://​ftp.gnu.org/​gnu/​emacs/​windows/​emacs-28/​emacs-28.2-installer.exe
   SHA256 : 1e8d037882e61d3fadf44f4e6153f538b131e6b7f475dc59eb20d85052a83b1e   SHA256 : 1e8d037882e61d3fadf44f4e6153f538b131e6b7f475dc59eb20d85052a83b1e
-  ​+ 
 + 
 +PS C:​\Users\your_login > winget show --id GNU.Emacs --versions 
 + 
 +Trouvé GNU Emacs [GNU.Emacs] 
 +Version 
 +------- 
 +28.2 
 +28.1 
 +27.2 
 +27.1 
 + 
 PS C:​\Users\your_login>​ winget install --id GNU.Emacs PS C:​\Users\your_login>​ winget install --id GNU.Emacs
  
Line 460: Line 490:
 Le code de hachage de l’installation a été vérifié avec succès Le code de hachage de l’installation a été vérifié avec succès
 Démarrage du package d’installation... Merci de patienter. Démarrage du package d’installation... Merci de patienter.
-Installé correctement</​code>​+Installé correctement 
 + 
 + 
 +PS C:​\Users\your_login>​ winget list --id GNU.Emacs 
 +Aucun package installé ne correspond aux critères saisis. 
 + 
 + 
 +PS C:​\Users\your_login>​ winget list --id WinSCP.WinSCP 
 +Nom           ​ID ​           Version Disponible Source 
 +----------------------------------------------------- 
 +WinSCP 5.21.5 WinSCP.WinSCP 5.21.5 ​ 5.21.6 ​    ​winget 
 + 
 + 
 +PS C:​\Users\your_login>​ winget show --id WinSCP.WinSCP 
 +Trouvé WinSCP [WinSCP.WinSCP] 
 +Version : 5.21.6 
 + 
 + 
 +PS C:​\Users\your_login>​ winget upgrade 
 +Nom                                                                ID                           ​Version ​       Disponible ​    ​Source 
 +------------------------------------------------------------------------------------------------------------------------------------ 
 +[...] 
 +Zotero ​                                                            ​DigitalScholar.Zotero ​       6.0.15 ​        ​6.0.18 ​        ​winget 
 +WinSCP 5.21.5 ​                                                     WinSCP.WinSCP ​               5.21.5 ​        ​5.21.6 ​        ​winget 
 +Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501 ​      ​Microsoft.VCRedist.2013.x64 ​ 12.0.30501.0 ​  ​12.0.40664.0 ​  ​winget 
 +[...] 
 + 
 + 
 +PS C:​\Users\your_login>​ winget upgrade --id WinSCP.WinSCP 
 + 
 +Trouvé WinSCP [WinSCP.WinSCP] Version 5.21.6 
 +La licence d’utilisation de cette application vous est octroyée par son propriétaire. 
 +Microsoft n’est pas responsable des paquets tiers et n’accorde pas de licences à ceux-ci. 
 +Downloading https://​sourceforge.net/​projects/​winscp/​files/​WinSCP/​5.21.6/​WinSCP-5.21.6-Setup.exe/​download 
 +  ██████████████████████████████ ​ 10.9 MB / 10.9 MB 
 +Le code de hachage de l’installation a été vérifié avec succès 
 +Démarrage du package d’installation... Merci de patienter. 
 +Installé correctement 
 + 
 +PS C:​\Users\your_login>​ winget list --id WinSCP.WinSCP 
 +Nom           ​ID ​           Version Source 
 +------------------------------------------- 
 +WinSCP 5.21.6 WinSCP.WinSCP 5.21.6 ​ winget 
 +</​code>​
  
  
  
other/win10apps.txt · Last modified: 2024/06/10 12:49 by jypeter