Ubuntu :: Copy Of AutoCAD And Tried Installing - Setup.exe File Is Apparently Unexecutable

Jan 28, 2011

I have a copy of AutoCAD, and tried installing it, but the setup.exe file is apparently unexecutable in ubuntu. I tried changing it to executable, but the disc is closed and is in read-only. Does this mean that I can only use CAD on my windows laptop?

View 4 Replies


ADVERTISEMENT

General :: Open Source AutoCAD Alternative That Is Used By (semi)-professionals Or Is AutoCAD The Standard?

Mar 18, 2010

Is there any good open source AutoCAD alternative that is used by (semi)-professionals or is AutoCAD the standard?

View 2 Replies View Related

General :: Executable File Apparently Doesn't Exist When Trying To Execute With Bash

May 9, 2011

I downloaded a program called tonespace http://www.mucoder.net/en/tonespace/ which I extracted and then tried to execute the executable file with ./tonespace. This gives me the following message:

bash: ./tonespace: No such file or directory

When I use the command: file ./tonespace I get this: tonespace: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped

I dont get it. The file is clearly there, yet when trying to execute it bash doesn't seem to recognize it.

It has permissions rwxr-xr-x and is not owned by root. Am I overlooking something?

View 2 Replies View Related

General :: How To Install 3d Max And Autocad

Apr 10, 2011

how to install 3d max and autocad for linux with wine or without it.

View 6 Replies View Related

Ubuntu :: Open Autocad Files (.dwg) And Do Printing Tasks?

Apr 12, 2010

Can I open autocad files (.dwg) on ubuntu and do printing tasks?

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

Fedora :: AUTOCAD Like Drawing - Drafting Software For F-15

Sep 4, 2011

I have installed F-15. Is there any AUTOCAD like Drawing/Drafting software for F-15. Previously I had F-10 on my machine and had installed QCAD. Now I am trying to install by typing yum install qcad but I am unable to install QCAD.

View 6 Replies View Related

Ubuntu :: Copy HDD To New That Has Been Setup With Lvm?

Oct 5, 2010

copy my existing hdd to a new one that has lvm and for whatever reason(inexperience) I cant figure out a good way to do it. This is what Im working with old drive =160GB, new drive 500GB.

new drive fdisk
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code].....

View 3 Replies View Related

Ubuntu Networking :: Copy Network Setup ?

Apr 11, 2011

At my workplace, Ubuntu connects to the wireless internet with no problem at all. When I log into openSUSE or PClinuxOS (the other two distros I use) I can't connect. Is there a way to copy the network files from Ubuntu to at least, not replace, but use as a reference for trying to trouble shoot my other two distro networking issues?

View 2 Replies View Related

General :: Copy Setup From One Box To Another (Different IPs)

Apr 21, 2010

I've been asked to look into moving the contents of 1 linux server which has samba, php, mysql, apache and some other bits installed, to a brand new server which currently only has the os. Is there an easy way of doing this by copying the files/directories straight over or would we need to build all the software from fresh again on the new box? They are both on different IPs so I'm guessing I'd need to update some configs and if I can avoid taking the current box offline then that would also be useful. I'm fairly limited in my linux knowledge.

View 8 Replies View Related

Networking :: How To Copy Network Setup?

Apr 11, 2011

At my workplace, Ubuntu connects to the wireless internet with no problem at all. When I log into openSUSE or PClinuxOS (the other two distros I use) I can't connect. Is there a way to copy the network files from Ubuntu to at least, not replace, but use as a reference for trying to trouble shoot my other two distro networking issues?

View 1 Replies View Related

