Linode: Install mysql from package

  # pacman -S mysql resolving dependencies… looking for inter-conflicts… Targets (3): libmysqlclient-5.5.30-7  mysql-clients-5.5.30-7  mysql-5.5.30-7 Total Download Size:    12.81 MiB Total Installed Size:   123.89 MiB Proceed with installation? [Y/n] y :: Retrieving packages from extra…  libmysqlclient-5.5.30-7-x86_64        3.4 MiB   129K/s 00:27 [##################################] 100%  mysql-clients-5.5.30-7-x86_64       834.8 KiB   115K/s 00:07 [##################################] 100%  mysql-5.5.30-7-x86_64                … Continue reading

Linode: Update your ArchLinux VPS

connect 2 sessions on your Linode   On the second, run this: dd if=/dev/urandom of=/dev/null   on the first one, do the following: pacman-key –init   You can stop the dd process on the second connnection pacman-key –populate archlinux pacman-key –refresh-keys   Update pacman pacman -Sy pacman   Update your… Continue reading

Linux:Bluetooth – Motorola S305 – way better sound or stereo :)

Re: Motorola S305 bluetooth headset Go to System->Preferences and open the Sound panel. Select the "Hardware" tab and click on "Motorola S305", then you will see the choices for in the Profile menu at the bottom. In the Profile menu you can choose between HSP/HFP (telephony) or A2DP (stereo headphones)…. Continue reading

Raspberry Pi: installing a LAMP server

Let's put the Raspberry Pi to good use:   1. Install Mysql sudo pacman -S mysql 2. Start your server # systemctl start mysqld 3. Secure your mysql installation # /usr/bin/mysql_secure_installation ——————- NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL       SERVERS IN PRODUCTION USE!  PLEASE… Continue reading

Archlinux: Unable to boot installation “waiting for device labeled”

If you see this while trying to boot Archlinux installation   Waiting 30 seconds for device /dev/disk/by-label/ARCH_201210 … Error: Boot device didn't show up after 30 seconds… Falling back to interactive prompt. You can try and fix the problem manually…. ramfs$ Label your device ARCH_201210 and you should be good… Continue reading

ArchLinux: set of fonts I’m using on my Asus N73SV laptop

This is the current set of fonts I've installed on my Asus N73SV laptop running Archlinux.   sudo pacman -Sy font-bitstream-speedo bdf-unifont artwiz-fonts cantarell-fonts dina-font gsfonts monaco-linux-font opendesktop-fonts tamsyn-font terminus-font ttf-bitstream-vera ttf-cheapskate ttf-dejavu ttf-droid ttf-freefont ttf-inconsolata ttf-sazanami ttf-ubuntu-font-family xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-misc xorg-fonts-type1   Let me know in the comments if… Continue reading