Skip to content
Tuesday, September 22, 2026

Developer.ps

Developer notes

  • 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 […]

  • Amazon EC2
  • Centos
  • Linux

Fix Amazon EC2 SSH login

  • Dirar Abu Kteish
  • November 20, 2016
  • 0

Blocked myself with CSF firewall on a Centos 7 server. With the “Run Command” feature was not available, and no web terminal or VNC console […]

  • Powershell

Powershell Commands

  • Dirar Abu Kteish
  • October 24, 2016
  • 0

Close all opened sessions Get-PSSession | Remove-PSSession Remove all variables from session Get-Variable -Exclude PWD,*Preference | Remove-Variable -EA 0

  • Centos
  • Linux

Install SSMTP on Centos 7

  • Dirar Abu Kteish
  • August 31, 2016
  • 0

Add the repo if it’s not added: yum install epel-release -y Install: yum -y install ssmtp (yum install mailx) if not installed Configure: alternatives –config […]

  • Linux
  • Uncategorized

Configuring Linux DHCP to work with LYNC

  • Dirar Abu Kteish
  • May 27, 2016
  • 0

The article: http://tohamey.blogspot.com/2011/10/configuring-linux-dhcp-to-work-with.html

Posts pagination

Previous 1 2 3 Next

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.