-
Archives
- January 2020
- May 2019
- April 2019
- March 2019
- February 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- September 2014
- August 2014
- June 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- May 2013
- April 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- April 2010
- February 2010
- December 2009
- November 2009
- August 2009
- May 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- April 2004
Quick Fix for Useless Salt Warning – Add "file_ignore_glob: []" to /etc/salt/master
Some versions of Salt give you a useless warning on every run. The problem is easy to fix.
Posted in Uncategorized
Tagged annoyance, bugfix, configuration, configuration management, fix, salt, Salt Stack, salt-master, saltstack, short, simple, warning
1 Comment
DConf – System Wide Configuration for Linux Desktop Apps
Some Linux desktop applications use dconf configuration. For example, dconf is used by programmer’s text editor Gedit and desktop backup program Deja-dup. This post shows you how to extract your current settings and make them system wide. As the configuration … Continue reading
Posted in Uncategorized
Tagged configuration, dconf, desktop, etc, gedit, GUI
Comments Off on DConf – System Wide Configuration for Linux Desktop Apps
Puppet Reading List
*Starting documents are marked with asterisk “*” and bold. Getting Started with Puppet Hello Puppet – on Ubuntu 12.04 LTS* Learning Puppet Master and Slave PuppetMaster on Ubuntu 12.04* Modules Learning Puppet: Modules and Classes (Part One) Learning Puppet: Parameterized … Continue reading
Posted in Uncategorized
Tagged administration, automation, configuration, configuration management, DevOps, links, pick, puppet, start here
1 Comment
Cfengine Automatic System Configuration – Writing Your First Script
Table of Contents Cfengine Automatic System Configuration – Writing Your First Script Install Create config file Create a Sample File Run cftero.conf Troubleshooting Couldn’t Find a Private Key – Use sudo Actionsequence Empty – Type Full Path Syntax Error – … Continue reading
Posted in Old Site
Tagged automation, beginner, bug, bypass, cfengine, configuration, configuration management, sudo, ubuntu
Comments Off on Cfengine Automatic System Configuration – Writing Your First Script
Automatic IP Configuration with DHCP Server on Ubuntu
Automatic IP Configuration with DHCP Server on Ubuntu This article is a work in progress. $ sudo apt-get install dhcp3-server # /etc/default/dhcp3-server # This is not needed on Ubuntu 8.04 Hardy INTERFACES=”eth0″ $ sudo nano -w /etc/dhcp*/dhcpd.conf # dhcpd.conf for … Continue reading
Posted in Old Site
Tagged administration, configuration, dhcp, ip, server, ubuntu
Comments Off on Automatic IP Configuration with DHCP Server on Ubuntu
IceWm – Configuring the Light Window Manager
Table of Contents IceWm – Configuring the Light Window Manager Installing Menu in Ubuntu Debian-like Menu Using ‘menu’ Ubuntu Menus IceWm – Configuring the Light Window Manager IceWm is a very light window manager. It is simple to use if … Continue reading
Posted in Old Site
Tagged configuration, GUI, icewm, light, linux, window manager
Comments Off on IceWm – Configuring the Light Window Manager
Per User bin/
Per User bin/ Run your shell scripts just like any other command, without writing ./command. This article is a work in progress. $ mkdir $HOME/bin/ $ nano .bashrc Add as the last line PATH=$PATH:$HOME/bin To use, close and open shell. … Continue reading
Posted in Old Site
Tagged configuration, linux, scripting, shell script, should be default, ubuntu
Comments Off on Per User bin/
Adding Software Repositories to Ubuntu
Table of Contents Adding Software Repositories to Ubuntu The Command Line Interface way The Graphical User Interface Way Adding Software Repositories to Ubuntu To make apt-get or “Add applications” show more software, enable more software repostories. You can make the … Continue reading
Posted in Old Site
Tagged adminstration, apt, configuration, In English, linux, repository, ubuntu
Comments Off on Adding Software Repositories to Ubuntu