Forfatterarkiv: zephid

Shared Deb archive (Ubuntu)

Using Samba shares. Add to /etc/fstab //server/folder /opt/archives smbfs uid=root,gid=users,credentials=/path/file 0 0 /* credentials syntax: username = smb_username password = smb_password */ apt-get install smbfs Edit /etc/apt/apt.conf.d/20archive Add to bottom Dir::Cache::Archives “/opt/archives”; NB: Due to limitations in apt, we can … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

CVS commit steps

CVS Commit steps —————————————————————————– zephid@dev# cvs upd Check for “C” (Conflicts) if any “C”‘s, poke bt :p else zephid@dev# cvs ci -m “What you have done …”

Udgivet i Knowledge Base, Old Base, Programmering | Skriv en kommentar

Tooltip javascript function

tooltip.js: // position of the tooltip relative to the mouse in pixel // var offsetx = 12; var offsety = 8; function newelement(newid) { if(document.createElement) { var el = document.createElement(‘div’); el.id = newid; with(el.style) { display = ‘none’; position = … Læs resten

Udgivet i Knowledge Base, Old Base, Programmering | Skriv en kommentar

Gmail and Hotmail consider mails as spam, solution here.

Tags: Sender-ID, SPF, DKIM, DK DKIM / DK: This only applies if using a combination of Postfix and Amavisd-new. http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim Sender-ID / SPF: http://www.openspf.org/ http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx http://www.microsoft.com/senderid

Udgivet i Knowledge Base, Networking, Old Base, Uncategorized | Skriv en kommentar