8
How to find files by names which contains brackets?view story

http://stackoverflow.com – I have files with names like this: level(basic)-[done]1.txt level(basic)-[done]1.pdf level(basic)-[done]1.doc I need to find all of them by name. find * -type f -name 'level(basic)-[done]1.*' This command doesn't work. How can i escape metacharacters? (HowTos)

8
Ghostscript PDF's inner tiff convert to jpgview story

http://stackoverflow.com – I'm using ghostscript for compression PDF files. gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dUseTrimBox -dPDFSETTINGS=/screen -dFirstPage=0 -dLastPage=0 -dColorImageResolution=100 -dEmbedAllFonts=true -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf But if there is a TIFF in PDF, it will be invisible, and crash on iPad, Mac OS X. So how can I convert inner TIFF to JPG or PNG (HowTos)

8
Command to check server port number opened or not from hp switchesview story

http://serverfault.com – I am facing is that to check the port number of the server is opened or not. DOnt know how to check it and also gone via various hp pdf's with no go. Like in cisco if we want to check whether the server is able to hear at some specific port then we run the command telnet ip port-number (enter). it will give us the prompt whether the window is open on that port number or not. Please respond back (HowTos)

8
[ubuntu] Very slow bootview story

http://ubuntuforums.org – Hello all. I'm going to reinstall my Ubuntu with the new 13.04 release soon so I want to ask you which is the best option to recreate my partition scheme. My system boots really slow and I blame the hard drive for this. (Hardware)

12
[REQUEST] Make this all on 2 printable pages.view story

http://ubuntuforums.org – Could someone make this tutorial from http://www.ubuntu.com/download/help/...desktop-latest into a pdf format so I could print it out into 2-3 pages? I would really appreciate it. Thanks! (Hardware)

8
Best way to download files (pdf, images) in android application and store files in application folderview story

http://stackoverflow.com – I tryied many things to download files in app but looks like not working for me, please advice me on how to get files download from server and show into android activity? or install it in DB inside app. This is im using to download files from DownloadManager in android, But i like to have better way of doing it. (HowTos)

8
Kickstarter's First Project With Major Studio Support, Veronica Mars Movie Hits $1M In Record Timeview story

http://techcrunch.com – If you were a fan of the teen detective TV show Veronica Mars, this was an exciting morning — creator Rob Thomas launched a Kickstarter campaign to finance a Veronica Mars movie. (I’m a fan, and I’ve backed the project.) But even if you didn’t watch the show, the campaign should be cause for some excitement. (IT news)

8
What is the range of int and long as they both are of 4 bytesview story

http://stackoverflow.com – How 4 bytes of long have wider range than int? Source: http://lwn.net/images/pdf/LDD3/ch11.pdf (HowTos)

8
General Displaying a pdf fileview story

http://androidforums.com – We're off to Italy in a couple of weeks (yippee!) and I'd like the RAZR i to carry a partifular map of walking routes. I've downloaded the pdf file from the web and it displays perfectly on the laptop. But the same file displays in very low res on the RAZR and is therefore unusable. The file on the phone is the same size as the copy on the laptop: both are 3.5Mb, so no data has been lost. (General)

8
How to prevent double escaping?view story

http://unix.stackexchange.com – I'm trying to put a bunch of images together into a pdf. (HowTos)