Download https://github.com/oxygine/oxygine-framework/raw/master/3rdPartyTools/linux/PVRTexToolCLI to localhost
scp PVRTexToolCLI iskore@server:
[sudo] chmod 755 ./PVRTexToolCLI
./PVRTexToolCLI -h
Download https://github.com/oxygine/oxygine-framework/raw/master/3rdPartyTools/linux/PVRTexToolCLI to localhost
scp PVRTexToolCLI iskore@server:
[sudo] chmod 755 ./PVRTexToolCLI
./PVRTexToolCLI -h
This tutorial is for setting up an Ubuntu EC2 for RDP
In this tutorial, I will be using nano for this. To exit and save, do CTRL-X
followed by Y
and ENTER
Boot up EC2 - Ubuntu 14.04 (LTS)
Once the instance is all boot up, update it:
sudo apt-get update
sudo apt-get upgrade
sudo nano /etc/ssh/sshd_config
SSH: ssh -i ~/.ssh/key.pem [email protected]
Move: mv [move_file] [file_destination]
Copy All Files in Dir: cp -r [/dir/etc/*] [destination/]
Delete: rm -Rf [filename & dir]
// TEST A | |
function isPowerA ( x ) { | |
while ( ( ( x % 2 ) === 0 ) && x > 1 ) x /= 2; | |
return ( x === 1 ); | |
} | |
var i = 10000000; | |
while ( i > 0 ) { |
[ORIGINAL POSTING][6]
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/texturetool -e PVRTC --bits-per-pixel-2 -o left.pvr left.PNG
The file must be a PNG
In Terminal, hit cd
to make sure you're in your root directory.
cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ && ls
[ORIGINAL POSTING][0]
[Check this out][1]
So the steps are:
Site
Nickname: [whatever]
Remote URL: http://ec2-[your-ip-address].compute-1.amazonaws.com
Local URL: optional
Remote Root: /home/ec2-user/
Local Root: /Volumes/Macintosh HD/Users/User/path/
Use Publishing: true
Automatically index all Site files: true
Turquoise: | |
[UIColor colorWithRed:0.10196 green:0.73725 blue:0.61176 alpha:1.0] | |
[UIColor colorWithRed:0.08627 green:0.62745 blue:0.52157 alpha:1.0] | |
Green: | |
[UIColor colorWithRed:0.18039 green:0.80000 blue:0.44314 alpha:1.0] | |
[UIColor colorWithRed:0.15294 green:0.68235 blue:0.37647 alpha:1.0] | |
Blue: | |
[UIColor colorWithRed:0.20392 green:0.59608 blue:0.85882 alpha:1.0] |