Skip to content

Instantly share code, notes, and snippets.

View vasil's full-sized avatar

Vasil Taneski vasil

View GitHub Profile
@vasil
vasil / 404
Created December 11, 2013 14:37
Wandering
\ /
\ /
\ /
] [ ,'|
] [ / |
]___ ___[ ,' |
] ]\ /[ [ |: |
] ] \ / [ [ |: |
] ] ] [ [ [ |: |
cd /tmp
git clone git://github.com/GM-Script-Writer-62850/Ubuntu-Mainline-Kernel-Updater
bash Ubuntu-Mainline-Kernel-Updater/install
KernelUpdateChecker -no-rc
/tmp/kernel-update
MOD_PYTHON ERROR
ProcessId: 28841
Interpreter: 'time.mk'
ServerName: 'time.mk'
DocumentRoot: '/home/mkrobot/www/www.time.mk/'
URI: '/www.time.mk/index.psp'
Location: None
@vasil
vasil / Velija strikes back
Created November 26, 2010 10:41
Пломбирани серверот и компјутерскиот центар на А1 NOT
velija@a1:~$ history | tail -1
1733 sudo iptables -A INPUT -p tcp -m tcp --destination-port 22 -j ACCEPT
directory "/rails", :glob => "{*/,}*.gemspec"
git "git://github.com/rails/rack.git"
git "git://github.com/rails/arel.git"
gem "rack", "1.1.0"
gem "rack-mount", "~> 0.4.0" # :git => "git://github.com/rails/rack-mount.git"
gem "rack-test", "~> 0.5.0"
gem "erubis", "~> 2.6.0"
gem "arel", :git => "git://github.com/rails/arel.git"
gem "sqlite3-ruby"
gem "rails", "3.0.pre", :git => "git://github.com/rails/rails.git"
module Sinatra
#class TemplateNotFound < Sinatra::NotFound
class TemplateNotFound < Sinatra::ShowExceptions
end
module Partials
# Render a partial template. [Adapted from Merb]
#
# ==== Parameters