Butinage
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged shell  ✕
Chocolatey Gallery https://chocolatey.org/
Thu Sep 24 14:47:47 2015
QRCode
archive.org
thumbnail

Outil pour windows qui permet d'installer des logiciels à la manière de linux, via un gestionnaire de dépôt en ligne de commande.

Ça peut s'installer via une invite de commande :

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Et ensuite (par exemple) :

choco install firefox adobereader javaruntime flashplayerplugin pdfcreator pdfsam 7zip skype ccleaner cdburnerxp

Normalement tout s'installe silencieusement en utilisant la langue du système si disponible ...

software windows xxl shell
Comment récupérer tous les fichiers et les sous-répertoires d’un FTP en ligne de commande http://korben.info/get-sous-repertoires-ftp.html
Mon Apr 27 09:23:21 2015
QRCode
archive.org
thumbnail

Commande wget pour télécharger une arborescence depuis un serveur FTP :

wget -m ftp://USER:PASSWORD@SERVEURFTP/www

server linux shell
explainshell.com - find(1) . -type f -print0 http://explainshell.com/explain/find?args=.+-type+f+-print0
Fri Sep 6 16:56:38 2013
QRCode
archive.org

Explique les paramètres d'une ligne de commande

linux shell
834 links, including 66 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn