Advertising
advertising
related pastes to tag 'sh'
- 1920798 - find space wasters: sh maemo dpkg n900
-
- #!/bin/sh
- files=$(find / -size +100k -xdev | xargs dpkg -S)
- IFS='
- '
- for n in $files ; do
- pkg=$(echo $n | cut -d: -f1)
- 893571 - stonie: sh slavehack stonie
-
- ___ ___ ___ ___
- /\__\ /\ \ /\ \ /\__\
- /:/ _/_ ___ /::\ \ \:\ \ ___ /:/ _/_
- /:/ /\ \ /\__\ /:/\:\ \ \:\ \ /\__\ /:/ /\__\
- /:/ /::\ \ /:/ / /:/ \:\ \ _____\:\ \ /:/__/ /:/ /:/ _/_
- /:/_/:/\:\__\ /:/__/ /:/__/ \:\__\ /::::::::\__\ /::\ \ /:/_/:/ /\__\
- \:\/:/ /:/ / /::\ \ \:\ \ /:/ / \:\——\——\/__/ \/\:\ \__ \:\/:/ /:/ /
- \::/ /:/ / /:/\:\ \ \:\ /:/ / \:\ \ ¯¯\:\/\__\ \::/_/:/ /
- 886634 - stonie: sh slavehack stonie
-
- ___ ___ ___ ___
- /\__\ /\ \ /\ \ /\__\
- /:/ _/_ ___ /::\ \ \:\ \ ___ /:/ _/_
- /:/ /\ \ /\__\ /:/\:\ \ \:\ \ /\__\ /:/ /\__\
- /:/ /::\ \ /:/ / /:/ \:\ \ _____\:\ \ /:/__/ /:/ /:/ _/_
- /:/_/:/\:\__\ /:/__/ /:/__/ \:\__\ /::::::::\__\ /::\ \ /:/_/:/ /\__\
- \:\/:/ /:/ / /::\ \ \:\ \ /:/ / \:\——\——\/__/ \/\:\ \__ \:\/:/ /:/ /
- \::/ /:/ / /:/\:\ \ \:\ /:/ / \:\ \ ¯¯\:\/\__\ \::/_/:/ /
- 886628 - stonie: sh slavehack stonie
-
- ___ ___ ___ ___
- /\__\ /\ \ /\ \ /\__\
- /:/ _/_ ___ /::\ \ \:\ \ ___ /:/ _/_
- /:/ /\ \ /\__\ /:/\:\ \ \:\ \ /\__\ /:/ /\__\
- /:/ /::\ \ /:/ / /:/ \:\ \ _____\:\ \ /:/__/ /:/ /:/ _/_
- /:/_/:/\:\__\ /:/__/ /:/__/ \:\__\ /::::::::\__\ /::\ \ /:/_/:/ /\__\
- \:\/:/ /:/ / /::\ \ \:\ \ /:/ / \:\--\--\/__/ \/\:\ \__ \:\/:/ /:/ /
- \::/ /:/ / /:/\:\ \ \:\ /:/ / \:\ \ ¯¯\:\/\__\ \::/_/:/ /
- 815719 - shell scopes sh shell bash loop while
- preview unavailable
- 687085 - shELLit: sh bash stdout
-
- 0[15:42:54]toto:~$ ps axuww | tee /dev/stdout | ( head -n 1 && grep httpd )
- USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
- www 5069 0.0 0.5 3756 1840 ?? I 12:00AM 0:00.01 /usr/pkg/sbin/httpd -k start
- www 5483 0.0 0.5 3756 1840 ?? I 12:00AM 0:00.00 /usr/pkg/sbin/httpd -k start
- 599030 - Slavehack Easy Slaves: sh slavehack slave hack slaves isenart
-
- // ==UserScript==
- // @name Slavehack Easy Slaves
- // @namespace SlavehackEasySlaves
- // @Description Simply highlights the slaves that aren't working. Created by Isenart
- // @include http://www.slavehack.com/index2.php?page=slaves
- function do_platypus_script() {
- do_modify_html_it(window.document,document.evaluate('/HTML[1]/BODY[1]/TABLE[1]/TBODY[1]/TR[1]/TD[3]/TABLE[1]/TBODY[1]/TR[1]/TD[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,/No task assigned/g,'<font size="4" color="#FF0000">No task assigned</font>',null);
- }; // Ends do_platypus_script