Naveenkumar M Hanchinamani (naveenmh)

naveenmh

Geek Repo

Location:Bengaluru

Home Page:https://github.com/naveenmh

Github PK Tool:Github PK Tool

Naveenkumar M Hanchinamani's repositories

centos-custom-ISO-build

Its explained for a project and you can try the same for your requirement.

Language:ShellStargazers:18Issues:0Issues:0
Language:ShellLicense:GPL-2.0Stargazers:0Issues:0Issues:0

PXE-server-configuration

Pxe server configuration steps

Stargazers:0Issues:0Issues:0

integralstor

Linux and ZFS based, open source NAS and unified storage system

Language:PythonStargazers:0Issues:0Issues:0

awesome-test-automation

A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com

Stargazers:0Issues:0Issues:0

integralstor_gridcell

Gluster/ZFS based open source scale-out storage system

Language:PythonStargazers:0Issues:0Issues:0

integralstor_common

Modules that will be common across the single node and multi node versions of integralstor

Language:PythonStargazers:0Issues:0Issues:0

unicell_admin_docs

Documentation for IntegralSTOR UNICell

Stargazers:0Issues:0Issues:0

fio

Flexible I/O Tester

Language:CLicense:GPL-2.0Stargazers:0Issues:0Issues:0

ffmpeg-install-madeeasy

easy steps to install ffmpeg -a video converter

Language:ShellStargazers:1Issues:0Issues:0

bmtc

All BMTC related data projects

Language:HTMLStargazers:0Issues:0Issues:0

zfs

Native ZFS for Linux

Language:CLicense:NOASSERTIONStargazers:0Issues:0Issues:0

camp-web

Website for camp

Language:HTMLStargazers:1Issues:0Issues:0
Language:ShellLicense:MPL-2.0Stargazers:1Issues:0Issues:0

salt-master

{ "builders": [{ "type": "virtualbox-iso", "virtualbox_version_file": ".vbox_version", "headless": false, "guest_os_type": "RedHat_64", "disk_size": 80960, "iso_url": "http://mirrors.kernel.org/centos/6.6/isos/x86_64/CentOS-6.6-x86_64-minimal.iso", "iso_checksum": "4ed6c56d365bd3ab12cd88b8a480f4a62e7c66d2", "iso_checksum_type": "sha1", "boot_command": [ "<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.6-x86_64/ks.cfg<enter><wait>" ], "boot_wait": "12s", "http_directory": "http", "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22, "ssh_wait_timeout": "10000s", "vboxmanage": [ ["modifyvm", "{{.Name}}", "--memory", "512"], ["modifyvm", "{{.Name}}", "--cpus", "1"] ], "shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p" }, { "type": "vmware-iso", "headless": false, "guest_os_type": "centos-64", "disk_size": 80960, "iso_url": "http://mirrors.kernel.org/centos/6.6/isos/x86_64/CentOS-6.6-x86_64-minimal.iso", "iso_checksum": "4ed6c56d365bd3ab12cd88b8a480f4a62e7c66d2", "iso_checksum_type": "sha1", "boot_command": [ "<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.6-x86_64/ks.cfg<enter><wait>" ], "boot_wait": "12s", "http_directory": "http", "tools_upload_flavor": "linux", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22, "ssh_wait_timeout": "10000s", "vmx_data": { "memsize": "512", "numvcpus": "1", "vhv.enable": "TRUE" }, "shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p" }], "post-processors": [{ "output": "build/centos-6.6-x86_64.box", "type": "vagrant", "only": ["virtualbox-iso"] }, { "output": "build/centos-6.6-x86_64-{{.Provider}}.box", "type": "vagrant", "only": ["vmware-iso"] }], "provisioners": [{ "type": "shell", "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'", "scripts": [ "scripts/vagrant.sh", "scripts/puppet-bootstrap/centos_6_x.sh", "scripts/vboxguest.sh", "scripts/centos_6_x_network.sh", "scripts/compact.sh" ], "override": { "vmware-iso": { "scripts": [ "scripts/vagrant.sh", "scripts/puppet-bootstrap/centos_6_x.sh", "scripts/centos_6_x_vmtools.sh", "scripts/centos_6_x_network.sh", "scripts/compact.sh" ] } } }] }

Stargazers:1Issues:0Issues:0

android-actionbarstylegenerator

[DEPRECATED] Easily create a simple, attractive and seamless custom action bar style for your Android application

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0