Blog |Follow Nick on Mastodon| About
 

Tag Archive: Linux


  • bash: ls modified or added files

    One of the most useful features of OSX's finder is bing able to sort files by modified or added. In my typical workflow I use a $SHELL to move around directories and then use open . to open finder in the right location.

    To speed things up a little more ...

  • Cisco.com & Wget

    Ever since cisco updated their website (you know like, a year ago), I've struggled to find a way to wget software onto a box.

    This week, I found a bodge using firefox. Sign into cisco.com and go through the normal process, accepting agreements and begin the download.

    Once ...

  • OpenShift - PHP, APC & hotdeploy

    If you are using apc caching on openshift you may have noticed that your cache gets binned each time you git push, the reason for this is that the push restarts your gear's apache process. To keep the same process, thus keep the cache you can enable hot deployment ...

  • OpenShift - Backup and Restore

    The free plan over at openshift only allows 3 "gears" which you know is a bit of a problem if you have more than 3 apps to test... don't sweat it tho, simply backup your gear, delete it and re-use the free slot for something else ... if you need ...

  • apc.php for rhel / centos

    Note to self: The apc.php (script for monitroing apc performance) is stored in - /usr/share/doc/php-pecl-apc-3.1.3p1

  • Hacking Cisco ISE UDI

    ISE Virtual Machine that thinks it a
CAM
    The back story... you've deployed your ISE appliance and the world is great! Your management need you to make a change "right now" but that virtual machine ...

  • shell based dropbox

    I'm looking for an ad-hoc (easy) way to share files with my remote server...

    I want to call the uploader in a shell environment I created one script for that (maybe with less effort than using ruby or other language) for that, it only needs Curl installed on system ...

« Page 2 / 10 »

 
Nick Bettison ©