Software :: Openbravo Installation / Ant Setup And Setup-prerequisites File (don't Remember Exact Name)?

Apr 27, 2011

i am trying to install openbravo on my server.I have installed all the pre-requisites as ANT, JDK(though i installed JRE).

Everything goes fine untill the ant setup and then running the setup-prerequisites...file (don't remember the exact name).

As soon as i issue ant install.source it ends up with some errors..

View 2 Replies View Related

OpenSUSE Install :: Copy Existing Suse 11.1 Setup To New New Hardware?

Jun 16, 2010

I am running Suse 11.1 on a netbook that I would like to free up for work. Since I would like to keep the existing setup on the new machine, I was wondering if there was a process for copying an exisiting installation to new hardware. This will be a desktop system ( Cheapie PIV most likely )

View 6 Replies View Related

Ubuntu :: Copy The File Via SSH \ Save The File Via SSH To This Server?

Mar 22, 2011

Now i install the Ubuntu 10.4 64 bit on Sunfire X4170I want to save the file via SSH to this server.But i m not sure how to configure.

View 4 Replies View Related

Ubuntu :: Crontab - None Of Job Apparently Running

Jun 1, 2011

I have the following set up in my crontab:

Code:
# crontab -l
# m h dom mon dow command
*/5 * * * * /usr/bin/perl /usr/local/bin/perl/managed_arp_data.pl >> /var/log/arpdb.log
*/5 * * * * /usr/bin/perl /usr/local/bin/perl/infoblox_fixed_sync.pl >> /var/log/crossref.log
00 23 * * * /usr/bin/perl /usr/local/bin/perl/infoblox_host_sync.pl >> /var/log/host_sync.log
0 * * * * /usr/bin/perl /usr/local/bin/perl/infoblox_excl_sync.pl >> /var/log/excl_sync.log

None of these jobs is apparently running, however they did run on the 31st (yesterday), but not on the 30th or any other day during the last 10 days that I have logs for. I think I've set cron to run at log level 1, but I don't know where that log goes, I don't see anything like /var/log/cron

So, couple questions:
* If I do something like "sudo -s" to get a root prompt and then do a "crontab -e", which user does that crontab get executed as?
* Where should I look for cron logs?
* Anyone know why a job would run on the 31st, but not any other day?

View 1 Replies View Related

General :: Copy Certain File Types Recursively While Maintaining File Structure On Destination?

Jun 14, 2011

I have just been bothered by a fairly small issue for some time now. I am trying to search (using find -name) for some .jpg files recursively. This is a Redhat environment with bash.

I get this job done though I need to copy ALL of them and put them in a separate folder BUT I also need to keep the order intact after copying.

For e.g - If I get a JPG file under /home/usr/new/1/ then the destination also needs to be /test/old/new/1/.

At the moment, I am simply putting all files under /test/old/ and I can't somehow get the later /new/1/ folder path created under /test/old/

I understand this could well be done using while OR if else loop, though if someone can just guide me with a hint, I would be really grateful.

I will complete the rest of the steps and was asking here since I am still not comfortable with the shell/bash scripts yet and planning to be really good at it over the next couple of months.

View 1 Replies View Related

Programming :: Script To Copy Paste Text From One File To Another (overwriting Part Of The File)?

Apr 19, 2011

I have a .txt-file with ~50.000 lines of numbers, generated by a mathematics program. From this file, I need line ~ 1.100 to line ~16.000 (these lines are always the same btw, this may make the solution easier, dunno) to be copy/pasted to another file, where the lines ~500 to ~15.000 (also, every time the same) should be overwritten by the aforementioned lines...I haven't found or come up with anything that works yet, mostly I find solutions to copy everything from one file to another but I can't find something to specifically overwrite a part of a file with part of another.

View 4 Replies View Related

Debian Configuration :: Can't Copy A File From SMB Share To The Local File System

Aug 17, 2015

There is this bug in the latest version of Ubuntu, which is also Jessie, which is:

Can't copy a file from SMB share to the local file system: Software caused connection abort

The problem, apparently, is that newer versions of Samba hit servers with multiple requests at the same time, and for some reason the Zyxel and Iomega boxes can't handle this. The best solution they've come up with is to modify the smb.conf file on your server to include this setting: "max mux = 1".

Here is the reference material on this bug: [URL] ....

People who develop samba have fixed it in the latest version but neither the ubuntu nor Debian have released the fixed version of nautilus, as of yet. Here, is the reference: [URL] ....

View 0 Replies View Related

General :: Copy File Whose Source Path Is Mentioned In File To Specified Destination

Jun 3, 2010

I had a situation in which the the path of the file to be copied is written in other file and I had to copy it using shell script..I can use cp $(cat /home/robert/location.txt) /media/sda1 on normal linux shell...But I am using buildroot script where $(cat /home/robert/location.txt) evaluate to nothing..is just blank..

View 1 Replies View Related

Ubuntu :: Custom.conf Apparently Don't Work

May 3, 2010

I have just installed the new version 10.04 of xubuntu but I cannot enable xdmcp.

1) the gdm.conf (usualy in /etc/gdm/) is missing (where is now this file?);
2) the custom.conf apparently don't work;
3) the remote tab in login windows are missing

View 9 Replies View Related

Programming :: Copy One File Content To Multiple File

May 28, 2010

I wanted to copy one file to multiple new files. I have an idea to write a script and do the operation. But here i m looking for any particular command to do this operation.

View 1 Replies View Related

General :: When Copy File And Then Power Off / On Copied File Is Gone

Nov 16, 2010

I have an embedded linux system (Debian 'Lenny') which booting from a microSD flash. If I make a copy of a file on the flash file system (cp test test1) and then power off (disconnect power spontanious). Connects power again and the system come up, but the file test1 is gone. How can I secure that test1 is NOT disappear if the power get lost?If I copy file and then restart system with reboot command, the file test1 does not disappear.

View 7 Replies View Related

General :: Copy Some Text In One File And Paste It To Another File?

Sep 19, 2009

