FlippingTop
Bluelighter
loving the thread idea, I don't know how I have not stumbled upon this before.
Linux is a BITCH when you have no XP on it :'(
Linux is a BITCH when you have no XP on it :'(
Ya. Just been looking around the forums and was just coming back to ask you about that. Editing the profile file does seem easiest... only I can't find it. There's no files at all in my Home folder - only the usual folders (Desktop, Music, Videos, etc). I'm sure I'm missing the bleedin' obvious cos I never used to have trouble finding the profile file. Memory of a retarded goldfish with advanced Alzheimer's me. Tried searching for it but that didn't seem to turn it up either for some reason.
xset s 0 0
what is the default file manager in ubunty? nautilus?
For those who areand double
or just have moments of
, I have also been messing with the whole OS on a pen drive thing, this one seems to work well https://tails.boum.org/index.en.html
Yep.
I didn't know about CTRL-H either.
I have a crusty nasty Windows XP install that really doesn't work very well (as windows installations enjoy the occasional reformat, and this one is way past its due date), and so am really loving my ubuntu installation (dual boot). Amazingly, most Windows programs seem to run more smoothly and stably under WINE than they did under Windows. I love it. Especially after spending a stim session configuring the crap out of it.
I hate Unity though. Unity can fuck off!!
I found the solution. The same encryption issue was preventing playback on an Irish video on demand service.
Close all browser windows and then:
Remove the adobe cache:
in a terminal:
Code:rm ~/.adobe -rf
Install hal & hal-info:
in a terminal:
Code:sudo apt-get install hal hal-info
Reinstall adobe player:
in a terminal:
Code:sudo apt-get install flashplugin-installer --reinstall
WINE is the dogs bollocks :D.. I don't think i could use linux full time without it.. some of the software in windows land is still much much better than open source alternatives.
loving http://www.playonlinux.com/en as well.. this has saved me having to have 15 different versions of wine installed all with different configurations / wine hacks for each game to work correctly.. i also install some windows apps in this so each application has the most compatible version of wine with the best config for that program
I'm not fan of Unity myself, although I think it's getting better over time, (and Shambles, and angelsmoke too, if you want instructions on how to switch to the old-school XFCE interface, which is what comes as default with Xubuntu, or the swanky but resource-hungry GNOME 3 interface, then let me know, it can be done without too much trouble. Actually, why wait, here's how to convert Ubuntu to Xubuntu, and here's how to convert Ubuntu to... um... Ubuntu with GNOME 3)
I've never developed on Windows, so I don't have the comparison. But the front-ends to gdb and idb in Eclipse are plenty good enough for my purposes.The thing that keeps me on Windows at work is Microsoft's debugger (MSVC). I love it. I can't live without it. I don't find any gdb frontends even remotely comparable.
i used the Sun Studio IDE for Fortran and C++ development back then (it's based on Netbeans) and don't think it's that bad. If you're using the Sun compilers, that is. Actually, it's M$VS that looks a bit off-putting to me.Netbeans is gash, I was forced to use it for my OU java courses, Eclipse is much more slick. And extensible. It is almost the emacs of non-emacs development environments.