This is an interesting bit that I learnt about from an email in a mailing list by James Pryor. To generate html output for code within a shell script you can use: vim myscript.sh '+syntax on' '+ set nu' '+set background=light' +TOhtml '+w myscript.html' '+qall!' If you don’t want numbers…
-
-
Installing EditorConfig on Sublime Text
To install Editor Config on Sublime Text all you need to do is to follow the following steps:- Go the Preferences tab -> Package Control. Select Install Package from the drop down menu. Wait for the list to load, once it loads it will show you a list of packages.…
-
Installing Firefox Nightly with Australis on Fedora 18 / 19 / 20
Are you a Fedora user who wants to check out the new Australis Theme for Firefox scheduled for release with Firefox 28? However, you are a bit apprehensive of letting go that stable release of Firefox in bundled within your Fedora installation by default, just in case something goes wrong…
-
Running Friendlycode – A local instance of Thimble
Here is a breakdown of how to run Friendlycode in 3 (maybe not-so-simple) steps. Prerequisite: A static file server such as Apache. Steps:- Download Friendlycode from here. Extract the contents of the friendlycode-gh-pages package into a directory named friendlycode within your file server’s document root. For example, in Apache you…
-
Debugging NO KEY warning during “yum install vlc”
This is a problem that I encountered today while tryiing to install VLC media player on my brand new Fedora 18 installation. Right after the dependency resolutions are complete, yum returns the following warning:- Transaction Summary =============================================== Install 1 Package (+45 Dependent packages) Total size: 37 M Installed size: 118…