Home | Community | Message Board


This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Shop: PhytoExtractum Buy Bali Kratom Powder   Bridgetown Botanicals Bridgetown Botanicals   Unfolding Nature Unfolding Nature: Being in the Implicate Order   Kraken Kratom Red Vein Kratom

Jump to first unread post Pages: 1 | 2 | 3 | Next >  [ show all ]
OfflineWunnbaddmofo
Vagabond
Registered: 11/02/15
Posts: 94
Last seen: 7 years, 11 months
Web page hosting from a old comp at home
    #22472132 - 11/03/15 05:16 PM (8 years, 2 months ago)

Ok, so I have been studying up on web page design and development through youtube videos and tutorials. I would like to design a page with dreamweaver and host it on a spare machine I have laying around. I have an old Sony Vaio and an e-machine or two. I would like to know where to begin. Should I use the Sony or the E-machine ? Should I run Windows Server or linux and Apache or something ? And why? Any simple advice would be appreciated. I plan on continuing this thread as I progress through the steps of building the page..


--------------------
Deo Vindici
God Save the South


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Wunnbaddmofo]
    #22476140 - 11/04/15 11:51 AM (8 years, 2 months ago)

Best setup would be Debian Linux (or Slackware if you feel masochistic and want to compile a custom kernel) just because it's the easiest. You can set it up without a UI even, and just use apt to install apache. You could setup a shh daemon so you can use another computer to drop the files in the right folder (I think it is called public by default) and if it's just a flat site you really don't need to do anything else. If you do setup sshd you probably want to configure iptables to only allow ports 22 and 80, and 443 if you are using SSL (I have no idea why you would do that on a flat site, though) and only from the IP address(es) of your other machines.

The reason I say use Debian is it is very stable, you can run it just fine on old hardware, even with X and it is very secure,


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Extras: Filter Print Post Top
Invisiblekoraks
Registered: 06/02/03
Posts: 26,672
Re: Web page hosting from a old comp at home [Re: micro]
    #22476316 - 11/04/15 12:19 PM (8 years, 2 months ago)

Quote:

Should I use the Sony or the E-machine ?



Doesn't really matter, but I personally wouldn't use a laptop as a web server. On the other hand, the Vaio is probably a bit less power hungry than the desktop machine. The difference will be around 50-100W (rought estimate), which is something like 450-900kWh per year, or $50-$100.

Quote:

Should I run Windows Server or linux and Apache or something ?



Doesn't really matter either; for convenience's sake I'd stick with Apache, but it runs equally well on Windows (doesn't even need to be Server edition either) as it does on Linux. Pick whichever OS you feel the most comfortable with - or, if you want to experiment, pick the OS you'd like to learn more about.

The most important thing is, if you want to be able to access your website from outside your house, to have a fixed IP address and to open the appropriate ports on your router and route them using NAT to the IP address of your web server. Make sure the web server has a fixed IP address on the local network as well.


Edited by koraks (11/04/15 12:21 PM)


Extras: Filter Print Post Top
OfflineWunnbaddmofo
Vagabond
Registered: 11/02/15
Posts: 94
Last seen: 7 years, 11 months
Re: Web page hosting from a old comp at home [Re: koraks]
    #22476487 - 11/04/15 01:01 PM (8 years, 2 months ago)

I most definitely want it to be able to be accessed from the web, not just my home wifi. So you're saying I need to Tweek the settings on my Verizon router to do this? 

The Vaio is a desktop, so are the e-machines. they were used as office servers for copiers and faxes. I was thinking of using linux tail and Apache on the server. Although I just started reading up on this so I could be totally off about the hardware and software I need. Would Linux Tail and Apache be all that I need to get this site online?

I feel like I should add I have always used windows, this would be my first time using any linux or unix os.

Also Im a new user so I cant rate shrooms, but as soon as I can I will be giving out 5 shroom ratings to anyone who offers some insight into my situation.


--------------------
Deo Vindici
God Save the South


Edited by Wunnbaddmofo (11/04/15 01:12 PM)


Extras: Filter Print Post Top
OfflineOggy
Stranger Danger
 User Gallery

Registered: 12/05/14
Posts: 1,276
Loc: Planet Remulak
Last seen: 6 months, 29 days
Re: Web page hosting from a old comp at home [Re: Wunnbaddmofo]
    #22476526 - 11/04/15 01:17 PM (8 years, 2 months ago)

