Skip to content

Instantly share code, notes, and snippets.

View SamyCoenen's full-sized avatar

Samy Coenen SamyCoenen

View GitHub Profile
@SamyCoenen
SamyCoenen / gist:7aed270182596823375c985b6c3dcf85
Created January 18, 2017 09:55
Centos/7 Vagrant box authentication failure on Ubuntu
# open console for vm
chmod 0600 ~/.ssh/authorized_keys
@SamyCoenen
SamyCoenen / gist:0390171ec7e4daf1cc719fcdff53fc08
Created January 13, 2017 18:54
Youtube_Github_Readme.md
![Demo readme video](http://share.gifyoutube.com/....gif)](https://www.youtube.com/watch?v=......)
@SamyCoenen
SamyCoenen / Windows_Desktop_Boxstarter_Script
Last active January 13, 2017 13:05
Automatically install windows software by going to the following link http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/............. (raw file)
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst 7zip.install
cinst adobereader
cinst atom
cinst filebot
cinst filezilla
cinst firefox
cinst geforce-experience
@SamyCoenen
SamyCoenen / gist:60d01bbfa2f352aa4dd8e44b7fcf3560
Created January 13, 2017 13:03
Custom_Shell_Welcome_Random_Ubuntu_Tips_Cows
echo -e (echo "Welcome Samy Coenen!\n";and fortune -a)|cowsay -f (ls /usr/share/cowsay/cows/ | shuf -n1)
Add to your shell config:
- fish: ~/.config/fish/config.fish
private StreamWriter swSender;
private StreamReader srReceiver;
private TcpClient tcpServer;
private Thread thrMessaging;
private IPAddress ipAddr;
private bool Connected;
private void InitializeConnection()
{
// Parse the IP address
<script>
$(document).ready(function(){
$("input[type='submit']").click(function (event){
var fout=false;
naamControle();
function naamControle(){
if($("#naam").val().trim()===""){