What is GIT
Git is a distributed revision control and source code management system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development. Git is a free software distributed under the terms of the GNU General Public License version ...
Showing posts with label OS-INstallation. Show all posts
Showing posts with label OS-INstallation. Show all posts
Wednesday, April 25, 2018
Wednesday, April 25, 2018
Begin using Git
Tuesday, May 31, 2016
Tuesday, May 31, 2016
Install mac os x mavericks on ubuntu virtualbox
- Install virtual box:
sudo apt-get install virtualbox- Download OSX-Mavericks.iso file.- Create Max OS X virtual machineIn Oracle Virutal Box, click on New button to start create a virtualbox for Max OS X 64 bit. Then setting it so that storage can point to OSX-Mavericks.iso file, @see Reference URLs.- Install Mac OS X on virutalbox:
Reference:
.1>https://www.youtube.com/watch?v=Nod7cpxzxLc...
Saturday, April 16, 2016
Saturday, April 16, 2016
Install Android Studio & Java8
Install Java JDK 1.8
Download jdk-8uversion-linux-x64.tar.gz file from http://www.oracle.com/technetwork/java/javase/downloads/index.html
Unpack the tarball and install the JDK.% tar zxvf jdk-8uversion-linux-x64.tar.gz
Set up the JAVA_HOME and ANDROID_HOMEFor example, ANDROID_HOME=/home/demo/java/exo-dependencies/Android/AndroidStudio_Latest/SDKJAVA_HOME=/home/demo/java/jdk1.8.0_77PATH=/usr/local/bin:$PATH:$JAVA_HOME/bin:$M2_HOME/bin:$GRADLE_HOME/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools
Install...
Friday, April 15, 2016
Friday, April 15, 2016
Install appium on Ubuntu14.04
Requirements
Your environment needs to be setup for the particular mobile platforms that you want to run tests on. See below for particular platform requirements.
If you want to run Appium via an npm install, hack with or contribute to Appium, you will need node.js and npm 0.10 or greater (use n or brew install node to install Node.js. Make sure you have not installed...
Monday, April 4, 2016
Monday, April 04, 2016
Downloading TestNG
Maven
<repositories>
<repository>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.10</version>
<scope>test</scope...
Wednesday, March 23, 2016
Wednesday, March 23, 2016
Android Studio & ADT Download Links
ADT Bundle
Android Developer Tools (ADT) is a plugin for Eclipse that provides a suite of tools that are integrated with the Eclipse IDE. Support for the Android Developer Tools (ADT) in Eclipse is ended.
Android Studio
Android Studio is used at this time instead of AD...
Monday, December 21, 2015
Monday, December 21, 2015
Skype headphone & microphone & meeting

Headphone (speaker/line out) & microphone(Line-in) để làm một cuộc đàm thoại qua skype
Có 3 jack cắm ở soudcard:
Line-out jack để cắm loa khi nghe người đàm thoại nói hoặc nghe phần mềm âm thanh phát ra từ máy tính.
Microphone jack dùng để cắm microphone dùng để nói vào máy tính rồi máy tính...
Saturday, April 21, 2012
Saturday, April 21, 2012
How to setup Wicket Examples in Eclipse
Wicket examples is a good place to learn Apache Wicket by examples, and a must reference site for new or experienced Wicket’s developers. In this Wicket examples site, it almost contains all of the usage of the common wicket’s components.
In this guide, we show you how to setup the above Apache Wicket example site in your local development environment (Eclipse IDE).
Tools used :
Apache Wicket...
Saturday, December 18, 2010
Saturday, December 18, 2010
Máy ảo Vmware & CentOS-5.5
1. Cài máy ảo Vmware trên Windows 7
- Phần mềm:
VMware-player-3.1.0-261024.exe
- Cài đặt:
Ref: http://vietbao.vn/Vi-tinh-Vien-thong/Vmware-Workstation-5.5-Phan-mem-tao-may-ao-tuyet-voi/45231849/217/
http://kamranagayev.wordpress.com/2008/12/31/install-vmware-step-by-step/
2. Cài hệ điều hành CentOS-5.5 và các ứng dụng
- Phần mềm:
CentOS-5.5-i386-bin-DVD.iso
VMware-Tools-For-Linux.iso
-...