Skip to content
View shootie22's full-sized avatar
💭
😎
💭
😎
  • Copenhagen, Denmark 🇩🇰
  • 05:44 (UTC +01:00)

Block or report shootie22

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. matrix-stickerpicker matrix-stickerpicker Public

    Forked from xz-dev/stickerpicker

    Matrix sticker/emote picker witget with animation support.

    Python

  2. qtranslate qtranslate Public

    a quick and simple tool to translate text for Linux

    Python

  3. check & set I/O scheduler in linux check & set I/O scheduler in linux
    1
    # check & set I/O scheduler in linux
    2
    ### check command
    3
    `$ cat /sys/block/*/queue/scheduler`
    4
    ### sample output
    5
    ```
  4. mount lvm volume mount lvm volume
    1
    Run `sudo pvs` to get a volume group (column VG) for your device.  
    2
    Run `sudo lvdisplay ⟨your VG⟩` to get a LV Path.  
    3
    Run `sudo vgchange -a y` to activate all groups.  
    4
    Now you can mount it: `sudo mount ⟨your LV Path⟩ /mnt/somepoint`  
  5. MediaCMS media import script MediaCMS media import script
    1
    #
    2
    #   Media import script for MediaCMS
    3
    #   Goes through all subfolders recursively.
    4
    #   You can specify which kinds of files it should look for in the list below.
    5
    #   
  6. set cpu governor to performance set cpu governor to performance
    1
    # set cpu governor to performance
    2
    *requires cpupower
    3
    
                  
    4
    `cpupower --cpu all frequency-set --governor performance`
    5