Skip to content →

Tag: Scripting

Spotting influencers and VIPs in LinkedIn with PowerShell – Part 2: “The Dark Side”

What we have seen on our previous post may seem interesting and powerful. Essentially, what we are doing is opening the door to creating local datasets with personally identifiable information coming from our Social Networks. That's a pretty big deal. Therefore, there are a couple of things that we need to understand before going forward.

Privacy, Law and Ethics

Usually, on Digital Media, whenever you can access some information is because you have rights and permissions to do so. However, I would like you to consider the difference between “can” and “should”.…

Leave a Comment

Spotting influencers and VIPs in LinkedIn with PowerShell – Part 1: “The How To”

Liking, commenting, tagging, bookmarking or defining something as favorite are all common on-line activities these days. However, most of us don't realize the depth of information we leave behind each time we perform them and what we can actually do with that information.

This is perfectly understandable in a world that hides all those details behind APIs that regular people can't use. Fortunately, this is no longer the case anymore. Today I would like to show you how to leverage the Social Media Scripting Framework to extract meaningful information from those that connect with you or your brand in LinkedIn.…

Leave a Comment

“Less is more” … Have we achieved it on this new release of the Framework?

Back in 2013, I shipped the Social Media Scripting Framework for the first time. I was excited about it, but, at the same time, I realized that there were some things that, clearly, were too complicated. There is still a lot of work to do to make it even more simple and more capable. This is, definitely, not over. Anyway, I would like to spend some time showing you how the new updates have simplified the way you interact with the framework and how to get the most of it.…

Leave a Comment

Social Media Scripting Framework v0.5 BETA, has been finally released!

It's been a while since my last blog post. I know it. But, I have been focusing on “Getting Things Done”. This new version of the Social Media Scripting Framework has been quite a challenge and, in fact, it has taken longer than expected. Anyway, it is finally here!

But let's start from the beginning. Once the previous version was on the street, I have started collecting feedback from different sources. Many were exited with the possibilities that this tool was bringing to the table.…

Leave a Comment

Running Social Media Campaigns with PowerShell

The Social Media Scripting Framework has been published now for several weeks and the feedback that I’ve been collecting so far it’s been quite positive. In fact, I’ve learned a lot from the conversations that I’ve had with some of you and I am pretty confident that we are going to see interesting evolutions on future releases thanks to your contributions. Therefore, I would like to start thanking you all for help and support.

However, it is time to start explaining some concepts more in detail and showing up more complex examples.…

Leave a Comment

Say hello to the Social Media Scripting Framework!

It’s been a while since my last post. And there has been a reason for it, actually. I’ve been working on a new project, the Social Media Scripting Framework: a PowerShell-based environment that abstracts the complexities of modern Social Media Channels from the PowerShell command-line.

There is not question that Social Media Technologies have opened the door, not only to new ways of interaction and relationship, but also to new ways to evaluate and measure them. However, after looking at the current ecosystem of tools and solutions for a while, I’ve observed that many of them, and sometimes all of them, follow similar structural patterns.…

6 Comments

The case of the Zombie Connections

Recently I've come across to a weird incident where a very network-demanding application started to show strange behaviors and poor performance. This application consumes lots of sockets, both on the client and the server. Of course, this shouldn't be an issue, as long as there are lots of solutions out there that have similar requirements.

The case here was that, both the client and the server, kept orphaned/zombie TCP connections in state CLOSING and FIN_WAIT_2 on each side. In other words, no alive Process was the owner of those connections and, as a result, there was no way to close them and free network resources for the application service.…

Leave a Comment

What’s new in NMTools v4.54b0

Well, here we are again! :D. This is a much long awaited release. Definitely, this product is becoming more and more mature with each iteration. I can now say this from the experience of running NMTools on big and complex Production Environments to solve real problems and handle considerably demanding situations.

There is a lot of hidden work that has been done during the last eight months. That is why I would like to start thanking all the people that has contributed to this release in any way: code, feedback, ideas, etc.…

One Comment

NMTools v4.0b0 released!

Being able to allocate enough time to finally publish this release hasn't been an easy task for me. I hardly can believe it, but it's here! 😀

This is a very special announcement because this release introduces lot of new features and also introduces very deep changes from the previous versions.

One of the most noticeable details is that NMTools is now an independent project. It will no longer tied to OpenSLIM. Nevertheless, OpenSLIM still will be a dependency and you need it to fully take advantage of what NMTools delivers.…

Leave a Comment

How to Deploy Software using NMTools

software-installOn a previous article I showed some of the possibilities that PLEX modules introduced for our dayly tasks. I did consciously omitted any reference to software deployment at that moment for a number of reasons. The main one was that I consider this subject important enough to deserve its own chapter.

Deploying software can be achieved with regular modules, PLEX modules and, for those cases where complex conditions need to be considered when deploying one package, you can use the new DynX modules.…

Leave a Comment