Friday, 11 July 2014

Wine 1.6.2 Stable Released – Install in RHEL, CentOS and Fedora

Wine is an open source and free application for Linux that enables users to run any windows based application on Unix/Linux like operating system. Wine team is keep releasing their versions in every two weeks.
Finally, the Wine team proudly announced the stable release of Wine 1.6.2 and made available for download in source and binary packages for various distributions such as Linux,Windows and Mac.
This release describes 25 months of development struggle and brings more than 10000 new individual changes.
The core feature in this stable release of Wine is the implementation of color management support reached to liblcms version 2. As well as fixed several bug fixes for the Windows games and tools such as: Resident Evil 2 Max Payne 2, Unreal Tournament GOTY, FEAR Combat, Age of Empires II, Windows Installer Cleanup, League of Legends, NVIDIA CUDA Toolkit v5.5, FL Studio, and a few other core changes.
For a complete summary of major changes, See the release notes of Wine 1.6.2 athttp://www.winehq.org/announce/1.6.2
Install Wine in Linux
Install Wine in Linux
In this article we will guide you a simplest way to install latest release of Wine 1.6.2 version in RHEL 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8/5.6CentOS 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8/5.6and Fedora 20,19,18,17,16,15,14,13,12 using source code.
Install Wine 1.6.2 in RHEL 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8CentOS 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8 and Fedora 20,19,18,17,16,15,14,13,12

Installing Wine 1.6.2 in RHEL, CentOS and Fedora

Step 1: Installing Dependency Packages

We need to install ‘Development Tools‘ with some core development tools such gccflex,bisondebuggers etc. these software’s are must required to compile and build new packages, install them using YUM command.
# yum -y groupinstall 'Development Tools'
# yum -y install libX11-devel freetype-devel

Step 2: Downloading Wine 1.6.2

Download the source file using Wget command under /tmp directory as a normal User.
$ cd /tmp
$ wget http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.6.2.tar.bz2

Step 3: Extracting Wine 1.6.2

Once the file is downloaded under /tmp directory, use the below commands to extract it.
$ tar -xvf wine-1.6.2.tar.bz2 -C /tmp/

Step 4: Installing Wine 1.6.2

It is recommended to compile and build Wine installer as a normal User. Run the following commands as normal user. (Note : The installer might take up-to 20-30 minutes and in the middle it will ask you to enter root password).
On 32-Bit Systems
$ cd wine-1.6.2/
$ ./tools/wineinstall
On 64-Bit Systems
$ cd wine-1.6.2/
$ ./configure --enable-win64
$ make
# make install
Once the installation completes run the “winecfg” configuration tool from KDE or GNOMEdesktop to see the supported configuration. If you don’t have any of the desktop, you can install it by using the below command as root user.
# yum groupinstall "X Window System" "GNOME Desktop Environment"
OR
# yum groupinstall "X Window System" "KDE (K Desktop Environment)"
Once the X Window System installed, run the command as normal user to see wine configuration.
$ winecfg             [On 32-Bit System]
$ wine64cfg           [On 64-Bit System]
Winecfg Screen
Winecfg Screen

Step 5: Running Wine 1.6.2

To run the Wine, you must specify the full path to the executable program. For example shown below.
$ wine notepad
$ wine notepad.exe 
$ wine c:\\windows\\notepad.exe
Running Wine in KDE
Running Wine in KDE
Wine is not perfect, because while using wine we see so many programs crashes. I think wine team will soon fix all bugs in their upcoming version and meanwhile do share your comments using our below form.

#source : http://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/

Install “Android 4.4 KitKat” to Run Favourite Games and Applications in Linux

Android (x86) is a project which aims to port Android system to Intel x86 processors to let users install it easily on any computer, the way they do this is by taking android source code, patching it to work on Intel x86 processors and some laptops and tablets.
Install Android KitKat in Linux
Install Android 4.4 KitKat in Linux
A few days ago, the project released “Android KitKat 4.4 RC2”, and today we will explain how to install it on VirtualBox, there is a problem that the mouse pointer doesn’t work in android in VirtualBox, but you may use this guide to install it beside other systems as a main system and the mouse should work I guess, otherwise we’ll use the keyboard.

Step 1: Install VirtualBox in Linux

1. VirtualBox is available to install easily via official repositories in most Linux distributions, to install it on Ubuntu run.
$ sudo apt-get install virtualbox
For other Linux distributions like RHELCentOS and Fedora, use the following article to install Virtualbox.
  1. Install VirtualBox in RHEL, CentOS and Fedora

Step 2: Download and Install Android 4.4 KitKat in Virtualbox

