Joined February 2014
·
Posted to
SSH without password using keys
over 1 year
ago
On every login I still have to type in the paaphrase from my local ~/.ssh/id_rsa file, is this correct?
$ ssh myserver
Enter passphrase for key '/home/myusername/.ssh/id_rsa':
Posted to
A checklist for avoiding issues with international characters in PHP & MySQL
over 1 year
ago
Instead of "SET NAMES..." we should use "mysqlisetcharset" (http://www.php.net/manual/de/mysqli.set-charset.php) now?!
"This is the preferred way to change the charset. Using mysqli_query() to set it (such
as SET NAMES utf8) is not recommended. See the MySQL character set concepts section for more information."
Achievements
7 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
you meant https://github.com/jmarizgit/todo.sh (instead of https://github.com/jmarizgit/todo2)?