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] Geforce 7400Go Under Hardy
  2. [all variants] Writing executables to launch programs
  3. [ubuntu] error 22: no such partition grub problem.
  4. [ubuntu] compiz works, but not with gdm
  5. [ubuntu] easiest way to get "expose" plugin?
  6. [ubuntu] Hmm... No Updates for 8.04 yet?
  7. [ubuntu] Weird Sporadic Reboot Problem (please help)
  8. [ubuntu] how to use iconv
  9. [ubuntu] LiveCD for educational purposes
  10. [ubuntu] 16X DVD-R Media do not work in Ubuntu Hardy
  11. [ubuntu] Hardy 'sudo' don't work anymore
  12. [ubuntu] Screen resolution makes menus appear off screen
  13. [ubuntu] 8.04 - awful fonts
  14. [ubuntu] X server restarts when I use numpad in Hardy!
  15. [xfce] Windows Vista theme
  16. [ubuntu] How to Disable Auto-mounting of External Media in 8.04 Hardy Heron
  17. [ubuntu] [SOLVED] Emerald errors: Cannot Install or see themes
  18. [ubuntu] I don't know what else to do
  19. [ubuntu] Graphics/Resolution error on Resume from Hibernate (Hardy)
  20. fill in a .pdf form
  21. Getting rid of multiple Ubuntu choices at startup
  22. [ubuntu] ATI Card, white screens and black screens
  23. [ubuntu] alt maximizes and grabs current window
  24. [ubuntu] Help with desktop effects
  25. [ubuntu] Hard upgrade gives initramfs HELP
  26. [other] [SOLVED] Windows XP fails after partition editing. HELP
  27. [ubuntu] Hardy and BCM43xx Wireless Doesn't Work!
  28. [gnome] Changing the Places menu
  29. [ubuntu] Hardy ubuntu 8.04 Base crashes !
  30. [ubuntu] Simple synaptic question
  31. [gnome] Help:P
  32. [ubuntu] i have error on partition
  33. [ubuntu] Web Page Editors
  34. [ubuntu] upgrade to GnuCash 2.2.5
  35. [ubuntu] USB Devices and Profiles
  36. [all variants] gOS "Shelf"
  37. [ubuntu] Mint menu for Hardy
  38. [ubuntu] Emerald theme bug
  39. [all variants] Keyboard bursts in 7.04 (Feisty), 7.10 (Gutsy), 8.04 (Hardy)
  40. [ubuntu] Skype Headsets + Laptops?
  41. [ubuntu] How to play this stream
  42. [ubuntu] What font settings do you use?
  43. [ubuntu] File system problem after reload Ubuntu 7.10
  44. [ubuntu] Display all screwed up in gnome
  45. [kubuntu] No sound in 8.04
  46. [ubuntu] Desktop cube not working in 8.04
  47. [ubuntu] Firefox3b5 lost its applications
  48. [ubuntu] uTorrent & Firefox
  49. [ubuntu] Firefox 3b5 slapping my harddrive around
  50. [ubuntu] Transparent Cube, solid Icons?
  51. [ubuntu] Opera 9.50b1 crashing a lot on Ubuntu 8.04
  52. [ubuntu] Slow application launch
  53. [ubuntu] Where to find openoffice 2.3 deb file?
  54. [all variants] Big boy did big mess....
  55. [ubuntu] may not be problem
  56. [ubuntu] Repairing broken Gutsy
  57. [ubuntu] 2 Minor issues after 8.04 fresh install.
  58. [ubuntu] iscsi support in Ubuntu 8
  59. can't start ubuntu after wubi install
  60. [all variants] Web-Based Media Manager
  61. [ubuntu] Girlfriend cannot print coupon
  62. [ubuntu] Installation of 8.04
  63. [ubuntu] Problems connecting externally from Zend - java issue?
  64. [ubuntu] Who can find ekiga's configuration files?
  65. [ubuntu] Hard Drive is failing, can't see data
  66. [ubuntu] No streaming TV after media player update
  67. [ubuntu] compiz/emerald themes
  68. [all variants] Using AWN extras with repo version ?
  69. [gnome] Evolution
  70. [ubuntu] Network Access to Hidden Directories
  71. [ubuntu] run 3d on compiz
  72. [ubuntu] What is the default Hardy Theme and color
  73. [ubuntu] what to use for fast thumbnail generation?
  74. [ubuntu] How to erase other harddrive which has ubuntu on it?
  75. [ubuntu] Different language locale for the system and the application?
  76. [ubuntu] Windows XP won't boot.. Just Ubuntu.
  77. [ubuntu] transparent terminal
  78. [ubuntu] HP Printer problems, esp with GIMP
  79. [ubuntu] What's FAT32 doing on my system?!
  80. [ubuntu] I have 2 question on "How I do this effect"
  81. [ubuntu] Hardy freezes up with an Audio CD
  82. [ubuntu] Error While Copying
  83. [gnome] Icons reverting to default gnome set instead of humility set.
  84. [ubuntu] Strange error while botting up ubuntu
  85. [gnome] Evolution: turn off email notification?
  86. [ubuntu] Slow Heron
  87. [ubuntu] CPU in Hardy
  88. [ubuntu] Slow transfer rate via USB
  89. [ubuntu] Firefox 3b and Flash Crashes 8.04
  90. [ubuntu] Half Life 2 and Ubuntu
  91. [ubuntu] [SOLVED] Hardy doesn't boot up
  92. [ubuntu] Next incarnation called ??
  93. [other] Grub problem
  94. [ubuntu] problems with network printing on some accounts
  95. [all variants] When will help.ubuntu.com be updated for Hardy?
  96. [all variants] Problem with carriage returns
  97. [ubuntu] need help with flash player in opera
  98. [ubuntu] "The search results may be invalid"
  99. [ubuntu] Wait a minute. . . .
  100. [ubuntu] Help, is it posiible? im new on this
  101. [ubuntu] My 3 Step Backup System
  102. [ubuntu] MS Curve 2000 Keyboard
  103. [ubuntu] [SOLVED] clicked links from external programs not opening
  104. [ubuntu] Can't Log In
  105. [all variants] File systems
  106. [ubuntu] Live desktop wallpaper - does it exist?
  107. [ubuntu] Mounting a Qemu image
  108. [ubuntu] Fresh Install Help/Question
  109. [ubuntu] USB Drive Weirdness
  110. [ubuntu] Grub Install Woes
  111. [ubuntu] Can't load kvm_intel
  112. [ubuntu] NX Display Problems
  113. [ubuntu] Compiz settings reset after each reboot
  114. [ubuntu] F-Spot 0.4.2 crashes on importing photos - Ubuntu 8.04
  115. [kubuntu] Keyboard special function keys cause kded to crash
  116. [ubuntu] Skype Video/Blue Screen on "My Video"
  117. [other] What file system should I use?
  118. [kde] Keyboard locks out - related to hibernation and wireless networking?
  119. [ubuntu] a few tweaks
  120. [edubuntu] Edubuntu General Opinions
  121. [ubuntu] How do you disable system debuggers?
  122. [all variants] Mount file system to existing directory and not lose data in that directory
  123. [ubuntu] How to resize a Ubuntu ext3 partition without losing data (Ubuntu 8.04 LTS)
  124. [all variants] Partition sizes?
  125. [ubuntu] Cannot get rid of this effect
  126. [ubuntu] How To Set Up SLI In Hardy?
  127. [kde] [SOLVED] Kolour Paints?
  128. [kubuntu] In CCSM Raise On Click Wont Stay Checked
  129. [ubuntu] turn off awn
  130. [kubuntu] Is there a good replacement for SuperKaramba?
  131. [ubuntu] A bunch of problems
  132. [xubuntu] hardy heron, grub, xubuntu, bios ...???
  133. [ubuntu] Hardy, Windows Server 2003, can't add network printer
  134. [kubuntu] add smb:// to amarok collection
  135. [all variants] Problem using find and xargs
  136. [ubuntu] 128 character limit in conky
  137. [gnome] Custom Murrine-based theme - disable transparency?
  138. [ubuntu] nothings is opening, update messed up my drivers
  139. [ubuntu] Renaming a user account
  140. [ubuntu] Compiz - 8.04 with ATI Radeon X700 not working.
  141. [ubuntu] Mouse scroll wheel behaving erratically
  142. [ubuntu] Upgraded to 7.04 and Lost Menu Items
  143. [ubuntu] 4 gb RAM support?
  144. [ubuntu] Hot Keys Support
  145. [kubuntu] problems with hardy
  146. [ubuntu] Trouble with Updating ATI Driver for Direct Rendering
  147. [ubuntu] Power management and screensaver
  148. [all variants] [SOLVED] Backup and Restore Ubuntu
  149. [all variants] grep doesn't search at all
  150. [ubuntu] Human list empty in login window after installation of Ubuntu Studio
  151. [ubuntu] compiz acting funny in hardy
  152. [ubuntu] Nonexistent USB Key
  153. [ubuntu] Compiz Fusion
  154. Wubi/Ubuntu corrupted hard drive partition?
  155. [ubuntu] Outliners?
  156. [ubuntu] No Wireless on my Macbook
  157. [all variants] Can't install .rpm because of key error
  158. [ubuntu] Custom keyboard shortcuts
  159. [ubuntu] Help please. Language support in 8.08
  160. [ubuntu] Kernel panic after upgrade to 8.04
  161. [ubuntu] hardy heron screen blacks out unresponsive
  162. [ubuntu] Unable to delete Ubuntu install ISO, any advice?
  163. [ubuntu] How to Index with Ubuntu?
  164. Hardy Boot Up Issue
  165. [ubuntu] A Possible 8.04 Permissions Bug?
  166. [ubuntu] Suspend/Standby not available
  167. [xubuntu] How to get GPG?
  168. [ubuntu] Restricted Device Manager problems.
  169. [ubuntu] slow scrolling problem with ati 9250
  170. [gnome] Where to find complete icon theme naming structure
  171. [ubuntu] Tablet Pen Driver
  172. [ubuntu] Find e-mail files and save.
  173. [ubuntu] Firefox3b5 Font Woes. WOOOOEEEEES!
  174. [ubuntu] Can't View Files On NTFS Drive
  175. [ubuntu] Webcam solution not working...
  176. [ubuntu] Jumpy Mouse
  177. [ubuntu] Compiz fusion + Old Intel Integrated graphics - SLOW SCROLLING
  178. [ubuntu] Compiz fusion + Old Intel Integrated graphics - SLOW SCROLLING
  179. [ubuntu] Flash Issue using Firefox
  180. [ubuntu] Firefox keeps crashing
  181. [ubuntu] Newbie need help. How to auto mount Win partition on boot
  182. [ubuntu] custom build a desktop for ubuntu
  183. [ubuntu] Changed a partition now I have an Error 17 in grub
  184. [all variants] How to re-establish the before-boot expanded display
  185. [ubuntu] Hardy screensaver/powermanagement issues
  186. [ubuntu] It happen again not so hardy har har
  187. [ubuntu] Tracker daemon 50% CPU usage
  188. [ubuntu] lost windowlist panel
  189. [ubuntu] Compiz-Fusion not working after upgrading to Ubuntu 8.06
  190. [all variants] Firefox-2 Add-Ons
  191. [kubuntu] [SOLVED] FireFox hang/crash
  192. [ubuntu] terminal typing problem
  193. [ubuntu] Logitech USB Headset Sound Problem in Hardy
  194. [ubuntu] stop "stop badware"
  195. [ubuntu] How to use C/C++
  196. [ubuntu] [SOLVED] Help installing netbeans
  197. [ubuntu] Azureus Problems
  198. [ubuntu] The top panel is not stretching the entire distance.
  199. [ubuntu] More luck with Hardy, but still can't connect two screens to one video card.
  200. [ubuntu] invalid mount option with external HD
  201. [ubuntu] Live Session NTFS mounting problem/issue
  202. [ubuntu] Boot screen text/Firewall doesn't load
  203. [ubuntu] Sessions and xgl
  204. [gnome] GVFS, Nautilus, and other programs
  205. [ubuntu] epson stylus color 740
  206. [ubuntu] jigdo download - why so slow?
  207. [ubuntu] Terminal control keys don't work in Dvorak mode
  208. [ubuntu] Permissions for X Windows
  209. [ubuntu] numerous entries in /media folder
  210. [all variants] Desktop Variations
  211. [gnome] [gnome] art manager questions
  212. [ubuntu] Multimedia issues in 8.04
  213. [ubuntu] sound problem
  214. [all variants] how to configure gtk-gnutella to be comparable as frostwire or limewire?
  215. [kubuntu] Trouble with Java in 32 bit Firefox on 64-bit system
  216. [ubuntu] how to enable nautilus requires root password ?
  217. [ubuntu] Reduce Backlight Brightness option not working
  218. [ubuntu] Stuck "Fn" Key on Keyboard
  219. [all variants] Iceweasel Lockup - Video Included
  220. [ubuntu] Successful dual boot with Windows, but how do I make Windows default
  221. [xubuntu] Oh no. I can't get in anymore. Partition issues.
  222. [ubuntu] Desktop Link to User Directory?
  223. [ubuntu] CPU going mad in Hardy
  224. [ubuntu] _Unlock button shows up rather than Unlock
  225. [ubuntu] Accessing windows files on same hard drive (8.04)
  226. [ubuntu] A brief review I found.
  227. [ubuntu] dual screen drama
  228. [ubuntu] Ubunut 8.04 trying to fix no sound on speaker lost gnome!?!
  229. [all variants] Broken package management
  230. [ubuntu] How Do I Log in as Owner (Root)?
  231. [all variants] Navigating to links within man pages
  232. [ubuntu] Evolution recurring events
  233. [ubuntu] Turning Fans On Manually
  234. [ubuntu] Any solution for blank windows
  235. [ubuntu] Broadcom 4311 wireless
  236. [ubuntu] FTP/SFTP plus iTunes alternative?
  237. [all variants] WUBI Problem
  238. What do particular boot parameters do?
  239. [ubuntu] help with fstab
  240. [ubuntu] website menus behind pictures in Firefox.
  241. [ubuntu] when i try to use compiz as window manager
  242. [ubuntu] File System
  243. [ubuntu] Language/Keyboard mess...
  244. [ubuntu] emerald theme help please
  245. [ubuntu] screen saver used to work...not anymore.
  246. [ubuntu] wireless cards
  247. [ubuntu] laggish firefox when visiting certain pages
  248. [ubuntu] Any security issues sticking with 7.10??
  249. Howto: Gyachi - Yahoo! messenger, Webcam, room voice chat, photo sharing
  250. [all variants] e-learning