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 replace kernel
  2. Wubi Not Starting after Installation
  3. [all variants] [SOLVED] Strange Battery Problem, and Display Brightness question
  4. [ubuntu] [SOLVED] Mouse touchpad scroller stopped working.
  5. [ubuntu] Desktop Effects Could Not be Enabled
  6. [ubuntu] Hardy Flash problems again
  7. [ubuntu] Network dies after vpnc-disconnect
  8. [ubuntu] Can't Change Wallpaper
  9. [ubuntu] I can't install updates
  10. [all variants] Keyboard macro sofware
  11. [ubuntu] pidgin crash, ichat
  12. [xubuntu] Net acces slowdown, suggestions needed.
  13. [ubuntu] Help, my shutdown dialog
  14. [ubuntu] printing html hierarchy
  15. [ubuntu] After i download the md5 check sum is wrong
  16. [ubuntu] software for keeping ideas, learning and doubts together
  17. [ubuntu] bluetooth problem
  18. [ubuntu] External drive is read-only, can't change
  19. [ubuntu] Ubuntu don't start after crash
  20. [all variants] apcupsd: Cannot find UPS device --
  21. [ubuntu] Gamecolony
  22. [all variants] HIBERNATION is no different than Shut down + Restart... why?
  23. [ubuntu] intensive disk access brings computer to a halt
  24. [all variants] Deluge, multiple torrents, everyone stalled
  25. [SOLVED] can't get out of the gate 2
  26. [ubuntu] Nautilus freeze on large files
  27. [ubuntu] unable to copy files to USB drives or burn CD-R's
  28. [ubuntu] Can't install libpng12-dev
  29. [ubuntu] I need to install grub seperatly... how?
  30. [ubuntu] install ubuntu on a 2gb usb stick
  31. [ubuntu] Ubuntu 8.04 boot problem
  32. [ubuntu] Login/Logout Script And SVN
  33. [ubuntu] [SOLVED] How to change User Name?
  34. [ubuntu] Any software to use USB flash drive as your pasword keyring?
  35. [ubuntu] Intel Dual CPU e2160, only one core detected. why?
  36. [ubuntu] Scim
  37. [gnome] custom launcher:sleep
  38. [gnome] [SOLVED] gnome menu bar icons
  39. [ubuntu] Compiz and Firefox messed
  40. [all variants] Midnight Commander
  41. [ubuntu] Even after linux reboot, virtualbox is slow
  42. [ubuntu] vista mounting problem
  43. [all variants] Flash mx 2004 free trial error message in Crossover
  44. [ubuntu] Ubuntu Won't Bootup Since Update
  45. [ubuntu] Conky Stuck On Top
  46. [ubuntu] [SOLVED] Linux partition full, whats going on?
  47. [other] Dell won't boot from ANY cd
  48. [ubuntu] GPartEd problem
  49. [ubuntu] workspace wallpapers
  50. [ubuntu] RealPlayer in FireFox
  51. [ubuntu] Audacity no longer plays sound
  52. [ubuntu] [SOLVED] typing unicode character issue
  53. [kubuntu] KDE4 install/upgrade
  54. [ubuntu] Cannot Boot to Ubuntu Anymore (Only Windows)
  55. [ubuntu] [SOLVED] can ubuntu be affected by macro viruses?
  56. [ubuntu] No video play back on a fresh Hardy
  57. [ubuntu] How to stop snd_hda_intel
  58. [ubuntu] Booting from SATA drive on PCI controller
  59. [ubuntu] phpmyadmin 403 error
  60. [other] {HOW-TO} Installing Elements for Compiz Fusion
  61. [ubuntu] nvidia drivers
  62. [ubuntu] PLEASE HELP- Ubuntu cant find home directory, but it is there!
  63. [ubuntu] HP Pavilion dv6815nr with Ubuntu?
  64. [ubuntu] Broken Login Screen
  65. [ubuntu] Hardy: Problem with Crossover Linux RESOLVED!!!
  66. [ubuntu] cannot display network servers aka SAMBA
  67. [all variants] Recovering Lost Partition
  68. [ubuntu] Screen Resolution Settings Unmatched
  69. [ubuntu] Uninstalling a second ubuntu.
  70. [all variants] Input/output error during bulk file copy between 2 usb disks
  71. [ubuntu] [SOLVED] Nautilus 2.22.3 Icon zoom adjustment
  72. [ubuntu] How to Find Out What Wireless Card You're Using
  73. [ubuntu] How to add Main Menu in Cairo Dock
  74. [ubuntu] I can't get my Sansa Clip connect to my Sytem.
  75. [ubuntu] Firefox 3 Beta 5
  76. [ubuntu] /dev/.static/dev ??? two mountpoints???
  77. [ubuntu] [SOLVED] How to merge multiple PDFs into one PDF?
  78. [ubuntu] Applications starting on log-in and log-out on standby?
  79. [ubuntu] Ubuntu Hardy inconsistantly starts up
  80. [ubuntu] Nvidia GeForce installation on ubuntu Help!!
  81. [ubuntu] Installed lm-sensors and lost all network connectivity
  82. [all variants] VirtualBox problems after last kernel upgrade
  83. [ubuntu] need help with Compiz 0.7.6
  84. [ubuntu] A prog to scroll through Pdfs?
  85. [ubuntu] showing an icon for having capslock on?
  86. [ubuntu] Can't use Skype & Exaile simultaneously
  87. [xubuntu] Change Resolution
  88. [all variants] [SOLVED] yet another sudo & scripts thread
  89. [ubuntu] Sticky Notes
  90. [ubuntu] you do not have permission to write to this folder !
  91. [ubuntu] Crontab runs different than terminal
  92. [xfce] how do you install fonts?
  93. [ubuntu] Mapping a network drive
  94. [ubuntu] [SOLVED] Sound Issues + More
  95. [ubuntu] Won't boot with wireless card plugged in...
  96. [ubuntu] How to Successfully Install An Epson Scanner on Ubuntu
  97. [ubuntu] Graphical Boot Loader?
  98. [ubuntu] Reset Gnome Menu Bar
  99. [ubuntu] Connect to the internet
  100. [ubuntu] package manager not working
  101. [ubuntu] USB Failure after using Ubuntu for awhile
  102. [ubuntu] No-download Media Streaming?
  103. [ubuntu] Emerald and compiz wont work
  104. [ubuntu] GParted NTFS grow FAILED
  105. [ubuntu] Vinagre and Windows (as in Microsoft, not X)
  106. [gnome] compiz-fusion with Defaultdepth 16 ?
  107. [ubuntu] How do I speed up the panels' unhide animation
  108. [edubuntu] help with installation
  109. [ubuntu] Shell script help
  110. [ubuntu] Can See Wireless Network But Can't Connect
  111. [ubuntu] [SOLVED] Console font issues
  112. [ubuntu] Can't unmount CD when using Wine
  113. [ubuntu] libgtk2.0-dev install problems (apt)
  114. [all variants] GPG error when updating - Fresh Install
  115. [ubuntu] Firefox Menu / MurrinaDBO
  116. [ubuntu] Cant install on laptop
  117. [ubuntu] Firefox text too big/small
  118. [xubuntu] apt keeps asking me to insert the cd
  119. [ubuntu] Internet TV Application and alternatives ?
  120. [ubuntu] emerald/compiz fusion little problem
  121. [ubuntu] HELP with NDISwrapper!!!
  122. [ubuntu] Open Remote Files 8.04
  123. [ubuntu] octave2.9-forge install problems
  124. [ubuntu] [SOLVED] Problem with Apostrophes/Quotes
  125. [ubuntu] Will the Screenlets in Hardy's repos ever be updated?
  126. [ubuntu] Set up wireless connection
  127. [ubuntu] [SOLVED] gnome users-admin
  128. [all variants] Sound and SSH
  129. [ubuntu] broken labtop screen automatic vga out
  130. [all variants] [SOLVED] Setting Up a LAN Without Internet
  131. [ubuntu] [SOLVED] Google Earth permission problems
  132. [SOLVED] Movie Player/ Media Player wont play music
  133. [ubuntu] Windows based programs on Ubuntu?
  134. [ubuntu] gftp disconnects all the time
  135. [ubuntu] specific restore question
  136. [ubuntu] Dansguardian blocking all websites except google suite
  137. [ubuntu] HELP with terminal
  138. [ubuntu] VGA out unresponsive
  139. [SOLVED] Need Help- Buggy Hardy
  140. [all variants] uswsusp installation problems
  141. [ubuntu] Can't Find Device Manager
  142. [ubuntu] Installing Sauerbraten 2007, help please
  143. [ubuntu] Darklooks theme doesn't load after restart
  144. [ubuntu] Gnome Screenshot bug?
  145. [ubuntu] Symbolic Links - A way to undo?
  146. [ubuntu] Compiz fusion, need bigger ram?
  147. [ubuntu] [SOLVED] Can't see google logo
  148. [all variants] BASH recursive directory search
  149. [ubuntu] My Computer is broked
  150. [ubuntu] Hardy can't login to xfce/gnome after boot.
  151. [ubuntu] Blank Screen Nothing Loads....
  152. [ubuntu] Mounting partitions
  153. [ubuntu] [SOLVED] 32 or 64 bit on Intel Core 2 Duo?
  154. [ubuntu] Unable to use ekiga, linphone neither use encrypted keys
  155. [ubuntu] Compiz Fusion PLEASE HELP
  156. [ubuntu] [SOLVED] Think I broke it.
  157. [SOLVED] boot manager, repeated entry
  158. [ubuntu] Make the most stable Ubuntu for your office. Newbies only!
  159. would wubi prevent me from using tv as second monitor? help please!
  160. [ubuntu] [SOLVED] Ubuntu Logo
  161. [ubuntu] [SOLVED] How to DISABLE compiz and desktop effects???
  162. [ubuntu] PPPoE doesnt work after installing vmlinuz-2.6.24-18-generic
  163. [ubuntu] Internet in Ubuntu
  164. [ubuntu] saving theme (window border/application appearance)
  165. [ubuntu] Need help Nvidia GeForce 8200 integrated graphics
  166. [ubuntu] How to Secure Data on a Laptop?
  167. [ubuntu] what does this mean??
  168. [ubuntu] Trying to set up a low resolution web-cam with Ubuntu using aMSN.
  169. [ubuntu] Signal out of range during boot
  170. [ubuntu] Install partition problem
  171. [ubuntu] What is this error ?
  172. [ubuntu] I Need Help
  173. Problems at starting Ubuntu after installing Wubi
  174. [ubuntu] Wireless Network Device missing?
  175. [all variants] JVM Unable to start with Freenet HELP
  176. [ubuntu] Suspend logs me out
  177. [all variants] NTFS defragment and misc questions
  178. [ubuntu] Transmission - I fail to create torrents
  179. [ubuntu] Taking webcam snaps with cheese?
  180. [ubuntu] [SOLVED] Advanced effects wont work
  181. [ubuntu] whireshark cann't detect interfaces..
  182. [all variants] synaptic - kde-devel missing dependencies
  183. [gnome] Is Ubuntu 5.10 theme still available?
  184. [ubuntu] Broadcom Help!
  185. [ubuntu] dvd drive problems
  186. [ubuntu] Sound loss causes problems
  187. [gnome] [SOLVED] Please help - my Ubuntu has gone crazy!
  188. [ubuntu] system freezes on user switch (radeon hd2350, ati open source driver)
  189. [SOLVED] Does ubuntu come with a firewall? And if so how do I turn it on?
  190. [ubuntu] Making a swap partition
  191. [ubuntu] Help! Cdrom device disappeared!
  192. [xubuntu] Hard Drive Partition Mount Problem
  193. [ubuntu] Hardy Freezes When Unplugged and Idle
  194. [other] Can you use Crystal icons on your site?
  195. [ubuntu] [SOLVED] Windows open behind panel
  196. [all variants] Shrinking Volume
  197. [ubuntu] Start Pidgin Without Window
  198. Unsupported Resolution
  199. Increase space
  200. [ubuntu] System stalling on Mail Transport Agent (MTA) Sendmail
  201. [ubuntu] Did edgy repositories go away?
  202. [ubuntu] Update problems
  203. [ubuntu] Logitech Quickcam Activity Light Always Lit
  204. [kubuntu] [SOLVED] ati/xgl+compiz crashes when maximizing windows
  205. [ubuntu] Way too many bugs in ubuntu
  206. [ubuntu] Trying to get Compiz going with ATI Radeon 1100
  207. [ubuntu] Odd mouse behaviour in Games
  208. [ubuntu] [SOLVED] Having trouble with fstab and ntfs automount
  209. [ubuntu] [SOLVED] Help with Repos
  210. [ubuntu] [SOLVED] Trash panel icon missing
  211. [ubuntu] dosbox / dual monitor . full screen problem
  212. [ubuntu] Suspend/Hibernate doesn't work.
  213. [all variants] URGENT can not log in
  214. [kubuntu] How to debug a system freeze
  215. [ubuntu] Menu icon
  216. [ubuntu] Wine and Google Apps
  217. [ubuntu] Ubuntu, can't login?!?!
  218. [ubuntu] Show only part of the line for context in grep?
  219. [ubuntu] Is there a way to add the "Main Menu" to the right-click desktop context menu?
  220. Problems comprehending the steps to compile a kernel
  221. [ubuntu] Rez is stuck at 640x480...Don't know what to do.
  222. [ubuntu] [SOLVED] Is the weather wrong on your Panel Clock and Weather Display?
  223. [ubuntu] Update Manager: "Could not download all repository indexes"
  224. [ubuntu] fsck causes kernel panic
  225. [ubuntu] [SOLVED] Can't change desktops after enabling desktop cube
  226. [ubuntu] How do I print Evolution contacts alphabetically?
  227. [ubuntu] [SOLVED] can't start typing in Tilda terminal
  228. [ubuntu] Firefox Crashes Ubuntu!
  229. [ubuntu] I recieve this during boot up |B`e-$|B`e-$_ and it just stays there
  230. [ubuntu] Best Search Application for Evolution
  231. [ubuntu] Whats the best format for music?
  232. [ubuntu] Ine Dire Need Of Urgent Help!
  233. [all variants] How do I make a 1:1 copy of my hard drive?
  234. [ubuntu] Firefox needs too much resources
  235. [ubuntu] Add laucnchers to awn?
  236. [other] resize vista primary partition?
  237. [ubuntu] [SOLVED] getting rid of the orange... ekk
  238. [ubuntu] [SOLVED] Running terminal on Desktop
  239. [ubuntu] Screen and graphics card not detected
  240. [ubuntu] Jokosher won't install through synpatic package manager.
  241. [ubuntu] Firefox freezes the system
  242. [ubuntu] Cairo-Dock help?
  243. [xfce] cannot change compiz window decorator theme
  244. [ubuntu] Scanner driver
  245. [other] Firefox plugins broken?
  246. [ubuntu] update question
  247. [ubuntu] Two login errors.
  248. [ubuntu] Ftp manager
  249. [ubuntu] [SOLVED] I think synpatic package manager is corrupted
  250. [ubuntu] [SOLVED] Is there an alternate mount handler to fstab?