You are not logged in.
Pages: 1
I have been experimenting with CB on my sony vaio w netbook. Everything seems to work out of the box, though I have not tested the webcam or microphone.
I went with the sony because it has the best resolution of the netbooks I had to choose from 1366x768. I wanted to high res so that I could play civ 4 and other games that need at least 1024x768. It has the same other specs as most of the netbooks around (1.66 atom, 250gb hd, atheros wireless, 6-8 hour batt life, 2g Ram (upgraded)).
So far so good, other full distros run good also.
ok, just thought I'd throw an update up.
I had some basic linux fun last night. It took me a while to get the right directory in order to find the files and I got a little bit of practice the dir command.
The command I used was:
find /media/FreeAgent/ Drive\ -name "*.jpg" -execdir cp '{}' /home/rob/marvpics/ \;I was able to find and copy some of the .jpg files, but it seems like the command was only going through the first archived zip folder on the external hard drive. I thought it may have been because the backups containing the pics were multiple zipped folders. I manually unzipped everything on the external HD and ran the command again and it did the same thing it did the first time, only pick up the jpegs within the first archive. It took about 3 hours to unzip all of the monthly backups so I had to call it a night after it did not work the first time.
I'm getting closer and also learning things as I try to accomplish this task. I will try again after work.
Thanks again.
awesome! Thank guys.
@ ail - much thanks for the great explanations and how to steps. I sincerely appreciate the time. I will fiddle with a few things as long as the data (jpg's) stay on the external, i really could care less if I happen to copy them a few times. if I do than I will have to figure out a mass delete command.
@ luc - i will have to get into this more and use the "man" pages, I would assume that I could get info on any of the commands.
@ achristoffersen - the little tid bit of "*.jp*g" is great I would have never thought of using 2 wild cards.
ahhh so much to learn.:D
I will report back later tonight after I have a chance to play with a few things. My father in-law is nagging me about when I can retrieve his damn pictures so I figure I better get this accomplished fist and then figure out the samba lan sharing.
I figured I could start with the knowledge base here, but let me know if I should post this on a general linux forum.
In a nutshell, I have an external HD with multiple months of windows backups. I need to find .jpg files from the various folders within the backups and copy them on to my netbook. I have gone into the folders on the HD and verified that the pics are there. instead of manually coping and pasting or using something like Photorec, I wanted to do this via command line.
I have googled and come up with multiple commands that may work, but I would like to keep the folder names that the pictures are in on the ext. HD and have no idea how to accomplish that.
my overall knowledge is very weak and any assistance is appreciated.
the commands that I found that look promising are:
find /path/to/directory/ -iname "*.jpg" -execdir cp '{}' /path/to/directory/ \;find /path/to/directory/ -type f \ ( -iname '*.jpg' -o -iname '*jpeg' \) -print0 |xargs -0 tar c | (cd /newpicfolder ; tar x)I'm really not sure if either of these will do what I want. I'm also not sure why the fist command has double quotes around *.jpg and the second one has single quotes. I really don't yet know what any of the other things like -iname and xargs mean either.
One issue is that some of the picture file names will be the same, but they were in different folders on the windows machine and I really want to keep the original folder structure and not overwrite pics with the same name. Can this be accomplished? Is there a better way to go about this?
Again, if things like this should be directed to a more general linux forum please let me know.
Thanks
CF
+1 for avast for a free Antivirus
for spyware / malware removal I used to use malwarebytes, but I have found that superantispyware tends to find more infections than malwarebytes. if a computer is super eff'd up I usually go overkill and 1st run superanitspyware, then malwarebytes then combofix.
Thanks again, everyone.
Mynis01 - Sweet screen, I hope to get more familiar with conky editing to do some of the cool stuff, but one step at a time. since it is all new to me, I have to prioritize.
Merelyjim - Thanks for the link, I'll take a peek. Any newb friendly how to's are much appreciated.
Gapa - That is my favorite wallpaper too. I might make the image a bit bigger and center it. The old computer with the CB and Deb logos worked out great.
Welcome to crunchbang!
Your entrance and wallpapers are "The Sh#!" by the way...![]()
^ Fixed.
Thanks for the welcomes
Hey all, I'm a linux noob (2 months) and loving it so far. I have tried many a distro and have landed here. I really like the simplicity of CB and find it works really good on my new netbook. With my dire need to learn about linux, I just felt that the user friendly distros like ubuntu or mint, were simply, too user friendly. I wanted a distro that would help me learn the basics and get me down and dirty with the command line. Granted everything pretty much worked out of the box, I still need to get my network sharing taken care of. I have found a few threads relating to just that and will try some things out when I get home.
I have much to learn, but wanted to pop in and say hi. I hope to learn much from you gurus.
I went ahead and created some CB wallpapers, nothing special, I just used some of my vector arsenal, some thought and came up with a few in case anyone would like to use them. I tried to keep them simple with the black / white theme intact.
Centerfinger - reformed windows user, knife maker, outdoorsman
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.