linux

Linux Desktop experiences

DRAFT A long-long years ago (til 2007) I used linux as desktop (Gentoo exactly). After, the windows 7 and the…

4 years ago

mdadm raid 5 all disk became spare

After an irregular restart, the raid 5 array became unreachable. D'oh! # cat /proc/mdstat $ cat /proc/mdstat Personalities : [raid0]…

4 years ago

IDEA linux – import module hanging

I tried IDEA on linux. OF course, It started with gooling :D I tried to import the modules, but hanged...…

5 years ago

Transmission network problem

Recently started in debug mode on Transmission and I see: [17:42:40.319] UDP Failed to set receive buffer: requested 4194304, got…

6 years ago

Debian 8 Docker daemon default start params remove

Somebody at debian's thought, it will be very usefull, if adds the -H fd:// param to the docker daemon default…

7 years ago

gigabit e1000e Detected Hardware Unit Hang

If we see it in $ dmesg [Tue Feb 13 20:53:07 2018] e1000e 0000:00:19.0 eno1: Detected Hardware Unit Hang: TDH…

7 years ago

Adot napnál régebbi fájlok megkeresése

find . -maxdepth 1 -daystart -mtime +0 -ls  

7 years ago

Cert lementése remote szerverről linuxon

echo -n | openssl s_client -connect HOST:PORTNUMBER | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/$SERVERNAME.cert  

8 years ago

Keresés tar archivumok fájljain belül

zgrep -a "keresett_string" 12*/audit.log.*.gz vagy így is megeszi zgrep -a keresett_string 12*/audit.log.*.gz  

8 years ago

AVI fájlok merge

Csudi-mudi jó kis parancs, csak mindig elfelejtem :) avimerge -o cd.avi -i cd1.avi cd2.avi  

11 years ago

This website uses cookies.