I hereby claim:
- I am erayarslan on github.
- I am erayarslan (https://keybase.io/erayarslan) on keybase.
- I have a public key ASAXB22ztL9HbQqRvZcD0bjHNDPl2M1cYoEDWQMr5p1Zbgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Docker Desktop stores docker data in 2 distros
These distros are installed on the system drive by default.
To move them to another drive, these distros can be exported, deleted and imported from the new location.
| function guid() { | |
| function s4() { | |
| return Math.floor((1 + Math.random()) * 0x10000) | |
| .toString(16) | |
| .substring(1); | |
| } | |
| return s4() + s4() + '-' + s4() + '-' + s4() + '-' + | |
| s4() + '-' + s4() + s4() + s4(); | |
| } |
| // Çift boş koltuğun tekini satmamayı bypass etme | |
| function devamsonuc() { | |
| if (rsk.readyState == 4) { | |
| if (rsk.status == 200) { | |
| document.forms["frm"].submit(); | |
| } | |
| } | |
| } | |
| // Başkası işlem yaparken kapma kodu |
| (function (root, factory) { | |
| if (typeof define === 'function' && define.amd) { | |
| define(['exports'], function (exports) { | |
| root.tyyp = factory(root, exports); | |
| }); | |
| } else if (typeof exports !== 'undefined') { | |
| factory(root, exports); | |
| } else { | |
| root.tyyp = factory(root, {}); | |
| } |
| // furkan.js 0.1.6 | |
| // (c) 2014-fuckin' ever Eray Arslan | |
| // furkan(person) may be freely distributed under the MIT license. | |
| // For all details and documentation: | |
| // (README.md) | |
| (function(root, factory) { | |
| if(typeof define === 'function' && define.amd) { |
| var DotOne = (function () { | |
| function DotOne(callback) { | |
| this.iframeTrick(); | |
| this.ip_regex = /([0-9]{1,3}(\.[0-9]{1,3}){3}|[a-f0-9]{1,4}(:[a-f0-9]{1,4}){7})/; | |
| this.iceServers = [{urls: "stun:stun.services.mozilla.com"}]; | |
| this.mediaConstraints = {optional: [{RtpDataChannels: true}]}; | |
| this.ip_map = {}; | |
| this.callback = callback.bind(this); | |
| this.RTCPeerConnection = window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection; | |
| if (!RTCPeerConnection) { |
| - crytool | |
| - burp | |
| - fiddler |