View L'Évangile de Tux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
L'Évangile de Tux, dévoilé | |
L'histoire de chaque génération est façonnée par une mythologie. Chaque millénaire | |
abrite un culte de l'apocalypse. Chaque légende est déformée jusqu'à ce que le | |
haut-parleur fonde. Aujourd'hui, des archéologues de l'Université de Helsinki ont | |
mis au jour ce qui pourrait être les premiers écrits connus du Culte de Tux, une | |
secte religieuse fanatique qui a prospéré à l'aube de l'Ère du Silicium, aux | |
alentours du début du troisième millénaire après J.-C... | |
L'Évangile de Tux (v1.0) |
View Configuration for .gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Pavan Kumar Sunkara | |
email = pavan.sss1991@gmail.com | |
username = pksunkara | |
[core] | |
editor = nvim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
pager = delta | |
[sendemail] | |
smtpencryption = tls |
View gpg_fix.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For troubleshooting, two things to first try: | |
run `git config --global gpg.program gpg2`, to make sure git uses gpg2 and not gpg | |
run `echo "test" | gpg2 --clearsign`, to make sure gpg2 itself is working | |
If that all looks all right, one next thing to try: | |
run `brew install pinentry` to ensure you have a good tool installed for passphrase entry | |
If after that install and you re-try git commit and still get the "failed to sign the data" error: | |
run `gpgconf --kill gpg-agent` to kill any running agent that might be hung |
View Gospel of Tux unearthed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gospel of Tux unearthed | |
Gospel of Tux unearthed | |
Every generation has a mythology. Every millenium has a doomsday cult. Every | |
legend gets the distortion knob wound up until the speaker melts. Archeologists at | |
the University of Helsinki today uncovered what could be the earliest known | |
writings from the Cult of Tux, a fanatical religious sect that flourished during the | |
early Silicon Age, around the dawn of the third millenium AD... | |
The Gospel of Tux (v1.0) |
View El Evangelio de Tux, desenterrado
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
El Evangelio de Tux, desenterrado. | |
__________________________________________________________________________________________ | |
Cada generación tiene una mitología. Cada milenio tiene un día del | |
Juicio Final. | |
Cada leyenda lleva el nudo de la distorsión hasta que el orador se | |
funde. Un grupo de arqueólogos en la Universidad de Helsinki descubrieron | |
hoy lo que pueden ser las escrituras más antiguas conocidas del Culto de |
View smb.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
semanage fcontext -a -t samba_share_t /root/downloads | |
chcon -R -t samba_share_t /root/downloads |
View matrixshell.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#modified from https://gist.github.com/dhaiducek by Felipe Gonzalez f.alfonso@res-ear.ch | |
lines=$(tput lines) | |
cols=$(tput cols) | |
awkscript=' |
View gist:9e2729fdcc61d21274bbe9b66342626e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env sh | |
lines=$(tput lines) | |
cols=$(tput cols) | |
awkscript=' | |
{ | |
letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()" | |
lines=$1 |
View gomatrix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
lines=$(tput lines) | |
cols=$(tput cols) | |
awkscript=' | |
{ | |
lines=$1 | |
random_col=$3 | |
letter=$4 |
View fuzzylogic.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** A small operation of basic fuzzy logic functions in C++ **/ | |
/** | |
@file fuzzylogic.c | |
@ingroup mc2liveAlg | |
co-developer : Felipe A. Gonzalez f.alfonso@res-ear.ch | |
collaboration - hugh rawlinson - mu202hr@gold.ac.uk | |
**/ |
NewerOlder