Showing posts with label name. Show all posts
Showing posts with label name. Show all posts

Wednesday, September 6, 2017

Trick to Hide Remove Your Last Name on Facebook

Trick to Hide Remove Your Last Name on Facebook


Trick to Hide/Remove Your Last Name on Facebook
We all know that 
Facebook
 is a community where people use their real identities. Facebook not allow anybody to make scam or fake profile. For making FB user to connect people socially safe it always ask first & last name yours. No one allow to hide/remove their last name, but here Im going to reveal the trick by which you can remove your last name from existing facebook account.

Facebook allow some countries like Indonesia to have only first name because most of the people on Indonesia dont have last name. By making some internet settings we can also single name on FB. You first need Mozilla Firefox browser on your PC which I suppose you already have.

Now just follow below steps:

1. Change your Firefox Browser Proxy Manually 
Go To Tools > Option >  Advanced >  Network > Setting >Manual Proxy Configuration >
put any Of the bellow proxies  
Proxy:  
202.152.156.210
27.111.38.253
202.148.14.92

Port: 8080
or you can get fresh Indonesia proxy from here 
Search for a proxy in �Indonesia� with Port no. �8080? as shown below
2. Save Settings
 

Note: Open your facebook account before changing proxy, if your account is not opening after changing it.
3. Now its time to open your Facebook Account and Go to Account Settings.
4. Change your Language to Bahasa Indonesia.

5. Then simply remove your last name then Save it.
6. Switch back to English(US) language.
After doing all step remove proxy & switch to system proxy.
Now you have only single name account you can amaze your friends by this trick.

 Proof


If you face any problem in settings feel free to ask.

Must share and Enjoy....

Note: Im not much pretty sure but since were not allow to use only single name fb account, there is chance to get blocked for some facebook features. But you can tryat once.

download file now

Read more »

Saturday, September 2, 2017

UES 357 Using IP address or domain name to access UES gadgets

UES 357 Using IP address or domain name to access UES gadgets


You may get the following error and your gadgets wont work as expected if you try to use an IP address/domain name instead of the default URL with https.

Eg :-

Default :
https://localhost:9443/portal/gadgets/intro-gadget-2/intro-gadget-2.xml

Updated :
https://10.100.0.128:9443/portal/gadgets/intro-gadget-2/intro-gadget-2.xml
or
https://ues.udara.me/portal/gadgets/intro-gadget-2/intro-gadget-2.xml
Detailed error: 500 javax.net.ssl.SSLException: hostname in certificate didnt match: <10.100.1.128> != <localhost> shindig.js:9
By default all WSO2 products shipped with a self signed certificate for the domain localhost, to overcome this issue you have to create and add a certificate for your IP/Domain name.
 1. Lets assume you need to add a self signed certificate for your IP address(10.100.0.128), run following command and provide information when required, here Im using wso2carbon as my keystore password so I dont have to do any configuration changes.

keytool -genkey -alias ues -keyalg RSA -keystore  ues.jks -keysize 2048

Note :- I have created ues.jks within /home/udara/key/ directory and you have to provide your IP or domain name as your first and last name (CN).
udara@thinkPad:~/key$ keytool -genkey -alias ues -keyalg RSA -keystore  ues.jks -keysize 2048
Enter keystore password: wso2carbon
Re-enter new password: wso2carbon
What is your first and last name?
  [Unknown]:  10.100.0.128
What is the name of your organizational unit?
  [Unknown]: 
What is the name of your organization?
  [Unknown]:  WSO2
What is the name of your City or Locality?
  [Unknown]:  Mountain View
What is the name of your State or Province?
  [Unknown]:  CA
What is the two-letter country code for this unit?
  [Unknown]:  US
Is CN=10.100.0.128, OU=Unknown, O=WSO2, L=Mountain View, ST=CA, C=US correct?
  [no]:  yes

Enter key password for <wso2carbon>
    (RETURN if same as keystore password):  wso2carbon
Re-enter new password: wso2carbon

2.Take a back-up of the current <UES_HOME>/repository/resources/security/ directory.

3.Run following command within <UES_HOME>/repository/resources/security/ directory to import your certificate into wso2carbon.jks.

