Skip to content
shell{&}co

shell{&}co

Menu

  • News
    • Bug and tips
    • Automation
      • Ansible
    • Scripts & Code
      • Perl
        • Network
      • PHP
      • Powershell
        • Active Directory
        • Citrix
        • Cluster
        • Database
        • Exchange
        • Files and folders
        • Hardware
        • Network
        • Operating System
        • PKI
        • SCCM
        • Service and process
        • Tips
        • VMWare
      • Python
        • Monitoring
        • Network
        • PKI
        • Ruby
        • Security
      • Shell
        • Backup
        • Filesystem
        • Image processing
        • Monitoring
        • Network
        • PKI
        • Process
        • Time
        • Virtualization
        • Web
    • Fun
    • Project
      • Github
      • Log Analyzer

All you need to know about iptables

If you want to get more information on how iptables works, just have a look on this site. You will find this useful diagram : How the iptables rules are processed ? What is the processing order ? Destination local

shellandco_admin March 3, 2015 News, Security No Comments Read more

Create graph from nmon data files

pyNmonAnalyzer is a tool for parsing and reshuffeling nmon’s output into “normal” csv format. Nmon puts out a long file with a system-info header at the beginning, followed by a continuous stream of time stamped readings. This format makes it

shellandco_admin February 12, 2015 Monitoring, News, Python 1 Comment Read more

Create your own and free video surveillance system

This video surveillance system is based on this requirements: hardware a raspberry pi a network camera with MJPEG streaming software raspbian OS motion mutt msmtp I will show you in this tutorial how to create your own video surveillance with

shellandco_admin February 11, 2015 Fun, News, Project, Security No Comments Read more

Customize your Bash prompt

If you are like me sometimes, a lazy geek, you can now customize your bash prompt directly on a website. The author offers a way to generate the PS1 variable for your .bashrc file. You can drag and drop the

shellandco_admin February 10, 2015 Fun, News, Shell No Comments Read more

WordPress, apache server status collectd and mod_rewrite

WordPress, apache server status collectd and mod_rewrite If you have configured the apache server-status on your WordPress, you will have, probably like me, troubles to make it work. The problem is related on the mod_rewrite configuration. First, your server-status should

shellandco_admin February 3, 2015 News, PHP, Tips No Comments Read more

Download Pluzz videos with Python

I have written this script just “for fun”. The main prerequesite is to install the command-line program : youtube-dl. To do this, simply this the following command : pip install youtube-dl Youtube-dl is used to download the videos. My script

shellandco_admin January 28, 2015 Fun, News, Python No Comments Read more

Import DNS zone file in Bind with Python

I have written this procedure to help you on importing DNS zone in an existing Bind server. In the following procedure, I suppose the file to import have the “.dns” extension. To import these DNS zone files, you have to

shellandco_admin January 26, 2015 Network, News, Python, Shell No Comments Read more

Update multiple Bind zone files with sed

Problem description: Your DNS infrastructure is running on Bind and the operating system is linux. You need to update a host record (A) “private”. The current ip address is : 10.1.0.22. The new ip address is 10.45.2.1 Solution: To check

shellandco_admin January 22, 2015 News, Shell, Tips No Comments Read more

Disable username enumeration on WordPress

I found a simple way to disable/prevent the username enumeration on a WordPress installation. Follow these steps edit the file .htaccess of your WordPress installation add the following lines : RewriteCond %{QUERY_STRING} author=\d RewriteRule ^ /? [L,R=301] You can check

shellandco_admin January 16, 2015 News, Security No Comments Read more

Disable the SSL v3 Protocol on IIS and Apache

Disable the SSL v3 Protocol on IIS Open the Registry Editor and run it as administrator.For example, in Windows 2012: On the Start screen type regedit.exe. Right-click on regedit.exe and click Run as administrator. In the Registry Editor window, go

shellandco_admin January 6, 2015 News, Security No Comments Read more
  • « Previous
  • Next »

Recent Posts

  • Get Azure Security event workspace configuration
  • Copy certificate to the Windows Services store
  • Copy files from Windows CIFS share
  • Create a certificate from a request file with Powershell
  • Ansible – Manage multi-threading in playbooks

Recent Comments

  • shellandco_admin on Get GDI handles by process
  • tadalafil 20 mg on Get GDI handles by process
  • รับออกแบบโลโก้ on Playing with ACL on the Active Directory objects
  • ปืนสั้นแก๊ส on Audit the Active Directory FREE
  • XxGaaabrielxX on Fake update screens
Copyright © 2025 shell{&}co. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.