Showing posts with label linux create user. Show all posts
Showing posts with label linux create user. Show all posts

Tuesday, May 14, 2013

How do I set up a user account on Linux?

Q. I have root access on a remote linux box and want create a user account for friends to FTP files. For example I want to create a new user called friendftp and give them permission to copy files from and to a directory called /mysite.com/ftpdrop.
Any help?

A. open your terminal and type:
sudo useradd -m -g users -G **groupnames** -p **password** friendftp

how can i create a root previledge user?
Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it

How did microsoft become such a monopoly to PC manufacturers?
Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, May 4, 2013

How do I create user accounts using a script that reads a list of names from a file?

Q. It creates user accounts for each name. This is on a linux virtual machine.

A. You'll have to write a shell script that reads the names and information from the file one line at a time, then pipes it to a tool like adduser, which will then add the user information to the appropriate system files. This has to be done as root or with admin privileges.

How do I set up a user account on Linux?
Q. I have root access on a remote linux box and want create a user account for friends to FTP files. For example I want to create a new user called friendftp and give them permission to copy files from and to a directory called /mysite.com/ftpdrop.
Any help?

A. open your terminal and type:
sudo useradd -m -g users -G **groupnames** -p **password** friendftp

how can i create a root previledge user?
Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, April 20, 2013

How do I create user accounts using a script that reads a list of names from a file?

Q. It creates user accounts for each name. This is on a linux virtual machine.

A. You'll have to write a shell script that reads the names and information from the file one line at a time, then pipes it to a tool like adduser, which will then add the user information to the appropriate system files. This has to be done as root or with admin privileges.

How do I set up a user account on Linux?
Q. I have root access on a remote linux box and want create a user account for friends to FTP files. For example I want to create a new user called friendftp and give them permission to copy files from and to a directory called /mysite.com/ftpdrop.
Any help?

A. open your terminal and type:
sudo useradd -m -g users -G **groupnames** -p **password** friendftp

how can i create a root previledge user?
Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, March 27, 2013

How to add Commands on Minecraft server?

Q. I just made a Minecraft server via linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.

how to define variables and constants for a linux user account?
Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.



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 can i create a root previledge user?

Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it

How did microsoft become such a monopoly to PC manufacturers?
Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº

When i create new user account in BOSS linux it gets disabled automatically?
Q. When i create new user account in BOSS linux it gets disabled automatically, when i enable in advance options no use it gets disabled again.

A. I use linuxmint. Maybe you should give that a try. www.linuxmint.com



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, March 5, 2013

How to create a use on Linux, allow them to login with a certain password and make them a memeber of a group?

Q. I need to create multiple users, allow them to login with a certain passwork say "fire" and then make them members of a group? How would I do that.

A. need more info. what is the distro your using? it matters. if your using a modern full featured distro like ubuntu then you can do it through System -> Admin -> Users and Groups. If you are using a non full featured linux distro like crunchbang then you need to do it through the terminal. terminal would be "sudo adduser" without the "". you will have to add arguments to that command. for full help with that type "adduser --help" it will tell you everything you need to know. the terminal option will be available on all linux distros.

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.

What is the best alternative for adobe after effects if I want to create Kinetic Typography?
Q. see I'm a linux user so I need a name of a free alternative asap, please.
thanks in advance :)

A. Search at OSalt or AlternativeTo - for 'possible' Linux suggestions.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 28, 2013

how to define variables and constants for a linux user account?

Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

How to create a use on Linux, allow them to login with a certain password and make them a memeber of a group?
Q. I need to create multiple users, allow them to login with a certain passwork say "fire" and then make them members of a group? How would I do that.

A. need more info. what is the distro your using? it matters. if your using a modern full featured distro like ubuntu then you can do it through System -> Admin -> Users and Groups. If you are using a non full featured linux distro like crunchbang then you need to do it through the terminal. terminal would be "sudo adduser" without the "". you will have to add arguments to that command. for full help with that type "adduser --help" it will tell you everything you need to know. the terminal option will be available on all linux distros.

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 17, 2013

How do I create user accounts using a script that reads a list of names from a file?

Q. It creates user accounts for each name. This is on a linux virtual machine.

A. You'll have to write a shell script that reads the names and information from the file one line at a time, then pipes it to a tool like adduser, which will then add the user information to the appropriate system files. This has to be done as root or with admin privileges.

How do I set up a user account on Linux?
Q. I have root access on a remote linux box and want create a user account for friends to FTP files. For example I want to create a new user called friendftp and give them permission to copy files from and to a directory called /mysite.com/ftpdrop.
Any help?

