Skip to content

Instantly share code, notes, and snippets.

View zkxs's full-sized avatar

zkxs

View GitHub Profile
@zkxs
zkxs / psgrep
Last active August 29, 2015 14:25 — forked from minkcv/psgrep
grep for a process
#!/bin/bash
ps -Ne u
ps aux | fgrep "$1" | fgrep -v fgrep | fgrep -v $$
@zkxs
zkxs / test.svg
Created January 28, 2019 03:04 — forked from minkcv/test.svg
svg steganography
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.