sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo ubuntu-drivers autoinstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo "<p>Hello World</p>"; | |
$param = "123"; | |
$command = escapeshellcmd("python3 ./test.py ".$param); | |
$output = shell_exec($command); | |
echo $output; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************** | |
Course: LOG121 | |
Session: E18 | |
Group: 7 | |
Project: ${PROJECT_NAME} | |
Students: Lucas Maurice; Raphael Duchaine; Jimmy Kong | |
Professor: Francis Cardinal | |
Purpose: TODO: Add Purpose | |
File Name: ${NAME} | |
Creation: ${DATE} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
chromium-browser --app=http://wm.etsmtl.ca:5000 --start-fullscreen |
NewerOlder