freopen( "CON", "w", stdout );
freopen( "CON", "w", stderr );
* If that doesn't work try adding these 2 lines at the very beginning of your code (SDL_Init wrapper or in top of your main)
int main( int argc, char *argv[] )
freopen( "CON", "w", stdout );
freopen( "CON", "w", stderr );
sudo /etc/init.d/vboxdrv setup
VBoxHeadless -startvm "name"
or
VBoxHeadless -startvm "uuid"
VBoxManage controlvm "name" acpipowerbutton
VBoxManage showvminfo "name"
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\shutdownwithoutlogon -> 0
sudo apt-get install ubuntu-restricted-extras
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install w32codecs
sudo apt-get install libdvdcss2
sudo apt-get install virtualbox-ose virtualbox-ose-modules-generic
sudo vi /boot/grub/menu.lst
--
default n
sudo apt-get install scim-bridge-client-qt
im-switch -z en_US -s scim-bridge
net use x: \\vboxsvr\FolderName
sudo apt-get install nautilus-image-converter
sudo apt-get install tor
sudo vi /etc/tor/torrc
--
.
.
SocksPort 9050 # what port to open for local application connections
SocksListenAddress 127.0.0.1 # accept connections only from localhost
.
Nickname ididnteditheconfig
.
RelayBandwidthRate 20 KBytes # Throttle traffic to 100KB/s (800Kbps)
RelayBandwidthBurst 40 KBytes # But allow bursts up to 200KB/s (1600Kbps)
.
ORPort 9001
.
.
sudo /etc/init.d/tor restart
forward-socks4a / localhost:9050 .
listen-address 127.0.0.1:8118
https://torcheck.xenobite.eu/
MMM ddd hh:mm:ss.xxx [warn] Your application (using socks4 to port 80) is giving Tor only an IP address. Applications that do DNS resolves themselves may leak information. Consider using Socks4A (e.g. via privoxy or socat) instead. For more information, please see http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS.
sudo apt-get install cacti