Post interesting tips for the novice computer user
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
![Smile :)](./images/smilies/icon_smile.gif)
By that reckoning entire Internet would have crashed and burned years ago because it's practically all Unix(like) based and I think you'll find, despite Microsoft's efforts at distorting reality, that Windows forms but a small (and very noisy) part of this bigger scheme.
An operating system is compromised because it's insecure, not because it's popular (and you've conflated 'popular' with 'ubiquitous', too).
If an insecure system is spread all over the place, then 'all over the place' becomes equally insecure.
Ok, I'll bite.
Why is it then that the more competent the user, the less problems they have? Granted, UNIX based systems require a high degree of understanding to use and administrate properly, and hence they are used in enterprise environments. But by that stroke of logic, you have to pick between secure and hard to use, or insecure and easy to use.
And don't even get me started on Apple. Yes, Apple's OSX is considered very secure. It's also locked down to the point that the end user can hardly do anything that Apple doesn't agree with, and that happens to be a lot.
I don't mean to start a flame war or to troll, just my opinion. I think that if people too the time to educate themselves a little bit better, they would find that the situation isn't as bad as it seems at first glance.
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
![Smile :)](./images/smilies/icon_smile.gif)
By that reckoning entire Internet would have crashed and burned years ago because it's practically all Unix(like) based and I think you'll find, despite Microsoft's efforts at distorting reality, that Windows forms but a small (and very noisy) part of this bigger scheme.
An operating system is compromised because it's insecure, not because it's popular (and you've conflated 'popular' with 'ubiquitous', too).
If an insecure system is spread all over the place, then 'all over the place' becomes equally insecure.
Ok, I'll bite.
Why is it then that the more competent the user, the less problems they have? Granted, UNIX based systems require a high degree of understanding to use and administrate properly, and hence they are used in enterprise environments. But by that stroke of logic, you have to pick between secure and hard to use, or insecure and easy to use.
And don't even get me started on Apple. Yes, Apple's OSX is considered very secure. It's also locked down to the point that the end user can hardly do anything that Apple doesn't agree with, and that happens to be a lot.
I don't mean to start a flame war or to troll, just my opinion. I think that if people too the time to educate themselves a little bit better, they would find that the situation isn't as bad as it seems at first glance.
In other words; a user with little understanding of what they're doing while using this 'oh so friendly system' needs to somehow know in advance that what they're doing could be problematic - again, only with that particular operating system.
And it's ironic that, discounting the technically competent users who would have a much better understanding of the 'why', the majority of competent users will have simply learned to not do certain things otherwise bad, malware-related things will probably happen - because the OS itself is incapable of stopping them from happening.
So the competent user basically ends up wet-nursing the OS and holding its hand, while the others suffer the consequences of not doing so.
Neither is acceptable.
There is no jam spoon; you have to bring your own.
![Wink :wink:](./images/smilies/icon_wink.gif)
That said, I don't much like Apple's "bind 'em tight" approach either but if it came to choosing between that and whatever it is that Microsoft dumps on a user, I'd go for Apple.
![Laughing :lol:](./images/smilies/icon_lol.gif)
_________________
Giraffe: a ruminant with a view.
Well, I don't agree. But everyone is entitled to their own opinion.
As far as tips and tricks, here are a few concerning that odd little "Windows" key on keyboard and what it's used for.
WinKey = Opens the Start Menu
WinKey+D = Minimizes all open windows to the desktop
WinKey+E = Opens My Computer
WinKey+L = Locks the computer
WinKey+Pause/Break - Opens the System Properties Menu
Well, I don't agree. But everyone is entitled to their own opinion.
As far as tips and tricks, here are a few concerning that odd little "Windows" key on keyboard and what it's used for.
WinKey = Opens the Start Menu
WinKey+D = Minimizes all open windows to the desktop
WinKey+E = Opens My Computer
WinKey+L = Locks the computer
WinKey+Pause/Break - Opens the System Properties Menu
I am going to have to disagree with you here. Windows and linux are equally capable at stopping malware. Both are multi-user operating systems with protected memory. Evil code can only mess up things to which you give the code access (a problem that is not unique to windows).
I would even argue that windows is moving toward being MORE secure than linux, with the introduction of the user-mode driver framework, which allows certain drivers to run in a protected environment. If a linux driver is exploitable, then getting root on that box is trivial. If it's buggy then it can easily crash your whole system. Third party servers and drivers make up the vast majority of windows vulnerabilities, and as more and more proprietary software and hardware developers start supporting linux, linux's monolithic kernel could become a real problem.
Don't get me wrong, I personally use linux quite often (and use GnuWin32 (native win32 ports of common gnu command line tools) on my work computer), but it's kernel architecture leaves a lot to be desired (same with windows, but Microsoft is at least taking steps in the right direction).
What I would like to see is an OS that runs only managed code. No buffer overflows to worry about, and no slow memory protection. There are some esoteric ones around (Microsoft's Singularity and JNode), but they are not really useful at this point.
![Wink :wink:](./images/smilies/icon_wink.gif)
Time will tell.
Many problems experienced by end users would be resolved by simply producing better-crafted code in the first place, irrespective of the kernel architecture.
This monolithic/micro debate is highly technical and raged for some time (and probably is still); the gory details are best unearthed by Googling the Tanenbaum–Torvalds debate - but maybe these as tasters:
http://en.wikipedia.org/wiki/Linux_kernel
http://en.wikipedia.org/wiki/Tanenbaum% ... lds_debate
http://www.realworldtech.com/forums/ind ... 5&roomid=2
Anyway, this is all highly off-topic and I really don't want to set myself up as a Linux evangelist or as a dedicated Windows iconoclast.
![Laughing :lol:](./images/smilies/icon_lol.gif)
_________________
Giraffe: a ruminant with a view.
So back to seriousness:
Want to clean temp files for multiple user accounts in one go?
Download TFC from:
http://www.geekstogo.com/forum/files/do ... -oldtimer/
on windows, go to run and type in , cmd
type , net user , into the command prompt to display users on the computer
net user {username} , {fill this space with a username to show information on them}
net user {username} [password] , {same as above} [type something in to change password]
net user /add {username} , {add a user name to the computer}
net user /add {username} [password] , same as above but add a password to the the account you want to crerate.
net user /delete {username} , deletes the selected username.
net user /? , shows a basic help page with some commands. if you want more, google it.
ipconfig , 'displays all current TCP/IP network configuration values' - wikipedia
ipconfig /all , shows a more detailed version of the above
ipconfig /release , releases the configuiation of ip addresses for your adapter(s)
ipconfig /renew , renews the configuiration settings. this and the above one are useful if internet connection fails, sometimes.
ipconfig /displaydns ' shows the contents of your dns resolver cache
ipconfig /flushdns ' empties dns cache. the same one as above.
ipconfig /? , shows a much more detailed help page than the net user equivalent. maybe because its a newer command or something.
(the commas are there to split up the text, not to be typed.)
i hope i've contributed well. this took me a while to compile together. there are plently more out there. good luck to you all.
there is the shutdown command, which maybe later, i will go over if it hasnt already been gone through.
good night all, and thanks for all the fish, lol.
![Nerdy :nerdy:](./images/smilies/icon_nerdy.gif)
_________________
Giraffe: a ruminant with a view.
Similar Topics | |
---|---|
Q-Tips |
25 Dec 2024, 8:44 am |
Have any tips on powering through schoolwork? |
21 Jan 2025, 5:15 pm |
Should Q-tips quit being made and sold at stores? |
30 Dec 2024, 12:38 am |
Post a pic of your Christmas wish |
04 Dec 2024, 8:54 pm |