Showing posts with label notepad linux. Show all posts
Showing posts with label notepad linux. Show all posts

Saturday, May 11, 2013

Linux users if I use a CD that came with a book to install linux and it is missing programs?

Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, May 10, 2013

What to do after the program code is finished and ready to be distributed?

Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

How would I randomize a VERY LARGE text file?
Q. As the title suggest, I'm looking to randomize a massive text file, in the upwards of 3gb. This goes beyond the processing power of programs such as Notepad++ and also TextPipe Pro. I work with very large lists like this often and have yet to find a solution. Does anyone have suggestions?

A. Not sure what you mean by randomize.
In Linux in Perl etc. you could just allocate a good chunk of swap memory and let it chug away. I
had a LaTeX2HTML process years ago that ran fine in more memory than I had RAM.

Heck, 3Gb isn't that much RAM nowadays so you don't even need that. If you wanted to randomize 3Tb it might take a bit more thought.

If it's something you do often, then maybe it's worth spending a bit of time on. Better algorithms beat faster computers hands-down. We get so lazy nowadays - just buy a new computer instead of tuning programs and doing digital liposuction (removing the fat).



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, April 26, 2013

How do I run a exec file and let the batch file carry on?

Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

How would I randomize a VERY LARGE text file?
Q. As the title suggest, I'm looking to randomize a massive text file, in the upwards of 3gb. This goes beyond the processing power of programs such as Notepad++ and also TextPipe Pro. I work with very large lists like this often and have yet to find a solution. Does anyone have suggestions?

A. Not sure what you mean by randomize.
In Linux in Perl etc. you could just allocate a good chunk of swap memory and let it chug away. I
had a LaTeX2HTML process years ago that ran fine in more memory than I had RAM.

Heck, 3Gb isn't that much RAM nowadays so you don't even need that. If you wanted to randomize 3Tb it might take a bit more thought.

If it's something you do often, then maybe it's worth spending a bit of time on. Better algorithms beat faster computers hands-down. We get so lazy nowadays - just buy a new computer instead of tuning programs and doing digital liposuction (removing the fat).

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, April 7, 2013

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How to remove an OS from a multiboot?

Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, March 19, 2013

How to remove an OS from a multiboot?

Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, March 1, 2013

What to do after the program code is finished and ready to be distributed?

Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 15, 2013

How do I block websites on my computer?

Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 14, 2013

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?

Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.

How do I block websites on my computer?
Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 10, 2013

How would I randomize a VERY LARGE text file?

Q. As the title suggest, I'm looking to randomize a massive text file, in the upwards of 3gb. This goes beyond the processing power of programs such as Notepad++ and also TextPipe Pro. I work with very large lists like this often and have yet to find a solution. Does anyone have suggestions?

A. Not sure what you mean by randomize.
In Linux in Perl etc. you could just allocate a good chunk of swap memory and let it chug away. I
had a LaTeX2HTML process years ago that ran fine in more memory than I had RAM.

Heck, 3Gb isn't that much RAM nowadays so you don't even need that. If you wanted to randomize 3Tb it might take a bit more thought.

If it's something you do often, then maybe it's worth spending a bit of time on. Better algorithms beat faster computers hands-down. We get so lazy nowadays - just buy a new computer instead of tuning programs and doing digital liposuction (removing the fat).

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 7, 2013

How to remove an OS from a multiboot?

Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, February 5, 2013

What to do after the program code is finished and ready to be distributed?

Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 3, 2013

What to do after the program code is finished and ready to be distributed?

Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, February 2, 2013

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?

Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.

How do I block websites on my computer?
Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 30, 2013

How to remove an OS from a multiboot?

Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I run a exec file and let the batch file carry on?

Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, January 29, 2013

How would I randomize a VERY LARGE text file?

Q. As the title suggest, I'm looking to randomize a massive text file, in the upwards of 3gb. This goes beyond the processing power of programs such as Notepad++ and also TextPipe Pro. I work with very large lists like this often and have yet to find a solution. Does anyone have suggestions?

A. Not sure what you mean by randomize.
In Linux in Perl etc. you could just allocate a good chunk of swap memory and let it chug away. I
had a LaTeX2HTML process years ago that ran fine in more memory than I had RAM.

Heck, 3Gb isn't that much RAM nowadays so you don't even need that. If you wanted to randomize 3Tb it might take a bit more thought.

If it's something you do often, then maybe it's worth spending a bit of time on. Better algorithms beat faster computers hands-down. We get so lazy nowadays - just buy a new computer instead of tuning programs and doing digital liposuction (removing the fat).

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, January 25, 2013

Linux users if I use a CD that came with a book to install linux and it is missing programs?

Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home