Google Cloud Storage speed comparison (Standard, Durable Reduced Availability, and Nearline)

This is tested using gcsfuse mount in a google computer engine running Ubuntu 15.10. These tests are made using a large 128MB file. I read that using the gcsfuse goes very slow when using lots of little files. For instance using rsync to backup websites. Google suggest using their gcutil with the rsync option instead. Read more about Google Cloud Storage speed comparison (Standard, Durable Reduced Availability, and Nearline)[…]

How to install MacOS 10.11 El Capitan on Virtualbox with Ubuntu 15.10

Not working; use VMWare Player with the Unlocker. www.insanelymac.com/foru… my.vmware.com/web/vmware…   The below does not work for me! techsviewer.com/how-to-i…   VBoxManage modifyvm “Your VM Name” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac11,3” VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0” VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Iloveapple” VBoxManage setextradata “Your Read more about How to install MacOS 10.11 El Capitan on Virtualbox with Ubuntu 15.10[…]

How to mount a Google Cloud Storage bucket as a drive in Ubuntu 15.10 wily using FUSE

From: https://cloud.google.com/storage/docs/gsutil_install#deb Install gcloud # Create an environment variable for the correct distribution export CLOUD_SDK_REPO=”cloud-sdk-$(lsb_release -c -s)” # Add the Cloud SDK distribution URI as a package source echo “deb packages.cloud.google.co… $CLOUD_SDK_REPO main” | sudo tee /etc/apt/sources.list.d/google-cloud-sdk.list # Import the Google Cloud public key curl packages.cloud.google.co… | sudo apt-key add – # Update and install the Read more about How to mount a Google Cloud Storage bucket as a drive in Ubuntu 15.10 wily using FUSE[…]

How to mount a Google Drive as a drive in Ubuntu 15.10 wily using FUSE

From: github.com/astrada/googl… Install sudo add-apt-repository ppa:alessandro-strada/ppa sudo apt-get update sudo apt-get install google-drive-ocamlfuse Use google-drive-ocamlfuse mkdir google-drive google-drive-ocamlfuse google-drive It can take a while for the drive to mount with all your data. Create Unity launcher apt-get install alacart alacart create the menu entry Use this icon: img05.deviantart.net/02b… search for your new entry using Dash Drag Read more about How to mount a Google Drive as a drive in Ubuntu 15.10 wily using FUSE[…]

Toshiba Portege 750/780 Internal Microphone broken Ubuntu Wily 15.10 [SOLVED]

wiki.ubuntu.com/Testing/… 5) Internal microphone 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06) The internal microphone does not work after a default install. Append the line “options snd-hda-intel model=dell-s14” to file /etc/modprobe.d/alsa-base.conf, reboot and adjust the mixer levels. Thanks to lidex on UbuntuForums: ubuntuforums.org/showthr…  

Using LTSP on Ubuntu 15.10 wily [Solved]

LTSP does not work out of the box on Ubuntu 15.10 wily with –arch AMD64 or i386 & thinclient or fatclient. You will get this error: chroot: can’t execute ‘/usr/bin/test’: Exec format error overlayfs: missing ‘workdir’ mount: mounting overlayfs on /root failed: Invalid argument mount: mounting /dev/ on /root/dev/failed: No such file or directory No Read more about Using LTSP on Ubuntu 15.10 wily [Solved][…]

Running Latest Adobe Acrobat Reader in Ubuntu using Virtualbox, FreeRDP, Windows 7 RemoteApp

Windowless Remote Desktop Using FreeRDP Nightly: github.com/FreeRDP/FreeR… sudo echo “deb pub.freerdp.com/reposito…`lsb_release –codename -s`/ freerdp-nightly main” > /etc/apt/sources.list.d/freerdp-nightly.list wget -O – pub.freerdp.com/reposito… | sudo apt-key add – sudo apt-get update sudo apt-get install freerdp-nightly #/bin/bash /opt/freerdp-nightly/bin/xfreerdp /u:<user> /p:<password> /app:”%ProgramFiles%\Adobe\Reader 11.0\Reader\AcroRd32.exe” /sound /microphone /drives /v:192.168.56.25 sudo apt-get install alacarte Using alacart add above script to the untiy menu. Read more about Running Latest Adobe Acrobat Reader in Ubuntu using Virtualbox, FreeRDP, Windows 7 RemoteApp[…]

Using epoptes on Ubuntu 15.10 Wily LTSP [Solved]

Epoptes does not work out of the box! I get this error with socat 1.7.3.0: /usr/sbin/epoptes-client * Epoptes-client connecting to server:789… 2016/03/17 17:15:10 socat[3057] E certificate is valid but its commonName does not match hostname Here is an excerpt from man: Since version 1.7.3.0 socat checks the peer certificate for match with the <host> parameter Read more about Using epoptes on Ubuntu 15.10 Wily LTSP [Solved][…]

Ubuntu LTSP Improved Kiosk screen script using openbox, firefox, and xdotool fullscreen mode

Install openbox, firefox, and xdotool in your ltsp chroot by running ltsp-chroot apt-get install openbox firefox xdotool exit ltsp-update-image My Command for starting Firefox in full screen mode. It’s so bad! I wish “firefox -fullscreen wo openbox & firefox & sleep 5 && xdotool key F11 Download screen script: firefox Put it