General :: Copy An Application (ndiswrapper) To Another Computer?

Oct 6, 2010

I have a Ubuntu box and a damn small linux laptop,I have installed ndiswrapper on Ubuntu by using apt-get.And I wanna install ndiswrapper on my laptop too,but it doesn't have a network adapter(so it can't connect to the internet).

Then I copied /usr/sbin/ndiswrapper and /etc/ndiswrapper to my laptop,when I ran ndiswrapper on my laptop,following error message appeared: Can not find a version of ndiswrapper.

What should I do(or how can I run ndiswrapper on my laptop)?

View 3 Replies


ADVERTISEMENT

General :: Scp Command - Copy File Into Local Computer By Still Sitting In 1st Computer

Jun 17, 2011

I am using fedora 10 in two computers. Just for my own practice I sent a file to my second computer.

1st computer IP is 192.168.1.10
2nd computer IP is 192.168.1.20

[Code]....

The file has been successfully copied to the second computer but I again want to copy that file into my local computer by still sitting in my 1st computer.

[Code]....

View 1 Replies View Related

General :: Copy Text From Xterm Based Terminal To Some Other Gui Application?

Jan 13, 2011

i use uxrvt ( for those who dont know, its terminal emulator based on xterm).i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.but in my case i need to copy text from terminal to another application, viz on google chromium.

View 1 Replies View Related

General :: Copy The Users To One Computer To Another?

Dec 15, 2010

copy the users to one computer to another?I've tried to copy the /etc/passwd , /etc/shadow and /etc/groups but when arrives in the login screen it's like it can't open the screen and try again and again...

View 5 Replies View Related

Ubuntu Networking :: Wireless Freezes Computer - Switch To Ndiswrapper?

Jul 28, 2010

Since I upgraded to Lucid, I am dealing with serious instabilities related to my wireless card. What happens is that when there is a lot of wireless activity the computer freezes. It is a complete freeze, the mouse stops moving, if something was coming out of the speakers it keeps echoing, and the only solution is to turn off the computer. The bug seems to coincide with the one listed in here

[URL]

My wireless card is Intersil ISL3890/ISL3886. My whole computer is an HP z555. I'm thinking that is should be a bug in the wireless adapter driver, which is p54pci. The only solution I can think of is to blacklist it and set up ndiswrapper. I am not very comfortable with this solution since a native linux driver should be better than ndiswrapper.

View 1 Replies View Related

General :: Installing .jar Application Of Mobile On Computer

Mar 11, 2010

I have dictionary.jar If I save it in my mobile & open it then dictionary opens up with facility for entering word to search.I am using ubuntu 8.04 with 'sun-java6-jre sun-java6-jdk sun-java6-plugin' installed.I read URL...which says that application has entry point. I don't know java.

View 13 Replies View Related

General :: Copy From 1 Computer To Another With System Shell Commands?

Jun 23, 2011

I want to copy a file (home/remote_computer_user/Desktop/test1.txt) from my remote office computer (a permanent URL + open port) to my home computer (home/home_computer_user/Downloads/).

How can I do this with shell commands in Linux?

My current thoughts:

ssh <user>@<computer1address> -p <port> - gives me a shell on the remote computer
(I think I should use scp, but I dont how exactly how in my case)

What are the exact commands I should use?

View 1 Replies View Related

Fedora :: Copy A File From 2nd Computer To Local Computer?

Jun 20, 2011

I have two computers in my home running ferora . I want to copy a file from my 2nd computer to my local computer. Local PC:- 192.168.1.10

Remote PC:- 192.168.1.20
[root@localhost root]#scp 192.168.1.20:/home file1.txt
root@192.168.1.20s password:
scp: /home not a regular file
[root@localhost root]

View 3 Replies View Related

