public marks

PUBLIC MARKS from sylvainulg with tag linux

2013

unionfs-fuse(8) - Linux man page

(via)
could that be the solution to allow each student to update his own copy of the VM image ?

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/

NetworkManager - ArchWiki

(via)
dispatcher.d -- scripts here will be run alphabetically after a interface gets up/down. You could add one that overrides/completes resolv.conf, for instance ;)

chmc | Free Development software downloads at SourceForge.net

(via)
chm document generation by doxygen doesn't work out-of-the-box : it needs a .chm compiler. This could be an interesting alternative to the use of (MS) hhc.exe over wine

less (Unix) - Wikipedia, the free encyclopedia

(via)
less is more ... likely one of the Unix tools I use the most

2011

Configure Digital Pen on Linux - LINUX For You

(via)
so it might work, although the device is not quite the same...

Cannot browse bluetooth device (Page 1) / Newbie Corner / Arch Linux Forums

(via)
forget about bluetooth-applet ... install blueman and launch blueman-applet.

fail2ban and iptables < System | The Art of Web

(via)
bored of dictionnary attacks on your SSH daemon ?

c - How to debug a multithreaded hung process in Linux? - Stack Overflow

we used echo t > /proc/sysrq-trigger, which logs the stack of all the running process in /var/log/messages.

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...

Bug #192176 in hplip (Debian): “Scanner output always JPEG compressed”

(via)
Xsane will apply JPEG compression unless you manually turn it off in your ~/.sane/xsane/($scanner).drc file

Perle fraîche - Linux Attitude

(via)
Un chouette bouquin pour exploiter au mieux le CPAN, donc, dirait-on.

Inkscape tutorial: Vectorisation

tout simplement fantastique.

2010

/usr/bin/cal changelog

(via)
since the upgrade to lucid lynx, my computer throws "cal: option requires an argument -- 'm'" at me when I invoke "cal -m" to specify I'd love to have the week starting on monday. ""Proper" honoring of LC_TIME mixing it with command line options" says the changelog. I spot that those LC_* settings are actually pointing the library towards a data chunk located in /usr/lib/locale/&lt;language setting, e.g. en_DK.utf8&gt;/&lt;subset, e.g. LC_TIME, LC_MONETARY, etc.&gt;

Thunderbird date-format problem

(via)
export LC_TIME=en_GB is what you need to keep your C locale, but have day/month/year date format. You can even directly set it in /usr/lib/thunderbird-x.y.z/thunderbird.sh to avoid messing up with other programs.

[SOLVED] Failed to load module "libcanberra-gtk-module.so" - Ubuntu Forums

(via)
If you ever wondered, things independent from your actual window manager / desktop environment are stored in /etc/X11/Xsession.d/*

Customizing your shell prompt

by 1 other (via)
set prompt='%{\033[1;33m%}%C2%{\033[0m%}%# '