Posts

Thread: Tool to resize,compress file size from 100kb to 50 kb.

hi, resize series of files (jpg images) half of size in terms of quality , file size - not in terms of scale. on google search have found imagemagick tool, seems resize pictures in terms of scale. need resize them, because save them pdf file using gscan2pdf package. when feed tool 114 jpg picutres, ( file size of 100kb each) pdf of 160 mb, far much. can ? suggestion might useful. thank ! claus what tool did use? imagemagick's convert tool can resample change compression quality of images. able tone down 300dpi 2.8mb a4-sized scanned document 54.2kb using 50% quality @ 96dpi, without changing physical dimensions. code: convert input-file.jpg -quality 50% -resample 96x96 output-file.jpg you can, of course, change dimensions of picture using same tool. code: man convert for more information. or search on web. there tons of detailed explanations on how use tool. ...

Thread: RAM Modules GAZP6

Image
where ram modules located on gazp6? there 2 under rear plate there should more tho posted therion87 where ram modules located on gazp6? there 2 under rear plate there should more tho yep. other 2 underneath keyboard. there literally wasn't space free on bottom of system 2 more modules, had located on other side of motherboard, under keyboard. Forum The Ubuntu Forum Community Ubuntu Specialised Support System76 Support [all variants] RAM Modules GAZP6 Ubuntu

Thread: Installing bind9

hi not know if in correct place sorry if . have installed bind 9 simple enough. have set apache2 can run 3 websites mick.com.au, jakki.com.au, teagan.com.au working on end. set own dns have 1 external ip have seen documentation https://help.ubuntu.com/12.04/server...-configuration create master mick.com.au how point jakki , teagan , not have mick come up. thankyou mick463. if have 1 ip address, point records 3 hostnames address. set separate <virtualhost> containers in apache each site servername parameter set accordingly. i'll remind internet standards require maintain both primary , secondary dns server. 1 dns server not conform standards. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Installing bind9 Ubuntu

Thread: Network Dropping Issue

i'm using latest lts on desktop , i'm running wierd network dropping issue on system. 1 of following situations occurs: 1. disconected accounts on pidgin (this occurs randomly twice per hour) 2. lose internet connection completely. not able ping router network manager says still connected access point. (this happens every few hours or so). solution found restart computer. however, when try restart, computer gets stuck @ "shutting down screen" ubuntu logo , have hard boot computer @ point. 3. when using transmission torrent client, notice download speed going , down roller coaster. download , stop downloading second , download again. has never occured previous version of ubuntu. using wireless card has worked flawlessly before. what's going on? bump. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & ...

Making background colors transparent

i have texture background image on container, inside contrainer have div tag have colored background black. there way change transparency settings black background texture of container show trhrough? andrewmichel1 wrote: is there way change transparency settings black background texture of container show trhrough?   yes, few options:   1. use opacity in css /* use black background divs class name */ .transparent {     zoom: 1;     filter: alpha(opacity=80); /* ie. change required */     opacity: 0.8; /* other browsers. match above. change required */     background-color:#000; }   2. use rgba /* doesn't work on ie<9 */ .transparent {      background-color:rgba(0,0,0,0.8); /* 0.8 alpha/transparency setting */ } see: http://css-tricks.com/rgba-browser-support/   3. use .png file create black png graphic transparent , add background div .transparent {      background...

Thread: Font Type: PostScript Type 1 Outline "empty"

i trying install font called "aachebol" apparently postscript font no success. font viewer not open font , file has size of 0 bytes. thought there wrong file here's weird thing... other mac users on same network me able install font same exact network location , systems return file being 41 kb in size. mac system says file type "postscript type 1 outline". ideas going on here? ubuntu 12.04 thanks! so kind of came solution here using t1unmac: http://manpages.ubuntu.com/manpages/...t1unmac.1.html first, had mac user zip postscript file , send me zip file. then, extracted zip file , went __macosx directory , used t1unmac convert hidden font file in there. $ t1unmac ._hiddenfontfile newconvertedfile although did work, isn't great solution did require mac user out zipping , sending me archive. there more efficient way of doing this? ...

Is it possible to zoom in to a video clip and retain borders in Adobe premiere elements 11?

  i have mac.  had video footage , photographs imported, filled monitor leaving no borders.  shot footage in 1680/60i ha. when imported, there black border on top, bottom , sides. decided make footage viewable more inform.  put border around using safe margins - action safe sides , graphics safe top , bottom footage.  video , photo other sources take on border evenly around in action margins.  unable make dimensions same footage shot.   permits video footage have more unified look.  okay?  affect quality of footage?  how affect play in other formats?  wasting time?   on of footage shot, before resized, zoomed in.  when shot of interviews, felt should have been closer.  zoom in caused footage borderless.  there way of zooming in enlarge image , @ same time retaining borders around image, enabling video have unified look?  there way enlarge footage , delete goes out of borders (crop) photograph? if foot...