Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View soifou's full-sized avatar
:octocat:
Working from home

François Fleur soifou

:octocat:
Working from home
View GitHub Profile
@soifou
soifou / MySQL.md
Last active January 25, 2022 17:04
Memo for MySQL

MySQL

Change root password

systemctl stop mysql
nohup mysqld_safe </dev/null &>/dev/null &
mysql -u root
mysql> use mysql;
# Before Mariadb 10.4
@soifou
soifou / SSL.md
Last active May 20, 2020 13:18
SSL - get a good SSL security for your website
@soifou
soifou / vim-commands.md
Last active March 5, 2021 09:04
Useful Vim commands

VIM Starter kit

Open file

vim file1

Ok just kidding, everyone know this but you can do also

@soifou
soifou / Docker.md
Last active November 21, 2016 12:12
Docker init
@soifou
soifou / PostfixMandrill.md
Last active November 29, 2017 12:48
Install Mandrill with Postfix

Postfix / Mandrill

Installation

# apt-get install postfix

Configuration sasl

# vim /etc/postfix/sasl_passwd
@soifou
soifou / magetool.md
Last active March 30, 2016 11:34
Install MageTool

Install MageTool (zf)

Installation via PEAR

# apt-get install php-pear
$ pear upgrade pear

First install ZF on your development machine.

# pear channel-discover pear.zfcampus.org 
@soifou
soifou / install-ut-goty-debian-64bits.md
Last active March 7, 2024 12:26
Install Unreal Tournament GOTY on Debian Jessie 64bits

Install Unreal Tournament GOTY on Debian 64bits

Run natively Unreal Tournament Game Of The Year (GOTY) on Debian system.

UT is not dead! The install process is a bit cumbersome but the game has been published more than 20 years ago! Please let me know how it went for you and if you have any tips, please share :)

And most important, have fun!

(Tested on Debian Bullseye 64bits)