4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 44 / 217
Newer►
  • Note: symfony mail

    $message = \Swift_Message::newInstance()
            ->setSubject('Hello Email')
            ->setFrom('toto@gmail.com')
            ->setTo('toto@gmail.com')
            ->setBody('toto',
                'text/html'
            )
        ;
        $this->get('mailer')->send($message);

    May 23, 2017 at 5:17:07 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?nZlPeA
    mail php symfony
  • Note: Teamspeak upgrade

    dl archive
    tar xf
    stop server
    rsync -av new_dir/ old_dir/
    start server

    May 23, 2017 at 4:44:18 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?QAWyzw
    teamspeak ts ts3
  • Note: Comment retrouver les accès ts3 admin

    1) stop ts3server
    2) bash ts3server_minimal_runscript.sh serveradmin_password=new_password
    3) telnet 127.0.0.1 10011
    4)

    login serveradmin new_password
    use port=9987
    tokenadd tokentype=0 tokenid1=6 tokenid2=0

    le '6' est l'id du groupe serveradmin qui peut changer... checker dans le client dans les permissions, on peut voir l'id dans les groupes de serveurs

    5) Copier/coller le token dans le client et bam ça fait des chocapic !

    May 23, 2017 at 4:41:20 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?kX2n7Q
    teamspeak ts ts3
  • thumbnail
    chjj/marked: A markdown parser and compiler. Built for speed.

    exemple avec vue : https://vuejs.org/v2/examples/index.html

    May 23, 2017 at 10:49:33 AM GMT+2 - permalink - archive.org - https://github.com/chjj/marked
    js markdown
  • Vue, j’l’avais pas vu | Sam & Max

    encore un article qui plébiscite vue

    May 22, 2017 at 12:20:10 PM GMT+2 - permalink - archive.org - http://sametmax.com/vue-jlavais-pas-vu/
    js vue
  • Note: s3 policy one bucket
    ReadWrite :

    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Effect": "Allow",
                 "Action": ["s3:GetBucketLocation", "s3:ListBucket"],
                "Resource": [
                    "arn:aws:s3:::LeBucket"
                ]
            },
            {
                "Effect": "Allow",
                "Action": [
                    "s3:*"
                ],
                "Resource": [
                    "arn:aws:s3:::LeBucket/*"
                ]
            }
        ]
    }

    Pour Read only, remplacer action du deuxieme bloc par "Action": ["s3:Get*","s3:List*"],
    May 17, 2017 at 5:02:27 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/?Vp7r6Q
    aws iam s3
  • CPU Utilization is Wrong
    May 14, 2017 at 1:58:41 PM GMT+2 - permalink - archive.org - http://www.brendangregg.com/blog/2017-05-09/cpu-utilization-is-wrong.html
    cpu monitoring
  • Online translation tool | Pootle
    May 10, 2017 at 10:39:38 AM GMT+2 - permalink - archive.org - http://pootle.translatehouse.org/
    i18n translate
  • thumbnail
    GitHub - minimaxir/big-list-of-naughty-strings: The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
    May 10, 2017 at 10:32:39 AM GMT+2 - permalink - archive.org - https://github.com/minimaxir/big-list-of-naughty-strings
    char data special string test
  • GitHub - hautelook/AliceBundle: A Symfony bundle to manage fixtures with Alice and Faker.
    May 10, 2017 at 10:30:50 AM GMT+2 - permalink - archive.org - https://github.com/hautelook/AliceBundle
    fixture php symfony
  • thumbnail
    GitHub - fzaninotto/Faker: Faker is a PHP library that generates fake data for you
    May 10, 2017 at 10:30:20 AM GMT+2 - permalink - archive.org - https://github.com/fzaninotto/Faker
    data faker fixture php test
  • XLIFF — Wikipédia
    May 10, 2017 at 10:20:37 AM GMT+2 - permalink - archive.org - https://fr.m.wikipedia.org/wiki/XLIFF
    trad traduction translate
  • Getting Started with Headless Chrome  |  Web  |  Google Developers
    May 8, 2017 at 9:56:01 AM GMT+2 - permalink - archive.org - https://developers.google.com/web/updates/2017/04/headless-chrome
    chrome headless selenium
  • thumbnail
    mycli/README.md at master · dbcli/mycli · GitHub
    May 7, 2017 at 9:40:02 PM GMT+2 - permalink - archive.org - https://github.com/dbcli/mycli/blob/master/README.md
    client mysql
  • thumbnail
    puppetexplorer/README.md at master · dalen/puppetexplorer · GitHub

    Frontend puppetdb

    May 7, 2017 at 9:38:43 PM GMT+2 - permalink - archive.org - https://github.com/dalen/puppetexplorer/blob/master/README.md
    puppet puppetdb
  • Livres audio à télécharger | Un essai gratuit | Audible.fr

    Pourquoi pas pour la voiture

    May 6, 2017 at 10:19:46 PM GMT+2 - permalink - archive.org - https://mobile.audible.fr/
    audio book
  • https://pypi.python.org/pypi/awscli/json

    Add /json to pypi package url.. Magic!

    May 4, 2017 at 2:11:45 PM GMT+2 - permalink - archive.org - https://pypi.python.org/pypi/awscli/json
    pip python
  • MySQL :: MySQL 5.7 Reference Manual :: 5.6.6 mysql_config_editor — MySQL Configuration Utility

    Exactement ce que je cherchais

    You can use the mysql_config_editor utility to store authentication credentials in an encrypted login path file named .mylogin.cnf.

    To create a new set of credentials run:

    mysql_config_editor set --host=db.host.org --user=dbuser --password

    and enter your password when prompted.

    This will store your authentication credentials in the default client login path.

    You can store multiple authentication credentials by specifying a different --login-path option:

    mysql_config_editor set --login-path=db2 --host=db2.host.org --user=dbuser --password

    By default, the mysql client reads the [client] and [mysql] groups from other option files, so it reads them from the login path file as well. With a --login-path option, client programs additionally read the named login path from the login path file. The option groups read from other option files remain the same. Consider this command:

    mysql --login-path=db2

    The mysql client reads [client] and [mysql] from other option files, and [client], [mysql], and [mypath] from the login path file.

    To print out all the information stored in the configuration file run:

    mysql_config_editor print --all=true

    More information about the utility can be found at "mysql_config_editor — MySQL Configuration Utility".

    May 3, 2017 at 2:18:46 PM GMT+2 - permalink - archive.org - https://dev.mysql.com/doc/refman/5.7/en/mysql-config-editor.html
    auth mysql
  • Note: mysql
    # do not use utf8, its not "real utf8"
    CREATE DATABASE `foo` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;

    # use this :
    # https://mathiasbynens.be/notes/mysql-utf8mb4#utf8-to-utf8mb4
    CREATE DATABASE `foo` DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;


    CREATE USER 'foo'@'%' IDENTIFIED BY "password";

    GRANT ALL ON `foo`.* TO "foo"@"%";




    convert :
    # For each database:
    ALTER DATABASE database_name CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
    # For each table:
    ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    # For each column:
    ALTER TABLE table_name CHANGE column_name column_name VARCHAR(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    # (Don’t blindly copy-paste this! The exact statement depends on the column type, maximum length, and other properties. The above line is just an example for a `VARCHAR` column.)
    May 3, 2017 at 2:09:48 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/?kmGPew
    memo mysql
  • Note: s3 enpoint

    If you enable s3 enpoint in your route table, it's kind of tricky to know if the endpoint is really working. Two things to validate:
    1) traceroute tcp before and after (traceroute -T s3-us-west-1.amazonaws.com 443)
    You will see more hope when endpoint not activated
    2) try an s3 sync cross region with enpoint activated : it should failed since it's not supported (yet @ 2017-05-02)

    May 2, 2017 at 9:51:18 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?1wF2Kg
    aws enpoint s3
Links per page: 20 50 100
◄Older
page 44 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation