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] How do i get the mac leapord bar on hardy heron
  2. [ubuntu] Firefox text color follows theme color on gmail
  3. [ubuntu] External Apps can't access web through firefox (F-spot/Banshee)
  4. [ubuntu] Live Session help
  5. LVPM issues
  6. [ubuntu] [SOLVED] Broken Packages
  7. [ubuntu] Problem with Xinerama
  8. [ubuntu] Errors with updating files ( 8.04 )
  9. [ubuntu] HoTTProxy Help (permissions I think)
  10. [all variants] Quad Core, getting best of
  11. [ubuntu] Turning the backlight off
  12. [ubuntu] How do I send mail from the command line?
  13. [ubuntu] installing in virtual PC
  14. [ubuntu] Record Skype
  15. [ubuntu] Can I set kdeworldclock as my background in ubuntu?
  16. Setting Defaults
  17. [ubuntu] [SOLVED] ffmpeg: Depends: libc6 (>=2.7-1) but 2.6.1-1ubuntu10 is to be installed
  18. [SOLVED] Wubi - package installation problem
  19. [ubuntu] [SOLVED] Scrambled screen just before login
  20. [all variants] Some pypanel questions
  21. [all variants] How to avoid "Negotiating network parameters" problem when connecting to freenx
  22. [ubuntu] Ubuntu crash
  23. [ubuntu] Compiz No Longer works
  24. [all variants] quick usb key install question
  25. [ubuntu] [SOLVED] Hardy update/install problem
  26. [ubuntu] Has anyone noticed, the ATI Restricted Drivers are for FireGL not Open GL...
  27. [ubuntu] Cant share a folder
  28. [ubuntu] Want to earn command line!
  29. [ubuntu] CCSM not playing nice...
  30. [ubuntu] Kernel update breaks NVIDIA drivers...
  31. [ubuntu] Maxtor Sata
  32. [ubuntu] file command does not display who generated core
  33. [ubuntu] No network connection until...
  34. [all variants] Why Qt 3.3.8 by Default
  35. [xubuntu] strange bug with hard disk
  36. [other] wget Help Needed
  37. [all variants] Firefox 3 resumes from last page after a crash
  38. [kubuntu] What does "Install" ubiquity kde_ui do?
  39. [ubuntu] Problems with dell broadcom wireless
  40. [ubuntu] Small black artifacts on screen
  41. [ubuntu] [SOLVED] International keyboard defaulting to USA layout
  42. [ubuntu] I am not getting tty1 to tty6
  43. [ubuntu] Ubuntu wont boot, cannot find hard disk after install
  44. [gnome] glabel image mail merge
  45. [ubuntu] splashscreen manager not working
  46. [ubuntu] Update --> error, need to remove old kernels?
  47. [ubuntu] [SOLVED] Transparent windows
  48. [ubuntu] [SOLVED] keyboad layout changing after reboot
  49. [other] help! I get this funny window
  50. [SOLVED] Slow downloading
  51. [ubuntu] Where is apache 1.3 in Ubuntu?
  52. [ubuntu] Can't get write permission on USB flash drive
  53. [ubuntu] Tomboy Notes startup
  54. [ubuntu] USB Mouse not working
  55. [ubuntu] gui for pdf command line tools
  56. [ubuntu] [SOLVED] cant put music onto my mp3 player
  57. [ubuntu] F5 Firepass on FF2 - where to get the plug-in?
  58. [ubuntu] Upgrading, keeping everything
  59. [ubuntu] Upgrading, keeping everything
  60. [ubuntu] [SOLVED] Ubuntu hangs at Startup after kernel 19 update
  61. [ubuntu] Copying Files Across The Network??
  62. [all variants] Green overlay in Ubuntu 8.04
  63. [all variants] [SOLVED] A keyboard shortcut to do the same thing as the middle mouse button paste
  64. [kubuntu] Kernel Panic when connecting usb peripherals.
  65. [ubuntu] 8.04 Update manager freeze
  66. [ubuntu] Hardy on usb thumb drive?
  67. [other] Windows Xp cant access my hard drive anymore :-S
  68. [ubuntu] Firefox- Flash crashes
  69. [ubuntu] Kyocera Finecam
  70. [ubuntu] Running Eclipse
  71. [gnome] Help! Menus come up BEHIND windows!
  72. [ubuntu] [SOLVED] Am not using Evolution - How do I disable?
  73. [all variants] Battery state update interval/accuracy
  74. [ubuntu] What Happens When Ubuntu Versions End Support
  75. [all variants] SSH X11 tunneling and access over internet
  76. [ubuntu] root@localhost mail to thunderbird
  77. [ubuntu] Installing and running Groupwise libstdc++.so.5 problem
  78. [other] Fedora: ldd giving different output for different users
  79. [ubuntu] how do I correct colors of my lcd?
  80. [ubuntu] How to install?
  81. [ubuntu] Corrupted file system (ext3)
  82. [ubuntu] how to modify the "right-click" menu of mouse ?
  83. [gnome] Gnome-terminal
  84. [ubuntu] Ubuntu Update Issue
  85. [ubuntu] NowPlaying Screenlet + Amarok = No Cover Shown
  86. [ubuntu] My deskbar shows me unwanted files
  87. [all variants] fsck "unable to resolve" - and fstab i OK - what's wrong?
  88. [all variants] firefox 3 in gutsy
  89. [ubuntu] web pages look terrible in firefox 3 (example: amazon)
  90. [ubuntu] Cant Copy things to Sony PSP
  91. [ubuntu] ubuntu raid5 disaster
  92. Re: Problem Booting After Update
  93. [ubuntu] X random restart (amarok related?)
  94. [ubuntu] Ubuntu File size updates
  95. [all variants] SSH as a proxy tunnel
  96. [ubuntu] Can't get Scale plugin to work with mouse.
  97. [ubuntu] %u %U %F etc.
  98. [ubuntu] Screen res unchangeable
  99. [ubuntu] Installation of a private Brainstorm server
  100. [all variants] [SOLVED] Problem compiling plib1.8.5 "configure: error: could not find working GL lib
  101. [ubuntu] periodic X crashes w/intel 945gm
  102. [ubuntu] Need help calculating installation.
  103. [ubuntu] How to fix firefox 3 graphics crippled by x.org issue
  104. [all variants] [SOLVED] A question about device
  105. [ubuntu] [SOLVED] IMAP, Evolution and GoogleMail
  106. [ubuntu] login window not working
  107. [ubuntu] Under Places menu ( my pictures, my music, etc)
  108. [ubuntu] Desktop freezes when I click the calendar?
  109. [ubuntu] Trying to sync phone with gnome-pilot
  110. [ubuntu] Sim-im
  111. [other] Need your advice. Please help
  112. [ubuntu] Update not working.
  113. [ubuntu] [SOLVED] Hard drive blowing up left and right.
  114. [ubuntu] Not able to use Compiz in Ati x200, Hardy. Help!
  115. [ubuntu] need help with sbackup. need a regular expression regex to exclude new hardy trash
  116. [ubuntu] Opera randomly closes without warning
  117. [ubuntu] sbackup help needed. Logarithmic purging, is it practical ? too much space ?
  118. Wubi doesn't recognise Ubuntu CD on external Cd-Drive
  119. [ubuntu] GRUB at start-up shows multiple installtions of Ubuntu
  120. [other] Zilog and the Mnemonics Puzzle HELP!!
  121. [ubuntu] Unable to veiw website
  122. [ubuntu] Sound not working
  123. [ubuntu] boot list
  124. [ubuntu] application windows getting hidden
  125. [ubuntu] back up
  126. [ubuntu] Deleted contents of file which saved automatically
  127. [ubuntu] Wine and Dungeons and Dragons Online
  128. [ubuntu] Ubuntu compiuz -> 0.7.6 when/if?
  129. [ubuntu] Why choose emerald over gtk?
  130. [ubuntu] [SOLVED] Undefined index PHP
  131. [ubuntu] Sessions preferences and screenlets.
  132. [other] extract individual tiny file from huge tar
  133. [ubuntu] i can't see the min and close buttons
  134. [ubuntu] Grub Selections
  135. [ubuntu] copy home directory to new computer
  136. [ubuntu] [SOLVED] Error message in Terminal while updating
  137. [all variants] Downloading Firefox 3.0
  138. [ubuntu] Update Manager Problem: Won't Run
  139. [ubuntu] Not able to backup to my WD Passport External Hard Disk
  140. [ubuntu] [SOLVED] how do i choose what programs i want to...
  141. [all variants] Any links to Firefox 3.0 Final torrent or mirror?
  142. [ubuntu] [SOLVED] how do i add a panel?
  143. [ubuntu] Sync Nokia E62 with Evolution
  144. [ubuntu] Ubuntu i386 and x86 64-bit will not boot
  145. [ubuntu] Save As popup hangs Application
  146. [ubuntu] 'p' key no longer works in terminal window
  147. [ubuntu] Grub on usb stick?
  148. [ubuntu] Save installed apps and re-installation
  149. [ubuntu] Best way to rip a DVD on Ubuntu
  150. [ubuntu] newby. desktop install great. laptop install failed ???
  151. [ubuntu] recent update broke my sendmail
  152. [ubuntu] Desktop Effects HELP!
  153. [ubuntu] Ubuntu 8.04 completly freezes when using Totem to play something over the network.
  154. [kubuntu] Screensaver Setup causes Logoff
  155. [ubuntu] Reboot before login screen
  156. [ubuntu] No Clue where to put this: Installing Visual Basic 6!
  157. [ubuntu] Widescreen and sound
  158. [ubuntu] Wireless Dies and Processor 1 Goes to 100% Randomly
  159. [ubuntu] java j2re firefox 3
  160. [all variants] Question about file permissions
  161. [ubuntu] Can't update system - Need keys - Maybe a new source list
  162. [ubuntu] samba shares set up. Permissions problem. Can write but cant change folder name
  163. [all variants] [SOLVED] Screenshot of a portion of a window?
  164. [all variants] Virtual drive?
  165. [ubuntu] What do I need to get these to stream?
  166. [ubuntu] XP Not booting after Install
  167. [ubuntu] BIOS doesn't seem to find GRUB
  168. [ubuntu] Copy HD and get error message
  169. [kubuntu] Taskbar (System tray) Icons
  170. [all variants] Sound inconvenience
  171. [kubuntu] I take it adding a symbolic link to a .py is impossible?
  172. [ubuntu] mount broblem
  173. [ubuntu] Preventing Firefox from remembering last save location.
  174. [ubuntu] Ubuntu Firefox 3 not as pretty as Windows version!
  175. [ubuntu] Customize Compiz Fusion
  176. [all variants] MPLAYER plugin alternative
  177. [ubuntu] fsck found corruption in root, but...
  178. [ubuntu] [SOLVED] Installing Rails
  179. [ubuntu] screen goes blank when left on login screen
  180. [all variants] Computer Became Extremely Slow
  181. [ubuntu] Display sleep - minimum 55mins on battery
  182. [ubuntu] Sound plays, but first window doesn't appear even after a few hours
  183. [all variants] When will firefox 3 final hit the repos?
  184. [kubuntu] how do you burn DVD9?
  185. [ubuntu] Transmission or BitTorrent?
  186. [ubuntu] Stuck in Offline mode in FF3 final?
  187. [ubuntu] [SOLVED] Conky doesn't obey update interval setting in .conkyrc
  188. [kubuntu] Laptop internal microphone (noisy voice)
  189. [ubuntu] Make script to run on mount
  190. [ubuntu] startup-manager
  191. [ubuntu] Manually installing an eye tracker for Linux
  192. [ubuntu] not yet available in gnome??
  193. [all variants] I've been wanting to make a "Master Compatibility" for Linux
  194. [ubuntu] .RAR Files
  195. [ubuntu] dualboot with 2 HDDs
  196. [ubuntu] No sound with 2.6.24-19-generic
  197. [ubuntu] file->new->model disabled in matlab
  198. [ubuntu] Login screen reloads continuously
  199. [ubuntu] Suspend or Hibernate = No audio after return
  200. [kubuntu] evolution won't send/receive
  201. [ubuntu] Dual Booting Options
  202. [ubuntu] 8.04 randomly freezing requiring hard shut down, caps and scroll lock flash
  203. [all variants] cheers from an apreciating newbie
  204. [ubuntu] Ubuntu keeps asking me for an nm-applet password
  205. [all variants] ...What?!
  206. [ubuntu] How to uninstall Ubuntu 7.10
  207. [ubuntu] Cant boot cannot find GRUB
  208. [ubuntu] Can't enter os selection menu
  209. [ubuntu] How Do I Make Firefox 3 Look Like Firefox 3 On Mac OS X?
  210. [ubuntu] Changes in Firfox & Search menu on ubuntu forum
  211. [xubuntu] flash installed, not recognized
  212. [all variants] Quick text-editing question
  213. [ubuntu] Keyboard layout has Misplaced Keys
  214. [all variants] Force Firefox to operate in single window mode
  215. [ubuntu] Suspend/Hibernate causes screen color bleeding after reboot in 8.04
  216. [ubuntu] How to load preload at startup
  217. [ubuntu] Custom window transparency settings through a theme
  218. [ubuntu] Desktop effects can't get enabled.
  219. [other] Help with making XFCE version of gOS Space?
  220. [ubuntu] tweak after re-sizing swap partition
  221. [ubuntu] Shell Script errors
  222. [ubuntu] I got this error when trying to download a update
  223. [ubuntu] Hardy - NoSound !
  224. [ubuntu] Why Bnetd, why?
  225. [ubuntu] NoMachine Ubuntu(d/t)-server /Windows-client advice pls
  226. [ubuntu] Repositories!!
  227. [ubuntu] Keyboard layout disappears
  228. [ubuntu] Backup Scheme Help
  229. [ubuntu] ubuntu 7.10, wine, and urban terror
  230. [ubuntu] Messed up sudoers files
  231. [ubuntu] Image old hard drive onto new hard drive.
  232. [ubuntu] nOOb wants to know where to post the following
  233. [ubuntu] Logon Screen Small Resolution
  234. [ubuntu] RTCW:ET and various, Cannot Display This Video Mode.
  235. [all variants] Recovering file from a stupid mv
  236. [ubuntu] installed realplayer, firefox still using totem
  237. [ubuntu] Using Logitech Bluetooth mouse with Ubuntu
  238. [ubuntu] Blender 2.46 on Hardy.. Can it be done?
  239. [ubuntu] cannot find /boot/grub/stage1
  240. [ubuntu] suspend stopped working suddenly
  241. [ubuntu] install Java EE 5 Tools Bundle Update 5 ubuntu 8.04
  242. [other] Sun JDK uninstall
  243. [all variants] I can't load linux... Please help...
  244. [ubuntu] Ubuntu system so slow, and consuming lot of CPU processing
  245. [all variants] Server and Thin Client help - Classroom
  246. [ubuntu] .inf ?
  247. Wubi installtion with Error 15
  248. [ubuntu] [SOLVED] I just upgraded from Gutsy to Hardy and now I have no sound.
  249. [ubuntu] Want to buy a webcam for laptop
  250. [ubuntu] Hardy upgrade tragedies