Ubuntu :: Error Inserting Ndiswrapper (/lib/modules/2.6.12.9-386/kernel/drivers/net/ndiswrapper

Dec 18, 2010

I have a problem installing mi dlink dlw-g122 wireless usb adapter.I installed the drivers, in fact when executing

ndiswrapper -l
the output is
dr71wu driver present, hardware present
but when I try to execute
modprobe ndiswrapper

I have this error:

FATAL : Error inserting ndiswrapper (/lib/modules/2.6.12.9-386/kernel/drivers/net/ndiswrapper/ndiswrapper.ko): Operation not permetted

View 4 Replies View Related

Fedora Networking :: 14 X64 Ndiswrapper Modprobe Ndiswrapper Module Not Found?

Jan 28, 2011

i've patched the source files to be installed on f14 and finally got a succesfull install, ndiswrapper -l comes back with driver installed and presentwhen i run modprobe ndiswrapper i get "FATAL: Module ndiswrapper not found" after many hours of google searching and reading various threads i cannont seem to find a solution to this apart from manualy coping the ndiswrapper.ko file but when i use that solution modprobe starts ndiswrapper but there is no wlan0 present in iwconfig.now for some reason even wheni move the ndiswrapper.ko file manually it still is giving me that error. this worked earlier as i mentioned but then i reinstalled ndiswrapper hoping something went wrong but still got the same error so i tried that same fix and i'm still getting that error. i can't figure out what i migt've done differently earlier but i'm not having any luck.

View 1 Replies View Related

Ubuntu Installation :: Copy Application List From Pc To Pc?

Dec 2, 2010

I recently got a new desktop, and did a fresh install of Ubuntu 9.04 Jaunty Jackalope. The reason I installed 9.04 is because the laptop I have been on for the last 7 years or so suddenly stopped operating with grub updates. I would t urn the computer on and it would never get past the 'grub loading' screen. but thats a whole different story. So I did a fresh install of 9.04 off of a startup disc I made a while back. Then I copied my /home file from my laptop (the old one) and inserted it into the new desktop's /home directory. Worked like a charm (more or less), and all my settings were transferred to my new computer. Desktop, Preferences, Admin stuff, I can't find a problem with it. Now for the applications.

I've tried multiple how-to's but none of them have worked. I found one that told me to do the following in terminal. Keep in mind, although I've been running Ubuntu for about three or four years now, I would still consider myself a noob. Anyway:

sudo dpkg --get-packages <filename><destination>

this left me with a text only file called 'package.selections' I was then to copy this file into the home folder on the new computer and run the following:

sudo dpkg --set-selections <directory>

Up until that last command, everything worked just fine. The list had tons of package titles (none with a .deb or anything though) and their state, got it on to the new computer and ran the code only to get the following error:

dpkg --set-selections does not take any argument

So i ran it without the directory, and it gave me a new line. So I typed in the directory and it gave me the following:

dpkg: unexpected end in package name at line 1

I've tried numerous other commands changing up the syntax as I go, but haven't gotten any farther. My goal is to have all the same applications installed on my new rig without having to go and install all the packages one by one.

View 4 Replies View Related

OpenSUSE :: Mysql Ate Computer - Can't Use Application

Jul 27, 2011

For the past day or so, mysqld has been hogging one of my two CPUs. On System Monitor, I tried "kill" and then "forcibly kill" when that button appeared on the menu but all that happened was a new mysqld popped up to take its place. I've since found that killing Akonadi first and then the forcible kill did the job so the problem seems to be solved. What bothers me, is what was it trying to do? I don't use the application. I wondered whether Thunderbird might use it so closed that down and rebooted but mysqld was still there. I suppose now I've got rid of that one - for now - I'll get knotify4 grabbing a cpu again. At least knotify4 is easy to kill - but then xorg usually takes over and I have to end the session.

View 6 Replies View Related

Ubuntu :: Ssh - Open Application On Remote Computer?

Feb 28, 2011

I have a small netbook that I would like to use as a terminal for my main computer, so instead of opening Gnome-terminal on my computer it will run from my netbook.

what i want to know is how to ssh from my netbook into my main computer and run an application on that computer.

So i would like to be able to ssh into my computer, and when i type "vlc movie.avi" it will open and run on the REMOTE computer just as if i had opened gnome-terminal and typed the command there.

Note: I'm not looking for something/anything like "ssh -X" or VNC or Remote Desktop.

View 5 Replies View Related

Ubuntu :: Start A GUI Application On Remote Computer Using Ssh?

Aug 18, 2011

I forgot to run a GUI process on a remote computer. I need to run the application as if I was at the computer i.e the application needs to open on the desktop on the remote computer.

I can connect to the computer through an ssh tunnel via another computer at the remote site and run non GUI based processes using Screen or bring some GUI programs to the computer I'm working from using the ssh -X option, however, this is not what I'm looking to do.

On Windows I used to use a program from sysinterns called PsExec which would let me start applications such as Word on the remote computer and I'm hoping that there is something similar on Linux.

View 4 Replies View Related

Fedora :: Install Software From Server Without Copy To Computer?

Aug 6, 2010

I want to install a software to my computer, I've mounted that server directory, so I can visit them in the x-windows, but I can not install the file as it requires to be root, the help file of that software gives a command for installing to linux system like this:

# /net/....(server name and directory path)/setup

but when i use this command it says wrong, as this is not a recognized path, just wondering is there a similar command in Fedora that I can access to the net directories in terminal?

View 7 Replies View Related

Ubuntu :: Regularly Need To Copy Files From A Remote Computer?

Mar 11, 2010

I regularly need to copy files from a remote computer to wherever I am working. I've ben looking into alias and the .bashrc (or .profile in the remote computer - mac) Can I use scp in these files? I've tried:

Code:
alias='sch usr@location:'
then when in the local terminal:

Code:
sch path/file .
But this doesn't work.

Better would be copying when logged into the remote location, but I haven't figured that out in terminal yet, let alone an alias for it. Hopefully it'll be a quick solution!

View 6 Replies View Related

Ubuntu :: Copy Gnome Desktop Layout To Another Computer?

May 23, 2010

Ubuntu 10.04

I tried copying .gnome2 from my personal machine to another computer hoping my desktop layout would be manifested on the second computer, but it wasn't. What else do I need to copy from my home directory to the new machine to make this happen?

Also, is there a way to do the same with Firefox so that I don't have to reinstall the extensions? Copying .mozilla carried my bookmarks, but not my extensions. v

View 3 Replies View Related

SUSE :: Need To Copy DVD Image To Hard Disk Of Computer

Jan 5, 2010

After I burn the DVD image, I put the disc on the computer and boot. The installation screen appears, the acknowledgement screen appears, then the installation checks my system and gives me a yast window with an error about something related to URLs and repositories. I cannot continue with the installation.

I am 100% new at this and thought it would be as easy as installing ubuntu (which I installed on a laptop and works flawlessly).I am trying distros and opensuse is compatible with my video card right out of the box apparently, so that's why I chose it for my desktop.Do I need to copy the dvd image to the hard disk of the computer I want to install opensuse on, and use the dvd to boot as well?

View 5 Replies View Related

Ubuntu Networking :: Find Which Application Is On Computer Processor?

Mar 5, 2011

I have been trying to download different applications and some of them have two options i386 or amd64. How do I find which application it is on my computer processor?mk631219

View 1 Replies View Related

Server :: Set Up A Program Or Application Online To Be Used From A Client Computer?

Apr 20, 2010

Is there a way I can install a windows program to webspace and run it from a linux client computer? To specify, I'm a student at the University of Minnesota. I have access to linux machines running Ubuntu, however, the space allocated to us is too small for the program I would like to run on these computers. I do have webspace I can use though. The thing I'd like to be running on the linux computers is a windows application requiring installation. So is there a way to put/install/(whatever else it might be called) this program onto my webspace and be able to run it from the linux computers? I know it's probably unlikely, but maybe?

View 4 Replies View Related

Ubuntu :: Large File Copy Operations Freezing Up Computer?

Sep 9, 2010

Ok so I'm running Mint (not full Ubuntu), and I'm not sure if this is a problem with the FS, Kernel, what not.I'm running Linux Mint 9 - x64 - kernel 2.6.35.14 - and when I did a large file copy operation (9GB) it froze up my system until the copy operation was done. I couldn't even use Pidgin, Mozilla, or anything, when trying to open up another Terminal it froze as well.

View 1 Replies View Related

Ubuntu :: Run A Java Application (minecraft) The Computer Occasionally Freezes

Jul 25, 2011

When I run a java application (minecraft) the computer occasionally freezes. I'm not sure which version of Java I have. The online java app for telling you which version I have says that I have an old version. The command line says I have an up to date version. If I need to update Java Sun , how do I do it ? I followed the instructions once and didn't work.

View 1 Replies View Related

General :: Copy A Read-Only File And Make The Copy Writable With A Single Cp Command?

Mar 1, 2011

How to copy a Read-Only file in Linux and make the copy writable with a single cp command in Linux (Ubuntu 10.04)? The --no-preserve and --preserve seemed to be good candidates, except that they should "and" the mode flags, while what I am looking for is something that will "or" them (add +w mode).

More details: I have to import a repository from GIT to Perforce. I want that all Perforce depot files are Read-Only (that is how Perforce was designed), while all other files that were derived/copied from depot files are writable. Currently if a Makefile tries to copy a Read-Only file then the derived file will also be Read-only. This leads to build-errors when cp tries to overwrite Read-Only file second time. Of course the --force is a workaround here but then the derived file is also Read-Only. Also I do not want to mess with "chmod" after each "cp" command - I will do that only as the last resort.

View 1 Replies View Related

General :: Can't Install Ndiswrapper

Apr 1, 2011

I've tried to install ndiswrapper on Backtrack 4 R2 (without internet connection) but I've got a few errors, and I've googled them but nothing helped (error log is attached)And I have one more question, is it true that when I use ndiswrapper for my wirelles usb I wouldn't be able to crack WEP and other encriptions ?

View 1 Replies View Related

Ubuntu :: PuTTY SFTP Syntax Required To Copy A File From Computer 10.0.2.2, On User T0p's Desktop?

Aug 27, 2010

PuTTY SFTP syntax required to copy a file from computer 10.0.2.2, on user t0p's Desktop (eg /t0p/Desktop/file.txt , to the XP computer? The PuTTY instructions seem to make no sense to me.

View 1 Replies View Related

General :: Application Called Impact - Paths In Java Application ?

Apr 14, 2010

So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...

[url]

I untar the pack, and launch the application calling a script, from within the untarred folder,

Code:

This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.

Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )

