Searching words with ‘grep’ in multiple files
Searching words with ‘grep’ in multiple files Linux / Command line One common issue while debugging, refactoring or just programming is when you are searching
Searching words with ‘grep’ in multiple files Linux / Command line One common issue while debugging, refactoring or just programming is when you are searching
htop: uptime (!) Linux / Command line Realizando una revisión de rutina en los equipos de un cliente, noté algo que no me había llamado
Ahorrando tiempo de compilación con make -j Linux / Compilar A la hora de compilar una libreria, un programa o el propio kernel de Linux,
Acceso remoto por tunel SSH inverso cuando no hay acceso Cuantas veces han querido tener acceso SSH a un servidor dentro de una red privada
When clipping a video, mind the GOP and hope the I-frame is an IDR-frame A picture is worth a thousand words, but when it is
Using GCC Intrinsics (MMX, SSEx, AVX) to look for max value in array To begin with, you shouldn’t start your new codes focusing on performance;