- Go to www.cygwin.com and download the setup file.
- Run the file by double click and choose "install from internet".
- When prompted I prefer to install Cygwin to "Program Files", which although warned about does not seem to give problems.
- When prompted for choosing packages choose:
- Editors
- emacs
- mc
- Net
- openssh
- rsync
- Finish the installation.
- Run (double click) the shortcut on the desktop. It will create your home folder in the appropriate location (in this case (english WinXP) "C:\Program Files\cygwin\home\you").
- In the Cygwin window run "ssh" which will create the ".ssh" folder in your home folder.
Showing posts with label emacs. Show all posts
Showing posts with label emacs. Show all posts
Thursday, April 7, 2011
Linux on Windows: CYGWIN
In order to setup a working linux environment on Windows try Cygwin. Cygwin is a implementation of a range of linux functions/functionality for Windows.
Friday, November 19, 2010
Debian NSLU2: Installing packages 1
Initial setup
After the installation of the Debian OS is finished it is time to start installing the packages containing the services/servers/programs/utiliies that you need on the nslu2. It is of course the packages that was the initial reason that we started this installation adventure.
Furthermore some packages need to be removed.
Some have been tested and the removed again.
Installed packages
- thttpd
- vsftpd
- samba
- emacs
- mc
- screen
- ddclient
- rsync
Removed packages
I have removed the following packages which were installed by defaul. I must confess that the net"-something" is a package that a friend of mine removed and which he neglected to tell me the full name of.- nfs
- net"-something"
Installed and removed packages
- sg3-utils
- atop
- gdb
How to install the packages
How to install the packages? Start by logging in as root:
$ su |
$ apt-get update; apt-get install sudo emacs |
Add yourself to the sudoers group
Now you need to add yourself to the sudoers group. Run
$ visudo |
and find the line
root ALL=(ALL) ALL |
and add the line
"username" ALL=(ALL) ALL |
Remaining packages
Now it is time to install the remaining packages
$ sudo apt-get update; sudo apt-get install ntpdate vsftpd samba mc screen ddclient rsync sudo |
How to continue
In the following blog-articles I will show how these packages are configured.
Subscribe to:
Posts (Atom)