Since I have created my ues.jks inside /home/udara/key/ directory in step-1,
udara@thinkPad:/wso2/support/workspace/wso2ues-1.0.0/repository/resources/security$ keytool -importkeystore -srckeystore /home/udara/key/ues.jks -destkeystore wso2carbon.jks -srcstoretype jks -deststoretype jks -srcstorepass wso2carbon -deststorepass wso2carbon
Entry for alias ues successfully imported.
Import command completed:  1 entries successfully imported, 0 entries failed or cancelled
4. Since we cant have two different private keys, lets delete the previous one.
udara@thinkPad:/wso2/support/workspace/wso2ues-1.0.0/repository/resources/security$ keytool -delete -alias wso2carbon -keystore wso2carbon.jks -storepass wso2carbon
5.  Lets export our public key from wso2carbon.jks and import it in to the client-truststore.jks.

I) Export public key from wso2carbon.jks as test.cer.
udara@thinkPad:/wso2/support/workspace/wso2ues-1.0.0/repository/resources/security$ keytool -export -keystore ues.jks -alias ues -file test.cer
Enter keystore password: 
Certificate stored in file <test.cer>
II) Import public certificate test.cer into client-truststore.jks.
udara@thinkPad:/wso2/support/workspace/wso2ues-1.0.0/repository/resources/security$ keytool -import -alias ues -file test.cer -keystore client-truststore.jks
Enter keystore password: 
Owner: CN=10.100.0.128, OU=Unknown, O=WSO2, L=Mountain View, ST=CA, C=US
Issuer: CN=10.100.0.128, OU=Unknown, O=WSO2, L=Mountain View, ST=CA, C=US
Serial number: 4a460fad
Valid from: Tue Apr 08 11:49:26 IST 2014 until: Mon Jul 07 11:49:26 IST 2014
Certificate fingerprints:
     MD5:  54:CD:B8:CD:7D:3D:B5:29:2B:A4:45:61:18:C9:5A:59
     SHA1: 53:03:B5:6D:32:D2:07:33:0D:49:7A:37:32:C7:13:DA:4E:29:60:28
     SHA256: C5:23:6D:09:F3:97:45:3A:F8:19:A1:F9:14:18:DE:BC:F3:C7:C9:C1:FF:0E:D9:E6:94:EF:DA:A3:6D:79:36:B9
     Signature algorithm name: SHA256withRSA
     Version: 3

Extensions:

#1: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 92 70 EA 1B 80 6B F8 07   84 0A D9 B0 FE 52 A3 41  .p...k.......R.A
0010: C0 DA B0 17                                        ....
]
]

Trust this certificate? [no]:  yes
Certificate was added to keystore
6. Since we have updated the key store alias from wso2carbon to ues, we have to modify this in few configs to make SSO works.

Update <UES_HOME>repository/conf/carbon.xml,
<KeyStore>
            <!-- Keystore file location-->
            <Location>${carbon.home}/repository/resources/security/wso2carbon.jks</Location>
            <!-- Keystore type (JKS/PKCS12 etc.)-->
            <Type>JKS</Type>
            <!-- Keystore password-->
            <Password>wso2carbon</Password>
            <!-- Private Key alias-->
            <KeyAlias>ues</KeyAlias>
            <!-- Private Key password-->
            <KeyPassword>wso2carbon</KeyPassword>
 </KeyStore>
If we take portal jaggery app(<UES_HOME>/repository/deployment/server/jaggeryapps/portal),

Update ssoConfiguration section in portal.json as follows,
    "ssoConfiguration" : {
        "enabled" : true,
        "issuer" : "portal",
        "identityProviderURL" : "%https.host%/sso/samlsso.jag",
        "keyStorePassword" : "wso2carbon",
        "identityAlias" : "ues",
        "responseSigningEnabled" : "true",
        "keyStoreName" : "/repository/resources/security/wso2carbon.jks",
        "storeAcs" : "%https.host%/store/sso.jag",
        "portalAcs" : "%https.host%/portal/sso.jag",
        "appAcsHost" : "%https.host%"
    }
You have to made the above update in all other jaggery apps within the  <UES_HOME>/repository/deployment/server/jaggeryapps/ directory.

Update ssoConfiguration section in portal/dashboard-template/files/login.jag.hbs, but in the lastest UES distribution you have to make this change within portal/dashboard-template/files/config.json.hbs.
        ssoConfiguration = {
            "enabled": true,
            "issuer": "{{appName}}",
            "identityProviderURL": config.ssoConfiguration.identityProviderURL,
            "keyStorePassword": "wso2carbon",
            "identityAlias": "ues",
            "responseSigningEnabled": "true",
            "keyStoreName": "/repository/resources/security/wso2carbon.jks"
        }

7. Restart WSO2 UES server.

If you browse Home>Configure>Key Stores>View Key Store, you can see the certificate of the private key section as follows.


By providing your IP address or domain name as the first and last name in step 1, you can overcome this host-name mismatch issue while loading UES gadgets.

You can refer this article[1] which explains how to create and add CA signed certificate to any Carbon product.

[1] . http://wso2.com/library/knowledge-base/2011/08/adding-ca-certificate-authority-signed-certificate-wso2-products/

download file now

Read more »

Thursday, August 31, 2017

Ubuntu 14 04 LTS Trusty Tahr Code Name

Ubuntu 14 04 LTS Trusty Tahr Code Name


"Trusty Tahr" telah dipilih Mark Shuttleworth menjadi julukan untuk rilis Ubuntu mendatang. Ubuntu 14.04 LTS yang diperkirakan akan hadir pertengahan hingga akhir April tahun depan tersebut akan menjadi rilis long term support (LTS) setelah rilis Ubuntu 12.04 LTS dua tahun sebelumnya.

code name Ubuntu 14.04 LTS Trasty Tahr
Trusty Tahr diambil dari nama binatang yang banyak berkeliaran secara alami di pegunungan Himalaya. Tahr sejenis kambing liar yang memiliki kemampuan untuk bertahan, memanjat dan mendaki bukit bebatuan.

Mengapa "Trusty Tahr" dipilih menjadi code nama Ubuntu 14.04 LTS? silahkan kunjungi halaman blog Mark Shuttleworth ini untuk mendapatkan informasi lebih rincinya... :D




Dipublikasikan di:
Ubuntu 14.04 LTS, Trusty Tahr, ubuntu terbaru

download file now

Read more »

Tuesday, August 29, 2017

Ubuntu 12 04 LTS Gets the Official Code Name!

Ubuntu 12 04 LTS Gets the Official Code Name!


As most knows, with almost all the other GNU/Linux distributions (or other major software projects in general), Ubuntu also assign a code name every time they release a new version of their operating system. The current version number is 11.04 has the code name of "Natty Narwhal" and the upcoming 11.10 is called "oneiric ocelot".

Im not a marketer thus have very little knowledge about how or why code names are used... but I guess it has something to do with branding. Anyhow, few hours ago, Mark Shuttleworth announced (the founder of Ubuntu OS) the official name for the upcoming 12.04 which will be released in 2012 April (if everything goes according to plan) and itll be called, Precise Pangolin!.

As always, Mark had something interesting to say about the name (or the creature behind the name actually)...
"Now, I�ve recently spent a few hours tracking a pangolin through the Kalahari. I can vouch for their precision � there wasn�t an ant hill in the valley that he missed. Their scales are a wonder of detail and quite the fashion statement. I can also vouch for their toughness; pangolin�s regularly survive encounters with lions..."
Anyway, the 12.04 release has another importance also since its the "Long Term Support" (a.k.a LTS) which is for those who just cant stand for having to update their OS once every 6 months. So, once every 2 years a LTS version is released which carries no particular differences in packages but will be supported by Ubuntu (updates, bug fixes, etc) up to 3 years for the desktop edition and 5 years for the Ubuntu Sever Edition.

And in somewhat a recent interview, Mark said that they "might" replace Firefox with Google Chrome which could have happened with the 12.04 version but since its the LTS version ... it wont. But it could be something thatll take place in the 12.10, perhaps.

Anyhow if youre wondering about the official code name for the upcoming Ubuntu 12.04 (both LTS and the standard versions)... then its Precise Pangolin and its all about surviving the "lion"!

download file now

Read more »

Sunday, August 6, 2017

Trick to Show Your Name in Taskbar at the AM PM place

Trick to Show Your Name in Taskbar at the AM PM place



Trick to show your name in task bar
Here is a trick to add your name in place of AM and PM
beside time in the taskbar.

Its simple
Goto Start -> Control Panel -> Regional and Language option ->
Customize (beside English US) -> Go to TIME tab -> Change AM
symbol and PM symbol from AM and PM to your name -> Apply -> Ok ...
IS it changed ??? May be not ...

Now go to time in taskbar and Double Click it to open
"Date and time property" ...

Look at the place where time changes in digital format
i.e. 02:47:52 AM , click to arrow to chage the AM or PM by
selecting and press arrow.

Apply -> OK.

It will Show your name!!

download file now

Read more »