Bitcoin
Fee calculation
Trading fees are always charged in the asset you receive. For example, if you buy ETH/USDT, the fee is paid in ETH. If you sell ETH/USDT, the fee is paid in USDT. For example: You place an order to buy 10 Devamı…
Trading fees are always charged in the asset you receive. For example, if you buy ETH/USDT, the fee is paid in ETH. If you sell ETH/USDT, the fee is paid in USDT. For example: You place an order to buy 10 Devamı…
Sometimes Google is becoming evil. Google installing Keystone shit with Chrome and it is slowing down your computer. In Macos you must remove it for getting better performance. For this delete that folder: rm -rf /Library/Google/GoogleSoftwareUpdate Then restart your computer. Devamı…
foreverjs is very nice tool for keeping running and managing your services. Usage syntax is like that: forever [-forever options] start [-c] [executable file] [-parameters to executable] As you can see start and -c parameters should be in last. All things which Devamı…
When you try to set state of an array value then you face that behaviour: state doesn’t change. But you’re sure for change content of array like that: function User() { const [users, setUsers] = useState([ { id: 1, name: Devamı…
Google is best search engine in the omniverse. But it has some annoying features too. Let me explain the scenario. In first search something, just click to a result, then go back and tataaa! After 500 millisecond an annoying box Devamı…
Quickly noted for me, how to set up Turbo Boost Switcher to start automatically under MacOS Big Sur without a password prompt and disable Turbo Boost at startup. Prerequisite: Turbo Boost Switcher is installed and working manually operated? Yes? Good! Devamı…
Volume yönetimi Docker’da datalar volume içerisinde depolanır. Tüm volume’ları görmek için aşağıdaki komut kullanılır: docker volume ls DRIVER VOLUME NAME local 3a4e033b1338e0f0a678349541996359574efd90ed7d4a67633aa32c3894c27e local 3e6ad179d4a97c4f9c28e3fe300c165fe3b591f43bdb4aec20fc17ea72c0a254 local 8da9e0e1a95b2ca60f030efef48794d11d3d1f60655cabc1d293e12b2d41597a Volume’lar eğer biz kendi hostumuzda bir klasör Devamı…
İmajları indirmek Bu komutla hub.docker.com adresinde bulunan imajları indirebilirsiniz. Örneğin `ubuntu` imajını indirmek için aşağıdaki komutu kullanabilirsiniz: docker pull ubuntu Sisteme indirilmiş imajları listelemek docker images komutuyla sistemde yüklü olan tüm imajları listeleyebiliriz. Örnek çıktı: docker imagesREPOSITORY TAG IMAGE ID Devamı…
In this blog we’re going to create Flyway migrations in IntelliJ Idea IDE. In first open JPA Structure window. Click to plus icon and select Diff Versioned Migrations menu. Then opening a window which title is Flyway Diff Versioned Migrations. Devamı…
nano /usr/local/etc/dnsmasq.conf server=8.8.8.8server=8.8.4.4