Debian Base

Saturday, November 28, 2015

Convert all your jsp files to UTF-8 encoding



#Add this header to jsp
<%@ page contentType="text/html; charset=UTF-8" %>

#Command to convert all jsp files to UTF-8
find ./ -iname '*.jsp' -exec iconv -f ISO-8859-1 -t UTF-8

Posted by Alexandro Olivares Acosta at 11:02 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Saturday, November 14, 2015

Installing Android Studio on Ubuntu 14.04 Trusty via Ubuntu Make


# First add the Ubuntu Make ppa:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make


#Install umake
sudo apt-get update
sudo apt-get install ubuntu-make

#Install android studio
 umake android

Posted by Alexandro Olivares Acosta at 11:48 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

My photo
Alexandro Olivares Acosta
View my complete profile

Blog Archive

  • ►  2016 (3)
    • ►  May (1)
    • ►  March (2)
  • ▼  2015 (13)
    • ▼  November (2)
      • Convert all your jsp files to UTF-8 encoding
      • Installing Android Studio on Ubuntu 14.04 Trusty v...
    • ►  October (6)
    • ►  May (2)
    • ►  January (3)
  • ►  2014 (38)
    • ►  December (1)
    • ►  November (2)
    • ►  October (5)
    • ►  September (1)
    • ►  August (5)
    • ►  July (7)
    • ►  June (6)
    • ►  May (3)
    • ►  April (1)
    • ►  February (1)
    • ►  January (6)
Simple theme. Powered by Blogger.