Linux and Windows IT Support  

dedicated-technology-experts

Windows, Apple and Linux IT support and services.

For Software and Web Development.

Ubuntu Unity - Add the Classic Gnome Menu

ubuntu-logo-smQ. I'm willing to give Unity a try, however, I'd like to have some features back. One of them is the classic gnome menu. How do I get it back?

A. At the time of this writing it could be done as following:

1. Open a terminal window and run:

sudo add-apt-repository ppa:diesch/testing

Wednesday, 06 July 2011 19:21
 

Force unmount of CIFS

Q. I have a linux box with a windows mount point that lost connection to the server. I can't do anything with it - any time I do a "df" or "ls" command it hangs and takes forever to time out. What should I do, aside from rebooting and disabling that mount.

A. With NFS mount, you can always use "force unmount", with -f:

umount -f /mnt/nfsmount

With windows mount, you can use "lazy" unmount:

umount -l /mnt/cifsmount

Thursday, 30 June 2011 12:43
   

Passing a hash reference to a subroutine (Perl)

perl_logoQ. How do I pass a hash reference to a subroutine in Perl?

A. This can be achieved by preceeding the hash with a slash when passing:

Tuesday, 28 June 2011 12:25
   

Update hosts file with VBS (Windows)

VBSccript_file_format_iconQ. I have some hosts that for some reason don't work with the DNS entries. Can I update hosts files on all machines automatically?

A. Ideally, you should fix the DNS, however, this is a quickfix and a show of VBS power in MS world. You can use the following script to achieve this.

Friday, 27 May 2011 13:34
   

Adding a printer using scripts (Windows)

VBSccript_file_format_iconQ. I would like to be able to add a printer using a login/startup script in windows.

A. There are several ways to do so. You can use VBS scripts or batch scripts.

Using batch:

rundll32 printui.dll,PrintUIEntry /in /n \\server\printername
rundll32 printui.dll,PrintUIEntry /in /n \\server\printername /y

Thursday, 26 May 2011 07:58
   

Disable Unity on Ubuntu 11.04

ubuntu-logo-smQ. My netbook is really slow after upgrading to 11.04. Videos are choppy and the computer heats up a lot more. Is there any way to fix that?

 

A. One solution is to get a better netbook, with a better video card, but its not practical for most of us. A quick way to fix this is on the login screen, to select Ubuntu Classic Desktop. This should bring back the desktop you've had before the upgrade:

Update: Below is for Ubuntu 11.04 - here's how to disable Unity for Ubuntu 11.10

Wednesday, 20 April 2011 06:34
   

CPU and Memory indicator (Ubuntu 11.04)

Q. My CPU and Memory indicators are missing in Ubuntu 11.04 under Unity. Is there any way to get them back?

A. No, not the one that you are used to, but here's one for Unity specifically. It doesn't have the nice graphics, but it'll do what you want.

Monday, 18 April 2011 07:04
   

Page 11 of 21

<< Start < Prev 7 8 9 10 11 12 Next > End >>
   
Copyright © 1999 - 2024 Virtual Helpme | Techical Support and Maintenance | Original Template: Allrounder