Search:

Type: Posts; User: linuxed; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. [all variants] Re: Linux version of Bluetack's "Hosts Switch" with update feature available for down

    I'm currently using it in Ubuntu 10.10 and it works fine. Go ahead and try to install it. If it doesn't work you can always remove it. You can install it with dpkg or gdebi.

    to install
    sudo...
  2. Re: bash question - double parentheses within case statement

    I have a main script that calls numerous other bash scripts. For example, script2 is called by script1. Both contain "#!/bin/sh" as the first line. I just type ./script1 to run the scripts. I...
  3. bash question - double parentheses within case statement

    I have a bash script that contains a line with double parentheses within a case statement. The script returns an error any time it is run stating that ";;" were expected instead of ")". How can I...
  4. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    sudo dpkg --purge wink
    sudo apt-get install ia32-libs
    sudo dpkg --force-architecture --force-conflicts -i wink*.deb
    sudo rm /usr/lib/wink/libexpat.so.0
    sudo ln -s /lib32/libexpat.so.1...
  5. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    Ignore the Ubuntu version listed in the thread's title. The instructions should work for any recent version of Ubuntu including 9.10 or 10.04.
  6. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    Well, I don't think you have a 64-bit OS installed. The version of Ubuntu you're running appears to be the 32-bit version. Regardless of whether your cpu supports 64-bit you still have to install...
  7. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    What does the following command output on your system?


    uname -m

    The ia32-libs package can be installed on either amd64 or ia64 systems. There aren't separate packages for 64-bit Intel cpus. ...
  8. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    Try running "sudo apt-get update" and then "sudo apt-get install ia32-libs". If nothing else works you can download the package and install it manually here.
  9. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    This guide is only meant to be used for 64-bit systems. If you're using a 32-bit system then you can just install the wink and libstdc++5 packages without any modifications or extra steps. The...
  10. [all variants] Re: The official Penguin Pills thread and guide to Linux anti-virus scanners

    The nautilus-clamscan isn't an option for KDE users. Dolphin is the default file manager in KDE so you would have to install nautilus as well as the clamscan extension to enable context menu...
  11. Replies
    62
    Views
    62,217

    Re: how to install Avast 4 for Ubuntu 8.04 (64-bit)

    As long as you're logged in you should be able to download the attachment. Just log in and then click this link. Save it to your desktop, then type the following.


    cd ~/Desktop
    sudo dpkg -i...
  12. [all variants] Re: need to convert a .bat script to a .sh script

    Thanks for posting the script. Unfortunately I seem to be having trouble getting it to work with command line parameters. I corrected a few typos (NANOXMLPATH and added quotes around the echo...
  13. [all variants] need to convert a .bat script to a .sh script

    I'm attempting to compile a java application but the only script provided in the source is a .bat file. I would greatly appreciate it if someone could post a .sh script that would accomplish the...
  14. Replies
    62
    Views
    62,217

    Re: how to install Avast 4 for Ubuntu 8.04 (64-bit)

    The rcS file should look like the following.


    #! /bin/sh

    echo 128000000 > /proc/sys/kernel/shmmax
    exec /etc/init.d/rc S

    Make sure to restart your pc after modifying the rcS file. If that...
  15. Replies
    62
    Views
    62,217

    Re: how to install Avast 4 for Ubuntu 8.04 (64-bit)

    If anyone encounters an error after updating the Avast signatures you'll need to perform the following steps.


    sudo gedit /etc/init.d/rcS

    Copy the following and paste it before the "exec...
  16. Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    Try installing the java6 plugin.


    sudo apt-get install sun-java6-plugin

    If that doesn't work you may need to update your default java version or manually create a symlink to the java plugin.
    ...
  17. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    I've always used the default timed capture settings which seem to work fine for me. Click on New, 4 frames a second, click OK, click minimize to tray, right click on the wink icon in your tray,...
  18. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    The following commands should fix it.


    sudo rm /usr/lib/libexpat.so.0
    sudo rm /usr/lib/wink/libexpat.so.0
    sudo apt-get install --reinstall libexpat1
    sudo apt-get install gtk2-engines-qtcurve...
  19. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    Run the following commands and then post the output. Select, right click and copy the output from your terminal window. Unfortunately I can't offer any additional suggestions without this info. ...
  20. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    sudo apt-get install libexpat1
    sudo ln -s /usr/lib/libexpat.so.1 /usr/lib/libexpat.so.0

    Once installed wink should be listed under Applications > Graphics.
  21. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    This guide was written specifically for 64-bit Ubuntu users. Wink is currently available only as 32-bit package so if you want to install it on a 64-bit OS it requires a few extra steps. If you're...
  22. Replies
    45
    Views
    24,778

    Re: How to install Wink for Ubuntu 8.04 [64-bit]

    Installing on Karmic

    Download the following files to your desktop.

    wink_1.5.1060-6_i386.deb
    libstdc++5_3.3.6-17ubuntu1_amd64.deb
    libstdc++5_3.3.6-17ubuntu1_i386.deb...
  23. Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    @Rapture_Ready
    Chrome and Epiphany both use webkit while Firefox uses Gecko. If you're a developer or if you're just interested in having support for the latest css properties and web standards I'd...
  24. [all variants] HowTo: install VLC v1.0.2 in Jaunty (the easy way)

    The latest version of VLC currently available in the repository for Jaunty users is v0.9.9. If you're using Karmic however, the latest version is v1.0.2. The guide below will walk you through the...
  25. Re: How to install Pixel 1.0 Demo for Ubuntu 8.04 [64-bit]

    Here's a list of mirrors for the ia32-libs package. Just download the package and then click on it to begin the installation.

    http://packages.ubuntu.com/hardy-updates/amd64/ia32-libs/download
    ...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4