ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. bash
    Log in to post
    • All categories
    • JaredBuschJ

      What would be the best way to script create an Apache vhost file.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux apache vhost scripting bash because im lazy
      3
      1 Votes
      3 Posts
      1k Views
      scottalanmillerS

      Like this...

      cat > observium.conf <<'_EOF' <VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName observium.domain.com CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews Require all granted </Directory> </VirtualHost> _EOF
    • scottalanmillerS

      Why Does BASH on Mac OSX Rarely Save to History

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mac osx 10.10 bash unix mac osx
      38
      0 Votes
      38 Posts
      11k Views
      scottalanmillerS

      BASH version...

      bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14) Copyright (C) 2007 Free Software Foundation, Inc.
    • JaredBuschJ

      Ubiquiti ERL script wanted to compare md5 values

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion edgemax scripting ubiquiti md5 checksum bash
      34
      1 Votes
      34 Posts
      10k Views
      scottalanmillerS

      Good night.

    • scottalanmillerS

      Using GREP to Find an IP Address

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion bash regular expression regex shell unix linux grep
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Setting Pretty Prompts in Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux bash
      7
      4 Votes
      7 Posts
      1k Views
      DashrenderD

      I've done this in the past, though without looking it up I couldn't tell you how. 🙂

    • mlnewsM

      InfoWorld on Why BASH Still Matter

      Watching Ignoring Scheduled Pinned Locked Moved News unix bash linux infoworld
      2
      4 Votes
      2 Posts
      915 Views
      scottalanmillerS

      I am a big believe in BASH. It's still my go to tool for most scripting in UNIX. It is everywhere, which makes a big difference. People used to use Perl because it was so ubiquitous. But on current systems it is Python that I see more commonly. Node.js, Ruby and Go are out there a lot too. The one thing that you can almost always count on is BASH. It's simple, it's standard and it is really fast to do simple things.

    • scottalanmillerS

      The Beginner's Guide to BASH Scripting

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion scripting bash
      2
      1 Votes
      2 Posts
      1k Views
      nadnerBN

      Thanks for the pointer. Something that I've wanted to look at but not known where to start 🙂

    • scottalanmillerS

      Calling Complex System Commands from Python

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python bash shell python 3
      9
      2 Votes
      9 Posts
      3k Views
      tonyshowoffT

      @Alexis Another reason I like single quotes for my strings, less escape confusion

    • Reid CooperR

      Tecmint Has a Nice Article on Learning Shell Scripting

      Watching Ignoring Scheduled Pinned Locked Moved News bash shell scripting
      1
      0 Votes
      1 Posts
      785 Views
      No one has replied
    • StrongBadS

      Does Shellshock Suggest that Many Eyes Do Not See Errors

      Watching Ignoring Scheduled Pinned Locked Moved News bash open source shellshock
      9
      0 Votes
      9 Posts
      2k Views
      scottalanmillerS

      @JaredBusch said:

      There are many, many people int he IT community that vocally believe that open source is simply more secure because it is open source and that is simply not true.

      As far as "all things being equal" is possible, I believe that this is true. The problem is is that most people then take that statement and use it to mean that "all" open source code is safer than "all" closed code even of two different projects which is completely senseless and has nothing to do with the situation.

      It is if you took the same people and the same project and the same attempt over and over again one open and one closed that the open would win.

      When choosing a process, you choose open for security.

    • Reid CooperR

      Byobu for Terminal Sharing

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion unix command line linux bash shell byobu
      2
      1 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Looks pretty interesting, will have to try that out. Session sharing can be super useful for UNIX.

    • scottalanmillerS

      Taking BASH Scripting to the Next Level

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion shell bash linux shell scripting scripting
      2
      2 Votes
      2 Posts
      1k Views
      Reid CooperR

      Interesting approach. I would not have thought of looking at BASH that way. Thanks.

    • scottalanmillerS

      How to Find a File by MD5 Checksum in UNIX

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux bash checksum unix md5 shell
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Xiki Shell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion xiki linux cli bash shell zsh
      2
      0 Votes
      2 Posts
      2k Views
      Reid CooperR

      Did you watch the video? Looks really neat.

    • scottalanmillerS

      Terminal Themes

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux shell unix bash
      2
      0 Votes
      2 Posts
      1k Views
      MattKingM

      This is really neat, here's my favorite for Putty-people: https://puttytray.goeswhere.com/

    • scottalanmillerS

      Using a BASH Script to Automate FDISK in Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion bash fdisk script linux
      1
      0 Votes
      1 Posts
      3k Views
      No one has replied
    • 1
    • 2
    • 3
    • 3 / 3