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] Brasero Error While Burning (Unhandled error aborting) details inside please help!
  2. [ubuntu] Screen Resolution too big
  3. [ubuntu] Startup Programs Issue
  4. [ubuntu] [SOLVED] Lost firefox settings
  5. [ubuntu] Problem with sound at startup
  6. [all variants] [SOLVED] chown went wrong, broke openoffice.org
  7. [ubuntu] firefox 3 cannot get real player plugin
  8. Unable to boot into Ubuntu from Windows boot menu
  9. [ubuntu] ok really annoying hard drive problem
  10. [ubuntu] test folder is empty shell script
  11. [all variants] Special mount command for USB devices?
  12. [ubuntu] Excessive RAM Usage During Operations
  13. [ubuntu] can't get large files from https server
  14. [ubuntu] Guarddog and Palm Pilot Internet Sharing
  15. [kubuntu] apt-get upgrade woes: lirc!
  16. [ubuntu] Ubuntu Graphics Failure
  17. [ubuntu] Mounting queries
  18. [xubuntu] Poor Spanish translation in Xubuntu
  19. [ubuntu] Totally ruined everything...graphics card/driver help
  20. HOW-TO share F-Spot photo manager between multiple users on a single machine or NFS!
  21. [all variants] Linux Software
  22. [ubuntu] Ubuntu 7.10 in virtualbox
  23. [ubuntu] Evolution password and keyring - please help me stop the madness!
  24. [ubuntu] My screen resolution randomly freaks out
  25. [ubuntu] screen resolution meltdown
  26. [ubuntu] Yet another boot problem
  27. [ubuntu] Ubuntu 8.04, X11, and VNC
  28. [ubuntu] Not getting updates...
  29. [ubuntu] Login screen doesn't fit right and how do you change the backround?
  30. [ubuntu] Clam, nvidia, dvd, settings problems.
  31. [ubuntu] Cannot login on first attempt; no effects
  32. [all variants] Kernel update release notes?
  33. [ubuntu] changed GDM now I no longer get login window
  34. [ubuntu] Clock no longer works
  35. [ubuntu] [SOLVED] Changing CD-ROM to Ubuntu Sites
  36. [ubuntu] Controlling ubuntu from desktop?
  37. [all variants] GRUB Loader and Hard Drive Boot Priority
  38. [ubuntu] How do I install XP on second Hard Drive?
  39. [ubuntu] Chunk or File Joiner as done in Dos "Copy /b"
  40. [ubuntu] Login Screen Help!
  41. [other] Data recovery software for ext2?
  42. [ubuntu] Desktop effects broken
  43. [xubuntu] Firefox 3 problem with bookmarks import
  44. [ubuntu] I have just compiled and install tor and vidalia but I cannot start Vidalia
  45. [ubuntu] Ubuntu install failure :(
  46. [ubuntu] E: tor: subprocess post-installation script returned error exit status 1 E: vidalia:
  47. [ubuntu] Intro (Drum Beat) Looping
  48. [all variants] How do you see which packages were updated (for security) automatically?
  49. [ubuntu] problem with the login screen.
  50. [ubuntu] [SOLVED] Auto-fix php references to files by case
  51. [ubuntu] Adding domains to the server?
  52. [all variants] cron trobles
  53. [ubuntu] CPU History flatlines while using pidgin
  54. [ubuntu] supported video files (other than ogg)
  55. [ubuntu] Kompozer Problem in 8.04
  56. [ubuntu] Help with parallels 2.2 for linux
  57. [ubuntu] Update panel icon explanation required
  58. [ubuntu] Ubuntu Randomly Decides To Run Slow And Not Respond
  59. [ubuntu] [SOLVED] emerald theme manager
  60. [ubuntu] file problem
  61. [kubuntu] tascorp 17a1 webcam
  62. [all variants] NTFS Partittion recovery Help please.
  63. [ubuntu] Which one is the best composite manager for ATI?
  64. [other] Compiz: Show entire window border when maximized
  65. [all variants] sudo shutdown now
  66. [ubuntu] [SOLVED] SimDock - Error: Dependency is not satisfiable: libwnck18
  67. [all variants] Lightest Distro?
  68. [ubuntu] [SOLVED] PHP5 on apache 2 displays rubbish...
  69. [xubuntu] Program Start-Up Issues (mythtv)
  70. [ubuntu] Black screen after boot :(
  71. [ubuntu] What application places HD/partitions on Desktop?
  72. [all variants] looking for a program to sort files automatically (like FileMonkey in Windows)
  73. [ubuntu] Firefox Extensions and Themes.
  74. [ubuntu] System crash inodes
  75. [ubuntu] Easy Dock
  76. [ubuntu] I have two problems
  77. [ubuntu] cant swap my monitors position.
  78. [ubuntu] [SOLVED] phpmyadmin doesn't put a folder into /var/www
  79. [ubuntu] Did Firefox 3.0 get installed?
  80. [ubuntu] Unwanted apps on startup Unwanted apps. and windows on startup
  81. [ubuntu] Installing XSLT Functions
  82. [ubuntu] Firefox 3 trouble
  83. [ubuntu] How to install LTSP Manager
  84. [ubuntu] Default boot to Vista
  85. [all variants] Session startup options
  86. [ubuntu] Sound When Loading Ubuntu
  87. [all variants] eee PC Easy Mode style desktop
  88. [ubuntu] Keyboard layout - it keeps reverting to the wrong settings!
  89. [ubuntu] file location - localhost
  90. [ubuntu] Laptop randomly crashes since installing 8.04
  91. [other] New
  92. [kubuntu] Openoffice crashes on exit and some Java issues
  93. [ubuntu] supertux config
  94. [ubuntu] blur support for old hardware
  95. [all variants] [SOLVED] Opening Applications in Firefox 3
  96. [ubuntu] USB HDD disconnects when copying a file
  97. [ubuntu] effects
  98. [gnome] Volume control - does not work properly
  99. [ubuntu] Update Manager - Synaptic Package Manager
  100. [ubuntu] Ubuntu8.04 Install additional plugins for compiz
  101. [ubuntu] LAMP-server and maintenance
  102. [other] Anyone Else Getting The Recent Spam?
  103. [kde] Setting alpha transparency for windows
  104. [ubuntu] best emerald,gtk theme
  105. [ubuntu] curses library for psybnc
  106. [ubuntu] Beagle not indexing document contents
  107. [ubuntu] Fileserver remote login questions
  108. [ubuntu] Weird problem with gnome i guess
  109. [xubuntu] How do I change my default file manager to Nautilus?
  110. [all variants] need help writing a script
  111. [all variants] [SOLVED] Can't unrar many parts
  112. [kubuntu] Automatic Updates
  113. [all variants] [SOLVED] sendmail await something from me
  114. [ubuntu] Safe to delete previous versions of /boot files?
  115. [all variants] Q: Use of Ubuntu Server in commercial product
  116. [all variants] small thumbstick distro
  117. [ubuntu] Sync Yahoo Addressbook with anything
  118. [ubuntu] Terminal Server Help Linux noob*
  119. [xubuntu] ubuntu help (urgent)
  120. [ubuntu] Large number of updates?
  121. [ubuntu] Processor going nuts at times
  122. [ubuntu] Force Install/Remove/Update
  123. [ubuntu] Ubuntu 8.04 hangs
  124. [ubuntu] [SOLVED] Undefined variable: brandname
  125. [ubuntu] Wine and Gnome desktop files issues
  126. [xubuntu] mythv setup - how do i set up my dvb portion
  127. [ubuntu] Update manager not working!!
  128. [ubuntu] a question about the the look of the terminal
  129. [xubuntu] [SOLVED] Help! Desktop Panels gone
  130. [ubuntu] Sametime Window don't open
  131. [ubuntu] Editing xorg.config
  132. [ubuntu] Configuring GMAIL and hotmail in Firebird
  133. [kde] Ktorrent: "cannot preallocate diskspace: invalid argument"
  134. [ubuntu] [SOLVED] Ubuntu / Vista Ultimate
  135. [ubuntu] Black Screen - no response
  136. [ubuntu] Netzero Internet question
  137. [ubuntu] Use different theme for firefox
  138. [ubuntu] Slow system when using disk
  139. [all variants] Out of space error when i have 55GB available
  140. [all variants] Firefox CPU spikes on Eee PC
  141. [ubuntu] No system sounds
  142. [ubuntu] [SOLVED] Nautilus Behaves like Windows 95 Explorer
  143. [ubuntu] Can't update
  144. [ubuntu] apt-get broken? want gimp gone, and touchy-feely issues.
  145. [ubuntu] [SOLVED] I cant see my screen now! Aaaahhhhh!
  146. [xubuntu] PS3 Varioius Issues
  147. [all variants] [SOLVED] Removing a .deb package
  148. [ubuntu] [SOLVED] Rhythmbox - reset the library
  149. [xubuntu] xubuntu top and bottom menus are gone
  150. [all variants] A little help with monit
  151. [ubuntu] History button in firefox very slow???
  152. [ubuntu] Burning an .ISO
  153. [xubuntu] Graphics Drivers Not Functioning?
  154. [ubuntu] full screen game crash
  155. Combining 2 commands in shell scripting
  156. [all variants] 8.04 CinePaint how do i get it.
  157. [ubuntu] seeking understanding re. dmesg errors
  158. [kubuntu] sharing photos
  159. [mythbuntu] [SOLVED] kjournald and pdflush constantly writing to HD
  160. [xubuntu] mt status very slow on empty tape drive
  161. [ubuntu] Advice regarding linux OS for PDA
  162. [SOLVED] Installing Flash on Mozilla's Firefox 3 for 64-bit
  163. [ubuntu] Change Cairo Dock icon positions.
  164. [ubuntu] G9 Mouse Buttons
  165. [ubuntu] programs not exiting on close
  166. [ubuntu] Firefox 3.0 & Animations
  167. [ubuntu] glibc 7.10
  168. [ubuntu] Unable to install netbeans
  169. [ubuntu] TFT Monitor Resolution
  170. [gnome] WiFi Connection applet missing
  171. [ubuntu] Configuration help
  172. [ubuntu] Writing to a FAT32 filesystem
  173. [all variants] Printing error - sh: a2ps: not found
  174. [other] [SOLVED] USB wireless
  175. [ubuntu] Need help getting VirtualBox to work
  176. [ubuntu] Mouse over on top panel minimizes GRAH!!!
  177. [ubuntu] Anyone using EnvyNG with latest Hardy updates?
  178. [ubuntu] USB 1-2: Device not accepting address 2
  179. [ubuntu] [SOLVED] update manager errors in Hardy
  180. [ubuntu] I cant boot into Ubuntu.
  181. [all variants] Find a textstring in many files and replace it
  182. [ubuntu] "Open With" in Evolution is not the same as in Nautilus
  183. [ubuntu] Firefox Install Confused about Which Data to Use?
  184. [ubuntu] help! ctrl-alt-f1 doesn't work
  185. [other] Lb
  186. [all variants] APT-GET and Synaptic problems
  187. [kubuntu] Printer list appears empty on some application, but is OK on others
  188. [ubuntu] libc library install
  189. [all variants] Reinstalling Vista Error
  190. [ubuntu] [SOLVED] 'Firefox-3.0 restart required' won't go away
  191. [ubuntu] Login fade effect
  192. [ubuntu] Open Office won't start
  193. [ubuntu] Read Only attribute
  194. [ubuntu] Can't install Ekiga snapshot
  195. [ubuntu] fsck
  196. [ubuntu] Fullscreen problems
  197. [ubuntu] i think i screwed up my ubuntu
  198. [all variants] automatically deb-postinstall proceeding possible?
  199. [ubuntu] Help with VMWare and ubuntu comm ports
  200. [all variants] I want to make a script that changes my dynamic IP
  201. [ubuntu] Video camera problems
  202. [ubuntu] Help, please.
  203. [ubuntu] [SOLVED] Change from execute sudo only
  204. [ubuntu] [SOLVED] Password File
  205. [kubuntu] [SOLVED] problem with nvidia 6200 and compiz at kubuntu 8.04
  206. [ubuntu] problems after installation of vmware workstation 6 on Hardy
  207. [xubuntu] Xinerama cant drag windows across screens
  208. [gnome] Gnome issues
  209. [ubuntu] PHP/localhost problem
  210. [ubuntu] Keyboard layout problem = No Super key
  211. [ubuntu] [SOLVED] Adobe Reader Default for Firefox
  212. [ubuntu] Panic!!
  213. [ubuntu] Images are pixelly and colours arn't too great either
  214. [ubuntu] acess shared folders in windows
  215. [ubuntu] Now that I have AWM
  216. [ubuntu] Changing graphics card driver to improve Compiz
  217. [ubuntu] Can I install programs onto an extra storage device?
  218. [ubuntu] [SOLVED] Hardy v8.04 freezes when I click on the shutdown button
  219. [ubuntu] minimize, maximize and close are gone
  220. [ubuntu] glib2 error when trying to install Audacious
  221. [ubuntu] NetBeans frequently crashes
  222. [ubuntu] Widescreen black border on the left
  223. [ubuntu] Dual-Boot Ubuntu/Slackware Help
  224. [ubuntu] [SOLVED] screen un-explainably dimmed alot
  225. [ubuntu] help with compiz
  226. [ubuntu] dule boot prob...
  227. [ubuntu] Sound out after suspension
  228. [ubuntu] MPX configuration instructions
  229. [ubuntu] [SOLVED] 6200 and ubuntu problem with compiz please help! :(
  230. [ubuntu] Getting Quickbooks 08' Pro to Work
  231. [ubuntu] changing ports
  232. [ubuntu] Weird Nautilus Problem
  233. [ubuntu] [Hardy] Running in low-graphics mode?
  234. [ubuntu] Firefox 3???
  235. [ubuntu] Murrinastormcloud after gksu
  236. [all variants] Sound Problem
  237. [ubuntu] Problems with Virtualbox OSE
  238. [kubuntu] kubuntu non-responsive screen
  239. [ubuntu] Weird problem with the eye-candy features in Ubuntu
  240. [ubuntu] doesnot launch!
  241. [ubuntu] Ubunu Error 1 Message
  242. [ubuntu] 7.10 to 8.04 Upgrade - Firefox + cups-pdf printing blank pages.
  243. [all variants] [SOLVED] Extra Kernels in Grub
  244. [ubuntu] How To Get YahElite Working In Ubuntu
  245. [ubuntu] [SOLVED] Where does the Firefox executable hide?
  246. [all variants] Low Graphics Mode
  247. [ubuntu] Linux client in Windows Network Domain
  248. [ubuntu] borderless firefox issue
  249. [ubuntu] Bad hard drive. Ubuntu LiveCD 6.10 Help.
  250. [all variants] PHP without suhosin