A. open your terminal and type:
sudo useradd -m -g users -G **groupnames** -p **password** friendftp

how can i create a root previledge user?
Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, February 12, 2013

Is there a way to download the mediawiki software and run it on locally for testing purposes?

Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.

What is the best alternative for adobe after effects if I want to create Kinetic Typography?
Q. see I'm a linux user so I need a name of a free alternative asap, please.
thanks in advance :)

A. Search at OSalt or AlternativeTo - for 'possible' Linux suggestions.

How do I create new user in Linux console?
Q. I just got a new Raspberry Pi for my b-day and installed the recommended disk image, Raspbian. I am so far satisfied, but how can I add a new user besides the default user "Pi"?

A. sudo adduser <username>



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 create a use on Linux, allow them to login with a certain password and make them a memeber of a group?

Q. I need to create multiple users, allow them to login with a certain passwork say "fire" and then make them members of a group? How would I do that.

A. need more info. what is the distro your using? it matters. if your using a modern full featured distro like ubuntu then you can do it through System -> Admin -> Users and Groups. If you are using a non full featured linux distro like crunchbang then you need to do it through the terminal. terminal would be "sudo adduser" without the "". you will have to add arguments to that command. for full help with that type "adduser --help" it will tell you everything you need to know. the terminal option will be available on all linux distros.

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.

What is the best alternative for adobe after effects if I want to create Kinetic Typography?
Q. see I'm a linux user so I need a name of a free alternative asap, please.
thanks in advance :)

A. Search at OSalt or AlternativeTo - for 'possible' Linux suggestions.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, January 31, 2013

How do I set up a user account on Linux?

Q. I have root access on a remote linux box and want create a user account for friends to FTP files. For example I want to create a new user called friendftp and give them permission to copy files from and to a directory called /mysite.com/ftpdrop.
Any help?

A. open your terminal and type:
sudo useradd -m -g users -G **groupnames** -p **password** friendftp

how can i create a root previledge user?
Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it

How did microsoft become such a monopoly to PC manufacturers?
Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I set up a user account on Linux?

Q. I have root access on a remote linux box and want create a user account for friends to FTP files. For example I want to create a new user called friendftp and give them permission to copy files from and to a directory called /mysite.com/ftpdrop.
Any help?

A. open your terminal and type:
sudo useradd -m -g users -G **groupnames** -p **password** friendftp

how can i create a root previledge user?
Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it

How did microsoft become such a monopoly to PC manufacturers?
Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº



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 can i create a root previledge user?

Q. I need to create another user in linux which will have all the previledges of a root user. Please suggest me how to create a user which will have all the power of root.

A. If the above didn't help, instead of giving someone the root password, you can try configuring sudo if it's Fedora or Ubuntu linux, the file /etc/sudoers contains a lot of options to fine-tune it

How did microsoft become such a monopoly to PC manufacturers?
Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº

When i create new user account in BOSS linux it gets disabled automatically?
Q. When i create new user account in BOSS linux it gets disabled automatically, when i enable in advance options no use it gets disabled again.

A. I use linuxmint. Maybe you should give that a try. www.linuxmint.com



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, January 26, 2013

How did microsoft become such a monopoly to PC manufacturers?

Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº

When i create new user account in BOSS linux it gets disabled automatically?
Q. When i create new user account in BOSS linux it gets disabled automatically, when i enable in advance options no use it gets disabled again.

A. I use linuxmint. Maybe you should give that a try. www.linuxmint.com

How to add Commands on Minecraft server?
Q. I just made a Minecraft server via linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

When i create new user account in BOSS linux it gets disabled automatically?

Q. When i create new user account in BOSS linux it gets disabled automatically, when i enable in advance options no use it gets disabled again.

A. I use linuxmint. Maybe you should give that a try. www.linuxmint.com

How to add Commands on Minecraft server?
Q. I just made a Minecraft server via linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.

how to define variables and constants for a linux user account?
Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, January 24, 2013

How did microsoft become such a monopoly to PC manufacturers?

Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº

When i create new user account in BOSS linux it gets disabled automatically?
Q. When i create new user account in BOSS linux it gets disabled automatically, when i enable in advance options no use it gets disabled again.

A. I use linuxmint. Maybe you should give that a try. www.linuxmint.com

How to add Commands on Minecraft server?
Q. I just made a Minecraft server via linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 23, 2013

how to define variables and constants for a linux user account?

Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.

