2011 January

Sshfs

add user to fuse group
$ sshfs server:/path/ /media/path/

source

By WladyX on 26 January, 2011 | Ssh | A comment?

pssh

pssh provides parallel versions of the OpenSSH tools that are useful for controlling large numbers of machines simultaneously. It includes parallel versions of ssh, scp, and rsync, as well as a parallel kill command.

via

By WladyX on 24 January, 2011 | Ssh | A comment?

New theme promises seamless GTK apps in KDE

oxygen-gtk

source

By WladyX on 21 January, 2011 | Cool Apps, Style, X11 | A comment?

DupeGuru

Find duplicate songs in your music collection

source

By WladyX on | Cool Apps | A comment?

Google preview killer

By WladyX on 19 January, 2011 | Firefox, Link | A comment?

Colored motd

[user@box]$ echo -en "\033[1;34m" > /etc/motd
[user@box]$ echo "Text of your motd file....." >> /etc/motd
[user@box]$ echo -en "\033[0m" >> /etc/motd

source

By WladyX on 13 January, 2011 | Scripts, Ssh, Style | A comment?

Mailman attachments archived even when archiving disabled

i disabled digestable in Digest options.

This is expected behavior. The scrubber saves attachments in
the archives/private/<listname>/attachments/ directory. This
happens for all messages if scrub_nondigest is Yes, and for
all plain digests in any case even if the list does not do
archiving.

If you allow attachments at all, the only way to avoid this
is to set both scrub_nondigest and digestable to No. I.e,
don’t scrub individual messages and don’t allow digests.

source

By WladyX on 11 January, 2011 | Mail | A comment?

Mailman Clear Archives

cat /dev/null > archives/private/listname.mbox/listname.mbox
bin/arch --wipe listname

source

By WladyX on | Mail | A comment?

Unison ssh on Windows

Copy unison in program files, ssh in windows directory.
edit C:\documents and settings\user\.unison\default.prf:

sshcmd=ssh.exe
sshargs=-P 16

Download:
Unison-2.32.52
ssh

source1 source2

By WladyX on 7 January, 2011 | Ssh, Windows | A comment?

ntsysv on Debian

enable/disable services on Ubuntu/Debian with rcconf

source

By WladyX on 6 January, 2011 | Ubuntu | A comment?