You can run apache on windows. Honestly, it makes little difference to run it on linux or windows.
You'll need to open port 80 for the local ip to that machine, then if you want a .com website you'll need to buy a domain name and have it routed to your public IP.


--------------------


Edited by Oggy (11/04/15 01:18 PM)


Extras: Filter Print Post Top
Invisiblekoraks
Registered: 06/02/03
Posts: 26,672
Re: Web page hosting from a old comp at home [Re: Oggy]
    #22476547 - 11/04/15 01:25 PM (8 years, 2 months ago)

Either way, make sure the software you use is always up to date, otherwise you'll be sending out spam and participating in DDoS attacks before you can say "security". You'll probably only find out when your ISP blocks your connection.


Extras: Filter Print Post Top
InvisibleByrain

Registered: 01/07/10
Posts: 9,664
Re: Web page hosting from a old comp at home [Re: micro]
    #22476705 - 11/04/15 02:10 PM (8 years, 2 months ago)

Quote:

micro said:
(or Slackware if you feel masochistic and want to compile a custom kernel)




Not true, slackware provides a huge kernel that is used during the install process and a generic kernel for more everyday use which only requires making an initrd.gz which is pretty easy.  Additionally they provide the kernel source for those that want a custom kernel, although there is really no need unless you want to.

http://docs.slackware.com/slackware:beginners_guide#switch_to_a_generic_kernel
http://packages.slackware.com/?r=slackware64-current&p=kernel-huge-4.1.12-x86_64-1.txz
http://packages.slackware.com/?r=slackware64-current&p=kernel-generic-4.1.12-x86_64-1.txz
http://packages.slackware.com/?r=slackware64-current&p=kernel-source-4.1.12-noarch-1.txz

Also, debian sucks.


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Oggy]
    #22479167 - 11/05/15 12:53 AM (8 years, 2 months ago)

Quote:

Byrain said:
(or Slackware if you feel masochistic and want to compile a custom kernel)

Not true, slackware provides a huge kernel that is used during the install process and a generic kernel for more everyday use which only requires making an initrd.gz which is pretty easy.  Additionally they provide the kernel source for those that want a custom kernel, although there is really no need unless you want to.




What's not true? I didn't make any assertion...

Slackware is designed for this which is why they are so picky about things like using distribution-specific patches. It could be advisable to compile your own custom kernel if you are OCD about performance and memory usage, or trying to milk old hardware for what it's worth. I'm not sure why else someone would choose it for running a server.

Quote:

Byrain said:
Also, debian sucks.




... and context is awesome :rolleyes:

Care to elaborate on that?

It is tested more thoroughly than any of the other distros which is why the current stable release *never* supports bleeding-edge hardware. It is definitely stable though; I've had Debian boxes stay on for over a year on old non-server hardware. The only times they shut off were due to some hardware or power failure. Also, IME Debian runs faster than any other distro (without compiling the kernel) out of the box for old hardware.

So this is why I recommended it to be used in this case, on old hardware.

Maybe you could elaborate on the suckiness :V

I'm curious, especially since other distros like Ubuntu and Kali are forks of it.

Quote:

Oggy said:
You can run apache on windows. Honestly, it makes little difference to run it on linux or windows.
You'll need to open port 80 for the local ip to that machine, then if you want a .com website you'll need to buy a domain name and have it routed to your public IP.




Same thing here; *nix is going to be more stable and it will run better on older hardware. Newer versions of Windows and OSX are simply resource hogs. Not for nothing, I'm sure there are many great features that require this (security is a feature in Windows, right? :V) but when I put something like Debian or Kali on an older box that had Mac/Win on it the thing FLYS.

Good point people made about the router; I should have thought of mentioning that but yeah, supplement my original post with "iptables and your router configuration." It's generally just a web page at 192.168.1.1 or whatever the default gateway is (route print in windows or route in *nix to find out). This is easy; there should be a section on port forwarding and you only need 80 for HTTP, really. If you setup SSL then also 443 and sshd is 22.

The thing is, if this is your first time setting up a server *and* using Linux you don't want to bite off more than you can chew. I've been dealing with both for almost two decades now, but I remember setting up a server for the first time when I was like 14 or 15 and had quite a bit of frustration. That said, I find Linux to be easiest and I can do it in just about no time at all but maybe part of that is because I'm more used to Linux at this point to begin with.

