Thursday, May 12, 2016

Ketika Samba Rewel Password

Ubuntu 16.04 sudah di-release oleh canonical dengan codename XenialXerus sejak Oktober 2015. Tapi postingan kali ini tidak membahas mendalam tentang relase ini. Justru saya menemukan kendala untuk konektivitas ubuntu versi ini pada samba.

Ketika saya hendak menghubungkan ubuntu versi ini dengan printer yang ada di host windows, samba selalu meminta password. Nah untuk memperbaikinya kita dapat menambahkan script berikut pada file /etc/samba/smb.conf:


client use spnego = no 

Selamat mencoba. :)

Monday, April 4, 2016

Openshift, Deployment Using Git, Pelican

Just explored a couple of things today:
Openshift
  • Installing rhc, a ruby gem to communicate with openshift server
  • Add application (wordpress) in Openshift
Deployment Using Git on Your Own Server
  • Deployment any application couldn't be easier with git-push
  • For a enterprise application there should be a way to do repetitive task related with deployment process. Well, this is known with Continuous Integration: you code, you test, you deploy. Git-push help you deal with deployment automation.
Pelican
A static site generator powered by python. You might familir with jekyll in term of ruby. It's just those things.