• Aller au contenu

Cyrille Giquello

Outils pour utilisateurs

  • S'identifier

Outils du site

  • Derniers changements
  • Gestionnaire Multimédia
  • Plan du site
Vous êtes ici : accueil » system
Piste : • amf • afp • atom • fai • jxta • ged • ovh • schnorr • roc • archivage

system

Recherche

Voici les résultats de votre recherche.

Correspondance exacte
  • Correspondance exacte
  • Commence par
  • Se termine par
  • Contient
@informatique
  • toute catégorie
  • informatique:php (10)
  • informatique:system_admin (7)
  • informatique:reseau (6)
  • informatique:java (4)
  • informatique:windows (4)
  • informatique:ai_lm (3)
  • informatique:gestion_de_projet (2)
  • informatique:web (2)
  • informatique:crypto (1)
  • informatique:dotnet (1)
  • informatique:flutter (1)
  • informatique:linux (1)
  • informatique:lowcode_databases (1)
  • informatique:microsoft (1)
  • informatique:securite (1)
  • informatique:wordpress (1)
N'importe quelle date
  • N'importe quelle date
  • la semaine dernière
  • le mois dernier
  • l'année dernière
Trier par nombre de résultats
  • Trier par nombre de résultats
  • Trier par date de modification

Pages trouvées :

  • distributed_filesystem
  • filesystem (informatique)
  • issue_tracking_system (i…que)
  • system_admin (informatique)
  • trac (informatiq…cking_system)
  • colorizetail (inform…em_admin)
  • debian10-docker (info…_admin)
  • dns (informatiq…system_admin)
  • erreurs (informat…stem_admin)
  • fail2ban (informat…stem_admin)
  • ftp (informatiq…system_admin)
  • gzip (informatiq…system_admin)
  • httpd (informati…ystem_admin)
  • install_proxmox_vm_centos-5.5-minimal_5.5_i386
  • journalctl (informa…tem_admin)
  • prometheus (informa…tem_admin)
  • rclone (informati…ystem_admin)
  • restic (informati…ystem_admin)
  • rsync (informati…ystem_admin)
  • rsyslog (informat…stem_admin)
  • sauvegarde (informa…tem_admin)
  • server_monitoring (inf…admin)
  • shell (informati…ystem_admin)
  • supervisord (inform…em_admin)
  • systemd (informat…stem_admin)
  • tcp (informatiq…system_admin)

Résultats plein texte:

