I am using KTorrent to download ISO files and find it very slow downloading
the files. Can someone tell me what download client to use for ISO files that support resume download and which can download very fast.
Hi guys !
I need a good download manager for my Ubuntu 14.04 pc.For small downloads Mozilla's doing good.But for downloading big files like movies,I need a better option.So please suggest me a real good download manager like IDM in win****.But of course a free one.
Thanks in advance.....
So I was able to successfully install CyberDuck on my MacBook and configure it with my VPS using SSH Authentication Keys and a Passphrase on my Private Key.
It seems to be working well, and I feel like I can trust it when uploading files to my VPS.
But what about downloading?
This may sound dumb, but I am not entirely sure how to securely download things (e.g. Server Backups) from my VPS to my MacBook using CyberDuck...
Sincerely,
Rob
Hi
I'm completely new to Linux, i'm using Peppermint 05. Please bare with me. I would like use IDM Internet Download Manager.Can anyone advise me how i go from downloading IDM to using?
Many Thanks
Cam
I am one day old with Linux (no diapers yet either). I have downloaded Zorin 9.0 after some trial and error but successful, yesterday 2/25/2015 I purchased the Zorin 9.0 Ultimate went through the download process from the web and POOF!!!!!!, nothing, nothing, can some one help me go through the steps and download Zorin 9.0 ultimate. I am also unable to download from any disk on this OS, I have tried to download the Canon Printer with their software with no success. You can send your reply to my e-mail address. THANKS.
I'm trying to figure out if find could do this. I have a folder with 1000 files. I want to delete 150 files on that folder regardless of timestamp and filename. Is there a tool, command or option on find that could do this, please let me know.
Combining mtime or ctime to find is not advisable since it will not count the files or even if there are matches, I would still need to sum up the files until I reach 150 files.
Any suggestions?
From where i can download the redhat packages. can u give me any site address from where i can download gimbra mail server free
I am new to Bash scripting.
I have a main directory called Photos which has many subdirectories like People, Places and Things. Each of these subdirectories is populated by other subdirectories and lots of JPG photo images.
The digital cameras name the files in a way that is difficult to manage with web hosting.
I would like to go to each directory and subdirectory and rename the photos 1.jpg, 2.jpg, 3.jpg, etc. so that I can use a simple XML template to access them by specifying only a hosting directory.
I tried to use the following script:
#! /bin/bash
cd /home/paul/test
find . -name "*.jpg" -print0 | rename -v 's/.+/our $i; sprintf("%d.jpg", 1+$i++)/e' * -vn
exit 0
It successfully renames all of the files in all of the directories, but it does not restart the numbering for each new subdirectory. So first it goes through Photos and renames the three JPG files there 1.jpg, 2.jpg and 3. jpg, and then it opens the first subdirectory People and names the three JPG files there 4.jpg, 5.jpg and 6.jpg. Next it moves to the next subdirectory and continues sequential renaming until it is done.
I want it to restart sequential renaming with each new subdirectory, so that after renaming the three JPG files in Photos to 1.jpg, 2.jpg and 3.jpg, it moves to the first subdirectory and renames the JPG files there starting with 1.jpg again.
That way I use the links 1.jpg, 2.jpg, 3.jpg, etc in the XML template and just change the directory name to download the photos from the web.
Thanks for any help you can give me.
Hi Gurus,
When I run "yum install" for packages, seems it will download packages to /var/cache/yum. As there's limited free space on /, this will make / full very soon. So is there anyway that I can disable packages downloading to /var/cache/yum?
Thanks.
Hello,
I am new to Linux images (pxe, livecd). I would like to add files to a linux image, like something under etc or var, and have the files be available on the client.
The server I am working on was already configured with a pxe image, and only 2 files are present under the pxe client folder: initrd and vmlinuz. So I am wondering if either of these files contain the dirs /etc, /var, etc..., and how I could add files to them.
To give some background, I have done the same thing in Windows. An image in Windows is typically either boot.img or install.img. You can mount either of these to a folder using the Windows SDK tool imagex.exe /mountrw <img file> 1 <mount point>. From here you can add/remove/modify any files you want. Then commit the changes with imagex.exe /unmount <mountpoint> /commit.
Can someone provide insight to the linux image creation process, which of the files (initrd, vmlinuz/vmlinux, etc...) contain what for the client boot, or something similar to the Windows Image editing process?
I know I'm asking for a range of info, but pointers to any material to help my understanding will be greatly appreciated.
Thanks,
Jon
Hello, I have an embedded linux device. I can connect to the device and I can upload or download files. No problem with this. But, at first connection, I want to connect to "/" directory instead of "/root". In the device file system, there are files ssh_config and sshd_config under /etc/ssh directory. I think I have to do something with these files but I don't know what.
I don't exactly know what mean "/root" and "/" directories. I think that the real root directory is "/" directory which is empty but when I connect with filezilla, the "/root" directory is the default so I had to go back to / directory everytime.