Azar, única constante

RSS

Posts tagged with "tutorial"

Aug 7

Troubleshooting High I/O Wait in Linux

danimunoz:

(How to Use Google Search More Effectively [INFOGRAPHIC])

danimunoz:

(How to Use Google Search More Effectively [INFOGRAPHIC])

wekeroad:

If you’re a Microsoft developer, dabbling with Rails, one of the things you hate to lose (unless you use RubyMine) is intellisense and code-completion.
Vim has a plugin called “Supertab” which is a pretty compelling mix of both. It’s not really intellisense in that it doesn’t introspect a class to derive methods and properties. It’s no full-blow code-completion as it doesn’t auto-complete language specific functions.
What it does do is intelligently look at the open buffers (files you’ve opened in Vim) and when you hit “tab” while typing - it will do its best to figure out what you are trying to do. There’s no magic here - this script is simply wrapping the completion features already built into Vim. But it pops it into a “tab-completion” metaphor, which is lovely.
Once you get the hang of this your coding sessions will fly that much faster, with fewer mistakes. One of my favorite plugins.

wekeroad:

If you’re a Microsoft developer, dabbling with Rails, one of the things you hate to lose (unless you use RubyMine) is intellisense and code-completion.

Vim has a plugin called “Supertab” which is a pretty compelling mix of both. It’s not really intellisense in that it doesn’t introspect a class to derive methods and properties. It’s no full-blow code-completion as it doesn’t auto-complete language specific functions.

What it does do is intelligently look at the open buffers (files you’ve opened in Vim) and when you hit “tab” while typing - it will do its best to figure out what you are trying to do. There’s no magic here - this script is simply wrapping the completion features already built into Vim. But it pops it into a “tab-completion” metaphor, which is lovely.

Once you get the hang of this your coding sessions will fly that much faster, with fewer mistakes. One of my favorite plugins.

(Source: wekeroad)

Advanced Vi Tutorial (1995)

fuckyeahvim:

Saved by archive.org.

Mar 8

RHEL Cheat Sheet

Mar 7

How To Set Up Vim To Work Well via iSSH (iPad)

Code Completion for Django/Python in VIM

Vim and large projects

fuckyeahvim:

Managing large projects using the Project script.

Green Unicorn

A Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. 

Also some recipes.

Desktop in a shell

The first of (hopefully) a series of blog entries on how to setup your “desktop” using only shell tools.

25 Vim Tutorials, Screencasts, and Resources

fuckyeahvim:

By Jeffrey Way on nettuts+

Number 7 is probably my favourite.

The Definitive Guide to Bash Command Line History

thisjourney:

Python script explanation for programmers. 
via i.imgur.com

thisjourney:

Python script explanation for programmers. 

via i.imgur.com

Connect through a high filtered connection with ssh over http/https

Time Lapse Photography

Time Lapse Photography using: gphoto2, mencoder and avimerge all together with bash.