Automatic performance analytical framework and dashboardan idea by mgorman My last hackweek project was "melbot", a server-side automated system for running performance tests. This went from being a project to something the performance team now uses heavily. The volume of data it now produces is excessive and problems are easily missed. It's a short hackweek for me due to being on holiday for two of the days but there are three objectives to the hackweek project |
N00B Project: 2D game in Pythona project by bhertwig Two trainees embarking on their coding adventure! |
VLC: fix video filter chaina project by moskyto Dive into VLC and fix mixing video and audio sources together with multiple transcoding and multiple outputs. |
Telepresence bota project by chuller Over lunch the machinery team was talking about telepresence and mobile solutions and I came up with the idea of abusing a cheap wifi controlled toy tank as base for such a project. |
Package some stuff for openSUSE-Factorya project by pluskalm As every hackweek, lets package/update/cleanup some stuff fore factory: |
Get started with QTa project by moskyto Learn QT and make something to try it. |
Chef 12 on the (open)SUSEa project by nkrinner Recent packages for Chef on the SUSE platforms are in a poor shape. In the meantime, Chef 12 is in the beta phase. Let's use the hack week to polish and update our Chef packages. |
Disk operations should not stale the systeman idea by pmladek It happens from time to time that my system is less responsible. It is usually caused by extensive disk operations, e.g. searching disk for something, moving a lot of data. A solution would be to run these problematic tasks with ionice. But I think that desktop user should not need to take care of this. Also some of the operations are even caused by system tools and normal user has problems to affect it. I wonder if we could somehow improve the desktop setting or it it would even need some hacks into the scheduler. |
Grub2: make it easy to select the default boot targetan idea by pmladek "grub2-once" allows to print a numbered list of available targets using --list option. It allows to select the boot target using the number. It would be great to add this functionality to the "grub2-set-default" command as well. |
hack bundler-audita project by jordimassaguerpla bundler-audit is an open source that scans you Gemfile.lock (if you program with ruby) for known vulnerabilities. |
From kickstart to jumpstarta project by schillingf Introduction |
|
Port OtoBUR to C# Mono and maybe a Windows Phone porta project by namtrac Born as a hackweek #8 project OtoBUR (https://github.com/ismail/otobur) is an Android app to show Bursa (a Turkish city) Municipal Bus Timeline. Since I own a Windows Phone now I'd like to port it to Mono and later on Windows Phone (XAML). |
NFC login on openSUSEa project by acho-novell Using NFC(Near field communication) tag / phone Lock and Unlock ( replace password login ) on openSUSE with Gnome. |
Secure zero-trust P2P barter protocolan idea by KGronlund The use of the bitcoin testnet for trading cards for Hackweek got me thinking about a protocol more adapted for the tit-for-tat trade of virtual goods: the transaction only completed once both sides have contributed their share to the transaction. It would need some way for each side to verify that the goods traded are those agreed on. |
arbs - Mirror an ArchLinux package repository in a Build Servicea project by rneuhauser > [arbs] is a tool for keeping an OBS project in sync with an ArchLinux package repository. More specifically, I use it to sync [home:roman-neuhauser:arch-community][h:rn:ac] with [community.git][c.git], a mirror of the actual svn repository underlying community. |
CalDAV/CardDAV client in PHPa project by holgisms CalDAV [1] and CardDAV [2] are client/server protocols designed to allow users to access and share calendar and contact data on a server. There are many CalDAV and CardDAV clients around, e.a. Thunderbird/Lightning and also free CalDAV and CardDAV servers like Baïkal. |
Hamsta plugin: Tasks Distributed Scheduling Executionan idea by bwliu A series of tasks are automatically distributed on several machines. It can greatly reduce more running time than using just one machine. |
Learn SELinux CILa project by jsegitz SELinux Common Intermediate Language is a language that allows the creation of SELinux policies. Some of the traditional constrains (tight coupling, nested optionals, ...) are lifted or not as problematic. |
Get my hands wet with functional programminga project by alexandrubonini This is about starting to use functional programming paradigms that get used more and more? |
LFS from opensusea project by jerrytang Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own customized Linux system entirely from source. |
Port Spacewalk to openSUSEa project by moio Spacewalk is the upstream project of SUSE Manager. |
Improve VOVOa project by jloeser VOVO is a server-client architecture to determine current abuild load on devel-network machines. The goal is to trigger machines on and off depending on build power. It is an attempt to reduce power consumption. |
gfxboot for grub2a project by snwint Make a final attempt to implement a graphical user interface for grub2 (gfxboot2). |
Play with CoreOSa project by wanghaisu CoreOS is a new Linux distribution that has been rearchitected to provide features needed to run modern infrastructure stacks. CoreOS is popular on most cloud providers (EC2, Rackspace, GCE), virtualization platforms (Vagrant, VMware, OpenStack, QEMU/KVM) and bare metal servers (PXE, iPXE, ISO, Installer). |
Writing Starter Guide Documents for GNOME 3 Developmentan idea by tonghuix Will write a Starter Guide for GNOME 3 Development, in Chinese only at this point. |
Look at using the boost graph library as main container for devices in libstoragea project by aschnell Storing the devices in libstorage as a graph looks like a natural approach. The boost graph library (BGL) could be used here instead of the selfmade iterator over iterator (not a graph) concept currently used. |
detect and visualise git commits' patch-based dependenciesa project by aspiers It is well-known that two git commits within a single repo can be independent from each other, by changing separate files to each other, or changing separate parts of the same file(s). Conversely when a commit changes a line, it is "dependent" on not only the commit which last changed that line, but also any commits which were responsible for providing the surrounding lines of context, because without those previous versions of the line and its context, the commit's diff would not cleanly apply. |
Hack-a-geekoa project by okir Using traditional hardware development tools, apply a Non-uniform Choppy Transformation to a block of ligneous substance. The end result should be a 3D rendering of the Geeko glyph. |
|
Build a sharable local virtualization testing environmenta project by cyliu Currently whenever there is a test, we need to find or build environment on our own machine or borrow some one else's machine temparorily. I hope we can collect all testing machines in our local team and build a sharable testing environment. Every one can reserve and use the machine, add machine, check machine info to find proper one (hardware and software) for test, share vm images, share other testing related resources, etc. |
Say Hello To Ceph!a project by wanglh Learn ceph architecture and try to deploy a ceph cluster. |
Warp speed for virtualization CI testinga project by jfehlig The virtualization team's automated testing has a long history. It was born in the old Novell Integration Test framework. The virtualization lab ran an instance of this framework for many years. Over time, those who knew the framework left the company, taking their knowledge and leaving little documentation behind. As our testing needs increased, we found the old framework insufficient, but saw little value in improving it given the available open source CI frameworks. |
Look into Intel SGX (Software Guard Extensions) for KVM Virtualizationan idea by bfrogers Learn more about SGX and how that might get used with KVM Virtualization. |
kvmctx - a tool similar to xenctx, but for KVMa project by bfrogers I just learned about xenctx, which is used to help debug Xen issues. I am wondering if it would be easily ported to KVM. If not, perhaps at least creating the equivalent for KVM may be useful for handling problems with KVM guests. |
Shell script merging for crash use on L3 Europe and NTS USA core dump serversa project by dmair Each of the core dump upload servers in Europe and USA could be improved if the shell scripts were combined so that the same tasks can be performed on each site, e.g. downloading of all packages needed for crash usage with a specified core dump by allowing for configurable (or even automated) selection of locations to obtain data packages from. |
WSS Kernel team After-Hours schedule interfacea project by jpetersen Working on a way to add exceptions using javascript (jquery), php, json, and mysql to modify the generated calendar used to manage who is on after hours. |
pxe boot oncean idea by osynge pxe + autoyast is awesome but when multiple people share a pxe server is a pain. I understand foreman / chef provide a solution for this, but they are linked to puppet / chef. What I want is a simple modular tool to make life easy. pxe boot would allows you to send a simple http request and the next reboot of the server / VM will boot a non interactive fresh install. |
Debconf Done Right For SUSEan idea by osynge Usecases |
Implement proper RandR support in XFCEa project by joro XFCE currently has no support for monitor hotplugging, which makes it hard to use on Laptops with docking stations. This project wants to add support to XFCE to automatically adjust its display setup when the monitor configuration changes. |
Automate zypp translationsan idea by mlandres There are a couple of scripts and cron jobs on my WS which extract and merge back the zypp translations in the opensuse-i18n repository at svn.opensuse.org. It's overdue to bring this to our Jenkins CI. |
orthos.arch.suse.de uses shared password for root on hosts.an idea by osynge Shared passwords are evil |
pmpman -> why dont we automate the music on our phone / mp3 player?a project by osynge Usecase. |
|
NFire a new project to replace newburna project by lzwang newburn is a system press testing tool. But it is out of maintained. And it is heavily integrated in ctcs2. So replace it with a new one. |
Cosmic HA for OpenStacka project by mjura Idea is to prepare some advanced template examples for Heat orchestration in OpenStack, which will show: - how HA for VM guests can be used |
|
Make ruby-ui usable for YaSTan idea by dmacvicar ruby-ui was a hackweek project with jreidinger to make libyui (YaST text/graphical engine) usable from pure-ruby without going through YCP. |
|
|