Skip to content

Instantly share code, notes, and snippets.

View sly01's full-sized avatar
πŸ‘¨β€πŸ’»

Ahmet Erkoc sly01

πŸ‘¨β€πŸ’»
View GitHub Profile
include ::nfs::client
nfs::client::mount { '/scripts':
mount => '/scripts',
server => '192.168.33.50',
share => '/test',
perm => '0755',
options => 'rw,nfsvers=3',
}
Sink #1
State: RUNNING
Name: alsa_output.pci-0000_00_1b.0.analog-stereo
Description: Built-in Audio Analog Stereo
Driver: module-alsa-card.c
Sample Specification: s16le 2ch 48000Hz
Channel Map: front-left,front-right
Owner Module: 23
Mute: no
Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
pulseaudi 11262 aerkoc mem CHR 116,3 9716 /dev/snd/pcmC1D0p
pulseaudi 11262 aerkoc 16u CHR 116,6 0t0 15589 /dev/snd/controlC0
pulseaudi 11262 aerkoc 21u CHR 116,2 0t0 1973 /dev/snd/controlC1
pulseaudi 11262 aerkoc 28u CHR 116,2 0t0 1973 /dev/snd/controlC1
pulseaudi 11262 aerkoc 33u CHR 116,2 0t0 1973 /dev/snd/controlC1
pulseaudi 11262 aerkoc 38u CHR 116,6 0t0 15589 /dev/snd/controlC0
pulseaudi 11262 aerkoc 64u CHR 116,2 0t0 1973 /dev/snd/controlC1
pulseaudi 11262 aerkoc 65u CHR 116,3 0t0 9716 /dev/snd/pcmC1D0p
aerkoc@cukurova ξ‚° ~ ξ‚° xinput list
⎑ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS GlidePoint id=12 [slave pointer (2)]
⎜ ↳ ALPS PS/2 Device id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
aerkoc@cukurova ξ‚° ~ ξ‚° xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.0*+ 48.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
DP1 disconnected (normal left inverted right x axis y axis)
DP1-1 disconnected (normal left inverted right x axis y axis)
DP1-2 disconnected (normal left inverted right x axis y axis)
ownloading https://api.github.com/repos/okulbilisim/PUGXAutoCompleterBundle/tags?per_page=100
Downloading https://api.github.com/repos/okulbilisim/PUGXAutoCompleterBundle/git/refs/heads?per_page=100
Reading composer.json of pugx/autocompleter-bundle (v1.2.1)
Reading /root/.composer/cache/repo/github.com/okulbilisim/PUGXAutoCompleterBundle/87f22ac821ddd299c7f7a5bc91a86aadb
cb1772e from cache
Importing tag v1.2.1 (1.2.1.0)
Reading composer.json of pugx/autocompleter-bundle (v1.2.0)
Reading /root/.composer/cache/repo/github.com/okulbilisim/PUGXAutoCompleterBundle/b63de939d71913b5ebf9d912844fc2cf2
d872061 from cache
Importing tag v1.2.0 (1.2.0.0)
$("#indir").click(function () {
$.ajax({
url: "/new/",
type: "POST",
data: {
link: $("#id_form #id_link").val()
},
success: function(){
alert("Basarili olunmustur");
},
def new_tag():
try:
with cd(path):
run('git fetch --tags')
result = run('git tag | tail -n 5')
#print("Gelecek olan surum %s" % result)
return result
except NetworkError as e:
#print "Dosyalari cekerken bir hata oldu"
#print "Tekrar deneniyor"
cmds = [
'cd %s' % base_dir,
'source env/bin/activate',
'pip install %s' % package,
]
run(' && '.join(cmds))