Posts under Open Source Software

How to disable keyboard vibration in Android

advertisement

androidKeyboard vibration in Android is a nice to have feature at least for me. You can disable the keyboard vibration in Android just few touch away. Furthermore, disable the keyboard vibration can save your battery and make it last longer!

To disable keyboard vibration in Android Phone, follow the steps below:-

Continue reading How to disable keyboard vibration in Android »

How to svn thru ssh in Linux / Mac

advertisement

SVN thru SSH will transfer your files in encrypted format over the network. If u using remote svn server then i’ll recommend u to use svn over ssh. By using SVN thru SSH, you can avoid others from reading your source code and this is a good practice for everyone.

To SVN thru SSH in Linux or Mac, follow the steps below:-

Continue reading How to svn thru ssh in Linux / Mac »

How to setup syslog server in UBuntu 8

advertisement

Just setup a syslog server in Ubuntu Linux to collect logs from firewall. To setup a syslog server in Ubuntu is easy, to setup a syslog server that collect remote logs is a bit tricky. FYI, once syslog server started, it is listening on the port 514 on UDP protocol. After few hours of testing, finally the syslog server is up and running. So here i share my experience on how to setup syslog server in Ubuntu Linux to everyone.

To setup syslog server in UBuntu Linux, follow the steps below:-

Continue reading How to setup syslog server in UBuntu 8 »