Append text to the end of multiple lines:
:%s/$/\*/g| After upgrading from Ubuntu 10.10 to 11.04, I could no longer mount any of my HFS+ OS X partitions: | |
| $ sudo mount -t hfsplus /dev/sdc2 /media/radius_a | |
| mount: wrong fs type, bad option, bad superblock on /dev/sdc2, | |
| missing codepage or helper program, or other error | |
| In some cases useful info is found in syslog - try | |
| dmesg | tail or so | |
| I did the following in order to fix this error: |
Append text to the end of multiple lines:
:%s/$/\*/g| # Create a line | |
| my_line = "\n" + "-" * 125 |
$ mkdir -p ~/.vim/bundle $ git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
Downloads:
Yum Packages:
Bring up a terminal
Look for the annoying process using this command:
$ ps aux | grep -i "annoying_app"Output will look something like this:
robert 63499 0.0 0.1 1000968 7888 ?? S 20Jul13 23:26.50 /Applications/Annoying_App.app/Contents/MacOS/AnnoyingApp -psn_0_97164452
| license: mit |
Hello (<-- two spaces)
World
Hello
World
With a little bit of configuration, SteamVR games can be played on the Oculus Quest. The following is a short configuration guide for helping make this happen
Since the Oculus Quest is an Android device, apps can be sideloaded onto the Quest after a development configuration has been set up. Make use of SideQuest VR for setting up sideloading.