Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by gudii9
at 2024-07-25 11:06:05
Point:500 Replies:21 POST_ID:828613USER_ID:11469
Topic:
Unix Operating Systems;Linux;Shell Scripting
Hi,
I am looking for some simulator to practice unix, unix VI commands on my windows vista laptop machine to make myself comfortable.
Please advise. Any links, ideas, resources, sample code highly appreciated. Thanks in advance
I am looking for some simulator to practice unix, unix VI commands on my windows vista laptop machine to make myself comfortable.
Please advise. Any links, ideas, resources, sample code highly appreciated. Thanks in advance
Expert: Rob Jurd replied at 2024-08-05 20:47:13
Yeah I agree. Awesome product. In fact it's what I use, not employer :-)
Assisted Solution
Expert: serialband replied at 2024-08-05 20:40:43
125 points EXCELLENT
Or get virtualbox for free, at least for now, instead of vmware and install your own version of linux. You can also load vmware images in virtualbox. It's a bit more flexible for home & personal use.
https://www.virtualbox.org/
https://www.virtualbox.org/
Expert: Rob Jurd replied at 2024-08-05 20:22:10
Don't forget about @gerwinjanson above and the point about having a virtual machine. You can have a fully functional linux box in a window. see here for more info.
http://www.vmware.com/products/player/
you just download the player. download an iso of whatever linux distro you like. set up your virtual machine with virutal ram, hard drive space etc and book the iso.
http://www.vmware.com/products/player/
you just download the player. download an iso of whatever linux distro you like. set up your virtual machine with virutal ram, hard drive space etc and book the iso.
Expert: arnold replied at 2024-08-04 21:51:49
cp is the copy command
mv is the move command
Paths in unix are separated by /
cp /path/to/file /path/to/directory_where_you_want_the_file/
mv is the move command
Paths in unix are separated by /
cp /path/to/file /path/to/directory_where_you_want_the_file/
Author: gudii9 replied at 2024-08-04 21:42:06
Hi,
I installed cygwin on my laptop finally. I started testing commands like 'ls -l', 'pwd' etc.
I want to copy a file from one directory to other. How can i achieve it. Please advise
I installed cygwin on my laptop finally. I started testing commands like 'ls -l', 'pwd' etc.
I want to copy a file from one directory to other. How can i achieve it. Please advise
Expert: deviprasad_s replied at 2024-08-02 22:26:58
dear,
there is no need to install cygwin on the vista desktop ,
run the cygwinportable which would not hae any issue , ihave given link in te above post .
if you dont want to install the Virtual machine software ,or cygwin
then
Download the ubuntu dvd /cd
install the linux into your d or e partition using the wubi installer of the ubuntu linux dvd/cd.
thanks,
s.deviprasad
there is no need to install cygwin on the vista desktop ,
run the cygwinportable which would not hae any issue , ihave given link in te above post .
if you dont want to install the Virtual machine software ,or cygwin
then
Download the ubuntu dvd /cd
install the linux into your d or e partition using the wubi installer of the ubuntu linux dvd/cd.
thanks,
s.deviprasad
Expert: serialband replied at 2024-08-02 21:53:10
Cygwin has permissions issues on Windows Vista because of an overly strict user access control. You may have to turn of UAC during the install phase to get it to install properly. It works better on Windows 7.
VirtualBox is free and great for installing a linux VM on your system if you have a multicore system and have enough RAM. You can install different distros to try out.
VirtualBox is free and great for installing a linux VM on your system if you have a multicore system and have enough RAM. You can install different distros to try out.
Expert: arnold replied at 2024-08-02 14:46:42
You can look for free access to unix shells.
See
http://aruljohn.com/freeshell/
I'd suggest you do not use your common, regular passwords.
See
http://aruljohn.com/freeshell/
I'd suggest you do not use your common, regular passwords.
Author: gudii9 replied at 2024-08-02 12:59:26
I never have success with cygwin on my windows vista laptop. It does not install properly, i cannot start. All kinds of issues. Is there is any alternate tool to cygwin to practice basic unix commands on my windows vista machine. Please advise
Expert: deviprasad_s replied at 2024-07-29 22:56:13
dear,
mobaterm portable stores the filesintemp folder bydefault .
you can select the persistent folder instead , following path :
--->menu-->settings-->misc-->path folder __ here I have give d:mobaterm as folder name
you can give any thing .
as shown in fig 2 attachment .
as far as practicing the basic linux commands is concerned ..
you try with cygwin .portable
its unix like environment for windows ,and no need to install it onthe computer ,place it onthe usb drive and run it
http://sourceforge.net/projects/cygwinportable/
alterantively you caninstallit onthe hard disk .
but I suggest , you install teh any linux distro on your machine and then
practice it in the virtual machine , it pays off more for your effort .
thanks
s.deviprasad
mobaterm portable stores the filesintemp folder bydefault .
you can select the persistent folder instead , following path :
--->menu-->settings-->misc-->path folder __ here I have give d:mobaterm as folder name
you can give any thing .
as shown in fig 2 attachment .
as far as practicing the basic linux commands is concerned ..
you try with cygwin .portable
its unix like environment for windows ,and no need to install it onthe computer ,place it onthe usb drive and run it
http://sourceforge.net/projects/cygwinportable/
alterantively you caninstallit onthe hard disk .
but I suggest , you install teh any linux distro on your machine and then
practice it in the virtual machine , it pays off more for your effort .
thanks
s.deviprasad
Author: gudii9 replied at 2024-07-29 22:22:02
HYi,
I have installed mobaterm. I created test file and saved also as in the attachment. How do i know which folder or directory test file is created under. How to find out that information.
Now i can practice VI commands on mobaterm as you suggested and which is working fine.
Other question is what is the best tool similar to mobaterm which is easy to install and practice basic unix commands on my windows laptop.
I have installed mobaterm. I created test file and saved also as in the attachment. How do i know which folder or directory test file is created under. How to find out that information.
Now i can practice VI commands on mobaterm as you suggested and which is working fine.
Other question is what is the best tool similar to mobaterm which is easy to install and practice basic unix commands on my windows laptop.
Expert: deviprasad_s replied at 2024-07-29 08:16:19
dear,
you get your self mobaterm personal edition ,
fromthe site :
http://mobaxterm.mobatek.net/download-home-edition.html
http://mobaxterm.mobatek.net/MobaXterm_v6.5.zip use this link
download the portable version.
and you can run the vi inside of it .
fig 1;
attachment shows :
get your self the ubuntu live Dvd and try to install it onthe windows using the wubi installer ,
this will be easier than centos way .
also ,
you can try
cygwin also .
thanks
s.deviprasad
you get your self mobaterm personal edition ,
fromthe site :
http://mobaxterm.mobatek.net/download-home-edition.html
http://mobaxterm.mobatek.net/MobaXterm_v6.5.zip use this link
download the portable version.
and you can run the vi inside of it .
fig 1;
attachment shows :
get your self the ubuntu live Dvd and try to install it onthe windows using the wubi installer ,
this will be easier than centos way .
also ,
you can try
cygwin also .
thanks
s.deviprasad
Expert: duncanb7 replied at 2024-07-28 12:59:47
I think WinVI and follwing link that is closer to your need
to practise VI at home window , otherwise, no more
http://www.thegeekstuff.com/2009/12/vim-editor-for-windows/
Or why not give up VI to switch to other popular editor (sometimes, we don't know
why people still using VI that is 1970 era editor at that time you and I were college boy
and Unix now becoming to Linux from 1992)
(Notice: Please also download xampp apache web server if you want to
do web programming from php on window, just search download xampp on window in google)
to practise VI at home window , otherwise, no more
http://www.thegeekstuff.com/2009/12/vim-editor-for-windows/
Or why not give up VI to switch to other popular editor (sometimes, we don't know
why people still using VI that is 1970 era editor at that time you and I were college boy
and Unix now becoming to Linux from 1992)
(Notice: Please also download xampp apache web server if you want to
do web programming from php on window, just search download xampp on window in google)
Author: gudii9 replied at 2024-07-28 12:49:46
My basic intention is to become good at Unix commands and also VI commands. I am a java developer not much hands on with Unix. I occasionally need to use the unix commands to change the property files on the Unix websphere application server boxes, stop, restart servers, add few new entries to the property, config files. To practice at home I just have widows laptop machine with windows vista on it and no Unix box.
I downloaded CentOS-6.4-x86_64-LiveCD.iso. I am not able to install this software.Please advise.
I downloaded CentOS-6.4-x86_64-LiveCD.iso. I am not able to install this software.Please advise.
Expert: duncanb7 replied at 2024-07-28 12:07:54
Dear Gudii9,
Winvi for window, might be close to VI on linux, please take a look at
http://www.winvi.de/en/, why not give up VI and use notepad++ on window
and nano on Linux ? What reason you are keeping to want to use VI version on window ?
Winvi for window, might be close to VI on linux, please take a look at
http://www.winvi.de/en/, why not give up VI and use notepad++ on window
and nano on Linux ? What reason you are keeping to want to use VI version on window ?
Author: gudii9 replied at 2024-07-28 11:56:51
Hi,
I installed gvim on my windows laptop. I started practicing using the link
http://www.tutorialspoint.com/unix/unix-vi-editor.htm
>>vi filename Creates a new file if it already does not exist, otherwise opens existing file.
i tried above command did not work.
I tried to give
ls -l
that also did not work.
I tried to insert some values aaaa and save by using command
:wq!
it complains saying no file name. Please advise.
I installed gvim on my windows laptop. I started practicing using the link
http://www.tutorialspoint.com/unix/unix-vi-editor.htm
>>vi filename Creates a new file if it already does not exist, otherwise opens existing file.
i tried above command did not work.
I tried to give
ls -l
that also did not work.
I tried to insert some values aaaa and save by using command
:wq!
it complains saying no file name. Please advise.
Accepted Solution
Expert: deviprasad_s replied at 2024-07-25 20:44:57
125 points EXCELLENT
Dear ,
if you just want to learn the vi editor and its commands then,
1.wndows installer for vimis available at:
ftp://ftp.vim.org/pub/vim/pc/gvim73_46.exe
this you need to install on the computer .
2. this you can run of the usb drive :
http://portablegvim.sourceforge.net/
you can start with Gvim easy and then shift to gvim .
some of the sites to learn the vi are :
http://www.tutorialspoint.com/unix/unix-vi-editor.htm
http://vim.wikia.com/wiki/Vim_Tips_Wiki -vi editors tips and tricks ,scripts.
if you still want to go with linux os kernal boxes ,there are plethora of ways ,
as decribed above .by authurs .
thank
s.deviprasad
if you just want to learn the vi editor and its commands then,
1.wndows installer for vimis available at:
ftp://ftp.vim.org/pub/vim/pc/gvim73_46.exe
this you need to install on the computer .
2. this you can run of the usb drive :
http://portablegvim.sourceforge.net/
you can start with Gvim easy and then shift to gvim .
some of the sites to learn the vi are :
http://www.tutorialspoint.com/unix/unix-vi-editor.htm
http://vim.wikia.com/wiki/Vim_Tips_Wiki -vi editors tips and tricks ,scripts.
if you still want to go with linux os kernal boxes ,there are plethora of ways ,
as decribed above .by authurs .
thank
s.deviprasad
Expert: Gerwin Jansen replied at 2024-07-25 13:17:39
Or VMware player with a Linux environment image
Assisted Solution
Expert: Mazdajai replied at 2024-07-25 11:25:48
125 points EXCELLENT
Expert: duncanb7 replied at 2024-07-25 11:22:47
this link may help www.google.com
Assisted Solution
Expert: arnold replied at 2024-07-25 11:14:25
125 points EXCELLENT
cygwin a linux environment within windows.
there is VIM for windows. http://www.vim.org/download.php
there is VIM for windows. http://www.vim.org/download.php