Zabbix
Debian Prerequisites
(lenny: libssh2-1-dev needs to be pinned to squeeze repo)
(lenny: libssh2-1-dev needs to be pinned to squeeze repo)
wuauclt.exe /detectnow /resetauthorization /reportnow /updatenow
net use X: \\server\sharename
net use \\1.2.3.4\ipc$ qwinsta /server:1.2.3.4
where "1" is the ID the session id from qwinsta above (also works to "unstick" a console session sometimes)
Install the following dependencies
aptitude install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc
Extract the VMWareTools tarball, then run
vmware-install.pl default
vmware-vdiskmanager -r diskname.vmdk -t 4 -h hostname -u username -f passwordfile "[datastore1]/diskname.vmdk"
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
VBoxManage setextradata global GUI/Customizations noMenuBar,StatusBar
// Ignore "example" cookie set req.http.Cookie = regsuball(req.http.Cookie, "(^|;\s*)example=[^;]*", "");
sub vcl_recv { if (req.http.host ~ "^(www.)?example.com" && req.url ~ "^/nocache") { } } sub vcl_fetch { if (req.http.host ~ "^(www.)?example.com" && req.url ~ "^/nocache") { unset beresp.http.set-cookie; } }
Add the following to ~/.config/gtk-3.0/gtk.css
* { -GtkWindow-resize-grip-default: false; }
sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt
Prerequisites:
svnadmin create --fs-type fsfs /var/svn/repository-name
chgrp -R svn-group /var/svn/repository-name chmod -R g+rw /var/svn/repository-name find /var/svn/repository-name -type d -exec chmod g+s {} \;
from http://www.bo.infn.it/alice/introgrd/certmgr/node15.html
A fast certificate verification is the comparison of the fingerprint between a trusted certificate and a certificate you have imported. The trusted certificate fingerprint is available from the web. For INFN CA the CA certificate fingerprint is printed in the download page. For the imported certificate the fingerprint is available with the following SSL command:
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh user@machine "mkdir -p ~/.ssh; cat >> .ssh/authorized_keys"
rm /etc/ssh/ssh_host_* dpkg-reconfigure openssh-server
cd /tmp gunzip foo-1.00-sol8-sparc-local.gz pkgadd -d foo-1.00-sol8-sparc-local