Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -15,7 +15,7 @@ I had to do this in order to help a friend, I do not think I would ever willingl
|
|||
## Procedure
|
||||
|
||||
Here is how to setup mssql on a fresh centos 7
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
vi /etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
vi /etc/resolv.conf
|
||||
curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo
|
||||
|
@ -34,4 +34,4 @@ passwd
|
|||
rm -f /etc/localtime
|
||||
ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime
|
||||
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -p
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue