Skip to content

Instantly share code, notes, and snippets.

<head>
<style type="text/css">
#main{
width:1000px;
height:100%;
border:1px solid black;
margin-left:auto;
margin-right:auto;
position:relative;
}
PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1161/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1232/apache2
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 2772/pure-ftpd (SER
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 657/sshd
tcp6 0 0 :::21 :::* LISTEN 2772/pure-ftpd (SER
tcp6 0 0 :::22 :::* LISTEN 657/sshd
root@Slack-server:~# netstat -p tcp
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1161/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1232/apache2
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 2772/pure-ftpd (SER
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 657/sshd
tcp6 0 0 :::21 :::* LISTEN 2772/pure-ftpd (SER
tcp6 0 0 :::22 :::* LISTEN 657/sshd
PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1163/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1192/apache2
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 638/vsftpd
root@Slack-server:~# iptables -S INPUT
-P INPUT DROP
-A INPUT -m conntrack --ctstate INVALID,NEW -j dynamic
-A INPUT -i eth0 -j net2fw
-A INPUT -i lo -j ACCEPT
-A INPUT -j Reject
-A INPUT -j LOG --log-prefix "Shorewall:INPUT:REJECT:" --log-level 6
-A INPUT -g reject
# $OpenBSD: ssh_config,v 1.25 2009/02/17 01:28:32 djm Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.
# Configuration data is parsed as follows:
# 1. command line options
# 2. user-specific file
phpinfo()
PHP Version => 5.3.3
System => Linux cl0.beta.service.aws.koding.com 2.6.32-379.1.1.lve1.1.7.6.el6.x86_64 #1 SMP Sat Aug 4 09:56:37 EDT 2012 x86_64
Build Date => Jun 29 2012 11:21:12
Configure Command => './configure' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--
100644 0dcf65f8ef9e2849734b1341eb2a042f57baf792 0 Sites/slackware.koding.com/website/debate/Todos.txt
100644 6044c7aa0c5ded5173e0f510ee9b692d329921b8 0 Sites/slackware.koding.com/website/debate/header.css
100644 d59b3f8b69ff7adccee8c07339f80932e6ec6cf5 0 Sites/slackware.koding.com/website/debate/images/DollarSign.png
100644 7d35d62e6e542a7fd0891ecb18fa4566a5626361 0 Sites/slackware.koding.com/website/debate/images/avatar.png
100644 eb40397a967677b746d16da2e1214974e2177337 0 Sites/slackware.koding.com/website/debate/images/delete.jpg
100644 243cda8f829c0eb25fffb1d093bdab5ca0f2bcb7 0 Sites/slackware.koding.com/website/debate/images/deleteIconV2.png
100644 9f6d6cd2338cdf22b1a259a3ec99f2871dc11359 0 Sites/slackware.koding.com/website/debate/images/down.png
100644 f15a653c34e74bcef9e2f7dc52857c3c3b0df5c4 0 Sites/slackware.koding.com/website/debate/images/greencheck.png
100644 8c8f82839c515b42b031d1b898312fc04c6de0cb 0 Sites/slackware.koding.com/website/debate/i
derp
31.7829720075171:26.3906246423721
:(31.7829720075171, 26.39062464237213)
derp
31.7829720075171:26.3906246423721
:(31.7829720075171, 26.3906246423721)
Uncaught Error: panTo: latLng must be of type LatLng
$('.bringMe').live('click', function(){
console.log('derp');
lat1 = $(this).attr('lat');
lng1 = $(this).attr('lng');
console.log(lat1 +':' +lng1);
latLng1 = new google.maps.LatLng(lat1, lng1);
console.log(':' +latLng1);
map.panTo(latLng1);
lat1 = 0; lng1 = 0; latLng1 = 0;
});