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
| # open console for vm | |
| chmod 0600 ~/.ssh/authorized_keys |
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
| ](https://www.youtube.com/watch?v=......) |
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
| 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 |
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
| Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Enable-RemoteDesktop | |
| cinst 7zip.install | |
| cinst adobereader | |
| cinst atom | |
| cinst filebot | |
| cinst filezilla | |
| cinst firefox | |
| cinst geforce-experience |
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
| 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 |
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
| <script> | |
| $(document).ready(function(){ | |
| $("input[type='submit']").click(function (event){ | |
| var fout=false; | |
| naamControle(); | |
| function naamControle(){ | |
| if($("#naam").val().trim()===""){ |
NewerOlder