4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 67 / 217
Newer►
  • thumbnail
    8 Essential Subreddits
    February 1, 2016 at 4:07:43 PM GMT+1 - permalink - archive.org - https://danielmiessler.com/blog/reddit-subreddits-you-should-know-about/?amp;utm_source=feedpress.me&utm_campaign=Feed%3A+danielmiessler
    reddit
  • thumbnail
    linux - Can dpkg verify files from an installed package? - Server Fault

    L'équivalent de rpm -qV, bien mieux que debsums qui se limite à verifier quelques fichiers. J'ai l'impression que dpkg -V vérifie bien TOUS les fichiers du packages (même ceux dans /etc)

    -V, --verify [package-name...]
    Verifies the integrity of package-name or all packages if omit‐
    ted, by comparing information from the installed paths with the
    database metadata.

          The output format is selectable with the --verify-format option,
          which by default uses the rpm format, but that might  change  in
          the  future,  and  as  such programs parsing this command output
          should be explicit about the format they expect.
    January 31, 2016 at 6:35:02 PM GMT+1 - permalink - archive.org - http://serverfault.com/questions/322518/can-dpkg-verify-files-from-an-installed-package
    dpkg
  • As a software engineer, how do I shift my career to devops? - Quora

    I'm going to answer this question as wholly and honestly as I possibly can. Nevertheless, I have filled this answer with an occasional shameless plug. You've been warned.

    For starters, I work at www.bazaarvoice.com | Bazaarvoice. We're big fans of cloud. Real big. We're also fans of DevOps. There's a lot of discussion these days about "What is DevOps?" Usually, this term is used to describe Systems Programmers (sometimes called Infrastructure Engineers, Systems Engineers, Operations Engineers or, in the most unfortunate case, Systems Administrators). This is not what DevOps means, but in the context of career development, it carries the connotation of a "modern" Systems Programmer.

    So, you're a developer and you want to get in on the ops action. Boy, are you in for a surprise. This isn't about installing Arch Linux and learning to write Perl. There's a place for that kind of thing (a very small, dark place in a very distant corner of the universe), but let's first consider a few things about what DevOps is and what DevOps is not.

    What a DevOps role is:

    Writing code / software.
    Building tools.
    Doing the painful things, as often as you can.
    Being on the on-call rotation for 2 a.m. production outages.
    Infrastructure design.
    *NIX. Because Windows freaking sucks. (That said, I use OS X and prefer it to any *NIX distribution, but under the hood, it's *NIX, too.)
    Scaling stuff. Scale matters.
    Maintenance. Like rebooting that frail vhost with a memory leak that no one's bothered to fix or take ownership of.
    Monitoring. Lots of it.
    Virtualization.
    Agile development methodology.
    Software release cycles and management.
    Automation. Automation. Automation.
    Designing a branch/release strategy for the provided SCM (git, Mercurial, svn, etc).
    Metrics / reporting. Goes hand-in-hand with monitoring.
    Optimization / tuning.
    Load / performance testing and benchmarking, including performance testing of highly complex systems.
    Cloud. Really, you don't have to have cloud experience, but it can fundamentally change the way you think about complex systems.
    Configuration management. (You've surely heard of Puppet, Chef, Ansible, etc. Yes?)
    Security.
    Load balancing / proxying. (Of services, systems, components and processes.)
    Authentication services.
    Command-line fu (like
    
    awk
    
    .
    Package management. Freaking package management.
    CI/CIT/CD -- continuous integration, continuous integration testing, and continuous deployment. This is the closest thing to the real meaning of "DevOps" that a Systems Programmer will do.
    Databases. All of them. SQL, NoSQL, whatever.
    Solid systems expertise. We're talking about the networking stack, how hard disks work, how filesystems work, how system memory works, how CPU's work, and how all these things come together. This is the traditional "operations" expertise you've heard about.

    What a DevOps role is not:

    Easier than being a software engineer.
    Never writing code. I write tons of code.
    Installing Linux and never touching your favorite OS again.
    Working the third shift. (At least, it shouldn't be; if it is, quit your job and come work with me: Keep Austin Bazaar.)
    More "fun" than being a software engineer.
    Greenfield. You'll deal with old stuff in addition to new stuff.
    January 31, 2016 at 1:58:19 PM GMT+1 - permalink - archive.org - https://www.quora.com/As-a-software-engineer-how-do-I-shift-my-career-to-devops?srid=IB0i&utm_content=bufferf26f3&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
    devops
  • thumbnail
    fnando/i18n-js: It's a small library to provide the I18n translations on the Javascript. It comes with Rails support.
    January 29, 2016 at 3:29:59 PM GMT+1 - permalink - archive.org - https://github.com/fnando/i18n-js
    i18n js rails translate
  • Archived content - Nmap tutorial

    La raison pour laquelle on voit des block en OUPUT de certains type ICMP dans les scripts iptables :

    Scanning for open UDP ports is done with the -sU option. With this scan type, Nmap sends 0-byte UDP packets to each target port on the victim. Receipt of an ICMP Port Unreachable message signifies the port is closed, otherwise it is assumed open.

    One major problem with this technique is that, when a firewall blocks outgoing ICMP Port Unreachable messages, the port will appear open. These false-positives are hard to distinguish from real open ports.

    January 29, 2016 at 2:44:48 PM GMT+1 - permalink - archive.org - https://nmap.org/bennieston-tutorial/
    icmp scan security udp
  • Kinto/kinto

    Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.

    ça peut servir

    January 29, 2016 at 2:15:44 PM GMT+1 - permalink - archive.org - https://github.com/Kinto/kinto/
    db json sync
  • Using Nmap + Logstash to Gain Insight Into Your Network | Elastic
    January 29, 2016 at 2:10:34 PM GMT+1 - permalink - archive.org - https://www.elastic.co/blog/using-nmap-logstash-to-gain-insight-into-your-network
    elk nmap
  • Module ngx_http_core_module

    Un truc important :

    During searching for a virtual server by name, if the name matches more than one of the specified variants, (e.g. both a wildcard name and regular expression match), the first matching variant will be chosen, in the following order of priority:

    the exact name
    the longest wildcard name starting with an asterisk, e.g. “*.example.com”
    the longest wildcard name ending with an asterisk, e.g. “mail.*”
    the first matching regular expression (in order of appearance in the configuration file)
    January 28, 2016 at 5:32:03 PM GMT+1 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html#server_name
    conf nginx order
  • thumbnail
    Remove files from Git commit - Stack Overflow

    Pour cancel un commit qui n'a pas encore été push

    git reset --soft HEAD^

    January 28, 2016 at 4:04:19 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/12481639/remove-files-from-git-commit
    cancel commit git
  • Air Bonsai | Create your "little star" by Hoshinchu Air Bonsai Garden — Kickstarter

    bonzai volant

    January 27, 2016 at 3:48:50 PM GMT+1 - permalink - archive.org - https://www.kickstarter.com/projects/1280002828/air-bonsai-create-your-little-star?ref=friends_backed
    deco
  • Why I Strive to be a 0.1x Engineer | Benji's Blog -

    truestory :

    Let’s not build that feature.
    Is there existing software that could be used instead?
    Let’s not add this functionality.
    Does the complexity it will introduce really justify its existence?
    Let’s not build that product yet.
    Can we first do some small things to test the assumption that it will be valuable?
    Let’s not build/deploy that development tool.
    Can we adjust our process or practices instead to make it unnecessary?
    Let’s not adopt this new technology.
    Can we achieve the same thing with a technology that the team is already using and familiar with? “The best tool for the job” is a very dangerous phrase.
    Let’s not keep maintaining this feature.
    What is blocking us from deleting this code?
    Let’s not automate this.
    Can we find a way to not need to do it all?
    January 27, 2016 at 2:31:30 PM GMT+1 - permalink - archive.org - http://benjiweber.co.uk/blog/2016/01/25/why-i-strive-to-be-a-0-1x-engineer/
    engineer true
  • ied by alexanderGugel

    npm alternativ

    January 27, 2016 at 10:46:38 AM GMT+1 - permalink - archive.org - http://gugel.io/ied/
    npm
  • thumbnail
    fastos/tcpdive: A TCP performance profiling tool.

    ça a l'air chouette, dommage que la version soit limitée à un kernel si vieux et que ce soit seulement packagé en rpm

    à tester quand même sur une centos 6.5

    January 27, 2016 at 10:43:36 AM GMT+1 - permalink - archive.org - https://github.com/fastos/tcpdive
    tcp tcpdive
  • Plantronics BackBeat Pro review | TechRadar

    via Doo

    January 26, 2016 at 4:01:41 PM GMT+1 - permalink - archive.org - http://www.techradar.com/reviews/audio-visual/hi-fi-and-audio/headphones/plantronics-backbeat-pro-1271167/review
    casque hardware
  • OVH mail inclu avec domaine

    Chez OVH une boite mail et un petit espace d'hébergement est offert quand on loue un domaine.

    Pour l'activer il faut se rendre dans le manager, cliquer sur le domaine en question dans la liste des Domaines à gauche
    Puis à droite "Activer un hébergement web" (choisir le Start10M Gratuit)
    Il faut ensuite valider la commande et attendre que l'opération se termine

    Ensuite dans la colonne à gauche, dans la section email, cliquer sur le domaine concerné et là miracle on peut créer une boite mail et un grand nombre d'alias et la possibilité de rediriger..

    Pratique pour recevoir des mails sur un domaine custom sans se prendre la tête

    Plus d'info : https://www.ovh.com/fr/domaines/offre_hebergement_start10m.xml

    January 26, 2016 at 2:34:25 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?8DKNGg
    domaine mail ovh
  • thumbnail
    I Photographed A Cute Little Ermine On Our Hike In Northwestern Montana | Bored Panda
    January 25, 2016 at 3:12:48 PM GMT+1 - permalink - archive.org - http://www.boredpanda.com/pop-goes-the-ermine/
    furet hermine photo
  • Sleep random time before to act

    sleep $(shuf -i 1-600 -n 1) && /bin/gogo

    January 25, 2016 at 11:24:19 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?oO0cBA
    random shuffle sleep
  • Wekan — open-source kanban
    January 23, 2016 at 2:31:13 PM GMT+1 - permalink - archive.org - https://wekan.io/
    kanban opensource trello
  • Natural Earth

    Via eespie

    January 23, 2016 at 10:57:17 AM GMT+1 - permalink - archive.org - http://www.naturalearthdata.com/
    map
  • thumbnail
    Nginx Caching - Servers for Hackers
    January 21, 2016 at 4:49:18 PM GMT+1 - permalink - archive.org - https://serversforhackers.com/nginx-caching/
    cache nginx
Links per page: 20 50 100
◄Older
page 67 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation