Skip to content
View zax4r0's full-sized avatar
😂
well nothing
😂
well nothing

Block or report zax4r0

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
zax4r0/README.md

Pinned Loading

  1. vsnotes-v2 vsnotes-v2 Public

    TypeScript

  2. wind-components-vue wind-components-vue Public

    CSS

  3. codeemoji codeemoji Public

    TypeScript

  4. nestjs-graphql-api nestjs-graphql-api Public

    zax4r0/nestjs-geaphql-api , with mongodb with passport auth

    TypeScript

  5. Zram On Arch Zram On Arch
    1
    zRam is a virtual memory compression using block devices named /dev/zram using a fast compression algorithm (LZ4) that compress the least recently used (LRU) or inactive space in the memory allows the GNU/Linux kernel to free up more memory with less performance hit.
    2
    
                  
    3
    zRam is greatly increased the available amount of memory by compressing memory without swap disks/partition. It is recommended for the user to use zRam instead of not use/disable the swap to prevent out of memory (OOM) killer.
    4
    Create a zRam block devices
    5
    Load the zRam modules to the kernel using modprobe:
  6. git git
    1
    Sure, here is the nicely formatted version in Markdown:
    2
    
                  
    3
    ```bash
    4
    git config --global alias.changelog '!f() { git log master..HEAD --pretty=format:"%s (%h)" --no-merges --first-parent --grep="^feat\\|^fix\\|^docs\\|^style\\|^refactor\\|^perf\\|^test\\|^chore"; }; f'
    5
    ```