Skip to content
View fmeyer's full-sized avatar
👨‍💻
Grinding
👨‍💻
Grinding

Highlights

  • Pro

Block or report fmeyer

Report abuse

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

Report abuse

Pinned Loading

  1. Unfollow everyone on linkedin Unfollow everyone on linkedin
    1
    // Go to here https://www.linkedin.com/feed/following/?filterType=connection 
    2
    // open the chrome dev tools console 
    3
    // paste the following 
    4
    // go grab a cup of tea
    5
    // get rid of all life coach from linkedin 
  2. Renders a Github Wiki with the conte... Renders a Github Wiki with the content and entries from a log book
    1
    #!/bin/bash
    2
    cd ~/code/logdata.wiki/ || exit
    3
    TS=$(date +'%H:%M:%S')
    4
    DS=$(date +'%Y-%m-%d')
    5
    YEAR=$(date +'%Y')