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/10/26 14:28]
jypeter [Zotero] Improved
other:win10apps [2022/11/24 13:53]
jypeter Added the TODO/winget/emacs section
Line 43: Line 43:
     * needs to be tested     * needs to be tested
     * 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
  
  
Line 172: Line 173:
  
 ==== ownCloud ==== ==== ownCloud ====
 +
 +<note tip>This is very useful and you should read the [[other:​lsce_cloud|dedicated page]]!</​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 415: Line 418:
  
   * Can be used for backing up your phone   * Can be used for backing up your phone
 +
 +===== TODO =====
 +
 +==== Installing applications with winget ====
 +
 +=== winget documentation ===
 +
 +  * [[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​|Windows Package Manager]]
 +
 +=== emacs example ===
 +
 +<​code>​PS C:​\Users\your_login>​ winget search --name emacs
 +
 +Nom       ​ID ​       Version Source
 +-----------------------------------
 +GNU Emacs GNU.Emacs 28.2    winget
 +
 +PS C:​\Users\your_login>​ winget show --id GNU.Emacs
 +
 +Trouvé GNU Emacs [GNU.Emacs]
 +Version : 28.2
 +Publisher :​ GNU Project
 +ID de l’Editeur https://​www.gnu.org
 +Moniker : emacs
 +Description :​ An extensible, customizable,​ free/libre text editor - and more.
 +Page d’accueil : https://​www.gnu.org/​software/​emacs/​
 +Licence : GPL
 +Copyright :​ Copyright (C) 2022 Free Software Foundation, Inc.
 +Programme d'​installation :​
 +  Type : nullsoft
 +  URL de téléchargement :​ https://​ftp.gnu.org/​gnu/​emacs/​windows/​emacs-28/​emacs-28.2-installer.exe
 +  SHA256 : 1e8d037882e61d3fadf44f4e6153f538b131e6b7f475dc59eb20d85052a83b1e
 +  ​
 +PS C:​\Users\your_login>​ winget install --id GNU.Emacs
 +
 +Trouvé GNU Emacs [GNU.Emacs] Version 28.2
 +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://​ftp.gnu.org/​gnu/​emacs/​windows/​emacs-28/​emacs-28.2-installer.exe
 +  ██████████████████████████████ ​ 46.2 MB / 46.2 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</​code>​
 +
 +
 +
other/win10apps.txt · Last modified: 2024/03/05 15:04 by jypeter