Mecworks

    Technology, Linux, Photography, Science, Cycling, Outdoor Activities and other interests.

    Browsing Posts tagged scripting

    Hello everyone!

    NOTE: We will have PIZZA (served out in the hall) at this meeting sponsored by Nicole from TEK Systems. RSVP to the sllug-members mailing list if you will be attending so we will know how much pizza to order.

    Joseph Hall will present this month at the Salt Lake Linux Users Group on Advanced Linux filesystem topics at work. With focus on such things as ACLs and possibly quotas and/or basic LVM usage on ext2/3/4

    continue reading…

    This month’s Salt Lake Linux Users Group meeting will be on content/web filtering with Dan’s Guardian and presented by Kerry Cox, CIO, Mountain Medical.

    From dansguardian.org:

    “DansGuardian is an award winning Open Source web content filter which currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters.

    DansGuardian is designed to be completely flexible and allows you to tailor the filtering to your exact needs. It can be as draconian or as unobstructive as you want. The default settings are geared towards what a primary school might want but DansGuardian puts you in control of what you want to block.”

    continue reading…

    Looking over the stats for the last few years, it’s interesting to see what the most popular posts have been. Here’s the top 5:

    I definitely need to write more technology related posts. I have a few drafts that I’ve been working on related to some DIY projects I’ve worked on including some detailed posts on moding a T-Amp, and designing a power supply for it and some wood working projects I’ve done. Hopefully I’ll find some time to publish them this summer.

    I was working on a project at work to make installation of SLES 10 servers easier in the lab that I work in. One of the features of SuSE products is to save the configuration of a machine into an XML config file that will be later used by AutoYast to clone the machine. This is useful in a variety of cases such as mine where we have a lab that needs several machines installed and it takes time to go through the configuration on each install or in the case where a school or computing lab needs to install several nearly identical machines. This saves valuable time.

    continue reading…

    When scripting admin type tools in bash, many times you need to run a script as root. A script sometimes requires mounting file systems, adding users, moving/editing/renaming files and some other things that the user executing the script may not have rights to do.

    continue reading…

    I can’t take credit for this. Stuart Jansen of Guru Labs referenced Tensai‘s brilliance (nice play on words Stuart. For thoes who don’t know, ‘tensai’ in Japanese means smart or brilliant). Tensai is one of the members of PLUG and is also on irc.freenode.net’s #utah most of the time. Tensai in turn blames Hans Fugal for actually pointing him in the direction of this solution. And so we find that knowledge always exists, not unlike matter, neither destroyed or created, just changing forms. I wanted to get this down in my blog because it’s a good place to have ideas which are useful and hopefully it will help someone else.

    continue reading…