Recherche
Voici les résultats de votre recherche.
Résultats plein texte: laravel_1 @informatique:php 40 Occurrences trouvées , Dernière modification : il y a 12 mois ==
[[https://dev.to/erikaheidi/creating-a-multi-user -to-do-application-with-laravel-jetstream-2p1k|Creating a Multi-User To-Do Application with Laravel JetStream]] 2020 w... t, password reset, mail confirmation, throttle) ; User s roles : administrator (all access), redactor (cr... pload and use medias in personnal directory), and user (create comment in blog) ; Blog with comments ; S symfony @informatique:php 19 Occurrences trouvées , Dernière modification : il y a 17 mois http://forum.symfony-project.org/index.php/i/
* user mailing-list: http://groups.google.com/group/symfony-user s
* Wiki: http://trac.symfony-project.org/wiki
... ity feature of symfony.\\
It gives you the model (user , group and permission objects) and the modules (b... [http://www.symfony-project.org/plugins/sfDoctrineUser Plugin|sfDoctrineUser Plugin]] provides a starting javascript @informatique 18 Occurrences trouvées , Dernière modification : il y a 4 semaines ined = [...arr1, ...arr2]; // [1, 2, 3, 4]
const user = { name: "Alice", age: 25 };
const updatedUser = { ...user , age: 26 }; // { name: "Alice", age: 26 }
</code>
**Short-Circuit Evaluation**:
<code jav... (welcomeMessage); // Output: Welcome back!
const user name = null;
const displayName = user name || "Gues debian10-docker @informatique:system_admin 18 Occurrences trouvées , Dernière modification : il y a 5 ans warding yes
X11Forwarding no
</code>
Si un autre user sudoer existe, sinon attendre l'opération [[#operating_user ]].
Redémarrer le service sshd et tester la connex... port=22,wxyz
maxretry = 2
</code>
==== operating user ====
Créer un user s'il n'existe pas. Certaines images proposent un user ''debian'' par défaut, d'autr oauth @informatique 15 Occurrences trouvées , Dernière modification : il y a 9 mois tect authorization code to from being stolen from user agent (browser). See [[rfc>7636|RFC 7636]].
====... itime
<mermaid 80%>
sequenceDiagram
participant User
participant Mobile
participant Browser
participant Api
participant Auth
autonumber
activate User
User ->> Mobile: Click one provider button
activate Mobile
deactivate User
Mobile ->> Api: request auth ssh @informatique:reseau 15 Occurrences trouvées , Dernière modification : il y a 8 mois ibexec/openssh/sftp-server
IgnoreRhosts yes
IgnoreUser KnownHosts no
PrintMotd yes
StrictModes yes
RSAAut... //doc.ubuntu-fr.org/sshfs
<code>
sshfs -p <port> user @sftp-server.net:/home/user / local-folder
</code>
===== Tips =====
==== Logs ====
> comment demander ...
créer le fichier /etc/ssh/sshrc avec:
email="$USER @"`hostname`
ldate=`date "+%A %e %B %Y à %Hh%M % wordfence @informatique:securite 15 Occurrences trouvées , Dernière modification : il y a 23 mois n gain de performance notable.
collection of bad user name and file paths for WordFence:
* https://github.com/SimonHayter/Wordfence-Ban-User s-and-URL-list
* https://github.com/itconsulting... f : "XSS: Cross Site Scripting", "Known malicious User -Agents", "Directory Traversal", "WPGraphQL <= 0.2... cripting", ...
* lockedOut, loginFailInvalidUser name, loginFailValidUser name, loginOK, logout, los filamentphp @informatique:php:laravel 14 Occurrences trouvées , Dernière modification : il y a 12 mois n]]
* [[https://filamentphp.com/docs/3.x/panels/user s#authorizing-access-to-the-panel|Authorizing acce... matophp/awesome|TomatoPhp Awesome]]:
* Filament User s: User Table Resource with a lot of package integrations
* Filament Translations : Manage your transl... uilder
* Filament Alerts: Send notifications to user s using notification templates and multi-notificat git @informatique 11 Occurrences trouvées , Dernière modification : il y a 8 semaines config
[core]
sshCommand="/usr/bin/ssh -i /home/user /.ssh/the_private_key"
</code>
Dans la configurat... om
Hostname gitlab.com
IdentityFile /home/user /.ssh/the_private_key
IdentitiesOnly yes
</cod... de passe pour HTTPs.
<code bash>
[core]
user = user name
[credential]
helper = cache --timeout=3600
</code>
===== Tips =====
* [[http://s wordpress @informatique 11 Occurrences trouvées , Dernière modification : il y a 8 mois https://fr.wordpress.org/plugins/oauth-client-for-user -authentication/|WordPress OAuth client SSO( OAuth 2.0 SSO)]]
* Login and authenticate Wordpress user s using OAuth Server credentials
* Avec des serv... urs préconfigurés et un custom
* Le mapping des user info permet-il d'exprimer un path ?
* Questio... problème est la récupération des infos du remote user pour mapper avec les wordpress user s, il faut uti play_framework_old @informatique:java:frameworks 11 Occurrences trouvées , Dernière modification : il y a 11 ans es articles de [[http://www.lunatech-research.com/user s/peter-hilton|Peter Hilton]] et tous ceux de [[ht... a|Tabula Rasa]]: Tabula Rasa provides support for user -customisable tables, allowing each user to have a custom view of any table in your application. Client-... * [[https://github.com/branaway/Japid/wiki/Japid-User -Guide|The Japid User Manual]]
* [[https://githu php @informatique 10 Occurrences trouvées , Dernière modification : il y a 6 semaines /mouf-php.com|Mouf]]
* [[http://codeigniter.com/user _guide/toc.html|CodeIgniter]]
* [[http://ezcompo... izes these as an additional quality report in the user interface and the project time line of documentat... rg
It is a PHP unit test and web test framework. User s of JUnit will be familiar with most of the inter... Integrates with Selenium RC for web application user interface testing.
* Integrates with Apache Ma ubuntu @informatique:linux 9 Occurrences trouvées , Dernière modification : il y a 7 mois profiter pleinement ne pas oublier d'ajouter son user au groupe **vboxuser s**. Par exemple pour accéder aux périphériques USB.
sudo adduser USER NAME vboxuser s
# then relogin (close/reopen session)
Et d'installer le package **virtualbox-ext- mysql @informatique:sgbd 9 Occurrences trouvées , Dernière modification : il y a 4 ans o select random rows in MySQL]]
==== Create DB & User ====
mysql> create database db_name ;
mysql> CREATE USER 'user '@'%' IDENTIFIED BY 'secret';
mysql> grant all privileges on db_name.* to user @'%' ;
A user for backup only :
<code sql>
CREAT design_pattern @informatique 8 Occurrences trouvées , Dernière modification : il y a 3 ans les laboratoires de recherche Xerox PARC.
Splits user interface interaction into three distinct roles.
... ation, and providing particular views for certain user s. If the input controller behavior is scattered a... page looks different, you end up with a site that user s find confusing. You may also want to make global... w Presenter ====
Model-view-presenter (MVP) is a user interface design pattern engineered to facilitate gestion_de_la_langue_de_l_utilisateur @informatique:php:symfony 8 Occurrences trouvées , Dernière modification : il y a 14 ans etude_perso @informatique:php:zend_framework 8 Occurrences trouvées , Dernière modification : il y a 14 ans docker @informatique 7 Occurrences trouvées , Dernière modification : il y a 15 mois dotnet @informatique 7 Occurrences trouvées , Dernière modification : il y a 14 ans safenet_etoken_5110 @informatique 7 Occurrences trouvées , Dernière modification : il y a 3 ans ansible @informatique 6 Occurrences trouvées , Dernière modification : il y a 3 ans security @informatique 6 Occurrences trouvées , Dernière modification : il y a 5 ans ai_agent @informatique:ai_lm 6 Occurrences trouvées , Dernière modification : il y a 6 jours windows @informatique:microsoft 6 Occurrences trouvées , Dernière modification : il y a 12 ans blender @informatique 5 Occurrences trouvées , Dernière modification : il y a 11 ans rabbitmq @informatique 5 Occurrences trouvées , Dernière modification : il y a 11 mois dokuwiki @wiki 5 Occurrences trouvées , Dernière modification : il y a 6 ans mcp-inspector @informatique:ai_lm 5 Occurrences trouvées , Dernière modification : il y a 12 jours laravel @informatique:php 5 Occurrences trouvées , Dernière modification : il y a 3 semaines postfix @informatique:reseau 5 Occurrences trouvées , Dernière modification : il y a 10 mois zeroshell @informatique:reseau 5 Occurrences trouvées , Dernière modification : il y a 13 ans wp-cli @informatique:wordpress 5 Occurrences trouvées , Dernière modification : il y a 8 mois replication @informatique:sgbd:mysql 5 Occurrences trouvées , Dernière modification : il y a 4 ans iss @divers 4 Occurrences trouvées , Dernière modification : il y a 14 ans ioio-otg @electronique 4 Occurrences trouvées , Dernière modification : il y a 11 ans udp @glossaire 4 Occurrences trouvées , Dernière modification : il y a 14 ans webauthn @glossaire 4 Occurrences trouvées , Dernière modification : il y a 12 mois ai_lm @informatique 4 Occurrences trouvées , Dernière modification : il y a 3 heures crypto @informatique 4 Occurrences trouvées , Dernière modification : il y a 3 ans excel @informatique 4 Occurrences trouvées , Dernière modification : il y a 14 ans openstreetmap @informatique 4 Occurrences trouvées , Dernière modification : il y a 11 mois welcome @wiki 4 Occurrences trouvées , Dernière modification : il y a 6 ans ai_vision @informatique:ai_lm 4 Occurrences trouvées , Dernière modification : il y a 7 semaines mantis_bt @informatique:gestion_de_projet 4 Occurrences trouvées , Dernière modification : il y a 14 ans actualites @informatique:opendata 4 Occurrences trouvées , Dernière modification : il y a 13 ans crowdsec @informatique:securite 4 Occurrences trouvées , Dernière modification : il y a 7 mois gzip @informatique:system_admin 4 Occurrences trouvées , Dernière modification : il y a 7 mois rsync @informatique:system_admin 4 Occurrences trouvées , Dernière modification : il y a 17 mois server_monitoring @informatique:system_admin 4 Occurrences trouvées , Dernière modification : il y a 15 mois android @informatique 3 Occurrences trouvées , Dernière modification : il y a 11 mois gitlab @informatique 3 Occurrences trouvées , Dernière modification : il y a 3 mois multi-tiers @informatique 3 Occurrences trouvées , Dernière modification : il y a 14 ans nextcloud @informatique 3 Occurrences trouvées , Dernière modification : il y a 4 ans opendata @informatique 3 Occurrences trouvées , Dernière modification : il y a 3 ans ovh @informatique 3 Occurrences trouvées , Dernière modification : il y a 2 ans progressive_web_app_pwa @informatique 3 Occurrences trouvées , Dernière modification : il y a 11 mois user_interface @informatique 3 Occurrences trouvées , Dernière modification : il y a 14 ans centipede @informatique:gps 3 Occurrences trouvées , Dernière modification : il y a 7 ans cakephp @informatique:php 3 Occurrences trouvées , Dernière modification : il y a 12 mois voyager @informatique:php:laravel 3 Occurrences trouvées , Dernière modification : il y a 5 ans nokia @electronique 2 Occurrences trouvées , Dernière modification : il y a 12 ans isc @glossaire 2 Occurrences trouvées , Dernière modification : il y a 14 ans mms @glossaire 2 Occurrences trouvées , Dernière modification : il y a 14 ans openid @glossaire 2 Occurrences trouvées , Dernière modification : il y a 7 ans accessibilite @informatique 2 Occurrences trouvées , Dernière modification : il y a 7 mois authentication @informatique 2 Occurrences trouvées , Dernière modification : il y a 5 ans axcrypt @informatique 2 Occurrences trouvées , Dernière modification : il y a 14 ans fiducial @informatique 2 Occurrences trouvées , Dernière modification : il y a 12 ans flutter @informatique 2 Occurrences trouvées , Dernière modification : il y a 6 mois gestion_de_projet @informatique 2 Occurrences trouvées , Dernière modification : il y a 17 mois lowcode @informatique 2 Occurrences trouvées , Dernière modification : il y a 9 mois lowcode_databases @informatique 2 Occurrences trouvées , Dernière modification : il y a 4 mois mrtg @informatique 2 Occurrences trouvées , Dernière modification : il y a 14 ans outils @informatique 2 Occurrences trouvées , Dernière modification : il y a 14 ans rgpd @informatique 2 Occurrences trouvées , Dernière modification : il y a 3 ans smartbook_eeepc @informatique 2 Occurrences trouvées , Dernière modification : il y a 13 ans sms @informatique 2 Occurrences trouvées , Dernière modification : il y a 4 ans soap @informatique 2 Occurrences trouvées , Dernière modification : il y a 14 ans spam @informatique 2 Occurrences trouvées , Dernière modification : il y a 9 mois tests_de_charge @informatique 2 Occurrences trouvées , Dernière modification : il y a 5 ans toile-libre.org @informatique 2 Occurrences trouvées , Dernière modification : il y a 14 ans vector_tiles @informatique 2 Occurrences trouvées , Dernière modification : il y a 17 mois virus @informatique 2 Occurrences trouvées , Dernière modification : il y a 3 semaines web_automation @informatique 2 Occurrences trouvées , Dernière modification : il y a 13 ans workflow @informatique 2 Occurrences trouvées , Dernière modification : il y a 18 mois google @web 2 Occurrences trouvées , Dernière modification : il y a 6 ans plugins_installes @wiki 2 Occurrences trouvées , Dernière modification : il y a 5 ans syntax @wiki 2 Occurrences trouvées , Dernière modification : il y a 2 ans ai_coding @informatique:ai_lm 2 Occurrences trouvées , Dernière modification : il y a 6 jours methodes_agiles @informatique:gestion_de_projet 2 Occurrences trouvées , Dernière modification : il y a 14 ans alpinejs @informatique:javascript 2 Occurrences trouvées , Dernière modification : il y a 5 mois jquery @informatique:javascript 2 Occurrences trouvées , Dernière modification : il y a 5 ans ubuntu_old @informatique:linux 2 Occurrences trouvées , Dernière modification : il y a 12 ans symfony2 @informatique:php 2 Occurrences trouvées , Dernière modification : il y a 14 ans zend_framework @informatique:php 2 Occurrences trouvées , Dernière modification : il y a 14 ans exim4 @informatique:reseau 2 Occurrences trouvées , Dernière modification : il y a 5 ans ftp @informatique:reseau 2 Occurrences trouvées , Dernière modification : il y a 14 ans ftp @informatique:system_admin 2 Occurrences trouvées , Dernière modification : il y a 14 ans shell @informatique:system_admin 2 Occurrences trouvées , Dernière modification : il y a 18 mois contactform7 @informatique:wordpress 2 Occurrences trouvées , Dernière modification : il y a 2 ans orphanswanted @wiki:plugins_installes 2 Occurrences trouvées , Dernière modification : il y a 14 ans apparmor @informatique:linux:ubuntu 2 Occurrences trouvées , Dernière modification : il y a 14 ans cyrille 1 Occurrences trouvées , Dernière modification : il y a 4 semaines web 1 Occurrences trouvées , Dernière modification : il y a 4 mois jobs @divers 1 Occurrences trouvées , Dernière modification : il y a 14 ans le_programme_du_front_national @divers 1 Occurrences trouvées , Dernière modification : il y a 14 ans samsung_galaxy_y @divers 1 Occurrences trouvées , Dernière modification : il y a 13 ans arduino @electronique 1 Occurrences trouvées , Dernière modification : il y a 13 ans ais @glossaire 1 Occurrences trouvées , Dernière modification : il y a 4 ans atom @glossaire 1 Occurrences trouvées , Dernière modification : il y a 13 ans basda @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans cmp @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans crs @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 mois cte @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans dltk @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans gif @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans hci @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans ip @glossaire 1 Occurrences trouvées , Dernière modification : il y a 4 ans isf @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans iso_15504 @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans jaws @glossaire 1 Occurrences trouvées , Dernière modification : il y a 3 ans jdo @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans mua @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans ndb @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans ocs @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans oembed @glossaire 1 Occurrences trouvées , Dernière modification : il y a 3 ans opencv @glossaire 1 Occurrences trouvées , Dernière modification : il y a 12 ans osm @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans passkey @glossaire 1 Occurrences trouvées , Dernière modification : il y a 19 mois png @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans ugc @glossaire 1 Occurrences trouvées , Dernière modification : il y a 10 ans xul @glossaire 1 Occurrences trouvées , Dernière modification : il y a 14 ans cloud_computing @informatique 1 Occurrences trouvées , Dernière modification : il y a 12 mois cms @informatique 1 Occurrences trouvées , Dernière modification : il y a 13 mois crm_et_erp @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans discourse @informatique 1 Occurrences trouvées , Dernière modification : il y a 4 ans echange_de_fichiers @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans egpu @informatique 1 Occurrences trouvées , Dernière modification : il y a 23 heures elgg @informatique 1 Occurrences trouvées , Dernière modification : il y a 13 ans email_marketing @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans facebook @informatique 1 Occurrences trouvées , Dernière modification : il y a 11 ans flash @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans forum @informatique 1 Occurrences trouvées , Dernière modification : il y a 9 ans gearman @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans gpartedlivecd @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans graphdb @informatique 1 Occurrences trouvées , Dernière modification : il y a 7 semaines graphgear @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans igc @informatique 1 Occurrences trouvées , Dernière modification : il y a 12 ans kinect @informatique 1 Occurrences trouvées , Dernière modification : il y a 12 ans leaflet @informatique 1 Occurrences trouvées , Dernière modification : il y a 3 ans nginx @informatique 1 Occurrences trouvées , Dernière modification : il y a 3 ans node.js @informatique 1 Occurrences trouvées , Dernière modification : il y a 4 ans outils_de_documentation @informatique 1 Occurrences trouvées , Dernière modification : il y a 9 mois pkcs @informatique 1 Occurrences trouvées , Dernière modification : il y a 3 ans qgis @informatique 1 Occurrences trouvées , Dernière modification : il y a 8 ans scanners_de_vulnerabilites @informatique 1 Occurrences trouvées , Dernière modification : il y a 5 ans screen @informatique 1 Occurrences trouvées , Dernière modification : il y a 7 ans snort @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans subversion @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans system_admin @informatique 1 Occurrences trouvées , Dernière modification : il y a 17 mois visual_studio @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans xmlrpc @informatique 1 Occurrences trouvées , Dernière modification : il y a 14 ans mastodon @web 1 Occurrences trouvées , Dernière modification : il y a 4 ans reseaux_sociaux @web 1 Occurrences trouvées , Dernière modification : il y a 4 ans installation @informatique:apache 1 Occurrences trouvées , Dernière modification : il y a 14 ans internet_explorer @informatique:browsers 1 Occurrences trouvées , Dernière modification : il y a 14 ans applications_faites_avec_flutter @informatique:flutter 1 Occurrences trouvées , Dernière modification : il y a 10 mois tips_tutos_examples @informatique:flutter 1 Occurrences trouvées , Dernière modification : il y a 9 mois frameworks @informatique:java 1 Occurrences trouvées , Dernière modification : il y a 10 ans openjdk @informatique:java 1 Occurrences trouvées , Dernière modification : il y a 11 ans xubuntu @informatique:linux 1 Occurrences trouvées , Dernière modification : il y a 14 ans acteurs @informatique:opendata 1 Occurrences trouvées , Dernière modification : il y a 14 ans lumen @informatique:php 1 Occurrences trouvées , Dernière modification : il y a 12 mois multiotp @informatique:php 1 Occurrences trouvées , Dernière modification : il y a 3 ans singleton @informatique:php 1 Occurrences trouvées , Dernière modification : il y a 14 ans xmlblaster @informatique:projets 1 Occurrences trouvées , Dernière modification : il y a 14 ans imap @informatique:reseau 1 Occurrences trouvées , Dernière modification : il y a 14 ans qmail @informatique:reseau 1 Occurrences trouvées , Dernière modification : il y a 14 ans shorewall @informatique:reseau 1 Occurrences trouvées , Dernière modification : il y a 5 ans mariadb @informatique:sgbd 1 Occurrences trouvées , Dernière modification : il y a 4 ans couchdb @informatique:sgdb 1 Occurrences trouvées , Dernière modification : il y a 8 mois sauvegarde @informatique:system_admin 1 Occurrences trouvées , Dernière modification : il y a 17 mois systemd @informatique:system_admin 1 Occurrences trouvées , Dernière modification : il y a 6 mois css @informatique:web 1 Occurrences trouvées , Dernière modification : il y a 3 ans tailwind_css @informatique:web 1 Occurrences trouvées , Dernière modification : il y a 16 mois well-known-uris @informatique:web 1 Occurrences trouvées , Dernière modification : il y a 20 mois winsock @informatique:windows 1 Occurrences trouvées , Dernière modification : il y a 14 ans weatherplllatform @informatique:wordpress 1 Occurrences trouvées , Dernière modification : il y a 4 ans etude_perso @informatique:php:symfony 1 Occurrences trouvées , Dernière modification : il y a 14 ans play_1.2_bugs @informatique:java:frameworks:play_framework 1 Occurrences trouvées , Dernière modification : il y a 11 ans