Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL,"Russian");
int a, b, b1, b2, x, b3, c;
cout << "Добро пожаловать в симулятор гопника! V.0.0.1" << endl;
require 'openssl'
require 'base64'
openssl_pass = "@resource[:password]"
openssl_name = "name_name_name"
key = OpenSSL::PKey::RSA.new(1024)
public_key = key.public_key
subject = "/C=BE/O=Test/OU=Test/CN=Test"
<body>
<div id="strange"></div>
<div style="display:block; transform-origin: 50% 50%;width:100px;text-align:center;-webkit-transform: rotate(10deg) scale(1.3) translate(25px,392px)">Text</div>
<script>
var flakes=[];
var screen_ymi,screen_ym,screen_xm;
start steam://rungameid/271590
timeout 60
wmic process where name="GTA5.exe" CALL setpriority "high priority"
wmic process where name="gtavlauncher.exe" CALL setpriority "idle"
wmic process where name="subprocess.exe" CALL setpriority "idle"
@0x384c0
0x384c0 / vmware-no-vmem.md
Created June 26, 2019 22:33 — forked from extremecoders-re/vmware-no-vmem.md
Disable vmem files in VMWare Workstation.

Prevent creation of vmmem files in VmWare

Issue

VMWare creates .vmem files to back the guest RAM. On the host this causes disk thrashing especially during powering on and off the guest.

Solution

Add the following lines to the .vmx file to prevent creation of .vmem files. This will reduce disk IO and VM performance will improve especially on non-SSD disks.