2014. október 18., szombat

Linux folyamatok elemzése, hibakeresés

EN: Linux process information, debugging

dstat -cdmnspg --top-bio --top-io --top-cpu


dstat output on Linux

2014. október 16., csütörtök

Oneplus One USB transfer in Ubuntu 14.04 x64

USB adatátvitel OnePlus One telefonra Ubuntu 14.04 Linux rendszeren:

gksu gedit /lib/udev/rules.d/69-libmtp.rules

Adding the following entries did the trick:

ATTR{idVendor}=="05c6", ATTR{idProduct}=="6764", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"

ATTR{idVendor}=="05c6", ATTR{idProduct}=="6765", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"

Restart udev:
sudo service udev restart

Reconnect the device and it should work. Make sure that MTP transfer mode is selected on your phone.

http://askubuntu.com/questions/505932/ubuntu-14-04-mtp-error

2014. október 11., szombat

MySQL 5.5 telepítése Ubuntu 14.04 rendszerre

Install MySQL 5.5 on Ubuntu 14.04

sudo apt-get install libdbd-mysql-perl libmysqlclient18 mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 php5-mysql phpmyadmin