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] Odd Menu lag!
  2. [ubuntu] Wireless on Live CD?
  3. [ubuntu] keyboard stops working after restart
  4. [ubuntu] Program installation problems
  5. [other] recovering harddrive
  6. [all variants] security.ubuntu.com
  7. [ubuntu] Can't boot, Kernel panic
  8. [ubuntu] java + funambol issues
  9. [all variants] Problem extracting large archive with file-roller
  10. [ubuntu] Remove Hardy Heron from boot list
  11. [ubuntu] Desktop Effects not working on 8.04 (Radeon 9600xt)
  12. please help! how to remove boot manager?
  13. [all variants] Suspend script stalls on "modprobe ndiswrapper"--why?
  14. [xubuntu] Prevent gdmsetup from updating GDM until 'Close' button pressed
  15. [ubuntu] Networkmanager crash at shutdown
  16. [ubuntu] [SOLVED] Can Cairo no always be on top?
  17. [ubuntu] Apache2 Problem = External Connection Time out
  18. [ubuntu] Dual monitors won't turn on
  19. [all variants] Intel GMA 950 & 8.04 - work?
  20. [ubuntu] Is there a good frontend for PDFTK ?
  21. [xubuntu] Add a phone through bluetooth
  22. [ubuntu] Monitor/Screen Flicker
  23. [ubuntu] Nvidia - Plasma
  24. [ubuntu] Login error: error while loading shared libraries: libgssapi_krb5.so.2
  25. [ubuntu] Firefox 3 Beta 5 Check for Updates Grayed Out
  26. [ubuntu] Windows failing to boot after uninstalling ubuntu
  27. [mythbuntu] using installed programs
  28. [ubuntu] numlock issues
  29. [all variants] Gparted taking too long to resize
  30. [ubuntu] Scan website,host
  31. [all variants] [SOLVED] A question about software RAID (performance)
  32. [ubuntu] Special Characters?
  33. [kubuntu] apache server not working
  34. [ubuntu] Master volume does NOT control volume.
  35. [ubuntu] problem dual booting XP with 2 HDDs
  36. [ubuntu] GShutdown doesn't shut down my computer...
  37. [ubuntu] Rendering issue with transparent text
  38. [ubuntu] Pc via laptop screen
  39. [ubuntu] External volume corrupt
  40. [ubuntu] VNC + SSH, Connection Established but no Remote Control???
  41. [ubuntu] Can I boot from the Ubuntu Live CD to an installed Ubuntu on my 2nd hard drive?
  42. [ubuntu] RAID5, 6 disks, dualcore 2.4ghz
  43. [ubuntu] How can I change to root user?
  44. [all variants] recover harddrive data
  45. [ubuntu] User scripts not working in Epiphany!?
  46. [ubuntu] Can't Delete a database from MySQL
  47. [ubuntu] Suspending and Hibernation in hardy -- failed
  48. [ubuntu] Java
  49. [ubuntu] in Grub boot menu
  50. [ubuntu] 2.6.24-16 rt kernel and problems
  51. [ubuntu] Help me install this...(slowly going insane)
  52. [ubuntu] Unable to see windows partition- Installed via wubi on same drive
  53. [ubuntu] New to Ubuntu - Slow Redraws
  54. [ubuntu] no MIDI playback
  55. [ubuntu] problem with new accounts
  56. [ubuntu] Has the root user got a disk usage limit?
  57. [ubuntu] Is there a theme Guidebook?
  58. [ubuntu] Gnome calendar
  59. [kubuntu] Print to PDF (cups-pdf) for non-kde apps? Firefox...
  60. [ubuntu] I have a grub related problem...
  61. Ubuntu 8.04 into Vista
  62. [ubuntu] Can't play sound in music player/ Firefox simultaneously
  63. [ubuntu] Wierd Terminal behaviour
  64. [ubuntu] Use my old phone modem as a telephone?
  65. [SOLVED] wubi installation problem
  66. [all variants] Accidentally made EVERYTHING transparent.
  67. [kubuntu] Nvidia woes
  68. [ubuntu] How do I flash my Bios?
  69. [ubuntu] Firefox RC1 problem - need help
  70. [ubuntu] [SOLVED] Error installing new themes
  71. [ubuntu] Massive lag in Firefox
  72. [gnome] [SOLVED] Desktop's icons placement config file
  73. [ubuntu] A few questions..
  74. How-to: Prevent your email from being put into the junk folder Using Thunderbird
  75. [ubuntu] Restore
  76. [ubuntu] [SOLVED] Remove lines ending with 'baddump' from a text file?
  77. [ubuntu] Unicode (special) characters in Hardy
  78. [ubuntu] need help with sound blaster audigy 2 zs platinum pro
  79. [ubuntu] Maple 11 installation problem
  80. [ubuntu] desktop effects could not be enabled
  81. [all variants] [SOLVED] automatic shutdown after 2 hours uptime
  82. [ubuntu] Any way to play games without the flickering of Compiz effects - when it is enabled?
  83. [ubuntu] Feisty to Hardy
  84. [ubuntu] [SOLVED] Can't find windows partition on a wubi dual install
  85. [ubuntu] [SOLVED] How do I install compiz fusion and Beryl?
  86. [ubuntu] [vmware] host-guest connection
  87. [ubuntu] Video Driver Problem?
  88. [ubuntu] world of warcraft not running good, need help
  89. [ubuntu] [SOLVED] Can't log in as root
  90. [all variants] Tab scrolling in Firefox...
  91. [SOLVED] Unable to mount Swap
  92. [ubuntu] Need help fatal error!!!
  93. [ubuntu] Wireless on Live CD?
  94. [all variants] Help with AUFS
  95. [all variants] Eclipse run "remembers" last prioject
  96. [ubuntu] busybox nightmare
  97. [kubuntu] [SOLVED] Get new wallpaper not working with PPP
  98. [ubuntu] xp partitioning help
  99. [ubuntu] Most efficient way of inserting Spanish characters
  100. [ubuntu] Dual-core GCC support?
  101. [ubuntu] Having trouble compiling from source...
  102. [ubuntu] Two splash (progress) screens on boot, First is SLOW
  103. [ubuntu] Keyboard stops working & X freezes
  104. [ubuntu] [SOLVED] Desktop folder changed
  105. [other] Automatically run programs on debian start
  106. [ubuntu] Wow on cedega
  107. [ubuntu] Evolution email problem!
  108. [ubuntu] Install Catch22
  109. [ubuntu] Terminal as a download window of firefox, is it possible?
  110. real ubuntu installation from wubi?
  111. [all variants] Quad boot destroyed after use of gparted
  112. [ubuntu] Internet Explorer Clone
  113. [kubuntu] Kubuntu will not shutdown or restart properly
  114. [ubuntu] Tried repartitioning, process was interupted
  115. [ubuntu] Stability issues
  116. [ubuntu] Muchobene
  117. [kubuntu] Missing log-out options
  118. [ubuntu] Vmware Problem (by running a script)
  119. [ubuntu] Add Linux To Boot.ini
  120. [ubuntu] blue tooth help
  121. [ubuntu] Ubuntu keeps crashing! (urgent help needed!)
  122. [ubuntu] Autostart Visuals in Amarok
  123. [ubuntu] Problems Installing Awn Manager and Applets
  124. [ubuntu] Aurora Engine Problem !
  125. [other] Enable OpenGL compositing in GDM?
  126. [ubuntu] Laptop help please
  127. [kde] Problems saving rotation setting on second screen
  128. [ubuntu] hibernate
  129. [ubuntu] compiz and gkt theme problems!!
  130. [ubuntu] screen is weird video card i think
  131. [ubuntu] Can i see my files from windows on ubuntu?
  132. [ubuntu] I think nvclock messed up my drivers
  133. [ubuntu] Missing keyboard shortcuts -- multiple desktops
  134. [ubuntu] bluetooth mx1000 mouse help.
  135. [ubuntu] New to Linux...How do you open ports
  136. [ubuntu] Suspend fails - black screen with blinking cursor
  137. [other] Hard Drive not Detected
  138. [kubuntu] Could not write to the destination file error
  139. [ubuntu] Audio out of sync, hanging/slow logout, pixelated video, slow responsiveness
  140. [SOLVED] RAIDS want increased performance.
  141. [ubuntu] Annoying Settings!!!
  142. [ubuntu] The mystery of the ghost Firefox bookmarks file
  143. [ubuntu] Arrange Files
  144. [SOLVED] Wubi -> "real ubuntu"?
  145. [ubuntu] unable to automate (crontab)
  146. [gnome] Login Window Background
  147. [all variants] A final question
  148. [ubuntu] How do I make sound come out of sound card instead of on board?
  149. [ubuntu] Compiz errors
  150. [ubuntu] [SOLVED] Compiz with Java apps
  151. [ubuntu] [SOLVED] gutsy crash, strange behavior on reboot
  152. Raid 0 Config...Possible?
  153. [ubuntu] 8.04 upgrade file size
  154. [ubuntu] I have no name!
  155. [ubuntu] User Bars Gone
  156. [ubuntu] How can I write in recovery mode?
  157. [all variants] file transfer gtalk to pidgin / audio conferencing
  158. [ubuntu] very simple conky how to
  159. [gnome] Unable to lock .ICEAuthority file when using encfs on entire home directory
  160. [ubuntu] Network Status applet gone (gnome-netstatus-applet)
  161. [all variants] Cron-o-meter Help
  162. [ubuntu] easy samba how to
  163. [ubuntu] Problem with an icon theme
  164. [ubuntu] NTFS partition isn't mounted automatically on startup
  165. [ubuntu] Annoying input and server settings
  166. [gnome] how does gnome-panel starts even after kill?
  167. [ubuntu] MotoRokr Z6m + USB (or bluetooth) + Hardy = Sees hardware but can't do anything
  168. [gnome] Sony Ericson k510i
  169. [ubuntu] Makefile.in
  170. [ubuntu] Location of saved Emails in Evolution with hotway
  171. [ubuntu] [SOLVED] google earth removal
  172. [ubuntu] Problem booting Ubuntu 7 through CD
  173. [ubuntu] Open Office Calc doesn't save MS Excel textBox
  174. [ubuntu] Xampp help
  175. [ubuntu] Switch console programs to english
  176. [ubuntu] Xerox LCD display trouble
  177. [ubuntu] [SOLVED] Extra hard drives
  178. [xubuntu] Loading GRUB.... grub error 18...help
  179. [ubuntu] Anybody know of a screen locking program?
  180. [other] Help with lilo version 22.1
  181. [ubuntu] Suggestion in managing memory usage
  182. [gnome] How to use ctrl + f find in nautilus
  183. [ubuntu] Questions on reinstalling Ubuntu on a dual-booted system
  184. [other] uninstall stops - dkpg --configure -a no help...
  185. [ubuntu] Suspend and hibernate do not work - Anyone know how to fix this?
  186. [ubuntu] need help to install on correct partition
  187. [ubuntu] Why do shadows reflect?? ;)
  188. [all variants] [SOLVED] Change Print to PDF folder
  189. [ubuntu] Installing commercial software
  190. [all variants] [SOLVED] USB stick does not show up in Windows XP/Vista
  191. [ubuntu] Resolution problem: cant't get 1680x1050
  192. [ubuntu] Compiz +Instructions
  193. [ubuntu] Problem with deleting files from my flash drive
  194. [ubuntu] i need to know..
  195. [ubuntu] Problem with Sources List
  196. [ubuntu] GL Desktop -Desktop effects
  197. [other] Could someone help me with customising apache auto indexing?
  198. [ubuntu] Upgrading TomTom maps
  199. [ubuntu] False alarm by Thunderbird
  200. [other] NetGear Problem - Urgent Help Required
  201. [ubuntu] Problem running Xmon
  202. [ubuntu] Trying to repair gimp gone horribly wrong
  203. [ubuntu] Compiler installation
  204. [ubuntu] low brightness + rc.local command line
  205. [ubuntu] Need alternative for MS SQL server
  206. [ubuntu] Problem with the SUSPEND mode!
  207. [ubuntu] How do I get to my old files?
  208. [ubuntu] screensaver dies for it starts
  209. [ubuntu] word processor temp file?
  210. [ubuntu] [SOLVED] I want the old gnome-panel back
  211. [ubuntu] Shutdown Problem
  212. [gnome] how to get to compiz
  213. Poedit error message
  214. [ubuntu] Kernel upgrade problem.
  215. [ubuntu] localhost throwing error message
  216. [other] [SOLVED] Boot usb disk from flopply
  217. [ubuntu] Problems Running xp
  218. [ubuntu] dual boot, windows died, need to re-install
  219. [ubuntu] Cant resize my partitions
  220. [all variants] Independant Enviroment Disk Image Software
  221. [ubuntu] Unable to login. help Please
  222. [all variants] change permissions for usb stick
  223. [ubuntu] Google Earth - not working now
  224. [ubuntu] Kernel upgrade 2.6.24-17 help?
  225. [ubuntu] No sounds on aMSN
  226. [kde] [SOLVED] libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by libqscim.so)
  227. [ubuntu] Compiz + Fullscreen game problem.
  228. [ubuntu] Playing .swf
  229. [ubuntu] Font size in Tk applications
  230. [ubuntu] login screen res
  231. [ubuntu] suddenly I can't type anymore
  232. [ubuntu] Rhytmbox coverart to Avn & Gnome do problem
  233. [ubuntu] 8.04 update from CD possible ?
  234. [ubuntu] Reinstalling essential Ubuntu packages
  235. [ubuntu] help needed in ubuntu 8.04
  236. [ubuntu] Network will not work in ubuntu 7.1.0
  237. [kubuntu] [SOLVED] Disk Mount Problem
  238. [all variants] [SOLVED] Music Length
  239. [ubuntu] Trouble with devilspie geometry
  240. [all variants] [SOLVED] new kernel, old kernel
  241. [ubuntu] Playing Any Sort of Video Locks Up Everything
  242. [ubuntu] Should I upgrade Now to 8.04?
  243. [ubuntu] [SOLVED] kernel update not listed in menu.lst
  244. [ubuntu] [Howto] unbloated ubuntu 8.04 install
  245. [all variants] How To Mass Rename ??
  246. [ubuntu] XDMCP and local sound
  247. [ubuntu] It says it requires AMR H.263 adapter
  248. [gnome] progress too fat
  249. [ubuntu] Cannot find Trash Folder
  250. [ubuntu] How to mount SFS drive?