Read Latest Entries..: (Post #12) by yordan on Jul 31 2008, 01:04 PM. (Line Breaks Removed)
QUOTE(Lancer @ Jul 31 2008, 02:45 PM) Putting in my own two cents on a slightly different slant...If copying, say a plain text document from Linux to Windows, remember that the endline characters are sometimes different. The command line...unix2dos <filename>...should convert the plain text file into a version that won't have black squares (or variation of) instead of ENTER.Nice... read more.
A probably more smarter solution is using samba. Samba allows you to share a Linux folder, reading it from the Windows system as if it were a windows shared folder. The advantage is that you can read the files without copying them.
I would just keep Samba if its a networked share, or I rather use NTFS-3G because FAT32 is no longer a valid solution as most files now-a-days are bigger than 2GB. Like HD movies are 1.5GB+. So basically, NTFS-3G is the better way to go until someone writes a ReiserFS or ext3 driver for Windows.
Many face problem while transfering file from Linux to windows and Vise versa.
You need to clarify how Linux and Windows are connected. If you have a dual-boot machine and you're after files from one to the other, do it from the Linux side. Linux can read anything (unencrypted) that Windows can write. It is easiest to keep track of things if you create a separate data partition that is accessible to both operating systems. That reduces the chance that you may accidentally damage something in the Windows operating system.
The tips mentioned above are important. FAT32 has major problems with really large files. NTFS is (unfortunately ) the only way to go with big (>2GB) files in Windows. A recent version of Linux should be able to write NTFS. If not, it will probably give you a warning. If you "must" stay in FAT32, the option on the Windows side is HJ-Split. The corresponding functions on Linux are split and cat, but the command-line invocations involve dd. They are pretty arcane, and dd can do really nasty things if it is fed the wrong parameters. If you decide to stay with FAT32 and split files, you are really better off doing it in Windows.
If your Linux and Windows machines are running simultaneously on a network, your best bet is Samba. There is a learning curve, but again, most modern versions of Linux have good defaults built in. With a properly configured Samba, Linux can read and write files on the Windows machine and Windows can read and write files on the Linux machine, depending of course on the permissions both machines have set. In this case there is no concern about correctly writing NTFS files on the Windows machine, because Windows native networking commands are performing the operations.
Most of my Linux work is on openSuSE. There, if you know how to interpret and use the /etc/fstab file, then it is an easy step to using the /etc/samba/smbfstab file. It lets you define partitions on the Windows machine so that they are accessible on bootup from the Linux machine, just like any Linux file. The samba files may be elsewhere on other Linuces.
copying files
How To Copy File & Folders From Linux To Windows?.
I want to copy/transfer files from RH linux 9.0 to windows Xp . My system is dual boot. Both on linux and windows. I think you understand my problem and reply me positively. Thanks
you can use explore2fs-1.08beta3.. i use it since 2002 and i never had problem with it =P there are so many programs that do the same thing search on google and you will find one!
I use an ext3 reader for reading Ubuntu on Windows, but thats read-only (I think), called IFS. Ubuntu (and most linuxes) can natively read NTFS. canalilha Posted Yesterday, 03:20 AM copying files or folders?
you can use explore2fs-1.08beta3.. i use it since 2002 and i never had problem with it =P there are so many programs that do the same thing search on google and you will find one!
it's not hard to find.. explore2fs!
good luck man! Feedbacker Posted Jun 24 2008, 06:12 AM copying files How To Copy File & Folders From Linux To Windows?.
I want to copy/transfer files from RH linux 9.0 to windows Xp . My system is dual boot. Both on linux and windows. I think you understand my problem and reply me positively. Thanks
-reply by sanjeev docduke Posted May 19 2008, 03:14 AM QUOTE Many face problem while transfering file from Linux to windows and Vise versa.
You need to clarify how Linux and Windows are connected. If you have a dual-boot machine and you're after files from one to the other, do it from the Linux side. Linux can read anything (unencrypted) that Windows can write. It is easiest to keep track of things if you create a separate data partition that is accessible to both operating systems. That reduces the chance that you may accidentally damage something in the Windows operating system.
The tips mentioned above are important. FAT32 has major problems with really large files. NTFS is (unfortunately ) the only way to go with big (>2GB) files in Windows. A recent version of Linux should be able to write NTFS. If not, it will probably give you a warning. If you "must" stay in FAT32, the option on the Windows side is HJ-Split. The corresponding functions on Linux are split and cat, but the command-line invocations involve dd. They are pretty arcane, and dd can do really nasty things if it is fed the wrong parameters. If you decide to stay with FAT32 and split files, you are really better off doing it in Windows.
If your Linux and Windows machines are running simultaneously on a network, your best bet is Samba. There is a learning curve, but again, most modern versions of Linux have good defaults built in. With a properly configured Samba, Linux can read and write files on the Windows machine and Windows can read and write files on the Linux machine, depending of course on the permissions both machines have set. In this case there is no concern about correctly writing NTFS files on the Windows machine, because Windows native networking commands are performing the operations.
Most of my Linux work is on openSuSE. There, if you know how to interpret and use the /etc/fstab file, then it is an easy step to using the /etc/samba/smbfstab file. It lets you define partitions on the Windows machine so that they are accessible on bootup from the Linux machine, just like any Linux file. The samba files may be elsewhere on other Linuces. not you Posted May 17 2008, 10:55 PM If I were you, I'd just use a flash drive. xboxrulz Posted May 17 2008, 05:10 AM I would just keep Samba if its a networked share, or I rather use NTFS-3G because FAT32 is no longer a valid solution as most files now-a-days are bigger than 2GB. Like HD movies are 1.5GB+. So basically, NTFS-3G is the better way to go until someone writes a ReiserFS or ext3 driver for Windows.
xboxrulz FirefoxRocks Posted May 17 2008, 04:41 AM Or you can use NTFS-3G to allow Linux to have almost-native NTFS support. My better solution would be to share the files on a FAT32 partition. yordan Posted May 16 2008, 09:20 PM A probably more smarter solution is using samba. Samba allows you to share a Linux folder, reading it from the Windows system as if it were a windows shared folder. The advantage is that you can read the files without copying them. kanade Posted May 15 2008, 11:47 AM Many face problem while transfering file from Linux to windows and Vise versa.
My solution for this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.
To get this tool just google for " winscp405" tool and download this small package and install.
Enjoy working with Linux and windows
lol i dnt even under stand lol explain more
Notice from Yordan:
I added some quotes in order to make this part more readable
Putting in my own two cents on a slightly different slant...
If copying, say a plain text document from Linux to Windows, remember that the endline characters are sometimes different. The command line... unix2dos<filename> ...should convert the plain text file into a version that won't have black squares (or variation of) instead of ENTER.
Nicely seen, Lancer. And, of course, "unix2dos" is not a Windows command, so you should issue while you are on the Linux machine. By the way, personally, I never have these black squares. This is because I have the opposite problem, when being under Unix and reading a pure text coming from a windows/dos machine, I have a lot of "^M" at the end of my text files. Then, the trick is to know some "vi" command-lines. My trick : you open your text file under vi ("vi myfile.txt" for instance), and when you see your file on the screen you type : Esc : % s/Ctrl-VCtrl-M// All people familiar with vi understand the thing immediately, maybe I should comment it for a few ones : Esc stands for the Escape key, you really type the escape key (at the upper-left side of your keyboard), this initializes the command-line sequence. % stands for "In the whole current document" s means "substitute the text between the first two "/" separators, with the text before the last "/" Ctrl-V means that you hold the Ctrl key (bottom right of your keyboard) why you time the v key. Ctrl-V is a command telling vi not to evaluate the sign which follows it. Ctrl-M means means pressing the Ctrl key while pressing M. This Ctrl-VCtrl-M is a nice feature. It asks vi not to evaluate the Ctrl-M, which is Enter, and Enter is also a vi command which means "go to the next line". So, the whole command line is saying vi , for each occurrence of Ctrl-M, to replace it with nothing.
This seems rather complicated. However, once you get the trick, it goes fast. And you are not bothered by the Ctrl-M's at the end of each line when you are on Linux editing files coming from a windows or dos system. Of course, if you installed correctly your Linux system and you did not start editing your file yet, you can still type dos2unix myfile.txt
Putting in my own two cents on a slightly different slant...
If copying, say a plain text document from Linux to Windows, remember that the endline characters are sometimes different. The command line... unix2dos<filename> ...should convert the plain text file into a version that won't have black squares (or variation of) instead of ENTER.
installing .tar.bz2 software open the terminal window.Place the s/w in root's home..then
write file.tar.bz2 in terminal. uncompressing will take place.a folder with .tar extension will b
created.Now write tar -xvf filename.tar,contents will be read..Now,move to the directory just
created..read the readme file..follow instruction such as make or make install to be commanded in
terminal...now its done..use it by writing in terminal for ex. mplayer movie.avi. ..or just drop ur
movie file nin the terminla..nd remove the " " in the file..append mplayer with blank spa....
Hi, well i have been a windows user all my life, and I'm really satisfied with it. But from a
time know as a good programmer/user, I want to know what I'm missing(or not) from not using
linux, so for those who have a long time using it I would like you to ask a favor, if you could
recommend me the version that I should test. I don't understand when someone says to a newbie in
linux that is asking for a version to start, they say to them "well ubuntu(example) is a good
version to start", what are the real diference between the different types of linux. ....
i have always wonder, what is so special about linux? why do people have linux? rather than windows
or mac? is it recommended that noobs like me /laugh.gif" style="vertical-align:middle"
emoid=":lol:" border="0" alt="laugh.gif" /> have an linux os? /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
Virtualization is a relatively arcane subject, but it is one which is very rapidly growing, and
apparently very "hot" in commercial enterprises. For the hobbyist with multiple computers (I have
8), it offers the possibility of taking snapshots of running, fully configured applications and
operating systems, and transferring some or all of them onto a single computer platform. First, it
saves energy. Second, once the conversion has been made from real hardware to a virtual "guest,"
the driver problems associated with moving from one hardware platform to another are sol....
Ex: Compiling a cpp file using a basic command " g++ filename.cpp " and to run the program use
./a.out , Then to store the compilation error to text file use this command. g++ test.cpp >
log.txt log.txt contains the compile time errors. ....
Most of the guys want to access Linux box from Windows machine just to do some programming on the
command line. The "Putty Tool" is the solution for this. Just google for "Putty" and download this
small package(less then 1MB) and keep it on your desktop. Just you need to configure the linux
machine IP on this Putty tool and connect to Linux machine. If you face any problem in configuring
Linux IP, then let me know, i will help you out. If you think this is help full, please rate this.....
Let me give some usefull linux commands and utilities. Please add to this list if you know.
Work with tar files. To make tar archive use $ tar -cvf filename.tar
filename To extract tar archive use $ tar -xvf filename.tar To
extract tar archive with gz use $ tar -xzvf filename.tar.gz Connect to remote
system through ssh $ ssh name@ip followed by passwd e.g. ssh
project@172.16.0.14 passwd: List the file in current directory $ ls -l
l....
How to play Movie and music on linux. I am using fedora and i dont think so any player is specific
to any one flavour of linux. I have used "MP3 blaster" player, but this you need to play from
command line. Any other user friendly player pls let me know /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ......
If I want to use Linux, would I need XP or a OS on a LAPTOP already? Or can I just pure boot Linux?
I've wanted to use Linux for a while, preferably Ubuntu. Unless those are two completely
different things. /dry.gif" style="vertical-align:middle" emoid=" I don't know, I have never
used Linux before. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" /> So, any help?....
QUOTE "Linux" generally refers to an open-source Unix-clone operating system based on the Linux
kernel, written from scratch originally by Linus Torvalds and other smart people from across the
web. Although the linux kernel, which interfaces with a computer's hardware, is the core of the
operating system, many other programs are needed to form a complete operating system. Various
commercial and non-commercial groups produce Linux-based operating systems containing the kernel,
all necessary programs, and an installer. These different versions of linux are referr....
Hey! Sorry if this should be in the game forum, but it is about a game in Linux. And I need
help with it /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />
so I thougt that it belongs to here. So.. Is it possible to install Diablo 2 on Linux using some
sort of patch, or any special software? Not just diablo. But other games too, that only works on
Windows. Thanks //Feelay....
Hey! I've just downloaded and installed ubuntu (sorry Yordan. That was the only one that
didn't need a CD). Now I have some questions. What Anit-virus and Anti-Spyware should I use (or
don't I need any for Linux?)?. What 2D/3D editor can I use to create/change pictures and things?
What Audio Editor can I use to create/change songs and things? What Web-broswer can I use for Linux?
(or can it also use fire-fox?). Is there any MSN for Linux? or does it use something else, that can
write to people using MSN? And if there is anything else I need to get, I wou....
Ok so for a long time I had my dual boot working great, windows and ubuntu. But 2 days ago my
windows required a wipe and clean install because of some issues, like it usually happens after 8
months. So I reinstalled windows, well, first deleted the windows partition using the windows XP
install CD. Then assigned a partition for windows (same size) and left the ubuntu and swap partition
intact. But of course, windows deletes GRUB and replace it with their boot info, so now I can't
boot ubuntu (I can't choose). How can I reinstall GRUB without having to reinstal....
Well, I recently decided to switch over all my PC's to linux, and was stumped when I tried to
convert one of my laptops. It has a Dell Wireless 1370 wireless networking mini-pci card, based on a
broadcom chip. I tried to find a driver on the internet, to no avail. I found NDISWrapper, but
despite my knowledge of how to set up a web server on linux, I couldn't work out how to use it.
I found a graphic tool, but it was commercial, which ruined any use for me. I was wondering if
anyone here knew a free tool that would automatically set it up. A few other things: m....
There are several simple dvd-ripping tools available. vobcopy can be used. First you'll want to
mount your dvd (assuming the mount point is /mnt/dvd and is set up in your /etc/fstab): Code:
$ mount /mnt/dvdThen you can rip the main title using vobcopy: Code: vobcopy -i /mnt/dvdThis
will rip the main title only, similar to IFO-mode in DVD Decrypter. if you want to rip the entire
disc preserving structure, use Code: vobcopy -i /mnt/dvd -m.You can also use dvdbackup from the
dvd-create project to rip dvds in a similar fashion. 2. How can I backup a DVD using f....
1. Virtualdub and VFW codecs for windows are great. Is there anything like this for linux?
avidemux2 is an advanced native linux video editing and encoding tool with a GUI interface very
similar to virtualdub's. It supports many video codecs and output formats. Unlike virtualdub for
windows it is more difficult for codecs to be supported in avidemux, however since it is not VFW
based it is free to be much more versatile as far as output formats and advanced video codecs.
avidemux supports more codecs and formats with every release and is a great application to get s....
Hey! I've tryed to install linux without a cd (as they said on the website).. But I
did'nt understand it so good =/ Can anyone please tell me how I can install linux without a CD?
Any version.. The only thing I need is a fast one (faster than windows).. I am completly new (never
tried it before) and would want to learn Linux. But thats not easy, if I don't know hoiw to
install it /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Thanks
//Feelay....
Virtualization is the technique of running a "guest" operating system inside an already-running OS;
for example, Windows inside Linux, or vice-versa. This article compares four virtualization products
available for Ubuntu Linux: the free, open source Qemu; the closed-but-free versions of VirtualBox
and VMware-Server, and the commercial Parallels.
http://www.techthrob.com/tech/linux_virtualization.php _________________________________
http://dserban01.googlepages.com/linkedin....abap.basis.html ....
Ok I have tried Linux before, it was ok, until something with the kernel screwed up and it left me
with a command line interface that I didn't know what to do. I am looking for 2 different
distributions of Linux here, my first one is for: (Currently running Windows XP SP2) A computer
with 512 MB RAM Pentium 4 processor Internet Access GNOME or KDE desktop, doesn't matter Minimal
command line work!!! Absolutely no command line work when installing. I have tried
Ubuntu, it was easy enough. Anything easier than Ubuntu and I'll give it a try. M....
Installation First, fetch the latest source code from http://www.psybnc.at QUOTE cd wget
http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz tar -zxvf psyBNC-2.3.2-7.tar.gz cd psybnc
Configuration QUOTE make menuconfig Now go in `Bouncer Config', next set Listening
Port and Ip. Next select `User' Here you will be able to create a user for your bouncer.
You must set Ident, Realname and Password, and vhost too. So return to main menu, and choose exit.
When prompted for saving select Yes. Launching psyBNC QUOTE make ./p....
I first tried Linux a few years ago, not because I was completely against Windows or anything like
that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
very user friendly and Windows-like. After reading through a bunch of message boards and learning
which distros are good for what, I soon realized my current distro was great for Linux noobs. So
then I decided to try something a little more advanced like Slackware which I knew had a steep
learning curve. Since then I've been using Slackware as my main OS and couldn'....
I'm searching 2 days ago trying to find notepad++ for linux but i couldn't find it yet,
does anyone know or have this great software?, ofcourse i have it on windows, but i don't use
windows so much time, most times i'm on linux so i need it to be run on linux. P.S: i don't
use WINE so please don't recommend it /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> ....
I''ve been wondering lately, what language is Linux written in? I'm interested in
this, because my friend and I are considering writing our own distro. I know, it sounds like a bit
of a feat, but one guy wrote MEPIS by playing with the Debian source code. I think the two of us
could do something similar. /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif'
/> ....
You can Play a greates gameg in linus as: Unreal Tournament Quake 3 Wolfenstein Enemy teritory Medal
of Honor And Emule Nintendo 64 and Play Station games. He have your property games as: Tux Raser
Tux Cart Flith of the amazon queen Beneath a Steel Sky and most more.....
/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> if you desire to do
your linux most ease, I recommend yourself to change you to SuSE 9.1 and your life to be ease. These
linux make all to you. you don't need to make nothing. /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> ....
Looking for copy, file, and, folders, linux, windows,
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for copy, file, and, folders, linux, windows,
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE
forum, Create your own topics, Ask Questions, track topics, setup
subscriptions & notifications and Get a Free Website w/ Email and FTP.