And also, yes -- you need to pay for a custom domain but in the meantime (or instead) you could just use the public IP of the router (not the local IP that starts with 192, 10 or 172). Just go to http://255.255.255.255 replacing the 255's with the proper octet.


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Extras: Filter Print Post Top
InvisibleByrain

Registered: 01/07/10
Posts: 9,664
Re: Web page hosting from a old comp at home [Re: micro]
    #22479375 - 11/05/15 03:19 AM (8 years, 2 months ago)

You implied that someone would need to compile a custom kernel for slackware, this is simply not true, it makes it easy for users to do just that (Unlike ubuntu), but by no means is it required and the precompiled kernels will work fine for most users.  Slackware would make a great server since it has most everything someone would need out of the box, doesn't have the huge attack surface of systemd/k3b/pam/etc. and is highly flexible for any potential system admins while still being extremely simple.  Also, I imagine with one year of using seriously using slackware a user would gain the experience of several years of debian usage.  There are more than enough reasons to claim why debian sucks to fill up dozens of pages and delve into several somewhat off-topic discussions, but since I don't really care to get that deep into an off-hand comment I will just leave it at binary logs, LOL.  Also while I'm at it even sid is old, debian's packaging tools (Arguably by design) suck for managing stuff built from source while making your own packages is far more complicated than it should ever need to be.  Slackbuilds are a lot easier, more fun and compiling your own packages tends to lead to better working software.


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Byrain]
    #22479524 - 11/05/15 05:25 AM (8 years, 2 months ago)

Quote:

Byrain said:
You implied that someone would need to compile a custom kernel for slackware




No I didn't. I said use Slackware if he wanted to do that.

Don't put words into my mouth :V

Quote:

Byrain said:
Slackware would make a great server since it has most everything someone would need out of the box, doesn't have the huge attack surface of systemd/k3b/pam/etc. and is highly flexible for any potential system admins while still being extremely simple.




Everything needed as in... Apache httpd? Same with all distros; that's not much.

Debian's installer even has an option to install it as a server and includes all the common packages by default.

K3b the CD burning utility o.O? I totally don't understand where you're going with that.

I was never a huge fan of systemd myself, but I don't see any vector of attack in this context (running a web server).

Maybe you could elaborate or point to a proof of concept if one even exists.

That said, it is technically not required and there is a version of Debian that doesn't even use it by default.

PAM is a library and any security related issues would come from user error.

Unless you are talking about bugs, and anything can have bugs.

More thoroughly tested stuff with a longer release cycle for this reason will have fewer bugs. Like.... Debian!

It's not really easier for system admins either since the vast majority IME are not used to it.

Enough is different for it to have a learning curve.

It also lacks features such as a package manager :V

(sarcasm intended)

Quote:

Also, I imagine with one year of using seriously using slackware a user would gain the experience of several years of debian usage.




Using one distro doesn't teach you how to use a different one.

The best way to learn Debian is to use... Debian :V

Quote:

There are more than enough reasons to claim why debian sucks to fill up dozens of pages and delve into several somewhat off-topic discussions, but since I don't really care to get that deep into an off-hand comment I will just leave it at binary logs, LOL.




I'm happy that you're happy LOL but that was done for faster searching.

What are you even referring to, anyway? Are we still on the topic of systemd?

Or MySQL?

And who cares? Is this problem using custom tools to parse the logs or something?

If so, people can write a function for the format according to specs.

Quote:

Also while I'm at it even sid is old, debian's packaging tools (Arguably by design) suck for managing stuff built from source while making your own packages is far more complicated than it should ever need to be.




You've GOT to be kidding me. Versus pkgtool?

Okay, first off there is no dependency checking (which is kinda the point of a package manager). Anyone who has compiled software before has dealt with the inevitable dependency recursion which is why package managers build a dependency tree. Also, you can find a ton of software in rpm or deb but you aren't going to for Slackware. These alone say "no way is it easier, by any stretch of the imagination."

So yeah, no shit it's easy since there is so little to keep track of. Also, who cares about adding stuff you compile, anyway? You have to deal with the dependencies yourself on either of them. I fail to see the advantage of adding it to APT here.

I already explained why they don't update the distro as frequently: it promotes better stability and arguably security, as well.

So, all in all:

It is not easier to use than Debian.
It is not more secure than Debian.
It is not more stable than Debian.

The main advantage I see is in compiling your own kernel, which only obsessive people do, anyway :V


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Edited by micro (11/05/15 05:51 AM)


