General :: Way To Send All Files To Unbuntu?

Nov 15, 2010

I'm trying to get some insight on how to move forward. I have a bit of a problem. I am just starting out in unbuntu and I have no experience working with 2 os on my computer (coming from windows). I have a lot of files (music, pictures, movies) in windows, but I want to use them on unbuntu. Is there a way for me to have both os access those files, or better yet, is there a way to send all my files to unbuntu, so I can start deleting all my stuff in windows?At the moment, I'm planning to burn all my files to dvds (in windows), then just drop them off in unbuntu, but I'd love it if there was a way which didn't involve me burning tons of dvds...Oh yea, and programs too... can I transfer them, or do I need to just reinstall them on unbuntu (like stepmania, guildwars, dvd shrink, kmplayer, etc

View 2 Replies


ADVERTISEMENT

General :: Installing Ns2 In Unbuntu 9.10

Feb 28, 2010

i have installed unbuntu 9.10 and i have even successfully installed ns2 2.33 in it , but i am not able to excute it as it is showing me this error bash: 2.33/tcl8.4.18-3/unix:/home/sangamesh/ns-allinone-2.33/tk8.4.18/unix: No such file or directory as in this version of ubuntu we have tk8.4.19 only but it needs tk8.4.18 , even the tcl8.4.19 also same problem.

View 3 Replies View Related

General :: Can't Get Any Of The Drives To Work In Unbuntu?

Apr 26, 2011

I've had this unbuntu for over a year, and have never been able to get ANY of the drives to work. ie; the DVD-r, CD-r, or USB. I've installed all the 'restricted' extras it said it needed. if I open places,then computer, their icons show. but, as soon as I put in a disk or USB device--- their icon disappears, then nothing?? everything did work fine when I had WinXP installed. I've just been using unbuntu for the internet and I'm happy its working great. but, I really wish I could use all the other neat stuff. I really miss using my drives, and having fun with all the other stuff unbuntu offers.

View 14 Replies View Related

General :: Installing WN825G To Unbuntu 9.1?

Dec 13, 2009

Iam trying to install a WN825G in a HP DV4000 that has unbuntu 9.1 installed.

View 5 Replies View Related

General :: Install Firefox 3.5 On Unbuntu Server 9.10

Mar 4, 2010

I have installed Ubuntu 9.10 Server on a machine primarily as a LAMP & File server. I also have installed Webmin with this.

The problem is oviously I need a browser to do this. I am having issues trying to install firefox 3.5 and the open correctly from terminal to access Webmin. I am very new to this especially commands wise to open Firefox. Idont know if I need to change directories to open it. A few guides I looked at said type in ~firefox/firefox. Which didn't work.

Also I saw something about profile which I haven't setup yet. Would I need to do this?

View 2 Replies View Related

General :: Second Monitor Weird Colors Unbuntu

Sep 16, 2010

at first with a single boot system(ubuntu) everything were fine with everything include second monitor ,then i installed vista too,now i have a dual boot system & i am very happy to get rid of crappy junk microsoft's software as much as i can,unbuntu performance is really wonderful to me,just i have one problem,my second monitor show very weird colors ,almost like a negative print,then i boot with vista & there everything are fine with my second monitor,then i guess i don't have any hardware or driver problem,any help or suggestion?I changed my visual setting from extra to non,in case if this problem is because of not enough memory or els,but iy didn't work. my loptop is a vaio vgn,4 gb ram,intel centrino 2- 2.66 ghz-ati radeon graphic card.

View 2 Replies View Related

General :: Get Itunes Going In Unbuntu 11.04 - Gtkpod - Kept Crashing When Trying To Update Database

Jul 22, 2011

Been trying to get itunes going in unbuntu 11.04. Tried gtkpod and it kept crashing when trying to update database. Looked into itunes thru wine. I think I could load it in wine but all my mp3's are on a linux box - ext4. From what I understand, wine will look to a windows partition for the mp3's. I know windows cannot read ext4. All I need itunes for is to load and delete songs on a shuffle ipod. Don't need itunes store, etc so I don't care if that part works or not. Before I go to the trouble of itunes on wine: Is this assumption correct?

View 4 Replies View Related

General :: Send Files To Trash Using Terminal?

Mar 20, 2011

I typically use rm to delete files, but they don't end up in my trash folder in case I want to recover them. How do I make that happen and how do I access my trash folder via terminal? Doing me best to work from terminal rather than GUI and this one has me stumped. I am using Mint Julia.

View 2 Replies View Related

General :: FTP Commandline Script To Send Files

Mar 1, 2011

I use in Ubuntu proftpd to send files with a little script over the internet to my website.
If I write all these scripts it's a lot of work and my first question is what is the best way to send files over.

For example do you need to type:
put /directory/file.gz /www/file.gz ? or can it shorter? like
put /directory/file.gz /www/ because then ftp complains it can't create file

View 1 Replies View Related

General :: Send With Ftp Files From Computer1 To Computer2 (shell Command)?

Jun 29, 2010

I have 2 computers with linux, How can i send with ftp files from computer1 to computer2 them(shell command)? Steps that i think should be done (miss shell commands): find inner ip of computer1 open the ftp port (21) of computer1 (make computer1 ftp server) send file from computer2 to computer1 with shell command

View 2 Replies View Related

General :: Send Automatic Email For Users When Files Added In Ftp Directory?

Oct 23, 2009

if it is possible to send automatic email for users when files added in ftp directory in linux

View 2 Replies View Related

General :: Kunbuntu - Make BackTrack "Unbuntu + Windows 7"?

Jun 19, 2010

I have partitiond my hard drive on one side I run Kubuntu (and when I finish downloading; Ubuntu) on the other windows 7. However I dont know how to co run (and set-up) so I can swap between KDE GNOME and how to make Back track (I have on live C.D.) run with bash or KDE. Cuting this way to long story short, i am hoping one of you amazing peeps can tell me how to run backtrack, kunbuntu and Ubuntu on the same side of the hard drive??!!

View 6 Replies View Related

General :: Send The Output Of Send Command To A File?

Jan 20, 2011

in the middle of script, i need to send the output of (send command on line 8) to a file

#!/usr/bin/expect
spawn telnet 172.20.64.133
expect "ENTER USERNAM <"

[cod]....

i treid the below on line 8 :

1- send "show command;

" > logfile.txt : gives an error extra character after the "

2- logsave logfile.txt 'send "show command;

" ': error invalid command

3- i simply tried to send the output of the whole script to file logsave /home/logfile ./script : seems that logsave work under root only

4- ./script > logfile : the problem with this is that the output of echo or (read "enter your id") command will not be displayed on the screen (actually nothing will be displayed, i have to open the log file to see the output). is there any way to save the log of the "send" ? or to save the log of the complete script without hiding the output on the screen?

View 2 Replies View Related

Hardware :: Installing A Belkin USB 150 To A Unbuntu Box?

Jul 24, 2009

Trying to install a USB Belkin 150 to my Unbuntu box. The computer simply does not recognise the USB stick. Beleive I need a driver to install.

View 10 Replies View Related

General :: Cronjob Directory / Send An Email If Directory Contains More Than Ten Files?

Oct 13, 2010

I want to run a cronjob every 15 minutes that checks a directory for files. If the directory contains more than ten files I want it to send an email to me.

All I have is this...

*/15 * * * * ls -l | wc -l | [filename] | mail -s "This is just a test" [email address]

I would rather not write a bash script. Is there an easier way to do this? I was looking into some commands like find and grep.

View 6 Replies View Related

Ubuntu :: Unbuntu 8.04 LTS - Can Not Get Past EULA Screen

Jun 17, 2010

I have a dell inspiron mini which came with unbuntu 8.04 LTS mini standard edition pre-insatlled and a recovery disk. However i would like a more accessible OS and have been trying to install windows xp but i can not get past EULA screen. I have tried this with different (new) copies and checked if the buttons involved are working properly they are. i have also tried to make a boot disk for ubuntu following Internet guides but apparently this version does not support that option.

View 5 Replies View Related

OpenSUSE :: Cannot Send Files To Trash

Feb 21, 2009

I updated to KDE 4.2 when it came out on openSUSE 11.1 and things were working OK.

Now I can no longer send files to the Trash. I get an error in Dolphin saying "The trash has reached its maximum size! Cleanup the trash manually."

I deleted a bunch of stuff from my Trash and I have 1.7GB free on my /home partition so it's not a lack of space.

View 6 Replies View Related

Ubuntu :: Send Files From My PC To Phone?

Apr 18, 2010

whenever i try so send files from my PC to phone, it never works in first attempt, just hangs. In the subsequent attempts it works fine.

View 1 Replies View Related

Programming :: Get Only Ip Addresses & Send It To 3 Files?

May 7, 2010

have a file (called it A) contains;

hostname 192.168.23.65
hostname 10.18.13.253
hostname 10.18.16.253
hostname 177.23.56.58

how can i write a script to get only ip addresses & send it to 3 files with the following info. only:

file1:
192.168.0.0
file2:
10.18.0.0
file3:
177.23.0.0

by creating the 3 files then i will be able to set up subnetmask, gw,....etc.

View 2 Replies View Related

Debian Multimedia :: Using Sid Cannot Send/recive Files?

Jun 7, 2010

Im using sid, have installed gnome-bluetooth but cannot send/receive, browse files on any device. It says that my "personal file sharing" program might not be installed but i have no idea what exact package is it

View 6 Replies View Related

Software :: Can't Send And Receive Files With Pidgin

Oct 4, 2010

why I can't send and receive files with pidgin? when i send files it the dialog is always closing

View 2 Replies View Related

Fedora :: Can't Send Or Receive Any Files With Empathy Messenger

Dec 7, 2009

I can't send or receive any files with the Empathy Messenger in F12, using the MSN Protocol.The Menu Entry "Send File" in Active Chat remains grey.When my Friends send me files they ask me to accept the Download but I see nothing.

View 4 Replies View Related

OpenSUSE Install :: Bluedevil Under 11.4 RC2 - Cannot Send Files From The PC To The Phone

Mar 8, 2011

+ I had struggled with getting it to work on 11.3, KDE 4.4. Brought in the KDE 4.5 repos and did zypper dup with fabulous success. Bluedevil 1.0-2.9 was a charm.

+ We're only days away from 11.4, and that was so painless I figured I'd go ahead and upgrade to 11.4. After hours of RTFM on zypper I got all the 11.4 repos (all I could find) and did zypper dup again.

+ Smooth, painless. Geen probleme.

+ Except: - the upgrade also upgraded bluedevil to 1.0-3.8.1. I've tried rolling back but the problems remain.

+ The problems are: - I cannot send files from the PC to the phone, although I can send files from the phone to the PC.

- The PC prompts are very short-lived and are obscured by the taskbar unless you are primed for them to bring up the notification manager instantly, so pairing from the phone to the PC is difficult

-I cannot browse the phone despite the app suggesting I can. I also had to manually install a directory (/home/$user/$phone_name) to avoid an error message. Presumably the app tries to mount the phone to this directory, but it does not succeed.

+ I do think I have all the necessary devel files, but would love to do a file list comparison with someone who has this working on OS 11.4/KDE 4.5.5 Yes, I know this is beta so don't abuse me, I'm more than willing to do trials and submit explicit data as I have here. But I also would like to get it to work. I had it working on 11.3 / KDE 4.5.5. FWIW, pretty much everything else works flawlessly on OS 11.4. Firefox 4 beta has a few problems, but that is not an OS 11.4 issue...

View 2 Replies View Related

Ubuntu :: Can't Send Files, Start Video Calls?

Jun 30, 2010

How come I cant send files, start video calls etc while using this? The option is there but isn't highlighted and I'm unable to press it.

Is this something to do with the person I'm chatting to, or something else?

View 2 Replies View Related

Ubuntu Networking :: 10.4 - Cannot Send Files From Phone To PC Via Bluetooth

Sep 13, 2010

I am having an problem with bluetooth. Computer seems to find my mobile phone, I can send files from PC to my phone, but not vice versa. As I try to send, it pops "Failed" (in phone) and nothing happens.
Kubuntu 10.04
Windows mobile 6 (HTC p3450).

View 1 Replies View Related

Software :: Minicom And Cutecom Send Binary Files?

May 5, 2011

do you know any serial comm application other than minicom and cutecom that can send binary files?

View 2 Replies View Related

Ubuntu Security :: Virus Scan Of Files To Send Onto Windows

Jan 31, 2010

I know that there is little need for me to install an anti-virus etc - but - I was thinking, it is a good idea to scan folders and files that I send to colleagues that run windows.Whats the best way and programme to do this? I guess I simply install an AV programme and thats it!

View 5 Replies View Related

Hardware :: How To Send Jpeg Files To Selphy Printers Directly?

Mar 2, 2010

most canon selphy printers does not work under linux, but i think its possible to send files to a selphy printer via bluetooth. and after recieving the file, it instantly prints the image. my question is, is there a way to send files from a pc to selphy via usb instead of bluetooth. i believe you can use obexftp to send files from pc->selphy and it will instantly print, the problem with this approach is that it takes a lot of time to send the file. if there is a way to use a cable to transfer the files then we could print directly. or is there a cable that somewhat simulates how bluetooth transfers.

View 1 Replies View Related

CentOS 5 :: Check Directory For New Files And Send Email Alert

Sep 12, 2009

i have CentOS 5.2 based server running openssh, which gives sftp service to the outside users(from internet), the users from some public ip-addresses uploads and download files from sftp-server directories. I want that whenever a user uploads a new file in certain directory of server, the server should send me an email alert

View 1 Replies View Related

Security :: Script To Monitor Sizes Of List Of Files And Send Alert If Size Changes?

Mar 28, 2011

I am looking for a utility that would do the following:1. Be run manually on a list of files whose sizes should not change, to get a control file containing the sizes of each file.2. Subsequent manual runs would report any changes in size of any of the files in the list, and allow option to accept the new sizes.3. Be run as a cron job to check for changes in the file sizes and send an email alert if a change has occurred since the last time it was run.The purpose is to detect possible hacks of key files on a website. It would not include files expected to change, but just those that should not change. It would be run manually a few times to get the control list one wants to monitor.

View 3 Replies View Related







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