Linux: Manjaro 0.8.5 torrent
Here is a torrent for all the files for Manjaro 0.8.5 release Please seed! If you prefer, go to SourceForge http://sourceforge.net/projects/manjarolinux/files/?source=dlp
Here is a torrent for all the files for Manjaro 0.8.5 release Please seed! If you prefer, go to SourceForge http://sourceforge.net/projects/manjarolinux/files/?source=dlp
# 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
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
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
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
Now that I got a little time to work on my Raspberry Pi, I decided to have 2 2GB flash drives mounted at boot to save some write cycles on the SD card: After a few failed times, I googled for a while and the important bit is the 6th… Continue reading
Boot into ArchLinux ISO modprobe dm-mod pacman -Syy pacman -S gdisk gdisk /dev/sda o then "y" to confirm n 1 <enter> +32M ef02 n 2 <enter> <enter> 8e00 w then "y" to confirm ————— pvcreate /dev/sda2 vgcreate arch /dev/sda2 lvcreate -L 1G -n boot arch lvcreate -C y… Continue reading
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
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
Today I needed to find duplicates files from: – list of URLs accessed – list of category URLs I needed to refresh data for here's my code snippet: (This assumes LOG.txt is the file with URLs logged and CATEGORIES.txt is the list of all URLs that would pottentially need… Continue reading
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /var/www/vhosts/blog.portnumber53.com/html/wp-content/themes/mantra/includes/theme-comments.php on line 86