You are here:Startseite-Aleksandar Stajic

Über Aleksandar Stajic

Der Autor hat bisher keine Details angegeben.
Bisher hat Aleksandar Stajic, 5 Blog Beiträge geschrieben.

Apache + Ubuntu 17.10 Install Certbot – Let’s Encrypt

Installieren $ sudo apt-get update $ sudo apt-get install software-properties-common $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-apache Get Started Certbot hat ein relativ stabiles Apache-Plugin in Beta-Qualität, das auf vielen Plattformen unterstützt wird, und automatisiert die Installation von Zertifikaten. Aufgrund eines Sicherheitsproblems Let's Encrypt bietet nicht mehr Mechanismus, wie

Von |2018-06-26T10:58:27+02:00Januar 16th, 2018|Kategorien: Allgemein|Kommentare deaktiviert für Apache + Ubuntu 17.10 Install Certbot – Let’s Encrypt

Git with SSH on Windows

Microsoft are working on adding SSH to Visual Studio, and GitHub for Windows still doesn't support SSH 1. Install git for Windows which includes ssh and a bash shell https://git-scm.com/download/win 2. From the included bash shell at C:\Program Files\Git\git-bash.exe) to the root level of where you want your git repository save and type eval $(ssh-agent -s) &&

Von |2017-12-01T15:11:29+01:00Dezember 1st, 2017|Kategorien: Allgemein, Microsoft, Terminal|Tags: , , , |0 Kommentare

How to make sql-mode=“NO_ENGINE_SUBSTITUTION” permanent in MySQL my.cnf

Set it once with: SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mode = 'NO_ENGINE_SUBSTITUTION'; in >mysql -u root -p in /etc/mysql/my.conf: [mysqld] sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION" then: services mysql restart

Von |2017-12-01T16:28:18+01:00Dezember 1st, 2017|Kategorien: Linux Unix, MySQL|Tags: , , , , |0 Kommentare

Using Cygwin’s bash Babun terminal in a JetBrains IDE

Install Babun on Windows. Click File then Settings and search for “terminal”. Change the Shell path to C:\Users\YOUR-USERNAME\.babun\cygwin\bin\bash.exe if you're using Babun. Cygwin users should use C:\cygwin\bin\bash.exe or similar, depending on where you've it installed. Click Ok, open a new terminal (tab) and try running ls -l.

Von |2018-12-16T20:19:06+01:00Dezember 1st, 2017|Kategorien: Allgemein, Microsoft, News, Terminal|Tags: , , |0 Kommentare
Nach oben