PDA

View Full Version : General Help


Pages : 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024

  1. [ubuntu] which driver is being used in xorg, hardy
  2. [ubuntu] how to go to desktop by moving mouse in left bottom corner
  3. [ubuntu] password problem
  4. [ubuntu] window effect!?!!?
  5. [ubuntu] video card problems?
  6. Access Ubuntu files from windows
  7. [ubuntu] How do I find my harddrive
  8. [ubuntu] nvidia drivers and computer hanging.
  9. [ubuntu] /home seperate partition
  10. Wubi 495 is going to be the final one, please test it!
  11. [kde] Can KMail show only unread emails in Inbox?
  12. [ubuntu] Thunderbird
  13. [gnome] Wireless Driver Change
  14. [ubuntu] PHP OCI functions install
  15. [ubuntu] Compiled Own Kernel, Removed it Incorrectly, and Now Your Hosed? Read.
  16. [ubuntu] Making a LAMP server accepting only localhost connections ?
  17. [ubuntu] Upgraded to 8.04LTS, lost samba shares
  18. [ubuntu] Getting Bash to continue on the next line, not overwriting
  19. [ubuntu] Problem Install Java JDK 1.6.0
  20. [ubuntu] Using xmodmap to bind a key-combo
  21. [ubuntu] Dual head
  22. [ubuntu] Windows Ubuntu File system
  23. [ubuntu] Multiple Live CD's wont load!!!
  24. [ubuntu] making my desktop really cool like beryl
  25. [xfce] [SOLVED] unicode in terminals
  26. [gnome] Font Configuring
  27. [ubuntu] Garmin eTrex Legend Compatibility
  28. [ubuntu] Avant Window Navigator Shinny Switcher
  29. [ubuntu] open files into unuesd desktop space
  30. [ubuntu] Forbidden Commands
  31. [ubuntu] Display problem on Logging off
  32. [kubuntu] Wine and the 2.6.24-16 kernel
  33. [ubuntu] Seamonkey not swimming
  34. [ubuntu] Rookie Question here re: system backup
  35. [ubuntu] ftp using the terminal
  36. [ubuntu] Firefox version incorrect
  37. [ubuntu] Can't get mount to appear in Computer
  38. [ubuntu] Grub Error 16
  39. [ubuntu] HOWTO: Use autohinter for some fonts, native for others
  40. [ubuntu] fbdesk - I don't have transparency. How to fix it ?
  41. [ubuntu] Terminal: Can the terminal remotely edit html files?
  42. [ubuntu] [SOLVED] Hardy: No compiz on laptop with ati?
  43. [ubuntu] HowTo's for ubuntu Hardy
  44. [ubuntu] [SOLVED] Bash script
  45. [ubuntu] Request For Piclens Plugin
  46. [ubuntu] Keyboard layout issues
  47. [ubuntu] Ubuntu Hardy Basic Ideals 3.3
  48. [ubuntu] change ugly wifi systray icon
  49. [ubuntu] what is eating my memory
  50. [ubuntu] NMap says port 25 is open, netstat says port 25 is closed
  51. [ubuntu] Bash Completion
  52. [ubuntu] Kubuntu and Ubuntu
  53. [ubuntu] FF3 and Flash
  54. [ubuntu] Ubuntu unable to boot
  55. [kubuntu] /usr/bin/ld: cannot find -lsynaptics when compiling TouchFreeze
  56. [ubuntu] Theming Ubuntu
  57. [ubuntu] Start Pidgin Minimized
  58. [ubuntu] Nvidia Driver wont work in Hardy
  59. [ubuntu] Use two harddrives for the same Samba share?
  60. [ubuntu] Having 2 problems, mouse & panel.
  61. [kubuntu] Hal Configuration Solution
  62. [ubuntu] Where did the customization option go in 8.04
  63. [ubuntu] You Tube
  64. [ubuntu] New windows pop-behind old ones
  65. [ubuntu] Help:compiz and desktop cube problem
  66. [kubuntu] Unrar multiple archives
  67. [ubuntu] cpu mother board tempature program?
  68. [ubuntu] In need of skype 2.0.0.63 (old version)
  69. [ubuntu] Problem Executing 'find' in Script Variable
  70. [ubuntu] I messed up, how do I do a system repair?
  71. [gnome] hide app in a panel
  72. [kde] ubuntu password not working in KDE
  73. [ubuntu] [SOLVED] No volume control GStreamer plugins and/or devices found.
  74. [ubuntu] Firewall that blocks applications/ports
  75. [ubuntu] Errors found while updating
  76. [ubuntu] Help with eclipse
  77. [ubuntu] What is FSSTND?
  78. [ubuntu] Ubuntu 7.10 Live cd dont boot....
  79. [ubuntu] Window Selecting problem? Compiz Fusion?
  80. [ubuntu] Adjusting VNC server preferences to allow trusted and untrusted clients?
  81. [ubuntu] Installing WindowsXP
  82. [ubuntu] Probably dumb module question
  83. [ubuntu] Ubuntu 8.04 LTS release date
  84. [ubuntu] Firefox 3 Beta 5 in Ubuntu 8.04 RC Not Saving Tab
  85. [ubuntu] business software
  86. [ubuntu] Problems the Fourth
  87. [ubuntu] Widget Layer in Hardy not working with screenlets
  88. [ubuntu] terminal window is competely blank
  89. [ubuntu] sound or video stops and just resume playing if I move the mouse!!
  90. [ubuntu] Forum compatible GTK Editor?
  91. [gnome] how do you change the default menu icon in Ubuntu Gnome?
  92. [ubuntu] commands
  93. [ubuntu] writing a script for the ps command
  94. [ubuntu] Nicotine+ search filter ?
  95. [ubuntu] xp/ubuntu dual boot setup - cannot see NTFS partitions
  96. [ubuntu] Question about upgrading from gusty to heron
  97. [xubuntu] need to switch the "spread out running apps" feature from right corner to left
  98. How do you COMPLETELY in-install wubi install
  99. [gnome] A rather dumb terminal question...
  100. [ubuntu] How to remove Qt and reinstall it from repository?
  101. [ubuntu] Networking laptops over router
  102. [ubuntu] Telnet command script....
  103. [ubuntu] Copy all .jpg files off CD into one directory on hdd
  104. [ubuntu] I want to delay auto-starting a program
  105. [ubuntu] RC versus Final Release?
  106. [ubuntu] Shortcuts don't work while Compiz running
  107. [ubuntu] Ubuntu, Kubuntu, Edbuntu....?
  108. [ubuntu] program files/common files
  109. Encrypt A File With a password from another file
  110. [kubuntu] Upgrading 'Business Accountz' using a shall script
  111. [xubuntu] Kopete Quickcam Messenger
  112. [ubuntu] I Am Trying To Burn An Avi File To A Dvd So It Will Play On The Dvd Player
  113. [ubuntu] Compiz problems...
  114. [ubuntu] Mathematica 6.0 in Hardy Render Error Workaround
  115. [gnome] Visual Effects Not Working At All
  116. [xubuntu] xubuntu hardy updates broke
  117. [ubuntu] copy paste in ubuntu sluggish
  118. [ubuntu] Cant Change Appearance O_o
  119. [ubuntu] Hd Tach replacement on Open Source
  120. [ubuntu] Iirc
  121. [ubuntu] How Do I Mount my Palm Centro's SDHC Card
  122. [ubuntu] Is it possible to control loading order of startup programs on bootup?
  123. [ubuntu] Problem opening folders/ apps
  124. Using my own .iso
  125. [ubuntu] Ubuntu and Tablet
  126. [ubuntu] How do I install new themes?
  127. [ubuntu] using a bin file
  128. [ubuntu] Some Issues..
  129. [ubuntu] Avant - Launch Folder
  130. [ubuntu] Nvidia graphics help
  131. [gnome] How do I get Compiz Fusion plugins?
  132. [gnome] gnome-open wont open ogg files
  133. [ubuntu] hardy rc desktop switcher
  134. [ubuntu] writing characters by using ASCII code, how?
  135. [ubuntu] teamspeak
  136. [ubuntu] Can't resize partition.
  137. [ubuntu] XP/Ubuntu flip?
  138. [ubuntu] Black screen after unistalling envy
  139. [ubuntu] Defrag Question
  140. [ubuntu] Clock way off
  141. [ubuntu] Attempting to boot an IDE hard drive
  142. [ubuntu] Removing USB Flash Drives (PROPERLY)
  143. [ubuntu] Display problem after installing nvidia display driver
  144. [ubuntu] Same programs relaunch every login
  145. [ubuntu] Screen invert causes freeze in Hardy Beta
  146. [ubuntu] login problem - where to start?
  147. [ubuntu] Help with video's and flash i think
  148. [other] dgc "unarchiver" for linux
  149. [ubuntu] events sound files???
  150. [ubuntu] GDM Resolution & Appearence Issue
  151. [ubuntu] gps software?
  152. [ubuntu] [SOLVED] How to install free42 calculator in version 8.04
  153. [xfce] Xfce Terminal?
  154. [kde] How to update from KDE 3.5.6 to KDE 4 ?
  155. [ubuntu] Java and flash
  156. [ubuntu] Back for round two and this time I'm taking him OUT
  157. [ubuntu] Compiz ISSUES!
  158. [ubuntu] Gparted Help
  159. [ubuntu] inspiron 530n network problem
  160. [ubuntu] Vmware Server dissapears after 8.04 upgrade
  161. [ubuntu] Creating a launcher
  162. [other] [SOLVED] stick id3 tags to a file
  163. [ubuntu] Allowing Normal User CIFS Mounts
  164. [ubuntu] Virtualbox error
  165. [ubuntu] [SOLVED] How to view mutiple pages of tiff format files
  166. [ubuntu] Applications fade to black and white
  167. [ubuntu] gksudo fade not recovering
  168. [ubuntu] mouse cursor sometimes bigger
  169. [ubuntu] Problems shutting down
  170. [ubuntu] USB Keyboard wont work in GRUB
  171. [ubuntu] how to Acess web app from network
  172. Do not forget the minefield builds!
  173. [ubuntu] Problems with (integrated) ATi Radeon x1250
  174. [ubuntu] SAP Printing
  175. [gnome] need a new im protocol and client
  176. [ubuntu] Install Snort
  177. [xubuntu] Recommendation for a good mail notifier
  178. [all variants] [Problem] Conky's imap_unseen on Gmail.
  179. [all variants] how can I video call with a Mac?
  180. [ubuntu] Shut-down/Halt/Reboot Problem on a ThinkPad T61
  181. [ubuntu] Mounting a windows XP spanned drive
  182. [ubuntu] Help!!!!!
  183. [ubuntu] Changing name of computer, username, home folder name, permissions...
  184. [ubuntu] Cannot open files with GNOME
  185. [all variants] ext3 File Moving Order
  186. [ubuntu] Adept manager pop up when start says ?
  187. [xubuntu] us_intl overview needed
  188. [ubuntu] no sound in flash
  189. [ubuntu] Only problems. Need help.
  190. [all variants] Reading & using Time Machine backup in Ubuntu
  191. [gnome] X Settings vs. Gnome Settings
  192. [ubuntu] I need to reinstall grub
  193. [ubuntu] Cube effect timer
  194. [ubuntu] [SOLVED] How to execute ftp commands from cfg file?
  195. [ubuntu] Backup of files
  196. [ubuntu] HDD partitions vanished
  197. [ubuntu] name all the things displayed on this desktop? help!
  198. [ubuntu] trying to get this theme full install 7.10
  199. [ubuntu] Where to place a .jar program file?
  200. [ubuntu] beryl questions
  201. [ubuntu] Kernal Panic
  202. [ubuntu] VS in XP inside VM
  203. [ubuntu] how to reinstall connect to server
  204. [all variants] Barcode Generator
  205. [all variants] Play video from another PC
  206. [kde] kde4 desktop effects work until next login
  207. [ubuntu] kiba dock/panel problem
  208. [ubuntu] shared libraries help
  209. [ubuntu] rdesktop and dual monitor strangeness
  210. [gobuntu] Free icons in Gobuntu?
  211. [ubuntu] Regretting upgrading to Hardy!
  212. [ubuntu] Updater has locked me out
  213. [ubuntu] Evolution and Spell Check
  214. [ubuntu] Error 17 help
  215. [all variants] List explicitly installed packages
  216. [other] AbiWord question
  217. [all variants] Help me understand...
  218. [ubuntu] [SOLVED] How do I Add pix to screensaver folder?
  219. [ubuntu] Question about version 8.04
  220. [ubuntu] Gutsy Gibbon Problems
  221. [ubuntu] Hello, Run program without original cd
  222. [ubuntu] Howto: Install all (and latest) plugins of compiz-fusion
  223. [all variants] rsync - including only certain extensions
  224. [ubuntu] sound capture problem
  225. [ubuntu] Wubi: HDD disappeared
  226. [ubuntu] Problem with visual effects
  227. Firefox issue
  228. [all variants] Need help with Rtorrent and rssdler
  229. [gnome] pidgin window too small
  230. [ubuntu] crash and sysrq not working
  231. [ubuntu] Intel Corporation GM965/GL960 Display Driver
  232. [all variants] Upgrade advice
  233. [ubuntu] Unchanging Trip points
  234. [all variants] 64-bit programs on 32-bit machine
  235. [ubuntu] Display orientation not changable
  236. [ubuntu] Printer with parallel port connection
  237. [ubuntu] Citadel has dependency issues
  238. [ubuntu] Curious about JFS
  239. [ubuntu] Can't resume from Suspend/Hibernate
  240. [ubuntu] minumum system reqs to run standard video w/ wifi?
  241. [ubuntu] Questions and Problems
  242. I want to make a script to install a bunch of applications
  243. [all variants] Will the intel 965 x3100 be supported (unblacklisted)?
  244. [all variants] minimizing installation clutter
  245. [ubuntu] [SOLVED] How to make qsynaptics settings 'stick'?
  246. [gnome] GDM and Gnome Resolutions
  247. [xubuntu] How I compile xmms for Hardy?
  248. [ubuntu] Monitor total processing required for job?
  249. [other] Set protections to fork()
  250. [ubuntu] Shutdown Error Screen Cant Turn Off