My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,

Code:

Code:

I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from

Code:

Code:

no avail,

Code:

even after adding /usr/local/Impact/bin to PATH... won't go...

I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...

View 4 Replies View Related

Fedora :: Copy Text From An Application In The Host Machine And Paste The Text Into A Different App?

Feb 10, 2011

I'm running and XP virtual machine using KVM / QEMU. THere are time when I need to copy text from an application in the Fedora host machine and paste the text into a different app in the XP guest machine. I was able to do this using Vitualbox on an earlier version of Fedora.

View 1 Replies View Related

General :: Install Ndiswrapper But Access Is Restricted

Apr 28, 2011

I just started using Linux, more specifically the Ubuntu distribution, earlier today. I am attempting, and failing, at setting up my wireless with a usb device. My device is on the list of those supported, and I am trying to install ndiswrapper so that I can use the windows drivers. My problem is, my access is restricted. I can not save to anywhere on my File System. Anyone know how to fix this problem?

View 2 Replies View Related

General :: Installing Ndiswrapper Without Pre-existing Wired Connection

Aug 20, 2010

Started using Fedora 13 from a liveUSB w/ persistent overlay. My netgear wg511 wireless card is not recognized, so I want to install ndiswrapper. Any tips for doing this, given my situation (liveUSB, no wired connection)? Or is there a work-around that doesn't involve ndiswrapper?

View 8 Replies View Related

General :: Installing Ndiswrapper As The Kernel Version Cannot Be Located

Jul 4, 2010

I am trying to install ndiswrapper, and have gotten as far as extracting the .gz file. However, when I type in the "make" command, it returns the error message:

Cannot find kernel version in /usr/src/linux-2.6.21.5, is it configured? Stop.

I do not have anything in the folder /usr/src, so I don't know where it might be. I'd like to install this, so it will make my switch to Linux easier.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved