Skip to content
  • Stuff
  • Travel
  • Beverages
  • Support Antipaucity
  • Projects
  • About

antipaucity

fighting the lack of good ideas

Category: technical

automatically extract email attachments with common linux tools

Posted on 24 April 201421 April 2014 By antipaucity 3 Comments on automatically extract email attachments with common linux tools

I had need to automatically process emails to a specific address to pull attachments out, and this is how I did it: $ yum install mpack $ cat extract-attach.sh #!/bin/bash rm -rf ~/attachtmp mkdir ~/attachtmp mv ~/Maildir/new/* ~/attachtmp cd ~ munpack ~/attachtmp/* rm -rf ~/attachtmp $ crontab -l */5 * * * * ~/extract-attach.sh Why,…

continue “automatically extract email attachments with common linux tools” »

technical, tutorial

setting up an unreal irc server on centos 6

Posted on 22 April 201421 April 2014 By antipaucity 3 Comments on setting up an unreal irc server on centos 6

Ever want to run an IRC server? I recently set one up at irc.datente.com using a Digital Ocean VM running CentOS 6.5 x64. Here’s what I did, if you want to replicate the process for yourself (full documentation available from Unreal’s website): acquire CentOS 6.5 x64 server (as I mentioned, I used Digital Ocean) `yum…

continue “setting up an unreal irc server on centos 6” »

code, technical, tutorial

group admin in the era of facebook

Posted on 4 April 201424 August 2022 By antipaucity 3 Comments on group admin in the era of facebook

Along the difficulties of initially building a good group/community, comes the hassles of managing said [virtual] community – especially on the book of the face. I am a coadmin on the Ontario & Western Railways Historical Society Inc Facebook group. My friend Peter is a coadmin of the Linux Mint group. Something both of us…

continue “group admin in the era of facebook” »

commentary, ideas, insights, technical

lex>>fwd meeting @ west 6th tonight at 1730 edt

Posted on 3 April 2014 By antipaucity No Comments on lex>>fwd meeting @ west 6th tonight at 1730 edt

LEX>>FWD is meeting tonight at West Sixth Brewery in Lexington at 5:30p. The topic is scheduled to be “source control and specifically differences between distributed and centralized”. If you’re int he Lexington area this evening, come join us.

technical

a smart[ish] dhcpd

Posted on 10 March 20147 March 2014 By antipaucity No Comments on a smart[ish] dhcpd

After running into some wacky networking issues at a recent customer engagement, I had a brainstorm about a smart[ish] DHCPd server that could work in conjunction with DNS and static IP assignment to more intelligently fill subnet space. Here’s the scenario we had: Lab network space is fairly-heavily populated with static assigned addresses – in…

continue “a smart[ish] dhcpd” »

ideas, technical

defaulting pxe boots with hpsa 10.0

Posted on 28 January 201424 January 2014 By antipaucity No Comments on defaulting pxe boots with hpsa 10.0

In follow-up to my last post, which itself was a commentary on an earlier topic, I have the additional steps you need to do the previous procude (which is to edit /opt/opsware/boot/tftpboot/pxelinux.cfg/default): /etc/init.d/opsware-sas stop smartboot Edit file. /etc/init.d/opsware-sas start smartboot

technical, tutorial, update, work

everything with a webui should publish rss

Posted on 24 January 201428 October 2015 By antipaucity 2 Comments on everything with a webui should publish rss

RSS is far from dead – it’s ubiquitous. What astonishes me, though, is that not all applications that have a WebUI don’t publish feeds via RSS (or Atom – same difference). OpenNMS and Nagios (via a plugin) will push alerts via RSS – which is fantastic: there’s no reason everyone shouldn’t be able to filter…

continue “everything with a webui should publish rss” »

commentary, ideas, technical

Posts pagination

Previous 1 … 15 16 17 … 35 Next
May 2025
S M T W T F S
 123
45678910
11121314151617
18192021222324
25262728293031
« Oct    
RSS Error: WP HTTP Error: cURL error 7: Failed to connect to paragraph.cf port 443 after 116 ms: Could not connect to server

Books

  • Debugging and Supporting Software Systems
  • Storage Series

External

  • Backblaze
  • Cirkul
  • Digital Ocean
  • Fundrise
  • Great Big Purple Sign
  • Password Generator
  • PayPal
  • Tech News Channel on Telegram
  • Vultr
  • Wish List

Other Blogs

  • Abiding in Hesed
  • Chris Agocs
  • Eric Hydrick
  • Jay Loden
  • Paragraph
  • skh:tec
  • Tech News Channel on Telegram
  • Veritas Equitas

Profiles

  • LinkedIn
  • Server Fault
  • Stack Overflow
  • Super User
  • Telegram
  • Twitter

Resume

  • LinkedIn
  • Resume (PDF)

Services

  • Datente
  • IP check
  • Password Generator
  • Tech News Channel on Telegram

Support

  • Backblaze
  • Built Bar
  • Cirkul
  • Digital Ocean
  • Donations
  • Fundrise
  • PayPal
  • Robinhood
  • Vultr
  • Wish List

35-questions 48laws adoption automation blog blogging books business career centos cloud community documentation email encryption facebook google history how-to hpsa ifttt linux money networking politics prediction proxy review scifi security social social-media splunk ssl startup storage sun-tzu tutorial twitter virtualization vmware wordpress work writing zombie

Copyright © 2025 antipaucity.

Powered by PressBook Green WordPress theme