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
| <?xml version="1.0" encoding="Windows-1252" ?> | |
| <!--// | |
| Monokai | |
| Copyright (c) 2008 Fabio Zendhi Nagao <http://zend.lojcomm.com.br/> | |
| Permission is hereby granted, free of charge, to any person | |
| obtaining a copy of this software and associated documentation | |
| files (the "Software"), to deal in the Software without | |
| restriction, including without limitation the rights to use, |
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
| Dim WshShell | |
| Dim obj | |
| Set WshShell = WScript.CreateObject("WScript.Shell") | |
| obj = WshShell.Run("START /MIN CMD.EXE /C "C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe" --startvm Ubuntu", 0) | |
| set WshShell = Nothing |
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 fun File.calcHash(algorithm: String = "MD5", bufferSize: Int = 1024): String { | |
| this.inputStream().use { input -> | |
| val buffer = ByteArray(bufferSize) | |
| val digest = MessageDigest.getInstance(algorithm) | |
| read@ while (true) { | |
| when (val bytesRead = input.read(buffer)) { | |
| -1 -> break@read | |
| else -> digest.update(buffer, 0, bytesRead) | |
| } |
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
| :: Launches both the Client and Server for rs2006sp | |
| :: Place inside your main folder with Client and Server directories | |
| start /min cmd /c "cd %cd%\Client && java -jar Client.jar" | |
| start /min cmd /c "cd %cd%\Server && java -Xmx1024m -jar Server.jar" |
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
| <html> | |
| <head> | |
| <title>Android Leopard</title> | |
| <link rel="stylesheet" href="css/style.css"> | |
| <script src="https://kit.fontawesome.com/c94c624931.js"></script> | |
| <script src="config.js"></script> | |
| </head> | |
| <body id="body" onload="updateTime();"> | |
| <div id="container" class="container"> | |
| <div id="mainTime"><span id="time" class="time">14:58</span></div> |
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
| cd ~/macOS-Simple-KVM/ | |
| sudo ./driverctl/driverctl --nosave set-override 0000:00:14.0 vfio-pci | |
| sudo ./basic.sh |
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
| ### Install packages. | |
| sudo apt-get update | |
| sudo apt-get install qemu-kvm qemu virt-manager virt-viewer libvirt-bin qemu-system qemu-utils python3 python3-pip git qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager ovmf | |
| ##Get macOS | |
| git clone https://github.com/foxlet/macOS-Simple-KVM.git | |
| cd macOS-Simple-KVM | |
| git clone https://gitlab.com/driverctl/driverctl | |
| ./jumpstart.sh --high-sierra |
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
| Openbox | |
| Tint2 | |
| Urxvt | |
| lxappearance | |
| breeze dark | |
| for system-wide mouse configuration, one can edit /usr/share/icons/default/index.theme | |
| tint2conf is the customizer | |
| sudo xbps-query -Rs rxvt |
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
| <!-- Window Tiling: Emulates Windows 7 Snap feature JASON CAVETT --> | |
| <keybind key="W-Left"> | |
| <action name="UnmaximizeFull"/> | |
| <action name="MaximizeVert"/> | |
| <action name="MoveResizeTo"> | |
| <width>50%</width> | |
| </action> | |
| <action name="MoveToEdgeWest"/> | |
| </keybind> | |
| <keybind key="W-Right"> |
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://soundcloud.com/braxe1/3-voices | |
| https://nextpreview.soundcloud.com/futureclassic/touch-sensitive-pizza-guy-3 | |
| https://soundcloud.com/foolsgoldrecs/grown-up-explicit | |
| https://soundcloud.com/bondax/no-diggity | |
| https://soundcloud.com/lordrecollectif/vanderway-early | |
| https://soundcloud.com/electrocookie/metric-help-im-alive-the-twelves-remix | |
| https://soundcloud.com/timsweeney/paradisbisrecords | |
| https://soundcloud.com/itsindoorsoutdoors/cruiser-kidnap-me | |
| https://soundcloud.com/greatgoodfineok/youre-the-one-for-me | |
| https://soundcloud.com/oxfordsounds/goldroom-feat-chela-fifteen |