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

antipaucity

fighting the lack of good ideas

Tag: how-to

ifttt & box drive my desktop backgrounds … with a little cron happiness

Posted on 26 March 201526 March 2015 By antipaucity 1 Comment on ifttt & box drive my desktop backgrounds … with a little cron happiness

I love that OS X lets me change my background on a schedule (I use every 30 minutes now). But I don’t like having to find pictures to populate my desktop menagerie with. Enter completely SFW backgrounds via RSS feeds! Using IFTTT, I watch for new items from a variety of daily photo feeds, and…

continue “ifttt & box drive my desktop backgrounds … with a little cron happiness” »

fun, technical

merging centos iso images

Posted on 28 January 201517 October 2023 By antipaucity No Comments on merging centos iso images

Thanks to @Anon on Unix.SE for the pointer on how to do this. And to @Andy‘s comment on @mmckinst‘s answer for the warning about additional packages you may need. As my three readers know, I run a CentOS mirror. One of the idiosyncrasies of CentOS, like its upstream RHEL, is that DVD ISOs aren’t always…

continue “merging centos iso images” »

cool, technical, tutorial

a sample cfengine promise bundle – delete “large” files

Posted on 12 June 201411 June 2014 By antipaucity No Comments on a sample cfengine promise bundle – delete “large” files

body common control { bundlesequence => { “file_remover” }; } bundle agent file_remover { vars: “bigfile” int => “1g”; files: “/home” delete => tidy, file_select => files_too_big, depth_search => recurse(“inf”); reports: “Deleted files over $(bigfile) in size from /home”; } body depth_search recurse(d) { depth => “$(d)”; } body delete tidy { dirlinks => “delete”;…

continue “a sample cfengine promise bundle – delete “large” files” »

technical

setting-up etherpad in centos 6

Posted on 8 May 201411 October 2016 By antipaucity 7 Comments on setting-up etherpad in centos 6

To add to my tutorial collection, here’s how to setup EtherPad on CentOS 6 (x64). As in the IRC tutorial, I used a Digital Ocean VM for this 🙂 What is EtherPad? It’s an open-source collaborative text editor that works like Google Docs – ie, all editors/viewers can see changes from everyone else in realtime….

continue “setting-up etherpad in centos 6” »

education, technical, tutorial

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

community building is hard

Posted on 14 March 20148 July 2014 By antipaucity 9 Comments on community building is hard

Establishing and building a community around a common interest is hard. After exhausting your network of friends, coworkers, neighbors, etc – the only way of getting new folks into the community is to aggressively campaign and advertise to them. Let’s say you’re a technical user group (like a couple of the ones I’m a part…

continue “community building is hard” »

commentary

Posts pagination

Previous 1 … 3 4 5 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 173 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