Skip to content
View Ozymandias42's full-sized avatar
  • Germany
Block or Report

Block or report Ozymandias42

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Dotfiles Dotfiles Public

    My Dotfiles for a lot of stuff

    Shell 2

  2. xhyve-manager xhyve-manager Public archive

    A simple manager for configuring, creating and starting xhyve VMs. Written in bash

    Shell 7

  3. Functional-Bash Functional-Bash Public

    A small collection of FP functions for use in bash

    Shell 5

  4. Windows-Cleanup-Script Windows-Cleanup-Script Public

    A Powershell script to remove unwanted apps, services, and optional features and setup the ssh server

    PowerShell 5

  5. zypper-autoremove.sh zypper-autoremove.sh
    1
    #Single Liner
    2
    while [[ $(zypper pa --unneeded|tail -n+5|wc -l) -gt 0  ]]; do zypper pa --unneeded |tail -n+5|cut -d'|' -f3 | xargs sudo zypper rm; done
    3
    
                  
    4
    #Bash functions
    5
    zypper-cleanup() {
  6. MyBlog MyBlog Public

    Personal blog of Ozymandias42

    Ruby 1