dotnet
23 Occurrences trouvées, Dernière modification : il y a 14 ans
== Array.Contains === In the .NET Framework 2.0, System.Array implements the System.Collections.Generic.IList<T> interface. Unfortunately the implementation of t... dToExtinction).Contains(“Humans”) ) { System.Console.WriteLine(“phew!”); } System.Console.ReadLine(); </code> ====Cette application est-elle
issue_tracking_system
13 Occurrences trouvées, Dernière modification : il y a 14 ans
====== Issue tracking system ====== Synonymes : "ticket Manager", "trouble ticket system", "incident ticket system", "help desk". En fait "Bug Tracker" n'est pas concidéré comme un synonyme, ma... moi le "bug tracker" n'est qu'un "issue tracking system" spécialisé pour le suivit de bug informatique du
powerpoint
12 Occurrences trouvées, Dernière modification : il y a 14 ans
ows ("BMP", "PNG", "JPG", "GIF"). <code> private System.Drawing.Image GetPreview(PowerPoint.Slide slide, int width, int height) { string tempFile = System.IO.Directory.GetCurrentDirectory() + "\\PreviewSlide.tmp"; if (System.IO.File.Exists(tempFile)) System.IO.File.Delete(tempFile); // le paramètres filtername est le nom du f
system_admin
12 Occurrences trouvées, Dernière modification : il y a 17 mois
====== Administration System ====== [[/informatique/system_admin/erreurs|Les erreurs de l'administrateur système]]. [[/informatique/system_admin/dns|DNS]], [[/glossaire/NIDS]], [[/glossaire/IDS]], [[/informatique/system_admin/rsyslog|rsyslog]], [[/informatique/system_a
windows @informatique:microsoft
12 Occurrences trouvées, Dernière modification : il y a 12 ans
gles dans le régistre système "HKEY_LOCAL_MACHINE\SYSTEM\Software\COMODO\..." === Import Export automatiq... st : Argument '1' : impossible de convertir de 'System.IntPtr' en 'System.Windows.Forms.IWin32Window' Pour résoudre le problème il faut écrire un petit wrapper pour IWin32Window : <code csharp> using System; using System.Windows.Forms; namespace LocalNetw
server_monitoring @informatique:system_admin
10 Occurrences trouvées, Dernière modification : il y a 15 mois
- top - Process Activity Command - vmstat - System Activity, Hardware and System Information - w - Find Out Who Is Logged on And What They Are Doing - uptime - Tell How Long The System Has Been Running - ps - Displays The Processes ... - Detailed Network Traffic Analysis - strace - System Calls - /Proc file system - Various Kernel Stat
linux
7 Occurrences trouvées, Dernière modification : il y a 5 mois
====== Linux ====== [[/informatique/system_admin]] ===== Tools ===== * Tester des distributions en li... on (pronounced "juice") for Just Enough Operating System as it applies to a software appliance. JeOS refers to a customized operating system that fits the needs of a particular application. It is not a generic, one-size-fits-all operating system so it only needs to include the pieces of an oper
tips @informatique:java
7 Occurrences trouvées, Dernière modification : il y a 3 ans
void usingConsoleReader() { Console console = System.console(); if (console != null) { String inputString = console.readLine("Name: "); System.out.println("Name entered : " + inputString); }... Read = new BufferedReader( new InputStreamReader( System.in ) ); String inputString = bufferRead.readLine(); System.out.println( inputString ); } </code> Read conso
filamentphp @informatique:php:laravel
6 Occurrences trouvées, Dernière modification : il y a 12 mois
Filament Plugins: Manage your modules as a plugin system with a plugin generator * Filament Media Manage... ovider for FilamentPHP * Filament CMS: Full CMS System with easy-to-use page builder & theme manager for... izable plans in FilamentPHP * Filament POS: POS System for FilamentPHP with a lot of features and integr... FilamentPHP plugin * Thunder: Laravel Ticketing System. Filament plugin to provide you with laravel tick
permuration
5 Occurrences trouvées, Dernière modification : il y a 14 ans
hoices=" + choices.length); long start = System.nanoTime(); List<String> result = new Ar... result, nMin, nMax); long elapsedTime = System.nanoTime() - start; //for (String s : re... } public static void WL(String s) { System.out.println(s); } public static String p... stepCount = resultCount; long start = System.nanoTime(); permuteDepth
ai_agent @informatique:ai_lm
5 Occurrences trouvées, Dernière modification : il y a 9 jours
pas. Avec les ''tools descriptions'' + un gros ''System Prompt'' il ne reste plus beaucoup de ''Context W... de la fenêtre de contexte (Context Window) * Un System Prompt détaillé peut facilement consommer 5-10k t... séquences : * Le modèle oublie des parties du System Prompt (ex: include_fields). * Il ignore les ... n 2 couches: 1 pour injection automatique dans le system prompt, l'autre pour recherche à la demande. *
ai_coding @informatique:ai_lm
5 Occurrences trouvées, Dernière modification : il y a 9 jours
ncode (yep, encore changé de nom...) Les prompts system: * https://github.com/sst/opencode/tree/dev/pac... Memory - Knowledge graph-based persistent memory system. * Sequential Thinking - Dynamic and reflective... /mistral-large-latest" ] } } </code> ===== system message ===== Le "prompt système" est un élément... et des spécificités du modèle. * Exemple de ''system message'' pour un chatbot: [[https://tighten.com/
cms
4 Occurrences trouvées, Dernière modification : il y a 14 mois
==== Gestionnaire de Contenu / Content Managment System WCM pour Web Content Management. A Content Repository is a high-level information management system that is a superset of traditional data repositori... d open source software systems in the world. Each system listed here provides for a user demo so you can make an informed decision regarding which system best suits your needs without having to go throug
design_pattern
4 Occurrences trouvées, Dernière modification : il y a 3 ans
tract the instantiation process. They help make a system independent of how its objects are created, compo... application layer in a multilayered architecture system with common layers but it can also be seen as a p... >> R: It has it's uses >> It's useful as a plugin system, for extensible apps. Voir: * (fr) [[http://fr... t a local environment variable, determines if the system is in test mode, and returns the correct key gene
docker
4 Occurrences trouvées, Dernière modification : il y a 15 mois
== Show docker disk usage : <code bash> $ docker system df TYPE TOTAL ACTIVE SIZE ... ps://docs.docker.com/engine/reference/commandline/system_prune/|docker system prune]] <code bash> $ sudo docker system prune WARNING! This will remove: - all stopped containers -
sgbd
4 Occurrences trouvées, Dernière modification : il y a 8 mois
wordpress
4 Occurrences trouvées, Dernière modification : il y a 8 mois
zend_framework @informatique:php
4 Occurrences trouvées, Dernière modification : il y a 14 ans
firewall @informatique:reseau
4 Occurrences trouvées, Dernière modification : il y a 3 ans
sauvegarde @informatique:system_admin
4 Occurrences trouvées, Dernière modification : il y a 17 mois
ai_lm
3 Occurrences trouvées, Dernière modification : il y a 2 jours
crypto
3 Occurrences trouvées, Dernière modification : il y a 3 ans
echange_de_fichiers
3 Occurrences trouvées, Dernière modification : il y a 14 ans
gestion_de_projet
3 Occurrences trouvées, Dernière modification : il y a 17 mois
nginx
3 Occurrences trouvées, Dernière modification : il y a 3 ans
progressive_web_app_pwa
3 Occurrences trouvées, Dernière modification : il y a 11 mois
security
3 Occurrences trouvées, Dernière modification : il y a 5 ans
performance @informatique:php
3 Occurrences trouvées, Dernière modification : il y a 10 ans
shared_memory @informatique:php
3 Occurrences trouvées, Dernière modification : il y a 14 ans
zeroshell @informatique:reseau
3 Occurrences trouvées, Dernière modification : il y a 13 ans
systemd @informatique:system_admin
3 Occurrences trouvées, Dernière modification : il y a 6 mois
android
2 Occurrences trouvées, Dernière modification : il y a 11 mois
blender
2 Occurrences trouvées, Dernière modification : il y a 11 ans
elearning
2 Occurrences trouvées, Dernière modification : il y a 14 ans
files_synchronization
2 Occurrences trouvées, Dernière modification : il y a 17 mois
gearman
2 Occurrences trouvées, Dernière modification : il y a 14 ans
javame
2 Occurrences trouvées, Dernière modification : il y a 14 ans
javascript
2 Occurrences trouvées, Dernière modification : il y a 4 semaines
music
2 Occurrences trouvées, Dernière modification : il y a 14 ans
outils_de_documentation
2 Occurrences trouvées, Dernière modification : il y a 9 mois
playstation3
2 Occurrences trouvées, Dernière modification : il y a 14 ans
screen
2 Occurrences trouvées, Dernière modification : il y a 7 ans
shell
2 Occurrences trouvées, Dernière modification : il y a 14 ans
snort
2 Occurrences trouvées, Dernière modification : il y a 14 ans
virtualbox
2 Occurrences trouvées, Dernière modification : il y a 11 mois
xmpp
2 Occurrences trouvées, Dernière modification : il y a 14 ans
rsa @informatique:crypto
2 Occurrences trouvées, Dernière modification : il y a 3 ans
entlib @informatique:dotnet
2 Occurrences trouvées, Dernière modification : il y a 14 ans
symfony @informatique:php
2 Occurrences trouvées, Dernière modification : il y a 17 mois
exim4 @informatique:reseau
2 Occurrences trouvées, Dernière modification : il y a 5 ans
openfiler @informatique:reseau
2 Occurrences trouvées, Dernière modification : il y a 14 ans
securite @informatique:reseau
2 Occurrences trouvées, Dernière modification : il y a 4 semaines
journalctl @informatique:system_admin
2 Occurrences trouvées, Dernière modification : il y a 8 mois
css @informatique:web
2 Occurrences trouvées, Dernière modification : il y a 3 ans
drag_drop @informatique:java:tips
2 Occurrences trouvées, Dernière modification : il y a 14 ans
12_factors_app
1 Occurrences trouvées, Dernière modification : il y a 8 ans
backup
1 Occurrences trouvées, Dernière modification : il y a 17 mois
column-oriented-database
1 Occurrences trouvées, Dernière modification : il y a 4 mois
discourse
1 Occurrences trouvées, Dernière modification : il y a 4 ans
distributed_filesystem
1 Occurrences trouvées, Dernière modification : il y a 14 ans
file_synchronizer
1 Occurrences trouvées, Dernière modification : il y a 17 mois
gpartedlivecd
1 Occurrences trouvées, Dernière modification : il y a 14 ans
gps
1 Occurrences trouvées, Dernière modification : il y a 4 ans
graphdb
1 Occurrences trouvées, Dernière modification : il y a 7 semaines
httpd
1 Occurrences trouvées, Dernière modification : il y a 14 ans
iso_17799
1 Occurrences trouvées, Dernière modification : il y a 14 ans
iso_27001
1 Occurrences trouvées, Dernière modification : il y a 14 ans
memcached
1 Occurrences trouvées, Dernière modification : il y a 14 ans
mrtg
1 Occurrences trouvées, Dernière modification : il y a 14 ans
nosql
1 Occurrences trouvées, Dernière modification : il y a 14 ans
oauth
1 Occurrences trouvées, Dernière modification : il y a 9 mois
object_storage
1 Occurrences trouvées, Dernière modification : il y a 6 mois
orm
1 Occurrences trouvées, Dernière modification : il y a 14 ans
pkcs
1 Occurrences trouvées, Dernière modification : il y a 3 ans
raspberrypi
1 Occurrences trouvées, Dernière modification : il y a 3 ans
silverlight
1 Occurrences trouvées, Dernière modification : il y a 14 ans
undelete_unformat
1 Occurrences trouvées, Dernière modification : il y a 14 ans
virtualisation
1 Occurrences trouvées, Dernière modification : il y a 14 ans
gpu_bench @informatique:ai_lm
1 Occurrences trouvées, Dernière modification : il y a 2 jours
tips_tutos_examples @informatique:flutter
1 Occurrences trouvées, Dernière modification : il y a 9 mois
flyspray @informatique:gestion_de_projet
1 Occurrences trouvées, Dernière modification : il y a 14 ans
mantis_bt @informatique:gestion_de_projet
1 Occurrences trouvées, Dernière modification : il y a 14 ans
librairies @informatique:java
1 Occurrences trouvées, Dernière modification : il y a 10 ans
xubuntu @informatique:linux
1 Occurrences trouvées, Dernière modification : il y a 14 ans
airtable @informatique:lowcode_databases
1 Occurrences trouvées, Dernière modification : il y a 2 ans
laravel @informatique:php
1 Occurrences trouvées, Dernière modification : il y a 4 semaines
laravel_1 @informatique:php
1 Occurrences trouvées, Dernière modification : il y a 12 mois
lumen @informatique:php
1 Occurrences trouvées, Dernière modification : il y a 12 mois
orm @informatique:php
1 Occurrences trouvées, Dernière modification : il y a 14 ans
phing @informatique:php
1 Occurrences trouvées, Dernière modification : il y a 14 ans
dns @informatique:reseau
1 Occurrences trouvées, Dernière modification : il y a 14 ans
crowdsec @informatique:securite
1 Occurrences trouvées, Dernière modification : il y a 7 mois
prometheus @informatique:system_admin
1 Occurrences trouvées, Dernière modification : il y a 3 ans
restic @informatique:system_admin
1 Occurrences trouvées, Dernière modification : il y a 18 mois
supervisord @informatique:system_admin
1 Occurrences trouvées, Dernière modification : il y a 6 ans
browsers @informatique:web
1 Occurrences trouvées, Dernière modification : il y a 14 ans
azure @informatique:windows
1 Occurrences trouvées, Dernière modification : il y a 14 ans
network @informatique:windows
1 Occurrences trouvées, Dernière modification : il y a 14 ans
virtual_file @informatique:windows
1 Occurrences trouvées, Dernière modification : il y a 14 ans
winsock @informatique:windows
1 Occurrences trouvées, Dernière modification : il y a 14 ans
events_manager_and_booking @informatique:wordpress
1 Occurrences trouvées, Dernière modification : il y a 8 mois
jdbc @informatique:java:librairies
1 Occurrences trouvées, Dernière modification : il y a 14 ans

Outils de la page

  • Afficher la page
  • Anciennes révisions
  • Liens de retour
  • Haut de page
Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki