public marks

PUBLIC MARKS from sylvainulg with tags linux & howto

2018

2012

Transfer only selected file types with rsync | Open Source Technical Blog

(via)
find source -name "*.png" -print0 | rsync -av --files-from=- --from0 ./ ./destination/ or rsync -av --include='*/' --include='*.png' --exclude='*' source/ destination/

2011

Linux initial RAM disk (initrd) overview

(via)
copying an existing initrd file, using cpio commands as described in linux/Documentation/initrd.txt might not always be sufficient...

2010

118910.png (PNG Image, 709x424 pixels)

(via)
DVD authoring on linux : from bits to pits.

2008

CQF.info :: View topic - style file broken in ubuntu, can't find font?

(via)
beetle:~/work/wasp/phd> dvipdf Master-bk.dvi dvips: Font ptmb8t not found, using cmr10 instead. dvips: Checksum mismatch in font ptmb8t dvips: ! invalid char 201 from font ptmb8t -- here's how to get that fixed : apt-get install tetex-bin tetex-base

The Linux BootPrompt-HowTo

(via)
sometimes, it's good to have all "boot-time arguments" of the Linux kernel at hand. Here you are