Pour pouvoir utiliser blih / git il faut configurer avant tout sa paire de clé SSH
Voici les étapes:
- Génération d'une paire de clé ssh:
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: Firewall maison | |
# Required-Start: $local_fs $remote_fs $network $syslog | |
# Required-Stop: $local_fs $remote_fs $network $syslog | |
# Default-Start: | |
# Default-Stop: | |
# X-Interactive: false | |
# Short-Description: Firewall maison |
# This configuration has been tested on GitLab 8.2 | |
# Note this config assumes unicorn is listening on default port 8080 and | |
# gitlab-workhorse is listening on port 8181. To allow gitlab-workhorse to | |
# listen on port 8181, edit /etc/gitlab/gitlab.rb and change the following: | |
# | |
# gitlab_workhorse['listen_network'] = "tcp" | |
# gitlab_workhorse['listen_addr'] = "127.0.0.1:8181" | |
# | |
#Module dependencies | |
# mod_rewrite |
function command1(params) { | |
if (params.length > 0) { | |
console.log('command1 --> ', params); | |
} | |
return 0; | |
} | |
function command2(params) { | |
if (params.length > 0) { | |
console.log('command2 --> ', params); |
// Jyt is a REPL for C++ | |
// You can write code interactively | |
// Highlight some code and press alt-enter to execute it | |
// For example: | |
auto x = "hello world"; | |
// Now you can query the value in the terminal on the right | |
// e.g. "x" |
WAC
i3lock
Votre site se trouve a l'adresse suivante : 138.68.128.66/~prenom-nom avec prenom-nom le prenom et le nom du chef de groupe (exemple 138.68.128.66/~luca-sardellitti)
Pour vous connecter il va falloir utiliser le terminal.
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: flexget | |
# Required-Start: $local_fs $remote_fs $network | |
# Required-Stop: $local_fs $remote_fs $network | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start or stop the flexget daemon | |
# Description: Enable service flexget | |
### END INIT INFO |