This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="text-align:center"> | |
<a href="http://atlantis.crlt.indiana.edu/main/infoItem/listInfoItems.pl?type=update" class="update_link" title="updatelink" style="display:none";> | |
<img src="http://atlantis.crlt.indiana.edu/images/pda/skins/default/update.gif" | |
onmouseover="this.src = 'http://atlantis.crlt.indiana.edu/images/pda/skins/default/update_over.gif';" | |
onmouseout="this.src = 'http://atlantis.crlt.indiana.edu/images/pda/skins/default/update.gif';" | |
style="border:none;" | |
/> | |
</a> | |
</div> | |
<script type="text/javascript"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps aux | grep http | grep "\-k" | awk {/[0-9]+/ '{print $2}' | xargs kill -9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bash snippet to open new shells in most recently visited dir. | |
# Useful if you want to open a new terminal tab at the present | |
# tab's location. | |
# | |
# Put this in your .bashrc or whatever. | |
pathed_cd () { | |
if [ "$1" == "" ]; then | |
cd | |
else |
NewerOlder