Sucka - sucka.net - Sucka.netOperation Kill Everything –

Latest News:

Battlefield 3 – Operation Kill Everything 19 Mar 2012 | 03:46 am

AH-1Z Viper Attack Helicopter Montage, Operation Kill Everything

Memcached Multiple Instances Startup Script (init.d) on CentOS 5.6 – 64 bits 10 Oct 2011 | 02:56 pm

I just need Memcached to start automatically when reboot so that I don't have to wait to log into the server to do that every time I restart my server. The problem here is that I didn't install Memcac...

Query well known ports list 10 Oct 2011 | 02:43 am

$ getent services <<service>> Uses the file located in /etc/servicesView this command to comment, vote or add to favourites View all commands by unixmonkey4200by David Winterbottom (codeinthehole.com)

Join lines split with backslash at the end 10 Oct 2011 | 02:35 am

$ sed -e '/\\$/{:0;N;s/\\\n//;t0}' Joins each line that end with backslash (common way to mark line continuation in many languages) with the following one while removing the backslash.View this comman...

Missing FFmpeg *.ffpreset files [SOLVED] 10 Oct 2011 | 02:24 am

upon trying to get ClipBucket to upload and convert a video properly it kept failing. Ultimately the FFmpeg presets files (*.ffpreset) were missing. This being really the first time I'd ever used ffmp...

Paste command output to www.pastehtml.com in txt format. 8 Oct 2011 | 10:22 am

$ paste(){ curl -s -S --data-urlencode "txt=$($*)" "http://pastehtml.com/upload/create?input_type=txt&result=address";echo;} paste(){ curl -s -S --data-urlencode "txt=$($@)" "View this command to comm...

socat TCP-LISTEN:5500 EXEC:’ssh user@remotehost "socat STDIO UNIX-CONNECT:/var/run/mysqld/mysqld.sock"’ 8 Oct 2011 | 06:53 am

$ Tunnel a MySQL server listening on a UNIX socket to the local machine Listens on local port 5500 and connects to remotehost with username user to tunnel the given socket file. Will work with anythin...

Convert text to uppercase 7 Oct 2011 | 11:38 pm

$ upper() { echo ${@^^}; } Usage: upper [STRING]...View this command to comment, vote or add to favourites View all commands by sharfahby David Winterbottom (codeinthehole.com)

Convert text to lowercase 7 Oct 2011 | 11:38 pm

$ lower() { echo ${@,,}; } Usage: lower [STRING]...View this command to comment, vote or add to favourites View all commands by sharfahby David Winterbottom (codeinthehole.com)

Paste hardware list (hwls) in html format into pastehtml.com directly from console and return URI. 7 Oct 2011 | 11:16 pm

$ listhw(){ curl -s -S --data-urlencode "txt=$(sudo lshw -html)" "http://pastehtml.com/upload/create?input_type=html&result=address";echo;} In this Linux box i need to become root to get the complete ...

Recently parsed news:

Recent searches: