Sep 20, 2015

SOLVED OSSN MOD_REWRITE REQUIRED

just a simple note. ensure that you php enable mod_rewtite by a2enmod rewrite create file rewrite.php on base_dir, just put <?php print 1; ?> ensure that your base_dir ossn directory setting as below :         <Directory "/var/www/html/ossn">                DirectoryIndex index.php               ...
Read more ...

May 2, 2015

ibm ispim configure email server

just another testing note to setup ibm ispim email relay configuration with opensource email server and smtp authentication, and also thunderbird email client setting. its just simple setup on my own environment. setup dns relay for email server host its optional but sometimes, you will need it. because we need to make unique hostname...
Read more ...

Apr 27, 2015

python split multiple delimiter

i think, its basic but important to you get idea. Most basic function is use re library or just use split() function on string. Python String Split a = "ini budi, iwan dan ibu budi. Selain itu ini juga ada 'madu' budi."  a.split(' ')['ini', 'budi,', 'iwan', 'dan', 'ibu', 'budi.', 'Selain', 'itu', 'ini', 'juga', 'ada', "'madu'", 'budi.'] well, its just split on space or any other delimiter in split bracket parameter. Python...
Read more ...

Apr 23, 2015

solved Access Agent last_error 519897087

IBM Access Agent, Authentication service id = 'EMPTY'. Account data template id='EMPTY'  error last_error='-519897087 steps to solved are  : 1. you access agent lower than profile accepted. 2. ensure that your user get privilege to use this profile. Check role, credential, etc (on itim console) 3. ensure that your your...
Read more ...

solved name redefined ibm access studio IMS

while you create or modify profile on IBM ISPIM, uploading the profile, sometimes you will get error : "name redefined" Its can be because of : 1. you access node was already uploaded with same name. Or 2. you upload different node with same access-node-id Solution : 1. ensure that you always have backup before modify anything on IMS 2....
Read more ...

solved ibm ispim can't create object: SessionRecorder.SessionManager

it was so hectic to solved this error on ibm ispim. i can not check-out due to session manager can not create recording session. Its return error as below : 18:16:51.6386986        [State Machine Id - 1] Loaded AccessProfile: profile_putty_main 18:16:51.6677002        [State Machine Id - 1] State...
Read more ...

Apr 4, 2015

cheat impression blackhat

Hi all, just my note about someone who make cheat to gain impression with blackhat technique. how it  impression blackhat works adding bad script on template. well, let see this transaction : someone can change one node of this template to call his node (web or other script), it means for every template that downloaded by people...
Read more ...

Mar 29, 2015

[SOLVED] failed to attach bridge 'virbr0': No such device

LXC is just simple solution to make simple virtual operating system (OS), its like vmware or virtualbox or qemu or any other, but not fully like them, some feature was dropped. More detail about this software, you can check on LXC Ubuntu for me, its very useful to create demo OpenERP / Odoo to client. Just a simple solution for those who got lxc container error, lxc-start: conf.c: instantiate_veth: xxxx failed to attach...
Read more ...

google indexing tips

google indexing algorithm its commonly discussed, we never know what exactly google do with their algorithm, and i don't care about that. On web or on this website, i just want to put my idea, my expression and all of my mind, Don't care about its indexed or not ?. But, i saw on group / forum they asking more about what should they...
Read more ...

Mar 27, 2015

search engine quality challenge

maybe 2 year ago, someone asking me to post as many as i can. Especially about my projects and solutions rather than just put on slide to present to customer. on that time, i answer that, "actually they paid mthe more that what i wrote  :D ". i just thought that even my master write best solution for big company (maybe can be charge...
Read more ...

Mar 18, 2015

google seo

today, i feel so bad, i found the badness of google result again huft :( , i search for medicine for my wife, then i put "obat batuk herbal untuk ibu hamil" (cought medicine for pregnant) , but i found page to enter question to that website, it means, google seo analytics give bad result for me, i want the answer but website owner just...
Read more ...

Mar 16, 2015

custom participants script IBM Tivoli workflow

IBM Tivoli Approval Node with custom participants script  Its about the previous case, that we need to modify all approver roles  each department on http://febru.soluvas.com/2015/02/implementation-complex-ibm-tivoli.html, another alternatives to do that is use custom participants field on approval workflow. First, you need...
Read more ...

Mar 15, 2015

ispim posix custom adapter regular change password policy

several days ago, was so hectic with company policy that force everybody to change password periodically, its also force IBM Tivoli Identity Management (ITIM) to change password, either for adapter or accounts. well, its little bit complicated to comply with, let we see simple suggestion solution here. SACLI check out password for machine...
Read more ...

Mar 6, 2015

Cisco WLC radius managed wifi

Meanwhile, Cisco provide WLC (wireless lan controller), its very helpful to manage cisco and its traffic for you. lets see the case : a hospital need to give free of charge internet access for their customer, they need to create dynamic user access to each family of patient.  For more than 5 user login (includes patient-friend),...
Read more ...

Feb 23, 2015

HAProxy keepalived failover mysql galera

High Availability Services on Enterprise level, application software should be able to guarantee that its services will not down. Especially on telecom industries, we are very consider about HA (high availability) services. This HA is applicable for all service that need to reach almost 100% service alive, can be for database with cluster,...
Read more ...

Feb 20, 2015

MariaDB galera cluster Ubuntu 14.04

Today its about mariaDB cluster, you need this to serve high intense request of your apps-query. On my lab, i use 2 nodes and ubuntu as host OS. Lets try : Let say : Node 1 : 192.168.43.203Node 4 : 192.168.43.204 DO THIS ON BOTH NODE sudo apt-get install python-software-properties rsyncsudo apt-key adv --recv-keys --keyserver...
Read more ...

Feb 17, 2015

IBM Security Privileged Identity Management Workflow

Hi all, ISPIM Workflow is very helpful for me, it can help me to do something with custom tasking. even for complex task. As simple as what they can do, see in this video, then IBM can do this very well.   ...
Read more ...

Feb 14, 2015

javascript move mouse

On my Previous project, its very hard to say that i must argue with others for some "dirty" concept of programming. its about integrate Cisco Unified Communications with Oracle WebCenter to provide full feature of Cisco UCM on Oracle portal. They said, that we just need to develop javascript client apps using Cisco UCM SDK then embed...
Read more ...

Feb 12, 2015

glusterFS HADR file-based implementation

High Availability - Disaster  Recovery In this writing, i want to focus in deploying some apps such as web or other apps that serve more than 10.000 time per second. Especially in telco industries, we always challenge to provide huge number availability process of apps. well, today i want to share about simple implementation about...
Read more ...