Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
I use slack most of the time or KDE, so I don't have a preferences button that I can remember. (been a while since I fired up the desktop linux system).
But KDE makes it easy to add right-click -> launch terminal to the system.The day gnome picks that up...
sudo apt-get install nautilus-open-terminal
Ah, yes - KDE is a bit harder...a lot of people keep telling me how great font rendering is in KDE, but I just can't get along with it. Everything seems over the top with configuration options, which (to me, at least) is the very antithesis of "user friendly". I just want my desktop environment to stay out of my way, and KDE is just too intrusive.
I have to disagree with you there - every single font (including the new Vista range - Segoe UI, Candara etc) look far better on my Linux box than they ever did on Windows. I'd hazard a guess that you haven't set up subpixel rendering...
no offense, as I'm a heavy linux user, but the fact that we HAVE to means something isn't yet done right.
I just threw Ubuntu on my laptop. The wireless manager kinda makes me mad.
Hehe....
Code:sudo apt-get install nautilus-open-terminal
It's the default in Linux Mint, but not Ubuntu for some reason. Works in Nautilus windows too - opens a terminal in the directory you've navigated to.
Next?![]()
ALSA doesn't work? (period - my card is fully supported, it's recognized in aplay -l, I've recompiled and reinstalled the latest, unmuted - nada for sound).
Ubuntu doesn't have an inittab and default runlevels all run X, so installing the nvidia drivers is a pain in the butt of editing rc3.d (although I've done this, so I'm past, it's still stupid) to remove GDM and then readd later.
sudo apt-get install nvidia-glx-new
Not sure about ALSA (although I use OSS, myself), but the Nvidia driver s as simple as...
Alternatively, once you've installed and got a network connection, wait a few seconds for it to update from the repositories and use the Restricted Drivers applet, which should run by default if you've got hardware which is only supported by proprietary drivers.Code:sudo apt-get install nvidia-glx-new
If you want to run drivers which aren't tested (ie download them from the Nvidia site), just drop to a text console, stop gdm (/etc/init.d/gdm stop), kill Xorg if you need to and install from there. Works every time - no editing runlevels required.
Not sure about ALSA (although I use OSS, myself), but the Nvidia driver s as simple as...
Alternatively, once you've installed and got a network connection, wait a few seconds for it to update from the repositories and use the Restricted Drivers applet, which should run by default if you've got hardware which is only supported by proprietary drivers.Code:sudo apt-get install nvidia-glx-new
If you want to run drivers which aren't tested (ie download them from the Nvidia site), just drop to a text console, stop gdm (/etc/init.d/gdm stop), kill Xorg if you need to and install from there. Works every time - no editing runlevels required.
That kernel paniced my box![]()
And the restricted driver applet crashed with an error box with no text/etc. Just a stop sign and a blank button that I'm assuming was "exit"
Killing X.org also caused a kernel panic - I had to remove GDM from rc3.d and do a telinit 3 to get it to actually stop cleanly, and then go from there.
Hell, I don't even know how to switch back to OSS anymore on these, other than totally recompiling the kernel for it from the beginning, and I'd rather not even try that anymore - I'm so out of date on those it's not even funny. My sound driver thread is in here if you think you can help - I'm about to simply switch back to windows and buy an Apple for my mobile POSIX needs.
Jürgen Geuter said:When you hear people talking about Linux you'll probably hear either one of these two positions:
Pro-Linux Person
Installing and keeping software up-to-date is so much easier with Linux than with Windows or MacOSX, package repositories are the shit
Anti-Linux Person
Installing software in Linux is so hard, and it never has the software I want. Windows' setup.exe dance is so much better
And if you involve an OSX person he or she might tell you:
I have all my apps in my profile folder and can easily take them with me when I copy my profile.
The way software is handled is one of the aspects where the three major operating systems differ and it is somewhat of a religious war (but that happens a lot when it comes to operating systems ;-)).
Let's look at all three options real quick:
* Windows: You go to the software maker, get a CD/DVD or download a "Setup.exe", run it and you have it installed. Windows offers a remove tool for software that installed that way. Updates are not handled if the program does not do it by itself. Disadvantages: No centralized update.
* Linux: For most software you just pick the package from your distribution's repository. Software is removed the same way- via a centralized package manager. Users can provide their own repositories that integrate nicely. Updates are done in a centralized way, the software itself does not have to bother updating. Advantage: All packages are automatically kept up-to-date. Disadvantage: When you copy your profile to another computer you might have to install some software cause the software itself does not come from your profile.
* OSX: You go to the software vendor, download a file, drag and drop things around for a while then the software is installed into your home dir. Updates happen if the software does it by itself.Advantage: Your programs "travel" with you. Disadvantage: No automatic updates.
OK, to go back to OSS, look at this thread:
http://ubuntuforums.org/showthread.php?p=5909858#post5909858
Post 24 is the one you want. The link in there shows you how to yank PulseAudio and ALSA, and replace them with OSS. To be honest, I can't see why they insist on putting PA in there...it's just an unnecessary complication, and breaks compatibility with all sorts of stuff (particularly Audacity). With regards to your Nvidia issues...it strikes me that you're overcomplicating it. Click System -> Administration -> Hardware Drivers and it should take care of it. Alternatively, install and run Envy, and it'll do the job for you. However, if you're frigged around with stuff a lot before, you may have dependency issues (the Nvidia drivers themselves are just not well behaved when it comes to installing and reinstalling...you can't really blame the distribution for that).
EDIT: Why do you need simple-ccsm? Why not just use compizconfig-settings-manager instead?
To me it is the flexibility and how applications are handled (hence why I quoted this blogpost which sums it up perfectly)
I started with linux at around the same time I started with windows ~1997 when I got to Uni.
and if you ask me Linux has improved/advanced the most
Some may moan and bitch abt hardware compatibility with windows and how awkward it is BUT hardware manufactures ONLY have themselves to blame
the 2.4.x series of the kernel had a nice external driver model such an external driver didn't have to get recompiled with each kernel bump...
2.6.x brought a (what some would say is BAD) new method where re-compile of some wrapper is needed. The kernel dev's for so long had to rev-eng hardware that in the end they did what was best for them and thus that means in-kernel drivers or an unfixed API for external modules wanting kernelmode access
Since being exposed to linux and windows at around the same time there is only one thing that I have come across with linux which forces me todo a re-install and that is a filesystem corruption (hardware failures don't count in this) EVERYTHING else I can (on a wide range of distro's ... since they are essencially the same) is fixable
Windows however... is a different story
You forgot one Disad to linux that still bugs me - if the version in the repository isn't the version you need, manually installing it from the maker, either via package or source, can really confuse the rest of the package manager/repository and cause incompatibilities and problems later (especially if you have to compile dependencies from source). If it's not in the repository, you're on your own untested ground a lot.
Most package managers have some type of setting that will allow you to "blacklist" the certain program that you want update. Usually it's a file or something that you add in the program's name, and next time you update it will skip checking for it. Try checking out the man page for your package manager.
The Joe Whatever strawman is made of fail. He is indefensible, don't even try to.Power users are fine. Joe blow who's trying to get a program to run and compiles some dependency isn't going to know shit about blacklisting in a package manager.
Who brought up regulations in this thread? I think you're the only one in it that cares about Sarbanes-Oxley, or whatever it is you're alluding to. It certainly has nothing to do with the OP, which clearly implied a home use setting.For the admin who's trying to be compliant with regulations, he has to fight with it constantly.
Perceived complexity depends on the user, distro, and the environment they are applied in. You and whoever it is you're arguing with aren't talking about the same thing.Both face added complexity over windows or OSx.
It would make more sense if the thread was titled "Those who have/are thinking about moving away from windows at work" or maybe "Whoever hates package managers, post here!". It seems like whenever you show up in this part of the forum, you use anybody who disagrees with your point of view about Linux to give traction to some totally unrelated argument/scenario. Give it a rest already. None of these sorts of threads are fruitful, or are even remotely useful.That's my point. Make sense?
define "power users" seems to be a mis-used term around these partsPower users are fine.
define "Joe blow" 2nd mis-used term around these partsJoe blow who's trying to get a program to run and compiles some dependency isn't going to know shit about blacklisting in a package manager.
IF an OS was chosen such that an admin would have to mess to such a level you are suggesting to compliy with these imaginary regulations then he obviously didn't adhere to the regulations in the 1st place and chose a non-complient OS to start withFor the admin who's trying to be compliant with regulations, he has to fight with it constantly.
You choose an OS based upon your needs! not my problem is some shit for brains admin picked linux when Windows would have been a better choise. A shit for brains Work Admin tried to shuv onto us a Windows server when a linux one was needed, wasted 6months of argueing with him before he just setup a SuSe one and everything for the simulation server just worked...Both face added complexity over windows or OSx.
That's my point. Make sense?
He's the general user who you're trying to sell your OS toThe Joe Whatever strawman is made of fail. He is indefensible, don't even try to.
What the heck are you talking about? I'm talking about someone who has to be compliant to some security standard that the package baseline doesn't meet. This happens ALL the time and is something I deal with regularly. Lots of times you have to go outside the baseline to match what your security folk want. I'm bringing it up as an extra argumentWho brought up regulations in this thread? I think you're the only one in it that cares about Sarbanes-Oxley, or whatever it is you're alluding to. It certainly has nothing to do with the OP, which clearly implied a home use setting.
Perceived complexity depends on the user, distro, and the environment they are applied in. You and whoever it is you're arguing with aren't talking about the same thing.
It would make more sense if the thread was titled "Those who have/are thinking about moving away from windows at work" or maybe "Whoever hates package managers, post here!". It seems like whenever you show up in this part of the forum, you use anybody who disagrees with your point of view about Linux to give traction to some totally unrelated argument/scenario. Give it a rest already. None of these sorts of threads are fruitful, or are even remotely useful.
People with experience and history using Linux or Unix based operating systems, package managers and the likedefine "power users" seems to be a mis-used term around these parts
There are a million apps out there that have source downloadable, and ./configure, make, make install are pretty common instructions. Lots of advice out there to find for people just learning this too that leads you to places you might not want to be yet. Joe Blow is your grandma, my mom, any of the number of people that are trying this because they're tired of windows or the like and want to try something different.define "Joe blow" 2nd mis-used term around these parts
if this "Joe" bloke is actually going to the length of compiling then he knows about a toolchain, if he knows about toolchain then he must be able to read forum posts/wiki/blogs/... to get the understanding todo such a thing. IF he is capable/willing of these self-teaching research then he is capable/willing to learn how to use a package-manager to manage his custom apps.
Don't know. People find strange things. It's something I deal with (not with Ubuntu, with ESX and Fedora / RHEL though).Also what kind of applications would "Joe blow" need that are outside of the package manager universe? Ubuntu has a HUGE number of applications!!!
I deal with DoD compliant sites and gambling/gaming groups (which are honestly worse) on a regular basis - both have stuff outside the normal package managers they require, and no package manager has, by default, a lot o what they need.IF an OS was chosen such that an admin would have to mess to such a level you are suggesting to compliy with these imaginary regulations then he obviously didn't adhere to the regulations in the 1st place and chose a non-complient OS to start with
Fire the stupid admin
You choose an OS based upon your needs! not my problem is some shit for brains admin picked linux when Windows would have been a better choise. A shit for brains Work Admin tried to shuv onto us a Windows server when a linux one was needed, wasted 6months of argueing with him before he just setup a SuSe one and everything for the simulation server just worked...
what is your point anyway?
My point is for people thinking of switching here's something to think about.
Can you read?
A switch from one thing to another ALWAYS comes with risk (1/2 the reason why MS is sooo entrenched and will be fore many years, momentum of installbase)
He's the general user who you're trying to sell your OS to.
All these Linux distro's are definitely fun to play with. But as for moving away from Windows... I'm pretty sure you couldn't do that unless you knew ALL your programs would work in your Distro,
Cheetoz said:Who installs windows and then begins complaining when their favorite linux apps don't work on it?????
I do. wget and SSH are so useful.![]()
I use linux and have for years, but I do mostly development.
If you ask me which is the Better OS, id say for the developer in a unix like system. For the Average everyday user, Windows blows all the other options out of the water. Its plain and simple.
Linux isn't trying to sell itself to anybody. It's free and open-source. If you want it, you get it.
Since we all know that OSX is as dumb as it gets.![]()