Month: March 2013

/usr/bin/xauth: timeout in locking authority file

I am try to remote other computer using SSH with command : ssh -X alice@192.168.99.110 but, the connected process is very slow and get the error message like this when connect to the server : /usr/bin/xauth:  timeout in locking authority file /home/alice/.Xauthority This problem showed because the SELINUX configuration. So, we need to disable this

Matlab Call Subroutine Function

This is my notes about how Matlab call subroutine. We could make them all static methods on a utility class. The functions will be globally referenceable by name, but you only need to manage one M-file. Please look at my sample code : classdef test_toto methods (Static) function [a1] = test1_toto a1 = 'test1'; end

Centos install kate

Kate is my favorite editor in Linux. Because, this editor have many of feature and konsole feature. When install the Centos 6.3, I dont get this editor in my linux. I am try to use command “yum search kate“, but dont get this program. When searching over google, I get a method how Centos install

Centos6 Install Menu Editor

This is a simple problem and I not yet get this problem when using Ubuntu, Linux Mint and Suse. When install Centos Linux finished, I have a problem to edit the Menu. When using Ubuntu, I can right clicked in the menu and the menu editor will showed. But, this method can not used in