Skip to content

Instantly share code, notes, and snippets.

View smouelhi's full-sized avatar
🔩
Code > CI/CD > Pipeline > Siker

Seif Eddine Mouelhi smouelhi

🔩
Code > CI/CD > Pipeline > Siker
View GitHub Profile

Keybase proof

I hereby claim:

  • I am smouelhi on github.
  • I am smouelhi (https://keybase.io/smouelhi) on keybase.
  • I have a public key ASDJZ_xFX0cwSEcuSSNmrQvTLvoYX_diSLgHmqRFLE_rLQo

To claim this, I am signing this object:

kubectl get pods | grep Evicted | awk '{print $1}' | xargs kubectl delete pod
@smouelhi
smouelhi / bash_curl_loop
Created April 23, 2019 09:37 — forked from ceme/bash_curl_loop
bash curl loop
while true; do sleep 1; curl http://www.google.com; echo -e '\n\n\n\n'$(date);done
@smouelhi
smouelhi / ffmpeg-compress-mp4
Created April 9, 2019 09:44 — forked from lukehedger/ffmpeg-compress-mp4
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
@smouelhi
smouelhi / .gitconfig
Last active March 31, 2019 05:09 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = guru@guru.guru
username = guru
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
*.DS_Store
bin
target
.classpath
.project
.settings
src/main/webapp/META-INF
.idea
*.iml