Skip to content

Instantly share code, notes, and snippets.

15:03 < openlad1> | nube: how about live music after BSOD
15:03 < openlad1> | BSOD revisited
15:03 < openlad1> | :P
15:03 < nube> | openlad1: don't keep many program! in one
15:04 < nube> | lets beer drinking be beer drinking
15:04 < nube> | *let
15:04 < nube> | Music and stuff might add up cost! :/
15:05 < nube> | running around with no job openlad1
15:05 < nube> | people are student here!
15:06 < Avasz> | yess
@Avasz
Avasz / gist test
Created November 9, 2013 02:26
test gist from gisthub firefox os app
This is a test sentence to test the testing platform of firefox os from the keon, a testing phonr
@Avasz
Avasz / a.rb
Created November 19, 2013 07:25
[cerberus@underworld NEXC]$ head *.sql
==> nexc-fedora.sql <==
-- MySQL dump 10.13 Distrib 5.1.67, for redhat-linux-gnu (x86_64)
--
-- Host: localhost Database: fedora22
-- ------------------------------------------------------
-- Server version 5.1.67-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@Avasz
Avasz / a.rb
Created November 19, 2013 07:35
[cerberus@underworld NEXC]$ head -50 nexc-fedora.sql
-- MySQL dump 10.13 Distrib 5.1.67, for redhat-linux-gnu (x86_64)
--
-- Host: localhost Database: fedora22
-- ------------------------------------------------------
-- Server version 5.1.67-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
@Avasz
Avasz / a.rb
Created November 19, 2013 16:57
[Avasz] I thought it was debian
[Avasz] !google nepalinux
[mini0n] Avasz: nepalinux.org - Home: <http://www.nepalinux.org/>; NepaLinux - Wikipedia, the free encyclopedia: <http://en.wikipedia.org/wiki/NepaLinux>; DistroWatch.com: NepaLinux: <http://distrowatch.com/nepalinux>
[Avasz] :/
[Avasz] it's debian based
[Avasz] !wiki nepalinux
[mini0n] Avasz: Do you prefer books or TV?
[Avasz] damn you nube, giving wrong info so confidently!
[Avasz] debian was large part
[Avasz] they say debian based
@Avasz
Avasz / a.rb
Created November 19, 2013 17:40
[loling] oh..good for u
[loling] i can here with my proble,
[loling] problem*
[Avasz] loling: yeah!
[Avasz] please tell!
[loling] *came
[loling] my keyboard isnt working :v
[Avasz] !whois scrollback
[mini0n] Avasz: Error: That's not a valid domain.
[Avasz] but how did you type मु?
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example Server Configuration File -->
<!-- Note that component elements are nested corresponding to their
parent-child relationships with each other -->
<!-- A "Server" is a singleton element that represents the entire JVM,
which may contain one or more "Service" instances. The Server
listens for a shutdown command on the indicated port.
Note: A "Server" is not itself a "Container", so you may not
<?xml version="1.0" encoding="UTF-8"?>
<server xmlns="http://www.fedora.info/definitions/1/0/config/" class="fedora.server.BasicServer">
<param name="repositoryName" value="Fedora Repository">
<comment>Defines a human readable name for the Fedora server; default is
Fedora Repository.</comment>
</param>
<param name="adminEmailList" value="avashmulmi@gmail.com">
<comment>Defines one or more email addresses for server administrators;
list is space delimited.</comment>
</param>
@Avasz
Avasz / fedora
Created November 21, 2013 05:34
#!/bin/sh
#
# fedora commons database
#
# chkconfig: - 20 80
# description: Fedora commons content library
### BEGIN INIT INFO
# Provides: fedora
# Required-Start: mysqld
FEDORA_HOME=/var/opt/fedora
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-armhf
CLASSPATH=$JAVA_HOME/jre/lib
CATALINA_HOME=/var/opt/fedora/tomcat/
JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStore=$FEDORA_HOME/server/truststore"
JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStorePassword=tomcat"
JAVA_OPTS="$JAVA_OPTS -Xmx512m"
PATH="$PATH:$FEDORA_HOME/server/bin:$FEDORA_HOME/client/bin"
export JAVA_HOME CLASSPATH CATALINA_HOME JAVA_OPTS FEDORA_HOME PATH