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

antipaucity

fighting the lack of good ideas

Category: technical

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

soup to nuts mirroring of centos

Posted on 22 May 2014 By antipaucity 1 Comment on soup to nuts mirroring of centos

I run a CentOS mirror. Have for a couple years. But I never stopped to see just how long it takes to start becoming a mirror. In case you wanted to know, I created a quick DO VM and ran the rsync mirror job yesterday. The results? At ~2.5MB/s, it took just over 8 hours to download…

continue “soup to nuts mirroring of centos” »

technical

a public – or white-labelable – rfe service a la uservoice, but easier to use

Posted on 17 May 20148 August 2023 By antipaucity No Comments on a public – or white-labelable – rfe service a la uservoice, but easier to use

I’ve seen some services that utilize uservoice to handle requests for features, functionality, etc. And I have seen companies have formal Request For Enhancement / Enhancement Request / etc processes (generally culminating from support cases (hopefully from good ones)). What I don’t see, though, is a way to either limit who can submit requests (uservoice,…

continue “a public – or white-labelable – rfe service a la uservoice, but easier to use” »

ideas, technical

sending email in python with gmail

Posted on 15 May 201428 April 2014 By antipaucity No Comments on sending email in python with gmail

A Python nugget from Programming Your Home (review) I wanted to share from p97: import smtplib def send_email(subject, message) recipient = ‘your_email_recipient@domain.tld’ gmail_sender = ‘your_gmail_account@gmail.com’ gmail_password = ‘your_gmail_password’ #use tls gmail_smtp = smtplib.SMTP(‘smtp.gmail.com’, 587) gmail_smtp.ehlo() gmail_smtp.starttls() gmail_smtp.ehlo() #login gmail_smtp.login(gmail_send, gmail_password) #message formatting mail_header = ‘To: ‘ + recipient + ‘\n’ + ‘From: ‘ + gmail_sender…

continue “sending email in python with gmail” »

code, quote, reprint, 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

what to automate

Posted on 6 May 20147 May 2014 By antipaucity 1 Comment on what to automate

I have been in the world of automation for quite a while. Specifically in the realms of server, datacenter, and cloud automation – but I’ve been interested and/or involved in other tasks that tend towards automation (even for a short period of time) for far longer than just my post-college time in the world of…

continue “what to automate” »

commentary, insights, technical, work

programming your home by mike riley

Posted on 5 May 201428 April 2014 By antipaucity 1 Comment on programming your home by mike riley

Mike Riley’s entry in The Pragmatic Programmers series, Programming Your Home – automating with Arduino, Android, and your computer – was a lot of fun. While I am not really in a position to do many of the mini projects given in the book (wrong type of house plus we rent), reading some of the…

continue “programming your home by mike riley” »

books, cool, education, engineering, fun, ideas, review, technical

Posts pagination

Previous 1 … 14 15 16 … 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 115 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