it-packet.blogspot.com
In The packet: Le recrutement à Cisco (Graduate Program)
http://it-packet.blogspot.com/2011/12/le-recrutement-cisco-graduate-program.html
IT, computers, networks, security . by Olivier Zheng. Lundi 5 décembre 2011. Le recrutement à Cisco (Graduate Program). Un post pour parler cette fois-ci du recrutement pour les programmes Jeune Diplômé (Graduate Program) de Cisco Systems. Alors tout d'abord, il faut savoir qu'il y a plusieurs programmes Jeune Diplômé:. Le programme aSE a ssociate System Engineer. Ce programme est destiné à former les System Engineers de Cisco, ce sont en fait des ingénieurs avant-vente. Les personnes qui ont été sélecti...
it-packet.blogspot.com
In The packet: Premier bilan après 6 mois au Vietnam
http://it-packet.blogspot.com/2015/06/premier-bilan-apres-6-mois-au-vietnam.html
IT, computers, networks, security . by Olivier Zheng. Jeudi 11 juin 2015. Premier bilan après 6 mois au Vietnam. Pour ceux qui n'auraient pas lu un de mes précédents billets, je suis parti vivre au Vietnam. Bon voilà, 6 mois à HoChiMinhVille, il est temps de faire un premier bilan. Au niveau de la météo, c'est simple pas moins de 20° en journée :). Par contre niveau polution, c'est pas le top :/. Voilà déjà 6 mois, le temps passe vite, allez je retourne prendre un caphe sua da :). MAC table - ARP table.
glynblogs.com
PowerShell Commands To List SharePoint Features « Glyn Clough's Blog - All about Microsoft SharePoint
http://www.glynblogs.com/2010/08/powershell-commands-to-list-sharepoint-features.html
Laquo; SharePoint 2010 Publishing Sites and Mobile Views Authentication Issue. SharePoint 2010 Web Parts and Malformed Reusable Content Error in Event Viewer. PowerShell Commands To List SharePoint Features. By Glyn Clough, on August 12th, 2010. The more I work with SharePoint 2010 the more I am starting to love PowerShell. My scripting skills are pretty basic (! List all installed features on the farm. It’s really straight forward using the. By feature display name alphabetically,. By feature ID,. Get-S...
it-packet.blogspot.com
In The packet: Making the move
http://it-packet.blogspot.com/2014/11/making-move.html
IT, computers, networks, security . by Olivier Zheng. Mercredi 19 novembre 2014. This is a post. I have just published on LinkedIn Pulse about the new chapter in my life. From December 2014, I will be in Vietnam. Currently I do not know if I will stay there for the rest of my life (I do not see future), but I will take the best of this experience. I had a job while some people could not have one (unemployment rate in France was around 10% for Q1 2014 - INSEE. Are you ready to wait 1, 5, 10 years in your ...
it-packet.blogspot.com
In The packet: MAC table - ARP table
http://it-packet.blogspot.com/2011/10/mac-table-arp-table.html
IT, computers, networks, security . by Olivier Zheng. Dimanche 9 octobre 2011. MAC table - ARP table. After my on-site interview at Google, I decided to write a post about the MAC table and the ARP table. What is the MAC table? The MAC table (or CAM table) is the table which contains MAC addresses. A switch uses this table to switch frames to the right output interface. What is the ARP table? Because the default aging time of these tables are different, it may create some problems. 9 janvier 2015 à 13:13.
it-packet.blogspot.com
In The packet: Cacti sur CentOS 7
http://it-packet.blogspot.com/2015/01/cacti-sur-centos-7.html
IT, computers, networks, security . by Olivier Zheng. Dimanche 25 janvier 2015. Cacti sur CentOS 7. Cela fait quelques semaines maintenant que je suis au soleil. J'entendais souvent les collègues se plaindre du réseau, alors j'ai décidé de mettre en place un petit serveur Cacti pour voir ce qu'il en ait exactement. Donc voici un petit condensé des commandes pour mettre en place le Cacti sur CentOS7. Mettre à jour les packages pré-installés, on sait jamais. Yum -y install yum-cron. Pour lancer les services.
it-packet.blogspot.com
In The packet: Getting the connector type on your Cisco devices using SNMP
http://it-packet.blogspot.com/2014/01/getting-connector-on-your-cisco-devices.html
IT, computers, networks, security . by Olivier Zheng. Lundi 20 janvier 2014. Getting the connector type on your Cisco devices using SNMP. At the end of 2013, the company where I'm currently working at, needed to know how many unused connectors are on our running devices (mainly Cisco devices). So, I needed to know what kind of information I could get from these devices. But at first, let's talk briefly about the SNMP protocol. To retrieve the information, we'll use the snmpbulkwalk command on Linux syste...
it-packet.blogspot.com
In The packet: Funny thing on IOS 15.1
http://it-packet.blogspot.com/2012/04/funny-thing-on-ios-151.html
IT, computers, networks, security . by Olivier Zheng. Jeudi 26 avril 2012. Funny thing on IOS 15.1. I'll let you see by yourself. Cisco IOS Software, C3900e Software (C3900e-UNIVERSALK9-M), Version. 151(2)T2.3, MAINTENANCE INTERIM SOFTWARE. Technical Support: http:/ www.cisco.com/techsupport. Compiled Sat 05-Feb-11 00:57 by prod rel team. ROM: System Bootstrap, Version 15.1(1r)T4, RELEASE SOFTWARE (fc1). Uptime is 3 hours, 31 minutes. System returned to ROM by reload at 13:40:44 GMT 2 Thu Apr 26 2012.
it-packet.blogspot.com
In The packet: Icinga2 + Icingaweb2 beta3 on Centos 7
http://it-packet.blogspot.com/2015/04/icinga2-icingaweb2-on-centos-7.html
IT, computers, networks, security . by Olivier Zheng. Lundi 20 avril 2015. Icinga2 Icingaweb2 beta3 on Centos 7. After customizing Cacti with some plugin, I thought it would be enough for our needs. Actually, it turns out I have to install a Nagios (need to perform checks using customized commands) and I discovered Icinga, a fork from Nagios. I used to work with Nagios in the past, so I decide to try Icinga (2 birds 1 stone). What I noticed during the setup :. Icinga2 installation guide is complete.
it-packet.blogspot.com
In The packet: First steps on Docker
http://it-packet.blogspot.com/2015/08/first-steps-on-docker.html
IT, computers, networks, security . by Olivier Zheng. Vendredi 7 août 2015. First steps on Docker. Docker is a new way to "virtualize" applications. Before Docker, to run multiple applications on the same host, we can install all the applications on the host (no virtualization), or put each application on a virtual machine (virtualized application). Imagine a networking tool using Docker containers, based on different manufacturer OS dockerized images. So now, about how to use Docker? By the way, if you ...
SOCIAL ENGAGEMENT