Extras: Filter Print Post Top
InvisibleByrain

Registered: 01/07/10
Posts: 9,664
Re: Web page hosting from a old comp at home [Re: micro]
    #22480161 - 11/05/15 08:51 AM (8 years, 2 months ago)

Sorry, not k3b, krb... https://en.wikipedia.org/wiki/Kerberos_%28protocol%29

I didn't put words in your mouth, here is a quote, "or Slackware if you feel masochistic and want to compile a custom kernel".  If you didn't mean to imply that someone needs a custom kernel then fine, but your phrasing arguably leads to that conclusion.  Anyways, like I said I don't really care, your lack of understanding doesn't make debian any less sucky and I'm not here to spoon feed you the reasons.  Though, since you really seem so clueless I'll help a little, binary logs is an obvious reference to journald.  Next time your debian/red hat os crashes and fails to boot (Just wait till the systemd devs decide to change the upstream configs), try mounting its drive to look at the logs with a os that doesn't have journald...  Besides standard unix tools to look at text based logs are way better than systemctl.  As for packages SBo seems to offer a lot more software than debian's repo while it generally works better since all the packages will be compiled against your own system than a generic upstream build, debian only makes it look like it offers more packages by splitting every package into 5 parts.  Only Arch and gentoo seem to have more, but arch sacrifices stability and sanity to be cutting edge and culturally relevant while gentoo doesn't provide the rock-solid base system slackware has while giving more powerful packaging tools in return.  As I have already said, its hell of a lot harder to make a .deb package than a slackbuild and hard coded dependencies only lead to a less flexible system.  I'd rather not have the package manager second guess me when I want to remove something and to be able to (re)compile any packages on my system with ease to ensure it works, help find possible bugs/issues, and to update/downgrade any packages without relying upon the package maintainer.


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Byrain]
    #22480358 - 11/05/15 09:46 AM (8 years, 2 months ago)

Quote:

Byrain said:
I didn't put words in your mouth, here is a quote, "or Slackware if you feel masochistic and want to compile a custom kernel".



"want"

Quote:

Byrain said:
If you didn't mean to imply that someone needs a custom kernel then fine



"want"

jeebus, lol... i can't tell if:

a.) you do not understand there is a difference between want and need

b.) you are blatantly ignoring what is obviously right there in front of you (hint: you quoted it)

c.) you be trollin'

Quote:

Byrain said:
Anyways, like I said I don't really care, your lack of understanding doesn't make debian any less sucky and I'm not here to spoon feed you the reasons.



For someone who doesn't care you sure do QQ a lot :V

I'm spoon feeding what you quoted right back to you and you still don't seem to get it. For example:

Quote:

Byrain said:
Though, since you really seem so clueless I'll help a little, binary logs is an obvious reference to journald.



Oh, so *it is* systemd we are talking about. Just like I said! Wow :lol:

You know how I know this? Because despite your arrogant assumption that "binary logs is an obvious reference to journald" it actually isn't. MySQL for example uses binary logging by default but doesn't use jounald.

So yeah. I'm totally clueless there, buddy :V

o.O

Quote:

Next time your debian/red hat os crashes and fails to boot



Don't worry, it won't :lol:

Quote:

try mounting its drive to look at the logs with a os that doesn't have journald...



Now why would I do a silly thing like that :confused:

Quote:

As for packages SBo seems to offer a lot more software than debian's repo while it generally works better since all the packages will be compiled against your own system than a generic upstream build, debian only makes it look like it offers more packages by splitting every package into 5 parts.



Learn how to add more repositories.

The reason you are seeing this is Debian is nuts about "free" and "non-free" software.

Look at how they re-branded Firefox to Iceweasel, for example.

There are a TON of repos with that stuff though, especially since Ubuntu, Kali and I think more of the popular distros are forks of it.

Quote:

As I have already said, its hell of a lot harder to make a .deb package than a slackbuild and hard coded dependencies only lead to a less flexible system.  I'd rather not have the package manager second guess me when I want to remove something and to be able to (re)compile any packages on my system with ease to ensure it works, help find possible bugs/issues, and to update/downgrade any packages without relying upon the package maintainer.



So you would rather use a package manager that basically does nothing except acts like an installation script. Okay :confused:

By the way, you can use the force flag, you know...


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Edited by micro (11/05/15 09:52 AM)


