Skip to content

Grokking Hard

code smarter, not harder

Author: genzerhawker

Goes back quicker in Terminal

When I was working on a Terminal, I used to type lots of cd and cd .. to go back and forth the directory. Too often, when I went to deep into the directory hierarchy, I got to type multiple times cd .. just to move up to parents, or a long command like cd … Continue reading Goes back quicker in Terminal →

genzerhawker journal Leave a comment 2021-03-082021-03-08 1 Minute

Less well-known uses of curl

When it comes to make HTTP calls, I always use curl as it is a ubiquitous tool for the job. Today, I discover that I can use curl for some other tasks. copying files curl supports the FILE protocol (file:/), therefore it is possible to "download" a file: $ curl file:/path/to/some/large/file -o /the/destination/file % Total … Continue reading Less well-known uses of curl →

genzerhawker journal Leave a comment 2020-10-132020-10-13 1 Minute

Convert Git to Git LFS

There are some Git repositories in the company contain mostly binary files (Words, Excel, PDFs, etc). As Git is not designed to track binary files effectively, eventually the repository ends up pretty large (over 2GB) and will become a PITA on git clone. In order to effectively solves this, switching a regular Git to Git … Continue reading Convert Git to Git LFS →

genzerhawker journal Leave a comment 2020-09-162020-09-22 3 Minutes

TIF – Powerful SSH #1

Recently, I discovered that SSH have some wonderful features and usages that I didn't know before. Faster copying directories with rsync via SSH When it comes to copying files back and forth to a remote server, I usually go for scp. scp even supports to copy a whole directory: Not until recently, a colleague of … Continue reading TIF – Powerful SSH #1 →

genzerhawker journal, today-i-found Leave a comment 2020-04-012020-04-01 1 Minute

Sending Messages to Yourself on Skype

I always like a simple feature in Slack that you can chat with yourself to store notes, links, files or your own reminders. Despite that fact that I use it most of the time, this feature doesn't exist in Skype, and I really hate it. Turns out there is a simple trick to do it … Continue reading Sending Messages to Yourself on Skype →

genzerhawker notes Leave a comment 2018-01-312020-02-15 1 Minute

Posts navigation

Older posts
Newer posts

Categories

  • java
  • journal
  • notes
  • thoughts
  • today-i-found
  • Uncategorized
  • work

Recent Posts

  • Trying out NetworkPolicy on Kubernetes running on Docker for macOS
  • Convert checksum between Hex and Base64 using CLI
  • Download File and Verify Checksum in Bash
  • MongoDB failed to lock file on OpenShift using NFS file system
  • The Collector’s Fallacy  – Zettelkasten Method

Archives

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com
Blog at WordPress.com.
Grokking Hard
Blog at WordPress.com.
  • Follow Following
    • Grokking Hard
    • Already have a WordPress.com account? Log in now.
    • Grokking Hard
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...