How do I create new user in Linux console?
Q. I just got a new Raspberry Pi for my b-day and installed the recommended disk image, Raspbian. I am so far satisfied, but how can I add a new user besides the default user "Pi"?

A. sudo adduser <username>



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, January 22, 2013

How did microsoft become such a monopoly to PC manufacturers?

Q. I am a linux user and it does not seem right that one company can be in a oligopy with no other competitors. Other than a netbook from two years ago, i have never seen a computer for sale at a store without the windows os(not even a mac).

A. A long time ago, in a land far away....

Computers back then weren't these small home machines we have now because there wasn't an operating system that a typical home user could make any use of. Computers were massive machines with complicated systems that usually required a programmer because we also didn't have things like MS Office or Quickbooks yet.

Mr Gates and some other people thought it would be cool if everyone could have a computer in their house. The hold-up was an operating system that would allow small machines (and back then we thought an 8 bit machine with a magnetic tape drive was some hot stuff) to function usefully for every-day users. So he (and some others) created/modified an operating system (DOS) that could do exactly that. IBM made a small machine (PC-Jr then PX-XT) that could use that system and was inexpensive enough for most people to own. It didn't require a master's degree in computer science to operate but did require a bit of a nerd.

Some other computer makers started making home computers around that operating system and specification (PC compatible) that had good uses for everyone at home and at work. And it grew exponentially very fast. And then, Microsoft tossed out Windows (esp. 3.1 then '95) and the way we compute changed immeasurably. Any 4th grader could use a computer then.


So imagine that you invented a certain kind of fuel and then all of the car makers started making lots of cars that run on your fuel. They could have made cars to run on other fuel - and some did - but almost everyone had a car that runs on yours. What happens to your company? It just grows and grows and after a while just about everyone expects that "cars run on X fuel with few exceptions"

That's what happened at Microsoft - computers used MSDOS and Windows, with few exceptions.

Now, they don't really have a monopoly because, as you noted, Linux (and others) remain an option. Nobody made a law that says "you must use Microsoft products" and you're free to use whatever OS you'd like or even write your own.

So how did Microsoft get in the position they're in now? 1) they were very early to the market 2) they continued to improve their line 3) they produced a product that other companies based theirs upon so that the MS product became essential 4) They didn't give it away for free so they could afford to keep improving it.

Whether it's "right" - what if you had created DOS and Windows? Would you give it away for free so that Dell, Gateway, IBM, Asus, etc... could all make lots of money off of your work? Would you share all of the source code with everyone in the world so they could make it too - and sell it to other people without giving you any money? No, I didn't think so. Me neither.

But, if you don't like Microsoft products you have plenty of company and are free to use whatever other OS you'd like (or to write your own) and nobody will complain. It's one of the great things about a free market - even a free market that has huge big players in it. You can write your very own operating system and sell it to whoever likes it. If yours is as good as theirs, you might even take their place. (Firefox and Google took someone else's place in the market that way)

âº

When i create new user account in BOSS linux it gets disabled automatically?
Q. When i create new user account in BOSS linux it gets disabled automatically, when i enable in advance options no use it gets disabled again.

A. I use linuxmint. Maybe you should give that a try. www.linuxmint.com

How to add Commands on Minecraft server?
Q. I just made a Minecraft server via linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, January 21, 2013

how to define variables and constants for a linux user account?

Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

How to create a use on Linux, allow them to login with a certain password and make them a memeber of a group?
Q. I need to create multiple users, allow them to login with a certain passwork say "fire" and then make them members of a group? How would I do that.

A. need more info. what is the distro your using? it matters. if your using a modern full featured distro like ubuntu then you can do it through System -> Admin -> Users and Groups. If you are using a non full featured linux distro like crunchbang then you need to do it through the terminal. terminal would be "sudo adduser" without the "". you will have to add arguments to that command. for full help with that type "adduser --help" it will tell you everything you need to know. the terminal option will be available on all linux distros.

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, January 18, 2013

how to define variables and constants for a linux user account?

Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

How to create a use on Linux, allow them to login with a certain password and make them a memeber of a group?
Q. I need to create multiple users, allow them to login with a certain passwork say "fire" and then make them members of a group? How would I do that.

A. need more info. what is the distro your using? it matters. if your using a modern full featured distro like ubuntu then you can do it through System -> Admin -> Users and Groups. If you are using a non full featured linux distro like crunchbang then you need to do it through the terminal. terminal would be "sudo adduser" without the "". you will have to add arguments to that command. for full help with that type "adduser --help" it will tell you everything you need to know. the terminal option will be available on all linux distros.

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home