On CBS.com: Sexy women of CBS
1 Resources for

windows vim linux

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Editing remote files securely with vim
Works this also with a windows client?How do you get this working on a Windows client and a Linux server.I need to edit files on the Linux server but I'm mostly working on a windows client.if youhave vim and ssh client installed.probably easiest to use cywin or mingw to do...
Tags: Editing, Linux, Linux server, mc_hendriks@..., networking, server, window, windows vim linux
Discussion threads 2006-01-25

Additional Resources

Take advantage of the new features of open source vim 7.0
Vim Tabs Are OKTabbed windows alone aren't as helpful in Vim, since you already have pretty good management of buffers and split windows. However, I do like the fact that each tab can have its own split windows, which effectively gives you multiple work views from the same instance. I...
Tags: brianwisti@..., console, hardware, open source, tabs, vim, Vim Tabs
Discussion threads 2006-10-03
Vimming With SQL*Plus
The Vi tool, which is included in nearly every UNIX-like OS and runs on nearly 20 different platforms, is easily the world's most popular text editor, and Vim or Vi iMproved, its enhanced, extended clone, is the one of the most popular text editors among Linux sysadmins. Given the growing...
Tags: Oracle Corp., Editor, Linux, Operating Systems, UNIX, Microsoft Windows, Microsoft Windows 2000, Open Source, Databases, Software, Enterprise Software, Data Management
White papers
Vim (exe)
Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a 'programmer's editor', and so useful for programming that many consider it an entire IDE. It's not just for...
Tags: Editor, Programmer, Vim, Development Tools, UNIX, Software Development, Software/Web Development, Operating Systems, Software
Software downloads 2006-04-14
Vi for programmers, part 2
Misleading article and downloadI just downloaded the PDF and read the articles. Although the articles properly referred to Vim throughout, the titles of the articles and the PDF suggest that they are references or tutorials for standard vi, which they definitely are not. I feel that these should be labeled...
Tags: Vim, vim
Discussion threads 2005-03-23
A Technical Overview of VMT's Architecture: Virtual Infrastructure Management
Virtual Infrastructure Management VIM is the technical architecture pioneered by VMT to address the IT operations needs of small and midsize businesses. The goal of VIM is to actively monitor a company's IT infrastructure to detect not only system failures, but detect problems before they occur. The objective is simple...
Tags: Infrastructure Management, Information Technology, Architecture, Virtual Management Technologies, Virtual Infrastructure Management, Strategy, Management
White papers 2006-09-12
Learn these advanced vim features
Vincent Danen tells you about some handy vim features that will save you time when editing text. One extremely convenient feature of vim is its ability to fold text. With this feature, you can make parts of a text file disappear, without actually removing it. Think of...
Tags: Vincent Danen, Linux, Web servers, OPEN SOURCE, fold, command mode, cursor, vim, Linux Tips Newsletter, Text, Internet, Operating Systems, Software
Technical articles 2006-04-03
Take advantage of the new features of open source vim 7.0
In this tip, Vincent Danen tells you about the new features of open source text editor vim 7.0. A few months ago, the latest major version of vim, which has been in development for a few years, was released. The new vim 7.0 still retains the same...
Tags: Linux, Vincent Danen, open source, Linux Tips Newsletter, TechRepublic Inc., File, UNIX, Operating Systems, Software
Technical articles 2006-10-02
Editing remote files securely with vim
Vincent Danen demonstrates how to edit files remotely and securely using vim with SSH. Often, the life of a sysadmin consists of editing little configuration files here and there, and often on a remote system. Typically, a sysadmin will remotely log into the system, navigate to the...
Tags: Vincent Danen, Linux, remote system, home directory, Linux Tips Newsletter, TechRepublic Inc., File, Operating Systems, Software
Technical articles 2006-01-23
delete CRLF?
Does anyone know of any free software that can delete CRLF from an ASCII file?Thanks!use sed or within a editor use vimuse sed or within an editor use vim Poster rated this answer. ...
Tags: CRLF, POSTER
Q&A 2005-05-13
DOS Carriage Return/Line Feed
I am told that a DOS file that I am attempting to submit is missing the carriage return and line feeds. How can I verify they are missing and how can I insert them?There are two ways. But first make a copy of the file incase one of these...
Tags: carriage return
Q&A 2005-02-16
Linux and Windows Security: Why Windows Is Inherently Less Secure Than Linux
Although the scope of this paper appears straightforward at it's surface, "Windows vs. Linux" is surprisingly broad. Linux is perhaps less homogeneous than Windows. Although Linux Torvalds retains the copyright to the Linux name, and ultimately controls the Linux kernel, the kernel is but a small part of the operating...
Tags: Security, Windows Security, Linux, Microsoft Windows, Operating Systems, UNIX, Open Source, Software
White papers 2005-03-07
Vi for programmers, part 1
If you're a developer working on a UNIX/Linux platform,you've already encountered vi. Vi users fall into one of two categories: thosewho hate it and continually curse its finger-twisting key combinations andhard-to-remember commands, and those who love the flexibility and power itoffers. For a long time, I was in the former...
Tags: Scripting languages, Development tools, Programming languages, Operating systems, Guest Contributor, Vim
Technical articles 2004-07-05
Use vi to edit files in a UNIX environment
text edit primerI thought it was a very good intro to vi. I printed it off as a primer for some of my users that just happen to need exactly that. glenVI user commentsI maintain some linux systems, and don't think I could live without vi. ...
Tags: find, gvanlehn@..., SciTE, Unix
Discussion threads 2004-10-15
Setting the record straight on Linux
behind in so many ways.and here is where the masses chime in saying "you can't play games on Linux." it's practically the only argument against Linux these days.as far as I see it, Windows is behind Linux on so many levels for so many reasons.linux is far more flexiblelinux is...
Tags: UNIX, Operating systems, OPEN SOURCE, jlwallen@..., Linux
Discussion threads 2007-10-02
Manipulate process priority with nice
Modern operating systems are multi-user and multitasking, which means that multiple users and multiple tasks can be using the computer at any given time. Typically you'll have one person using a desktop system running any number of applications or many users using many applications on a server. ...
Tags: Grep, Priority, Value, Renice, Linux, Processors, Operating Systems, Software, Semiconductors, Hardware, Components, Vincent Danen
Blog posts 2007-11-26
Dual Boot Windows-Linux
A user has a dual boot windows 2000 and redhat linux PC. The windows side was hit by a trojan and it doesn't look like it can be removed. The only other option is to reinstall windows 2000/XP. Since he doesn't want to loose the linux side...
Tags: Linux, russellrl2, window
Q&A 2005-08-31
10 GNU/GPL programs you can't live without
In this download, we introduce you to 10 GNU/GPL programs you can't do without if your operating system of choice is UNIX-based. The GNU Project (the name's an acronym which stands for "GNU's Not Unix") creates sophisticated, user-friendly software that users may freely use, modify, redistribute, even...
Tags: GNU, UNIX, Open Source, Operating Systems, Software
Download resources 2005-07-13
Vi for programmers, part 2
In part1 of this series, we introduced you to some of the power in ViM's featureset and the flexibility it offers developers on the UNIX platform. Continuingwith the theme of making ViM more programmer-friendly, this second part of theseries concludes with more tips and tricks to make vi a powerful...
Tags: Construction, Guest Contributor, Vim, window, search string
Technical articles 2004-07-06
Get Up To Speed: Linux
If you are asked what an operating system is, you may not know the answer. If you are asked what Windows is in reference to your computer you probably have an idea. But what about Linux? Linux, like Microsoft Windows, is an operating system. Unlike MS...
Tags: Operating System, Linux, Operating Systems, UNIX, Open Source, Software
Download resources 2008-06-12
  • << Previous
  • page 1 of 1
  • Next >>


Crash Course: Microsoft Excel
This pre-packaged presentation contains everything you need to get end users up to speed fast about Microsoft Excel --even if you don't consider yours ...
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now

Fusion