Skip to content
Wednesday, September 23, 2026

Developer.ps

Developer notes

Year: 2017

  • Home
  • 2017
  • Amazon EC2
  • Centos
  • Linux

Manage AWS EC2 Snapshots

  • Dirar Abu Kteish
  • November 23, 2017
  • 0

Create and delete snapshots according to retention plan. IAM account:  In the AWS Management Console, go to IAM service.  On the right side click on […]

  • Powershell

Set default email for Office 365

  • Dirar Abu Kteish
  • August 6, 2017
  • 0

Depending on the information stored for the users in the AD, there is two ways this can be accomplished: 1.Set email field and default email […]

  • Uncategorized

bash: wp: command not found

  • Dirar Abu Kteish
  • August 4, 2017
  • 0

After installing WP-CLI as in here: http://wp-cli.org/ executing wp gives the error: bash: wp: command not found For me the problem was that the system […]

  • Python

Python – Get files modification date within a period of time

  • Dirar Abu Kteish
  • July 18, 2017
  • 0
  • Python

Python Script to set file dates

  • Dirar Abu Kteish
  • July 8, 2017
  • 0

#!/usr/bin/python # -*- coding: utf-8 -*- import sqlite3 as lite import os, csv, sys, subprocess, hashlib, time from datetime import timedelta, datetime, tzinfo import platform […]

  • Python

Python script to extract file Creation dates

  • Dirar Abu Kteish
  • July 8, 2017
  • 0

#!/usr/bin/env python import os, csv, sys, subprocess, hashlib, time, pytz from datetime import timedelta, datetime, tzinfo import pytz import tzlocal writer = csv.writer(sys.stdout, quoting=csv.QUOTE_ALL) il […]

  • ASA
  • Cisco
  • Networking

Limit the Bandwidth for Specific Network On Cisco ASA 5510

  • Firas Shamasneh
  • March 20, 2017
  • 0

access-list ACL-Guest extended permit ip object Guest_VLAN any access-list ACL-Guest extended permit ip any object Guest_VLAN class-map CM-THROTTLE-Guest match access-list ACL-Guest exit policy-map PM-THROTTLE class […]

  • Cisco
  • Networking
  • Python

A Python Script to Backup Cisco Routers and Switches

  • Firas Shamasneh
  • March 20, 2017
  • 0

#!/usr/bin/python import pexpect,sys,string,os,time,subprocess,getpass if len(sys.argv) !=2: print (“usage: backup [user@]hostname”) else: input_data = sys.argv[1] data=input_data.split(“@”) switch_un = data[0] switch_ip = data[1] switch_pw1 = getpass.getpass(“Enable Password:”) […]

  • Freenas
  • Hardware
  • SUPERMICRO

FreeNas Warning 3

  • Dirar Abu Kteish
  • March 12, 2017
  • 0

After flashing /dev/mpr0, another warning message regarding /dev/mpr1.   Listing all controller details: sas3flash -listall It brought up two different controllers, first one in IT […]

Github

Recent Posts

  • SMS Password Reset for Moodle: A Simple Plugin Approach
  • Arcade 02 – Arcade machine with Coin Acceptor
  • Full Arcade Cabinet
  • Atari 2600 Static Sound Problem
  • Arduino, LCD & buttons

Archives

  • May 2026
  • December 2024
  • December 2022
  • March 2020
  • December 2019
  • October 2018
  • April 2018
  • November 2017
  • August 2017
  • July 2017
  • March 2017
  • November 2016
  • October 2016
  • August 2016
  • May 2016
  • February 2016

Categories

  • Amazon EC2
  • ASA
  • Centos
  • Cisco
  • Freenas
  • Hardware
  • Linux
  • Moodle
  • Networking
  • PHP
  • Powershell
  • Python
  • Security
  • SUPERMICRO
  • Toyota Corolla
  • Uncategorized
  • Video Game Console
Copyright © 2026 Developer.ps Theme: Terminal News By Adore Themes.