Skip to content

Latest commit

 

History

History
111 lines (95 loc) · 4.31 KB

index.md

File metadata and controls

111 lines (95 loc) · 4.31 KB
baseptr layout description keywords hnav projects
.
profile
Playground for Free Software Projects
Ali Onur Uyar, GitHub, Free Software, Collaboration
Updates
About
Projects
Contact
name shortdesc longdesc prjpage
PyMunin
Python Module for developing Munin Multigraph Monitoring Plugins
Implements a framework for implementing Munin Plugins. Multigraph Plugins are provided for Apache Web Server, Apache Tomcat, APC PHP Cache, PHP FPM (Fast Process Manager), Asterisk, FreeSWITCH, Lighttpd, Memcached, MySQL Database, Nginx, Rackspace Coudfiles, Redis Server, NTP, PostgreSQL Database, Varnish Cache, CPU Utilization, Memory Utilization, Disk Usage, Disk I/O, Network Interfaces, Network Connections, Processes and Threads, etc.
true
name shortdesc longdesc prjpage
MAC-Telnet
Telnet / SSH via MAC Address (Client and Server)
Open source MAC Telnet client and server for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. Based on the original work of [haakonnessjoen](https://github.com/haakonnessjoen) (Håkon Nessjøen); forked the upstream version to add forwarding mode for tunneling a TCP connection through MAC-Telnet protocol, and implemented MAC-SSH client and server functionality for tunneling SSH protocol instead of implementing shell interface directly. Use cases include initial provisioning of servers and embedded systems and recovery from IP Stack configuration errors.
true
name shortdesc longdesc prjpage
healthgraph-api
Python Client Library for Health Graph API
The Python Client Library for [Health Graph API](http://developer.runkeeper.com/healthgraph). can be used for accessing [RunKeeper](http://runkeeper.com) for retrieving, updating, deleting and uploading Fitness Activity and Health Measurement Information.
true
name shortdesc longdesc prjpage
pg_manage
Backup / Recovery Scripts for PostgreSQL Database
Scripts for automating automating backup and recovery tasks for PostgreSQL Database Server. The following tasks are implemented: sending archive logs to backup server, retrieval of archive logs from backup server, initialization of database, generation of hot backups with archive logging, recovery from hot backup, dump (export) and restore (import) of databases and initial synchronization of database servers for setting up replication.
true
name shortdesc longdesc prjpage
pybackup
Python Module for Implementing Backup Scripts
Backups scripts in _Python_, being developed as an alternative to backup task specific custom shell scripts. Backup jobs are defined in a configuration file and different backup methods are implemented by plugins, that improve on error checking and reporting.
true

Updates

{% assign post_list = site.posts %} {% include prj_posts.inc %}

About

I am an Electrical and Electronics Engineer who has been working with Free Software since 1997. I started working a Software Developer on Solaris Platform, then went on to work in IT Security, System Administrator for UNIX Platforms (GNU/Linux, Solaris, AIX and HP/UX), IT Infrastructure Specialist and IP Telephony Specialist.

Here you can find information on some side projects published as Free Software.

Projects

{% for project in page.projects %} {% if project.prjpage %}

  • [{{ project.name }}] (./{{ project.name }}/) @ [GitHub] (https://github.com/{{ site.user }}/{{ project.name }}/) - {{ project.shortdesc }}
    {{ project.longdesc }} {% else %}
  • {{ project.name }} @ [GitHub] (https://github.com/{{ site.user }}/{{ project.name }}/) - {{ project.shortdesc }}
    {{ project.longdesc }} {% endif %} {% endfor %}

Contact

aouyar at gmail.com