Working efficiently with VI / VIM

Technical 2 Comments »

vi or vim

for redhat based systems this doesn’t in any ways pose a difference as both vi and vim are on and the same thing (for more technical vi is aliased to vim).

but if you go to the other variants like debian or slackware these two software do show a difference in terms of evolution vi is what vi was and vim is what we always wanted vi to be.

so here I am presenting some more tips and tricks for better working inside vim

Read the rest of this entry »

tips and tricks for debian newbies

Technical, debian No Comments »

1) vi is not working as expected, then please use vim, also if you wish to have context highlighting then remove “vim-tiny” and install “vim” and uncomment “syntax on” from /etc/vim/vimrc.

2) if you install wine the instead of trying to setup the environment on your own try wine-doors. (wine-tools is also a good tool but is now getting older and is unmaintained now also it seems to break a lot.)

Read the rest of this entry »

EXT2IFS : linux files on windows…..

GENERAL, Technical 6 Comments »

Many of us who are dual booting their PCs have a pain when it comes to sharing resources between windows and Linux.

Let’s see what options do we have when it comes to data sharing between two o.s.

1) keep a separate partition as FAT32 for complete interoperability and then keep common data in that partition.

2) second solutions comes easy when we need to access files from windows partition in Linux,
we have native support for FAT32 as well as native read only support for NTFS (extendable to full RW (read Write) support using ntfs-3g) more on this later.

But lets today focus on the other side of the sharing…..

WHAT if you wish to access files from Linux partition while running a windows partition.

AT THIS POINT I WOULD like to introduce you to EXT2IFS which stands for EXT2 Installable File System for windows.


ifsdrive

ifsdrive


From the official site

It installs a pure kernel mode file system driver Ext2fs.sys, which actually extends the Windows NT/2000/XP/2003/Vista operating system to include the Ext2 file system. Since it is executed on the same software layer at the Windows NT operating system core like all of the native file system drivers of Windows (for instance NTFS, FASTFAT, or CDFS for Joliet/ISO CD-ROMs), all applications can access directly to Ext2 volumes. Ext2 volumes get drive letters (for instance O:). Files, and directories of an Ext2 volume appear in file dialogs of all applications. There is no need to copy files from or to Ext2 volumes in order to work with them.

details can be seen at http://www.fs-driver.org/index.html

download EXT2IFS

although there remains some issues,

  1. file system gets case insensitive (due to inherent limitation of windows.)
  2. files with starting “.” which symbolizes hidden files are all available for public access.
  3. security and user group permission becomes invalid because windows is unable to understand and hence all the files are accessible in windows (including /root to /home folder for all person’s using the system while on windows.

Instead of providing screen shots of my own i would like to redirect you all to the official screenshots

ALSO this is not an open source product this is a freeware.
Open source product that is under development is EXT2FSD.

Reblog this post [with Zemanta]

Blog Hosted on Wordpress & WP Theme & Icons by N.Design Studio. Modified by Anant Shrivastava
Entries RSS Comments RSS Log in