favor and let me know how can I copy some text in one file and paste it to another file ,when both of the files are being opened by vi text editor ?

View 7 Replies View Related

General :: Wrong File Permission / When Copy File

Oct 18, 2010

I have a C-function that create a file and then make a copy in the same directory, but somethin is wrong with permission or owners.The program starts as root user.The file creates by the program:

-rwxrwxrwx 1 root staff 199680 Oct 18 10:58 test

Ok, but after copying the permission is not the same.The file after copying (with new name) by the program:
-rw-r--r-- 1 root root 199680 Oct 18 10:58 test_copy

I want to have full permission of the copy, how to do??

View 2 Replies View Related

Fedora Installation :: Installing Fresh Copy Using Home Folder From Ubuntu?

Jul 16, 2009

I've been using Ubuntu for the past 4 years or so and would like to give Fedora a try. I have a question - should I decide to ditch Ubuntu for Fedora I will want to install but keep my Home folder.Normally whenever I've reinstalled Ubuntu I've installed over top of my existing installation. I have 3 partitions:
1 - Root
2 - Swap
3 - Home

When I reinstall I normally format root and swap but keep home and choose my usual user name. hen I boot up after install all my settings for all my apps are retained.

If I install Fedora this way (keeping Home while formatting Root and Swap) will I get the same results?

View 2 Replies View Related

Ubuntu :: URL Bar/Location Bar - Apparently Chooses The Biggest Width

Feb 28, 2010

I merged my toolbars into one toolbar. This results in having my bookmarks toolbar next to my URL bar.

The problems is that the URL bar apparently chooses the biggest width available with priority over the bookmarks bar, being merged into simply an arrow, which I have to click in order to see my bookmarks.

I would like to give my URL bar a fixed width so that I can see my bookmarks toolbar or to leave the URL bar with a flexible width as long as it doesnt have priority over the bookmarks bar.

View 1 Replies View Related

Ubuntu :: Computer Janitor Broke Synaptic Apparently?

Jul 15, 2010

I just ran Computer Janitor on my computer and I think it broke Synaptic. The program was cleaning up some files, but then it froze halfway through and I had to force it to quit. Since then, I can't open Synaptic package manager, the Ubuntu Software Center, nor Computer Janitor itself. When I do they either freeze and I have to force them to quite or they just don't show up on the screen, but they're stuck running in the background because System Monitor reports the processor is running at 100% and so I have to go in manually and kill the bad processes running in the background. Restarting doesn't change anything.Running Lucid Lynx on a HP dc7100, P4 3.2 Ghz, 2gb RAM.

View 2 Replies View Related

Ubuntu Multimedia :: My Sound (apparently) Randomly Mutes?

Jul 22, 2010

I'm using Ubuntu 10.04 up-to-date in my laptop HP Pavilion dv4-1290br.My sound seems to randomly get muted, after a few hours the laptop is on. I've checked the volumes, I've compiled and installed the very latest ALSA driver, tested it trying to play music and changing the volume in hardware and software. Nothing works. The sound simply gets muted until I reboot.

View 1 Replies View Related

Ubuntu Installation :: Java JRE 6.0 And Firefox 3.6 Apparently Incompatible?

Aug 28, 2010

I installed Ubuntu 5 days ago....looked great....seemed to offer everything I want. Then I clicked on the firefox icon and it brought up Google ...Great!....Then I said ..this is easy..I'll have a look at my share-trading dynamic platform. Searched for Commsec and clicked 'launch Webiress'...and then it hiccupped! I got a message saying I needed Java "Now downloading".....Okay I've had this happen in windows...no problemo.. Then I tried to follow the instructions contained on the download page from Java....thats what started my five days (30 hours now and counting) of misery.

Finally on one of the hundreds of Ubuntu pages I've read I found that there is a bug in java....that prevents it from working with the Firefox that Ubuntu provides. So I cleverly removed firefox ....and went to Mozilla and downloaded a new version 3.6 of Firefox.....followed the instructions at Sourceforge.net (and other places I can't remember). Now I have Firefox in a folder in 'Documents' with libjavaplugin_oji.so linked to ///java/jre.6.0_21/plugin/i386/ns7... But when I try to fire up Webiress I still get the messsage "Java not installed ...now downloading".

View 9 Replies View Related

Ubuntu :: Evolution (apparently) Timing Out With Exchange Server?

Oct 6, 2010

I'm experiencing an occasional frustration using Evolution with my work email which is on an MS Exchange 2003 server.Everything usually works well enough, but from time to time I'll try to retrieve a message,Is there a setting I've missed in Evolution that might take care of this, or some other workaround?Let me re-emphasize that the server is a 2003 Exchange server (and a source of endless frustration for a non-windows user). It's not a 2007 or 2010 Exchange server, which is what most companies use these days.

View 2 Replies View Related







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