Extras: Filter Print Post Top
OfflineWunnbaddmofo
Vagabond
Registered: 11/02/15
Posts: 94
Last seen: 7 years, 11 months
Re: Web page hosting from a old comp at home [Re: Byrain]
    #22480423 - 11/05/15 10:06 AM (8 years, 2 months ago)

Ok, well I have decided that since this is my first attempt at hosting my own site, I will be installing the newest version of Ubuntu and Lamp. Which from what I understand contains Apache, Mysql, and Php.  From the tutorials it looked very easy to do. Just installing the OS and then a few commands which appear to install the things needed for the server to run. I know I sound like I'm clueless,I'm still not exactly sure what Mysql or php are or what they do.. but I do have more experience with comps than the average person. As I mentioned before, I have absolutely no experience with Linux, and I am also trying to learn HTML CSS, and Java, Dreamweaver for the site, Photoshop and fireworks for the graphics all at the same time as doing this. So please be patient if some of my questions are remedial, but if its something I haven't had to do yet for my own setup,  I don't know how to do it.

So that being said, Do you guys think Ubuntu and lamp would be an acceptable way to go ?


Im currently comparing specs on the four machines I have laying around, as well as letting them run for a while to make sure they dont shut off, {I could have sworn one or two had cooling issues that caused them to reboot or shut down occasionally}. These machines are all running XPro.

Should I do a dual boot type thing and keep XPro on there for some reason ? Or should I totally wipe the machine and do a clean install of Ubuntu as the only OS ? Also is there any reason the server machine needs its own monitor and input devices ? Can't I just control it remotely from my laptop ? I know with windows that is easy to do, not sure about Linux though.

While reading the reply's you guys left I realized there is a ton that I have yet to learn. Because quite a bit of all of that was over my head, although every bit of info offered is greatly appreciated. It prompted me to learn what a kernel is and start reading up on Debian and Slackware.


--------------------
Deo Vindici
God Save the South


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Wunnbaddmofo]
    #22480471 - 11/05/15 10:18 AM (8 years, 2 months ago)

You don't need a LAMP stack if you are just making a flat site.

Are you making something that will require custom server-side code or persistence?

I would not dual-boot on a server. That is redundant.

I'm not sure what XPro is, however.


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Extras: Filter Print Post Top
OfflineWunnbaddmofo
Vagabond
Registered: 11/02/15
Posts: 94
Last seen: 7 years, 11 months
Re: Web page hosting from a old comp at home [Re: micro]
    #22480554 - 11/05/15 10:38 AM (8 years, 2 months ago)

XPRo is Windows Xp Professional.

Im not sure what you mean flat site?  I want it to be interactive eventually, with user accounts and personalized settings. My site is going to be a current event/news/popular media site.

As far as custom code, i hope not, the only language I know is HTML, I don't know any programming languages yet.


--------------------
Deo Vindici
God Save the South


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Wunnbaddmofo]
    #22480865 - 11/05/15 11:58 AM (8 years, 2 months ago)

Quote:

Wunnbaddmofo said:
XPRo is Windows Xp Professional.

Im not sure what you mean flat site?  I want it to be interactive eventually, with user accounts and personalized settings. My site is going to be a current event/news/popular media site.

As far as custom code, i hope not, the only language I know is HTML, I don't know any programming languages yet.




If you want it to have user accounts you will need server-side logic and persistence.

Unless, depending on your needs, you choose to go with something like Drupal.

Unless you're going to grab RSS feeds and the like, you'll probably be storing articles this way (or possibly NoSQL would be better in this case). It would be pretty easy to come up with a XSL transformation for that and whatever other formats you decide to support. Or if you want, on the back end use Saxon or something.


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Extras: Filter Print Post Top
InvisibleJean-Luc Picard
I only wish i was this good!
 User Gallery


Registered: 12/30/07
Posts: 4,178
Loc: New Mexico, USA Flag
Re: Web page hosting from a old comp at home [Re: micro]
    #22481009 - 11/05/15 12:43 PM (8 years, 2 months ago)

Quote:

micro said:
Quote:

Byrain said:
I didn't put words in your mouth, here is a quote, "or Slackware if you feel masochistic and want to compile a custom kernel".



"want"

Quote:

Byrain said:
If you didn't mean to imply that someone needs a custom kernel then fine



"want"

jeebus, lol... i can't tell if:

a.) you do not understand there is a difference between want and need

