Skip to content

Instantly share code, notes, and snippets.

View gkmngrgn's full-sized avatar
🎮
Can you hear me?

Gökmen Görgen gkmngrgn

🎮
Can you hear me?
View GitHub Profile
gkmngrgn@genovo midori $ ldd -u -r /usr/bin/midori
Unused direct dependencies:
/usr/lib/libatk-1.0.so.0
/usr/lib/libpangoft2-1.0.so.0
/usr/lib/libpangocairo-1.0.so.0
/usr/lib/libcairo.so.2
/usr/lib/libfreetype.so.6
/usr/lib/libfontconfig.so.1
/lib/librt.so.1
#!/usr/bin/python
#-*- coding: utf-8 -*-
import gtk
import webkit
view = webkit.WebView()
sw = gtk.ScrolledWindow()
sw.add(view)
[transmission]
# This is the transmission-daemon config file
# Default settings are commented, uncomment and adapt as needed
# Allowed IP addresses.
allowed=127.0.0.1
# Enable peer blocklists (yes or no)
blocklist=no
genovo İndirilenler # filefrag -v /.swap
Filesystem type is: ef53
File size of /.swap is 536870912 (131072 blocks, blocksize 4096)
ext logical physical expected length flags
0 0 34816 32768
1 32768 67584 30720
2 63488 100352 98303 12288
3 75776 391168 112639 6144
4 81920 405504 397311 4096
5 86016 413696 409599 12288
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="DoubleClickTime" type="int" value="250"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
<property name="CursorBlink" type="bool" value="true"/>
<property name="CursorBlinkTime" type="int" value="1200"/>
<property name="ThemeName" type="string" value="Clearlooks"/>
#***********************************************************************
#
# pppoe.conf
#
# Configuration file for rp-pppoe. Edit as appropriate and install in
# /etc/ppp/pppoe.conf
#
# NOTE: This file is used by the pppoe-start, pppoe-stop, pppoe-connect and
# pppoe-status shell scripts. It is *not* used in any way by the
# "pppoe" executable.
def copyRepository(src, dst):
os.mkdir("%s/repo" % dst)
for file in glob.glob("%s/repo/*" % src):
file_name = os.path.split(file)[1]
shutil.copy(file, "%s/repo/%s" % (dst, file_name))
<?xml version="1.0" encoding="UTF-8"?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your blog. -->
<!-- It contains information about your blog's posts, comments, and categories. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your blog. -->
<!-- To import this information into a WordPress blog follow these steps. -->
<!-- 1. Log in to that blog as an administrator. -->
<!-- 2. Go to Tools: Import in the blog's admin panels (or Manage: Import in older versions of WordPress). -->
<!-- 3. Choose "WordPress" from the list. -->
Rxvt*font: xft:Droid Sans Mono:pixelsize=13:antialias=true
Rxvt*background: black
Rxvt*transparent:true
Rxvt*shading:20
Rxvt*foreground: grey
Rxvt*scrollBar: false
Rxvt*title: Terminal
URxvt.perl-ext-common: default,matcher,tabbed
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
"" Gökmen Görgen's vim & gvim configurations
" I'm using vim with: taglist, snipmate, colorsamplerpack, railscasts theme
syntax on
set encoding=utf-8
set bg=dark
set nocompatible
set showcmd
set hlsearch
set incsearch