"gdbus.error.org.bluez.obex.error.failed" "unable to find service record"
Try killing obexd
Until now, I was trying to keep my Linux (and other related) notes on a static web page, and using other local software on my PC. Finally, I decided to create this blog to make easier for me the task of updating my notes from any place and to have quick access to them.
martes, 17 de noviembre de 2015
sábado, 12 de septiembre de 2015
viernes, 4 de septiembre de 2015
To install XCTU (Windows version) on Linux
This is a good tutorial about this.. https://github.com/TauLabs/TauLabs/wiki/Xbee-Programming-on-Linux
However, this is no longer needed because XBee has a Linux version now :D
Anyway, I post this because I think it could help to install other similar windows-based software which needs to connect with usb (serial) ports.
However, this is no longer needed because XBee has a Linux version now :D
Anyway, I post this because I think it could help to install other similar windows-based software which needs to connect with usb (serial) ports.
miércoles, 27 de mayo de 2015
Solution for the problem "skype: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory"
Source: http://askubuntu.com/questions/555902/problems-after-installing-skype-4-3
Execute:
LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype
viernes, 8 de mayo de 2015
Turn off or modify Cheese snapshot sound....
One solution is to modify the file /usr/share/sounds/freedesktop/stereo/camera-shutter.oga
Solution from: http://unix.stackexchange.com/questions/93368/how-can-i-disable-the-shutter-sound-of-gnome-screenshot
miércoles, 6 de mayo de 2015
martes, 3 de marzo de 2015
Setting bash as the default shell
Instructions in : http://www.cyberciti.biz/faq/howto-set-bash-as-your-default-shell/
1. Look for the path to bash with
which bash
2. Type:
sudo chsh -s output-path-from-previous-step username
Otherway to do that is to modify the /etc/passwd file.
1. Look for the path to bash with
which bash
2. Type:
sudo chsh -s output-path-from-previous-step username
Otherway to do that is to modify the /etc/passwd file.
Suscribirse a:
Entradas (Atom)