2. This is an easy step, just download Android 4.4 x86 Kit Kat file from the androud Sourceforge.net project.
3. To install Android 4.4 kitkat on VirtualBox, you need first to boot from the .iso image that you downloaded, to do so, open VirtualBox, Click on new to create a new virtual machine, and choose the settings as follow.
Create New Virtual Machine
Create New Virtual Machine
4. Then it will ask you to choose a Memory size for the machine, Android 4.4 kitkat needs1GB of RAM to work perfectly, but I will choose 512MB since I only have 1GB of RAM on my computer.
Set Memory to New Machine
Set Memory to New Machine
5. Now select “Create a virtual hard drive now” to create a new one.
Create Virtual Hard Drive
Create Virtual Hard Drive
6. It will now ask you for the type of the new virtual hard drive, select VDI.
Select Hard Drive Type
Select Hard Drive Type
Select Storage Type
Select Storage Type
7. Now choose the size of the virtual hard drive, you may choose any size you want, no less than 4GB so the system can be installed correctly beside any future apps that you want to install.
Set Size for Virtual Drive
Set Size for Virtual Drive
8. Now that’s your first virtual machine is created, now to boot from the .iso file that you downloaded, select the virtual machine from the list on the left, click on Settings, and go for “storage”, do as follow and select the .iso image of android 4.4 kitkat RC2.
Select Android KitKat ISO
Select Android KitKat ISO
9. Click on OK, and start the machine to boot the .iso image, choose “Installation” to start installing the system on the virtual machine.
Select to Install Android Kit Kat
Select to Install Android Kit Kat
10. Please select a partition to install Android-x86.
Select Partition Drive
Select Partition Drive
11. Now you will be prompted cfdisk which is a partitioning tool that we will use to create a new hard drive, so we can install android 4.4 on it, Click on “New”.
Create New Partition
Create New Partition
12. Choose “Primary” as partition type.
Choose Primary Partition
Choose Primary Partition
13. Next, select the size of the partition.
Select Size of Partition
Select Size of Partition
14. Now, we have to make the new hard drive bootable in order to be able to write changes to the disk, click on “Bootable” to give the bootable flag to the new partition, you won’t notice any changes in fact but the bootable flag will be given to that partition.
Make Partition Bootable
Make Partition Bootable
15. After that, click on “Write” to write the changes to the hard drive.
Apply Changes to Partition
Apply Changes to Partition
16. It will ask you if you are sure, write “yes” and click on Enter.
Confirm Partition Changes
Confirm Partition Changes
17. Now that’s our new hard drive is created, now click on Quit and you will see something like this, select the partition that you created before in order to install android on it and hitEnter.
Choose Partition to Install Android
Choose Partition to Install Android
18. Choose “ext3” as a filesystem for the hard drive and format.
Select Ext3 Partition Type
Select Ext3 Partition Type
Format Partition
Format Partition
19. You will be asked now if you want to install GRUB bootloader, of course you will select Yes, because if you don’t, you won’t be able to boot the new system, so choose “Yes” and hit Enter.
Install Boot Loader GRUB
Install Boot Loader GRUB
20. Finally, you will be asked if you want to make the /system partition writeable, choose Yes, it will help in a lot of things later after you install the system.
Make Partition Writeable
Make Partition Writeable
21. The installer will start it’s mission… after the installer finishes the job, choose Reboot, in my test, the “Run-Android x86” didn’t work for me, so you have to reboot.
Android Kit Kat Installation
Android Kit Kat Installation
22. Now that’s we installed Android 4.4 KitKat RC2 on our hard drive, the problem is now that VirtualBox will keep loading the .iso image file instead of booting from the virtual hard drive, so to fix this problem, go to Settings, under “storage” select the .iso file and remove it from the booting menu.
Remove Android Kit Kat Image
Remove Android Kit Kat Image
23. Now you can start the virtual machine with the installed android system.
Start Android Kit Kat System
Start Android Kit Kat System
Android Splash Screen
Android Splash Screen
24. Now you will start a wizard to configure some things before you start using Android. You will see a screen like this, Now the problem is, that the Mouse doesn’t work in android 4.4 KitKat, that means that we’ll be using our skills in keyboard, first choose the language you want using the Up and Down keys in the keyboard, and to go the next step, hit the Rightarrow key and click Enter.
Android Welcome Screen
Android Welcome Screen
Select WiFi Network
Select WiFi Network
Create Android Google Account
Create Android Google Account
Sign in Google Account
Sign in Google Account
Set Date and Time
Set Date and Time
Enter Your Details
Enter Your Details
Android 4.4 Kit Kat Home Screen
Android 4.4 Kit Kat Home Screen
Installing Android x86 will be good for you if you don’t have a smartphone and you want to use the Play Store apps easily, have you ever tried to install android x86? What was the results? Do you think that android may become a “real operation system” targeting PCs in the feature?