b.) you are blatantly ignoring what is obviously right there in front of you (hint: you quoted it)

c.) you be trollin'






Sorry micro...but your wording was very misleading.

For example, the way you worded your sentence can be reworded the following way:
"You can try buying Popsicles, or you could buy icecream if you are masochistic and want to eat razor blades."


Now, for a person who has no knowledge pertaining to the nature of frozen treats, you have taken a concept that is completely optional (eating razor blades), and causally linked it to buying ice cream. You are implying that the only way to buy ice cream is to eat razor blades. There is no place for "need" in this sentence, otherwise it would have to be reworded in order to make any sense in this context.

Next time this sort of situation comes up, if compiling your own kernel is a completely optional choice, independant from using Slackware...then maybe you should word it as such:

"...or Slackware, if you are masochistic and want the option of compiling a custom kernel."

:shrug: This is a little off topic, and I know nothing about what you guys are talking about...but I interpreted that sentence the same way as Byrain, and I'm fairly certain most people who are unfamiliar with Debian or Slackware would do the same. Don't be so hard on Byrain for trying to clear up a murky statement.

That's all I have to add to this thread. :2cents:


--------------------
The universe is under no obligation to make sense to you - NDT


Extras: Filter Print Post Top
Invisiblemicro
bunbun has a gungun
Male User Gallery


Registered: 05/09/03
Posts: 7,532
Loc: Brick City Flag
Re: Web page hosting from a old comp at home [Re: Jean-Luc Picard]
    #22481731 - 11/05/15 04:13 PM (8 years, 2 months ago)

What, are you his boyfriend? :V

I'm not going to pussyfoot around my words because someone might make an incorrect assumption based on nothing whatever. Your wording of the statement changes my entire point, anyway. I didn't recommend Slackware in case they did or didn't want it (i.e. wanted it as an option) but rather in the event that they did. Your wording:

"...or Slackware, if you are masochistic and want the option of compiling a custom kernel."

... implies the former. "Use this distro if you want to compile a custom kernel" does not, in any way, imply "Using this distro requires you to..." Anyone who *assumes that is the case* is making a huge assumption about something I never said. And why would wanting an option to be available make someone a masochist? That doesn't even make sense. See why it doesn't work?

I'm certainly not "being so hard" on anyone, either; he said I'm "clueless."

Although I find it a bit humorous as this is my profession, I'm not going to refrain from telling someone they are wrong, especially after pulling THAT card =P

Or simply *being* a card >.>


--------------------
Any research paper or book for free
(Avatar is Maxxy, a character by Mizzyam, RIP)


Extras: Filter Print Post Top
InvisibleSun King
 User Gallery

Folding@home Statistics
Registered: 02/15/14
Posts: 4,069
Re: Web page hosting from a old comp at home [Re: Wunnbaddmofo]
    #22481919 - 11/05/15 04:49 PM (8 years, 2 months ago)

How come no one suggested windows iis?


--------------------


Extras: Filter Print Post Top
InvisibleJean-Luc Picard
I only wish i was this good!
 User Gallery


Registered: 12/30/07
Posts: 4,178
Loc: New Mexico, USA Flag
Re: Web page hosting from a old comp at home [Re: micro]
    #22482282 - 11/05/15 06:13 PM (8 years, 2 months ago)

Quote:

micro said:
What, are you his boyfriend? :V




Good comment, you seem like a mature fellow who is willing to accept constructive feedback. Yep, no insecurities or ego here :rofl2:


Quote:

micro said:
I'm not going to pussyfoot around my words because someone might make an incorrect assumption based on nothing whatever.




If that is the case, then perhaps you should refrain from offering advice to people. I don't doubt that you are probably the most qualified person on the OP's topic, but your lack of ability to properly communicate said knowledge (or even form complete sentences) makes you a source of disinformation, as the majority of users that read your original sentence will misinterpret its meaning. Its as simple as that. I'm not trying to insult you, rather I'm trying to point out that you are misleading people with poorly-worded advice, and subsequently being a dick to others when they point it out. :shrug:


Quote:

micro said:
Your wording of the statement changes my entire point, anyway. I didn't recommend Slackware in case they did or didn't want it (i.e. wanted it as an option) but rather in the event that they did. Your wording:

"...or Slackware, if you are masochistic and want the option of compiling a custom kernel."

