-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a fresh install of Ubuntu 11.10 from the iso 'ubuntu-11.10-desktop-amd64.iso'. I installed this in VMWare Fusion 4.1.1 running on OSX 10.7.3. When setting up the VM, I allowed easy install to take care of creating my user and installing VMWare tools. No problems during installation, everything…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
When I type in 'sudo apt-get update' I get this
mohd-arafat-hossain@TUD:~$ sudo apt-get update
[sudo] password for mohd-arafat-hossain:
Ign http://bd.archive.ubuntu.com precise InRelease
Ign http://bd.archive.ubuntu.com precise-updates InRelease
Ign http://bd.archive.ubuntu…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Whats common among Skype, Opera, OpenOffice in Ubuntu ? Whenever I open these applications I get logged off and shows back me the login screen. This started happening since the 10.10 upgrade.
Forgot to mention :
Yes, its x64.Each time I open these applications, the UI shows and then crashes.
I…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a warning triangle that my update information is outdated, the last update was 12 days ago. I use Ubuntu 11.10. A run of sudo apt-get update produces the following output:
Ign http://ppa.launchpad.net oneiric InRelease
Ign http://de.archive.ubuntu.com oneiric InRelease …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all,
I'm trying to run apt-get update on ubuntu 9.10
I've configured my proxy server and I can access the internet without any problem:
/etc/apt# wget "http://www.google.com"
Resolving (...)
Proxy request sent, awaiting response... 200 OK
Length: 292 [text/html]
Saving to: `index.html'
100%[=================================================================================================================================>]…
>>> More
-
as seen on Super User
- Search for 'Super User'
Is there any way to turn off the visual effects used by Google Chrome?
For example, the tabs slide around smoothly, the scrolling is really smooth, and there is a huge arrow that fades in and out during download.
Reason why I'd like to know is primarily because I want to maximize battery life…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have no idea how to go about looking for this utility, so I though I would ask here. I recall a small utility that would add Compiz like effects on Windows. It was relatively small, and was released a few years ago. Does anyone know what it was called, and where I can get it?
EDIT: It does not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just started using RJS which is awesome however I am used to putting visual effects in the link_to_remote and such and I'm not sure how to trigger actions before and after remotes are triggered.
Take this link for example:
HTML
<span id="<%= "edit_comment_link_#{comment.id.to_s}"%>"…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
UPDATE 1:
The problem is not a monitor refresh rate flickering problem, as then the whole screen would be flickering. For me, only the application windows flicker in and out of view, then most of the time, when there do decide to show themselves, they only partly show themselves, like just top half…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a code that looks like this.
<%= link_to_remote "View results",
{
:update=>"uxUpdateDiv" ,
:url=>{:controller=>"exam", :action=>"results"} ,
:loading=>visual_effect(:appear, "uxcLoader", :duration=> 0.1),
:before =>visual_effect(:fade, "uxUpdateDiv"…
>>> More