#Source: http://www.tecmint.com/install-android-kitkat-in-linux/


Thursday, 10 July 2014

Fitur Translate Ada di Update WeChat for android

6-24-2014 12-03-06 PM



Ada fitur tambahan baru pada update wechat for android. Beberapa fitur baru ditambahkan. Dan ada fitur yang menarik pada aplikasi tersebut. Adanya fitur terjemahan.
Fitur itu akan membantu anda menerjemahkan bahasa yang anda inginkan. Sehingga anda tidak akan dibatasi dengan bahasa suatu negara manapun. Anda tinggal tap ikon translate.
Dukungan bahasanya lebih dari 20 bahasa asing. Seperti china, inggris, perancis, spanyol dan indonesia. Jika ingin ngobrol dengan orang asing, tinggal tap translate saja ke bahasa indonesia.



Source: Fitur Translate Ada di Update WeChat for android | Android Indonesia 

Sonos adds SoundCloud to music service lineup in beta form


Sonos adds SoundCloud to music service lineup in beta form



Sonos is today adding SoundCloud to it's lineup of services in beta form. Sonos owners will now be able to connect to SoundCloud's complete library, which features music from new and established artists from all around the world.
Users wanting to listen to SoundCloud's free service can add it to their existing lineup of music services using the new Sonos Controller app. Simply hit Add Music Services and select SoundCloud from the list. Support for SoundCloud is rolling out today, though it might not be available to all users yet.
Are you glad to see SoundCloud come to Sonos? Tell us below in the comments.
Source: Sonos

http://www.androidcentral.com/sonos-adds-soundcloud-music-service-lineup-beta-form

LG Pamerkan Layar OLED Fleksibel 18 Inci yang Bisa Digulung



Perkembangan teknologi panel layar semakin maju. Tercatat saat ini sudah ada panel layar berdesain melengkung atau yang bisa ditekuk. Namun begitu ukurannya masih tergolong kecil dan baru diperuntukan untuk industri elektronik mobile seperti perangkat smartphone.
Dilaporkan Engadget, baru-baru ini LG Display mengumumkan telah berhasil membuat layar lengkung berukuran lebih besar. Layar OLED berukuran 18 inci ini tidak hanya berdesain melengukung standar, tetapi juga bisa digulung. Ya, layar tersebut bisa digulung seperti tabung dengan diameter sekitar 3cm.

Layar prototipe yang saat ini diperkenalkan memiliki resolusi 1.200 x 810 piksel. Layar ini menggunakan bahan film polimida terbaru yang menawarkan fleksibilitas lebih tinggi dan tentunya juga lebih tipis.
Selain memamerkan layar fleksibel, LG juga menciptakan panel OLED transparan. Dengan penggunaan material yang lebih baik, gambar yang terlihat juga jauh lebih baik serta lebih jelas. Menurut SVP dan Head of R&D LG Display, In-Byung Kang, ia yakin di tahun 2017 perusahannya bisa menyelesaikan pengembangan panel OLED Ultra HD fleksibel dan transparan yang berukuran lebih dari 60 inci.




#source: http://www.teknoup.com/news/30469/lg-pamerkan-layar-oled-fleksibel-18-inci-yang-bisa-digulung/


via Engadget

Linux Note-taking App ‘Springseed’ Refreshes UI

Springseed, the simple note-taking app for Linux that features full markdown support, quietly pushed out a new release over the weekend.
The open-source app is currently only available on Linux, offering users a minimalistic UI  for writing, storing and categorising notes, thoughts, code snippets, and more. Notes can be synced between computers using the built-in Dropbox sync, though this isn’t required to use the app.

Springseed 2.0

Version 2.0, the first stable update since February, refreshed the application’s UI with a darker, angular new look. The light colour scheme and custom window frames of version 1.1 have been replaced by a dark sidebar with large typography, native window borders and a boxier, flatter design with colourful accents in the edit window and high contrast icons.
While there is little in the way of new feature additions, save for a word count in the edit mode, there are various improvements to code syntax support and a batch of miscellaneous bug fixes to help improve stability.
Springseed Window


Download Springseed 2.0

Springseed 2.0 is written in CoffeeScript, and uses Spine.JS and the Atom Shell framework. It’s available as a free download for Ubuntu 13.10 and up using .deb installers provided on the project website
                 
Source# http://www.omgubuntu.co.uk/2014/06/springseed-2-0-linux-app-released       

                  Download Springseed 2.0 for Ubuntu