Open Source Monitoring System for performance and availability.
Pandora FMS is an enterprise-ready monitoring solution that provides unparalleled flexibility for IT to address both immediate and unforeseen operational issues, including infrastructure and IT processes. It uniquely enables business and IT to adapt to changing needs through a flexible and rapid approach to IT and business deployment. Pandora FMS consolidates all the needs of modern monitoring (ITOM, APM, BAM) and provides status and performance metrics from different operating systems, virtual infrastructure (VMware, Hyper-V, XEN), Docker containers, applications, storage and hardware devices such as firewalls, proxies, databases, web servers or routers. It's highly scalable (up to 2000 nodes with one single server), 100% web and with multi-tenant capabilities. It has a very flexible ACL system and several different graphical reports and user-defined control screens.
Change websites on a Wifi network
Network Spoofer lets you change websites on other people’s computers from an Android phone. After downloading simply log onto a Wifi network, choose a spoof to use and press start. Please note that there is no intention for Network Spoofer to include any malicious features. This application is a fun demonstration of how vulnerable home networks are to simple attacks, with permission of the network owner - DO NOT attempt to use Network Spoofer on any corporate or other non-residential networks (eg. at school, university). It becomes very obvious when Network Spoofer is being used on a Network, and use of Network Spoofer will be considered malicious hacking by network administrators. Available on the Android Market.
C++ exception (and generic) stack trace library (now libinstrument)
Project is migrating to libinstrument (https://sourceforge.net/projects/libinstrument/) Libcsdbg is a C++ exception stack tracer, offers the tools to create and process exception traces, the path an exception has propagated up the call stack, unwinding it, up to the point where it was handled. The traces are detailed with demangled function signatures and addr2line info (source file and line of each function call). Libcsdbg will perform flawlessly with multi-threaded programs, with dynamically linked shared objects (DSO) and with any statically linked library. Libcsdbg helps the developer/tester also create stack traces of any thread, at any point during, as a snapshot of the runtime call graph. This is very useful in cases of fatal errors, reception of terminating signals or process abortion/termination (such as segmentation faults)
Tested Devices : 1.Samsung Galaxy Y 2.Samsung Galaxy Y Duos Procedure : 1.copy both files in root of memory card 2.Insert that memory card in your android device 3.Now switch off your device 4.Now press volume up + power + home button together to start recovery mode 5.In this mode touch will not work so navigate using volume up and down keys and select using home button 6.Now select ‘update zip from sd card’ 7.Now select 'cwm.zip' 8.Yellow coloured menu will appear 9.Select ‘install zip from sd card’ 10.Then select ‘choose zip from sd card’ 11.Select ‘ delete_passward.zip’ 12.Now select ‘yes’ 13.Then the process will complete after some time 14.Now press back and select ‘Reboot Device’ 15.Now Draw Any pattern your device will unlock 16.Now to set new pattern lo
Portable Ubuntu Linux for Scientific Computing
Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated. https://sourceforge.net/projects/portable-linux/files/ Installation 1. Download the Wubi installer http://releases.ubuntu.com/saucy/wubi.exe 2. Install any flavor of Ubuntu. 3. Swap out the root.disk with the ones provided here. Overview LAMP stack running on localhost (127.0.0.1). Scientific, productivity & media packages include R (Rattle Data Miner), GridEngine, Condor, cooperative computing tools, WINE, LibreOffice, Evolution, Clinica, Neuro Debian Desktop, PsycoPy, OpenVibe, 3DSlicer, Paraview, Openshot. Cheers, Gregory Remington
A project that highly compresses android sources and uploads them here
Most Android platform developers have many problems, like slow internet or even low bandwidth. Due to this, they are unable to sync the big chunk of Android source codes from their respective repositories. Hence, most of the new and learning developers just fail at the first step which is downloading the source code! So, I started this project where people needing the sources just submit a pull request of they manifest required. After it is merged, Skadoosh automates the downloading, compressing and uploading of the sources to AndroidFileHost where the developers can download the highly compressed sources. This is done via a webhook and Caddy which keeps watching for changes on my repository. The result is a source tarball having a size which is much smaller than the stuff synced manually. Why name it "Skadoosh"? Well, as the urban dictionary defines it, it is a term used to do stuff at one go. And I love pandas.
broodROM
RC5 Released! (22-04-2012) Custom ROM for Samsung Galaxy S Plus (i9001), check XDA page for more information.
Arch Linux GNU suite for for Android OS
Droid Overlay is a package manager and software repository for Google Android™ operating system. This project provides set of Arch Linux packages and means of their chroot-less installation on your device. Graphics and other advanced features are not supported yet.
Allowing you to use the Linux desktop everywhere you are
MobiLinux is a mobile Linux distro based on Ubuntu 12.04 ARMv7 Build and is made to run on Android mobile phones while using little ram. This is based off http://sourceforge.net/projects/linuxonandroid/ and has been very much modified but should still be noted Requirments: - ARM based Android Mobile Phone - Android OS 2.2+ - ROOT ACCESS and BusyBox Binay - loop and ext2 kernel support - 2 GB of free space - 1 GHz CPU (dual-core or overclocked is recommended) - 512 RAM on board (1GB is recommended) - Network Connection (WLAN, LTE/EV-DO, GSM) (optional but suggested) - VNC Viewer - Terminal Emulator
halogenOS releases for YU Yunique
Deleted everything because fuck entitled mofos
DroidController is a Desktop app for Linux that let's you controll your Android devices. It supports rebooting to recovery mode or bootloader, it can help you root your device and open a shell on the device so you can controll it from the commandline
Free and simple build toolkit for HTML5-based Android apps
SAWS: Simplest Android Web Suite SAWS is an open-source build engine that allows you to turn a HTML5-based client web application into a mobile application for Android OS. Given the folder with your web app (HTML, JS, CSS) and its title, it outputs ready-to-use APK file with this application. Requirements: - Linux or other Unix-based OS with Bash shell - Java SDK (sun-java6-sdk or the latest openjdk version) - Ant - Android SDK installed with Android 2.1 (android-7) available as a target Configuration After unzipping, you must specify the exact path to your Android SDK folder (without last slash) in sdk.ini that resides in SAWS root folder: sdk.dir=/path/to/android-sdk Usage: /path/to/saws-build [application name] [webapp folder] [output apk file] e.g. ~/saws/saws-build "My Cool App" ~/webapp/ ~/nice.apk After this your nice.apk is ready to be installed on your device. SAWS does all the dirty work (assembly, compilation, signing and zipalign) for you.
Easily build software for your Linux distro repo
This project is a wrapper script using generated profiles that include any desired patches and files (such as .desktop, icons, and configurations) to easily update, build, and package the software to be made available in your Linux distributions' online repository. So instead of worrying about how to compile for autoconf, autogen, bootstrap, cmake, or the traditional configure, make, make install, for each software title in your repo, builder will take care of all those details so you can focus on the more important parts of your project! Currently, builder can compile for AMD/Intel 32 and 64 bit along with ARM v6/7 (most notably for the Raspberry PI). The available profiles will successfully build for the XiniX and TC Linux distros, but contributions from others for those variants or others are welcomed and will be added to the database for all to use! Profiles can be found at: http://repo.cliquesoft.org/vanilla/1.1/builder/ [TC|XiniX]
Learn Bash Shell Scripting in a Minute using this Collection of Script
Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user convenience. Notes: 1. You can use Free Programs like 7-zip to open and extract this tar file to your home folder, if your OS does not have a default application 2. Check Google for further inputs on any command usage or to achieve anything further 3. You may ignore errors caused by the date command on your OS, due to difference in syntax supported 4. As always, there is no substitute for a hands on practice session, which gives much confidence
Generates a playlist of files in directories in random directory order
Generates a playlist of files in directories in random directory order. Preserves the alphebetical ordering within directories but lists directories in a random order. Enables you to create a music playlist of random albums if you keep albums in separate directories. lots of directory scanning configuration options and size limiting. Will also produce a playlist to fit the free space on a specified device. Good for grabbing a random selection of albums to transfer to your device or just to be able to play albums in a random order if your device doesn't have this feature. You can also use it to generate separate playlists for separate directories by running it multiple times in another script (this is my current use for it in my Android device).
Multiplatform data-driven test automation execution services
SAFS is a software test automation framework supporting data-driven (aka keyword-driven) functional test automation and associated services. The framework can run stand-alone on Windows, Linux, and Mac as well as integrate the use of IBM Rational Functional Tester, IBM Rational Robot, Smart Bear/AutomatedQA Test Complete, Apple XCode UIAutomation, Android SDK Automaton, Thoughtworks Selenium, and several other tools. Among other features, it provides advanced support of language localization testing (NLS) allowing the same tests to work for many different languages or test configurations. With various different tool configurations SAFS can be used to test Java, Web/Html, Flex, .Net, WPF, Win, iOS, and Android domains natively. And with advanced Image-Based Testing support built-in SAFS can be used to test virtually anything, anywhere.
Android tools for MediaTEK MT53XX Serial Chips
Latest i9001 stock kernel, heavily tweaked!
broodKernel is a kernel that is always based on the latest i9001 kernel, the big difference between an other custom kernel is that broodKernel keeps the original zImage. This means that all stock features are available, in order to tweak it I added a lot of tweaks to the kernels ramdisk. next to the ramdisk tweaks there are 2 init.d scripts which allow you to manage broodKernel the way you want. Visit the github here: https://github.com/broodplank/broodKernel
broodROM Configurator
BETA 4 Changelog (https://sourceforge.net/p/brconfigurator/wiki/Changelogs/) broodROM Configurator, the easy way of configurating broodROM. Only compatible with Samsung Galaxy S Plus with broodROM installed. If you don't have broodROM and you want to use broodROM Configurator use the /nocheck parameter
Set of tools to set up chroot-based Linux distribution installs on Android devices.
Custom ROM for the Samsung Galaxy S Plus
Custom ROM for the Samsung Galaxy S Plus including AROMA Installery by amarullz for an easy Instalation via CWM/FeaModRecovery.
Cura is a remote SysAdmining application for the Android platform.
Cura is a mobile application for the Android platform. It is a bundle of remote systems administration tools. It provides a personalized terminal emulator, a syslog module that allows for reading logs directly from a server, a SysMonitor module that visually graphs CPU and RAM usage percentages, access to Nmap, and Server Stats which offers general server information like its Vitals, Hardware information, Memory information, processes, and so on. A security which allows users to have Cura's database completely wiped upon them sending the compromised phone a secret pattern of their choosing is also implemented.
VMWare Virtual Machine made for Any kind of Android Development
VMWare Virtual Machine made for Any kind of Android Development (ROM, Kernel and App development!)
This project intends to port the "Android Open Source Project "on the Samsung Galaxy GT-i7500. We are working with the Eclair 2.1 branch of the Android Open Source Project. This project use modified framework, core and settings from Cyanogen.