... implies the former. "Use this distro if you want to compile a custom kernel" does not, in any way, imply "Using this distro requires you to..." Anyone who *assumes that is the case* is making a huge assumption about something I never said. And why would wanting an option to be available make someone a masochist? That doesn't even make sense. See why it doesn't work?




:doublefacepalm:
Yes, this is my point. Anyone who assumes this interpretation is indeed making an assumption about what you are saying, because you did not supply enough information for anyone to do otherwise. To interpret general discussion on internet forums without making assumptions would make all information impossible to understand, and your argument against making said assumptions is wholly impractical.

YOU made the initial assumption that someone who is seeking "any simple advice" would automatically know enough background information to know what you are thinking. In the absence of such background information, the reader is forced to assume implied meaning based on the vernacular, that being the way a phrase or sentence would be used by the vast majority of people with a current understanding of the English language. To imply that we should have guessed your meaning with so little information is foolish.

Your breakdown of my suggestion is also a matter of majority interpretation. The sentence implies that if the user does, in fact, want the option to compile a custom kernel, then they intend to actually compile said kernel at some point (otherwise why would you bring it up?), and thus you consider them to be masochistic. It also makes it abundantly clear that choosing to use Slackware does not necessarily mean that you are forced to compile a custom kernel, which is not clear in your original wording without knowing what you were thinking at the time that you wrote it.


Quote:

micro said:
I'm certainly not "being so hard" on anyone, either; he said I'm "clueless."




That is true, but since you seem to be moderately intelligent in a general sense, highly qualified in the OPs topic, and have made it clear in previous threads that you are several decades old at the very least...that you would be mature enough to realize that your wording was misinterpreted, and elaborate/discuss the issue without spewing your over-inflated ego all over the thread and aggravating the situation with sarcasm and condescension. You could have reworded and/or explained your point in a different way, and diffused the situation while simultaneously enhancing your advice, such that it is usable by the majority of users. This could have been achieved with half the effort of the immature approach you chose. :congrats:

Additionally, with such a blatantly emasculating question at the top of your post...its seems like you of all people would be the first to man up and act like an adult in such a situation. :2cents:


Quote:

micro said:
Although I find it a bit humorous as this is my profession, I'm not going to refrain from telling someone they are wrong, especially after pulling THAT card =P


Or simply *being* a card >.>



What a coincidence, writing procedures for nuclear power plant operations and developing lessons for nuclear employee training programs is part of my profession. Effective education and communication in complex, high-risk, and high-consequence work environments are a primary focus of mine on a day-to-day basis.

I also have no qualms with offering up constructive peer coaching, the difference being that I don't mind admitting when I'm wrong, and integrating feedback into the way I conduct business. :cookiemonster:


It doesn't matter anyway, I suppose your ego is inhibiting your ability to improve yourself. Furthermore, the original confusion has been properly explained, the potential disinformation has been properly mitigated. :pipesmoke:


--------------------
The universe is under no obligation to make sense to you - NDT


Extras: Filter Print Post Top
Jump to top Pages: 1 | 2 | 3 | Next >  [ show all ]

Shop: PhytoExtractum Buy Bali Kratom Powder   Bridgetown Botanicals Bridgetown Botanicals   Unfolding Nature Unfolding Nature: Being in the Implicate Order   Kraken Kratom Red Vein Kratom


Similar ThreadsPosterViewsRepliesLast post
* URGENT: I need some help to find New Web-Host Natura 1,365 8 06/16/03 05:33 PM
by Natura
* Free web hosting JunkFood 758 3 07/02/07 08:23 AM
by JunkFood
* Best Web hosting
( 1 2 all )
angryshroom 2,814 22 01/31/05 10:03 AM
by Jim
* Cheapest web hosting? kadakuda 836 7 04/15/08 08:56 PM
by AhronZombi
* Web Hosting Legend9123 1,235 18 04/03/07 12:16 AM
by Legend9123
* Whats up with all my web hosting company fuckups lately BrAiN 697 5 01/23/08 10:55 PM
by BrAiN
* User-side web hosting Drink_Punk_Soda 1,219 3 10/14/03 06:09 AM
by Seuss
* Free Web Hosting chodamunky 1,160 9 06/20/04 02:22 AM
by Meat_Log_Smurf

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: trendal, automan, Northerner
2,989 topic views. 0 members, 0 guests and 0 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2024 Mind Media. Some rights reserved.

Generated in 0.037 seconds spending 0.009 seconds on 16 queries.