Yeahhhh we have our Facebook ONLINE! Go there and vote for your Country and diss another country’s!
Check this out => http://www.thecrowdteamplay.com/
Yeahhhh we have our Facebook ONLINE! Go there and vote for your Country and diss another country’s!
Check this out => http://www.thecrowdteamplay.com/
I’ve get today ny desire and its amazing!
That’s what i can only say! It’s fucking fast and awesome display!
The OLED display has a very high resolution and very amazing colours! The feeling from multitouch is in some situation better as in iPhone!
In the next day I will create some screenshots, so look in the next day at my blog!
After FDT Evangelist i’m know FDT Trainer!
Check this out => http://www.academy.powerflasher.de/academy/schulungen/trainer/
Do you need training with FDT or workflow optimizing? Write me a eMail or Twitter DM !!!
Hi dudes,
check this link:
http://www.newtriks.com/?p=889&cpage=1
You can change your color set of your source code! I hate the default color of flash builder it’s sooooo UGLY!
And here the mp3!!!!!! Awesom music!!!
This HowTo will show how to use eGit with FDT…
- Create Git Repository
- Add files/folder to .gitignore
- Add files/folder to version controle
- Commit
- Push Project to GitHub
- Import projects from GitHub
So many user have a problem to use git with the command line
… So we are so happy that eGit comes out… But nobody know hot to use it
…
Check ths tutorial know what are you doing…
Requirements:
IMPORTANT: ADMINISTRATOR PRIVILEGES REQUIRED
Read -> http://varga-multimedia.com/wp-content/uploads/2011/01/2010-03-30-19h40_151.png2010/03/30/generate-ssh-key-for-github/
I think you have allready FDT if not -> http://www.fdt.powerflasher.com
Check this Site: http://www.eclipse.org/egit/
I use the nightly build if you to use the stable use the stable URL
Paste this URL:
Nightly Build: http://download.eclipse.org/egit/updates-nightly
Stable Build: http://download.eclipse.org/egit/updates
FDT (eclipse) use a annother ssh folder as normaly…
Normal: C:UsersFrancis Varga.ssh
Eclipse: C:UsersFrancis Vargassh
So Git will not work if you want to pushed remote…
Window -> Preferences
General -> Network Connections -> SSH2
Change: C:UsersFrancis Varga.ssh || To || C:UsersFrancis Vargassh
If you have annother key names so add the annother public keys -> Add Private Key
So know you communicate with GitHub
…
If you want use GitHub you need a SSH… So let me show how to generate a SSH Key on Windows 7…
Open Command Prompt
[WINDOWS] + R + CMD
Go to your SSH Key folder
cd .ssh
Create a SSH Key
ssh-keygen -t rsa -C “youreMail@yourHost.yourDomain”
Generating public/private rsa key pair.Enter file in which to save the key (/c/Users/Francis Varga/.ssh/id_rsa)/c/Users/Francis Varga/.ssh/id_rsa already exists.Overwrite (y/n)? yEnter passphrase (empty for no passphrase):Enter same passphrase again:Your identification has been saved in /c/Users/Francis Varga/.ssh/id_rsaYour public key has been saved in /c/Users/Francis Varga/.ssh/id_rsa.pubThe key fingerprint is:4b:7e:75:73:7d:1e:c7:78:b1:11:a1:59:e8:66:1c:36 github@varga-net.com
Go to your .ssh Folder and open id_rsa.pub file with Notepad, copy the content and add it to GitHub
Click Add Key
Test if your key work:
ssh git@github.com
ERROR: Hi FrancisVarga! You’ve successfully authenticated, but GitHub does not provide shell access
Connection to github.com closed.