• Cloud,  DevStack,  ipucu,  Linux

    Unavailable modifier requested WSGI + apache2

    [email protected] – Devstack [email protected] [150/368]Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)Active: active (running) since Cum 2019-05-24 15:28:22 +03; 3s agoMain PID: 8137 (uwsgi)Status: “uWSGI is ready”CGroup: /system.slice/system-devstack.slice/[email protected]├─8137 keystoneuWSGI maste├─8139 keystoneuWSGI worker└─8140 keystoneuWSGI worker May 24 15:28:22 faopenstack [email protected][8137]: no request plugin is loaded, you will not be able to manage requests.May 24 15:28:22 faopenstack [email protected][8137]: you may need to install the package for your language of choice, or simply load it with –plugin.May 24 15:28:22 faopenstack [email protected][8137]: !!!!!!!!!!! END OF WARNING !!!!!!!!!!May 24 15:28:22 faopenstack [email protected][8137]: spawned uWSGI master process (pid: 8137)May 24 15:28:22 faopenstack [email protected][8137]: spawned uWSGI worker 1 (pid: 8139, cores: 1)May 24 15:28:22 faopenstack systemd[1]: Started Devstack…

  • Linux

    GPG Error GIMP

    gimp kurulumunda asagidaki hatayi aliniyorsa repositorye ppa:otto-kesselgulasch/gimp eklenmesi gerekir. Alinan Hata root@facontroller:~/farda# ./compile-git-with-openssl.sh BUILD DIRECTORY USED: /tmp/tmp.qGsBMo9Lqd Ign:1 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens InRelease Get:2 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease [17.5 kB] Hit:3 http://tr.archive.ubuntu.com/ubuntu xenial InRelease Hit:4 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens Release Err:2 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 3BDAAC08614C4B38 Hit:5 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu xenial InRelease Hit:6 http://tr.archive.ubuntu.com/ubuntu xenial-security InRelease Hit:8 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease Get:9 http://tr.archive.ubuntu.com/ubuntu xenial-proposed InRelease [260 kB] Hit:10 http://tr.archive.ubuntu.com/ubuntu xenial-backports InRelease Reading package lists… Done W: GPG error: http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 3BDAAC08614C4B38 E: The repository ‘http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease’ is not signed.…

  • ipucu,  Linux

    wget –no-check-certificate

    HTTPS protokolu uzerinden wget ile birseyler cekmek istedigimizde sertifika sorunu yasadigimiz icin –no-check-certificate argument ini kullanarak sorunu asiyoruz fakat bazi bundle uygulamalari kurarken scriptlerin icerisine pek mudahale demiyoruz dolayisi ile wgetrc dosyasi iceresinde bu tanimlamayi yaptigimiz vakit her defasinda bu argumenti gondermemize gerek kalmiyor. Asagidaki satir yeterli olacaktir

  • Linux

    Linux – Klasördeki Tüm Dosyaları Ayrı Ayrı Sıkıştırmak

    Aşağıdaki komut ile bulunduğunuz dizindeki .log uzantılı tüm dosyaları gzip komutu ile tek komutla ayrı ayrı sıkıştırmanız mümkün. find . -name “*.log” -exec gzip -fv {} \; Linux gzip ile sıkıştırmadan önce Gzip ile sıkıştırırken Gzip ile sıkıştırdıkdan sonra Eğer bulunduğunuz dizinde bulunan tüm dosyaları ayrı ayrı sıkıştırmak isterseniz aşağıdaki komutu kullanabilirsiniz. find . -name “*” -exec gzip -fv {} \;