4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 55 / 217
Newer►
  • thumbnail
    git - How can I grep hidden files? - Stack Overflow

    I have a bad habit: grep -r search *

    It does not search in hidden files/dir...

    Better to do this:

    grep -r search .

    October 6, 2016 at 10:54:44 AM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/10375689/how-can-i-grep-hidden-files
    grep
  • Using Ctrl+Tab in GNU Screen over PuTTY at scnr.net

    living in the windows side is a pain

    October 5, 2016 at 3:13:25 PM GMT+2 - permalink - archive.org - http://scnr.net/blog/index.php/archives/61
    putty
  • OpenVPN sur le port 443 partagé avec un serveur web | memo-linux.com

    via Doo

    October 5, 2016 at 11:08:59 AM GMT+2 - permalink - archive.org - https://memo-linux.com/openvpn-sur-le-port-443-partage-avec-un-serveur-web/
    openvpn
  • EC2 — Boto 3 Docs 1.4.0 documentation

    These are the resource's available collections:

    classic_addresses
    dhcp_options_sets
    images
    instances
    internet_gateways
    key_pairs
    network_acls
    network_interfaces
    placement_groups
    route_tables
    security_groups
    snapshots
    subnets
    volumes
    vpc_addresses
    vpc_peering_connections
    vpcs
    October 5, 2016 at 10:05:58 AM GMT+2 - permalink - archive.org - http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#service-resource
    aws boto
  • Aurora on Amazon RDS - Amazon Relational Database Service

    Pour un cluster Aurora donné, 3 endpoints :

    • cluster endpoint : pointe toujours sur le master
    • reader endpoint : pointe toujours sur un slave
    • instance endpoint : permet de pointer spécifiquement une instance donnée. Ne garantit pas que cette instance restera un slave ou un master.

    You can determine which DB instance in an Aurora DB cluster that a connection is connected to by checking the innodb_read_only global variable, as shown in the following example.
    SHOW GLOBAL VARIABLES LIKE 'innodb_read_only';
    The innodb_read_only variable will be set to ON if you are connected to an Aurora Replica and OFF if you are connected to the primary instance.

    October 3, 2016 at 4:01:46 PM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html
    aurora aws mysql
  • minio/mc: Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.

    via Doo

    September 30, 2016 at 12:05:02 PM GMT+2 - permalink - archive.org - https://github.com/minio/mc
    aws s3
  • Pricing | phpList

    via Doo

    September 29, 2016 at 11:17:50 AM GMT+2 - permalink - archive.org - https://www.phplist.com/pricing
    mail
  • Free email marketing software

    via Doo

    September 29, 2016 at 11:17:37 AM GMT+2 - permalink - archive.org - https://www.mailjet.com/pricing_v3
    mail
  • Quickstart — Boto 3 Docs 1.4.0 documentation
    September 29, 2016 at 11:16:39 AM GMT+2 - permalink - archive.org - http://boto3.readthedocs.io/en/latest/guide/quickstart.html
    aws boto python
  • Note: Some useful AWS CLI oneliner

    Because terminal > web interface

    To briefly list all env (one env by line):
    aws elasticbeanstalk describe-environments|jq -r '.Environments|.[]| [.ApplicationName, .EnvironmentName, .VersionLabel, .Status, .CNAME] | @csv'|sort

    To get all info about one env (pass EnvironmentName):
    aws elasticbeanstalk describe-environments --environment-names toto-prod

    List all subnets:
    aws ec2 describe-subnets|jq -r '.Subnets|.[]|.SubnetId'

    List all ec2 instanceId:
    aws ec2 describe-instances|jq -r '.Reservations|.[]|.Instances|.[]|.InstanceId'

    List all ec2 instanceId with its associated subnetId:
    aws ec2 describe-instances|jq -r '.Reservations|.[]|.Instances|.[]|[.InstanceId, .SubnetId] | @csv'

    September 28, 2016 at 10:56:53 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?uMBmyg
    aws cli
  • How to update remote branch list on local machine? - Detlus Knowledge Base

    git remote update origin --prune

    September 28, 2016 at 9:59:41 AM GMT+2 - permalink - archive.org - http://kb.detlus.com/articles/git/how-to-update-remote-branch-list-on-local-machine/
    branch git remote
  • Security in Your VPC - Amazon Virtual Private Cloud

    AWS, c'est un métier.

    September 27, 2016 at 4:44:16 PM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html
    aws
  • Liberation mono

    10

    September 27, 2016 at 8:52:35 AM GMT+2 - permalink - archive.org - https://www.fontsquirrel.com/fonts/liberation-mono
    font
  • Managed Policies and Inline Policies - AWS Identity and Access Management

    AWS Managed VS Customer Manageg VS Inline

    September 22, 2016 at 11:08:16 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html
    iam policy
  • ZoneMinder - Home

    via Doo

    September 21, 2016 at 3:02:38 PM GMT+2 - permalink - archive.org - https://zoneminder.com/
    camera
  • IPFS is the Distributed Web

    via irc

    September 21, 2016 at 11:26:43 AM GMT+2 - permalink - archive.org - https://ipfs.io/
    p2p
  • Blockstack - The New Decentralized Internet

    via irc

    September 21, 2016 at 11:23:25 AM GMT+2 - permalink - archive.org - https://blockstack.org/
    p2p
  • Identities (Users, Groups, and Roles) - AWS Identity and Access Management

    Diff between user and role

    September 21, 2016 at 11:21:30 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id.html
    aws iam
  • Getting Credential Reports for Your AWS Account - AWS Identity and Access Management

    To generate a report

    • :

    In addition to using credential reports, you can also determine when a password or access key was last used by using these IAM APIs:
    ListUsers (AWS CLI command: aws iam list-users)
    GetUser (AWS CLI command: aws iam get-user)
    GetAccessKeyLastUsed (AWS CLI command: aws iam get-access-key-last-used)

    September 21, 2016 at 11:16:54 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html
    audit aws iam
  • Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances - AWS Identity and Access Management

    This one explains why to use roles

    September 21, 2016 at 11:14:50 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html
    aws iam
Links per page: 20 50 100
◄Older
page 55 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation