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] Need help recovering data from external drive
  2. [ubuntu] able to logon once only, then must restart
  3. [ubuntu] Open The Xorg.conf
  4. [ubuntu] [SOLVED] best upnp solution to connect with n95 8gb
  5. [ubuntu] FSCK ruined my drive
  6. Remaster ubuntu and make installable via wubi?
  7. [ubuntu] Unable to format extra drives.
  8. [other] LFTP Mirroring
  9. [ubuntu] slow vertical motion
  10. [gnome] problem importing contacts from Thunderbird
  11. [ubuntu] suggest a theme
  12. [other] [SOLVED] multi-boot/grub
  13. [ubuntu] swf files on Open Office Impress
  14. [ubuntu] Dual Boot Query
  15. [ubuntu] My Ubuntu crashes on multitasking
  16. [ubuntu] Grub error 15?
  17. [ubuntu] I cant open gedit
  18. [ubuntu] [SOLVED] Grub Problems
  19. [other] (Xandros) Xandros Asus EEE 900 Version
  20. [ubuntu] Compiz wont load, but it did
  21. [xubuntu] XFS Bad Magic Number
  22. [xubuntu] Unmount problem in xubuntu
  23. [ubuntu] Dual booting.
  24. [ubuntu] Choosing x86 or 64 bit
  25. [other] [SOLVED] Conky v1.5.2 doesn't work with XMMS2 v0.5 DrLecter
  26. [ubuntu] [SOLVED] Samba + NIS + Home Folders
  27. [ubuntu] Can I Use the i810 Driver for xorg.conf
  28. [ubuntu] KDE program not linking to firefox
  29. [ubuntu] souce list
  30. [ubuntu] Switching IcedTea plugin to Sun Java in Firefox 3?
  31. [ubuntu] Resolution is set back to Auto
  32. [ubuntu] uninstalling ubuntu 7.04
  33. [ubuntu] HDD Grind
  34. [ubuntu] NBA Live 07 Installation Problem
  35. [ubuntu] system problem
  36. [ubuntu] Move .gvfs?
  37. [all variants] 8.04: Reproducible kernel panic with soft-RAID1
  38. [ubuntu] USB printer problems after update
  39. [ubuntu] problem with awn
  40. [ubuntu] problem booting with SELinux
  41. [ubuntu] Can't change locale
  42. [ubuntu] Adding a wallpaper background in Nautilis
  43. [ubuntu] [SOLVED] Boot problem after using Testdisk
  44. [ubuntu] Firefox 3 - Java plugin problem
  45. [ubuntu] Server edition?
  46. [ubuntu] compiz
  47. [ubuntu] Advice needed
  48. [ubuntu] Problem resizing Ext3 volume on raid5 array
  49. [all variants] Remap key functions w. no X
  50. [mythbuntu] Ubuntu, MythTV and PS3 - cannot see photos
  51. [ubuntu] Something wrong with Clearlooks?
  52. [ubuntu] Help Please!! My whole system is horrible!
  53. [xubuntu] [SOLVED] find a printer with an IP address
  54. [ubuntu] Nautilus doesn't open files in Kate/Kwrite (and other weird stuff)
  55. [ubuntu] driver for lexmark printer x3470....
  56. [other] [SOLVED] make menuconfig errors when trying to build custom kernel
  57. [ubuntu] permissions to mount USB keys
  58. [ubuntu] what is and how to fix cant bind info socket
  59. [ubuntu] Root's crontab doesn't work with locked root account
  60. [ubuntu] synaptic software
  61. [ubuntu] Installing a Lexmark P3150
  62. [ubuntu] [SOLVED] space problem
  63. [all variants] GRUB: add disk-check option
  64. [ubuntu] driver for my printer
  65. [ubuntu] Modify Grub to boot from USB
  66. [ubuntu] Firefox download window uses the wrong pdf application
  67. [ubuntu] nForce sound problems
  68. [ubuntu] How to 'clone' users
  69. [ubuntu] Problem: Can't enable desktop cube deformation.
  70. [ubuntu] Evince doesn't print dvi format
  71. [ubuntu] Need Help Uninstalling
  72. [ubuntu] TiLp2 configured for TI-83+ SilverLink USB on Feisty Problem
  73. [ubuntu] gnome-panel freeze
  74. [ubuntu] New Google Gadgets out, can someone make a deb?
  75. [ubuntu] want to revert to xp, but want to keep some files
  76. [ubuntu] uninstall ubantu and install xp
  77. [ubuntu] i need help with ,exe files
  78. [all variants] stupid tar question
  79. [all variants] File Maker Pro and MS Access replacement
  80. [ubuntu] [SOLVED] Whatever I do, OpenOffice spreadsheet crashes!
  81. [ubuntu] Using USB drive for RAM
  82. [ubuntu] .drmc
  83. [ubuntu] Quit button doesn't work.
  84. [all variants] Lost 1 TB of data, in need of expert help :(
  85. [ubuntu] Resume Image Not Found
  86. [ubuntu] fsck fail
  87. [ubuntu] Dual Ubuntu/Windows, Can apt-get upgrade affect Windows?
  88. [ubuntu] disable forced disk check
  89. [ubuntu] .Sit, linux, .Sit!
  90. [ubuntu] FF3 locks up
  91. [ubuntu] [SOLVED] Remote desktop in fullscreen showing on all sides of cube
  92. [ubuntu] Want to reinstall ubuntu on a dual boot..
  93. still having initramfs problems
  94. [ubuntu] Password for Ubuntu 8.04 ??
  95. [ubuntu] Mystery Firefox-3.0 Problem in Hardy
  96. [ubuntu] loading web sites with custom fonts
  97. [all variants] How can I simplify installing Kiba Dock?
  98. [ubuntu] Screen goes black and freezes
  99. [ubuntu] 'Invalid module format' ?
  100. [all variants] Automate creation of UDEV rules with serial/user match?
  101. [ubuntu] starting tftpd-hpa (hardy)
  102. [all variants] lvm error - overwrote with ntfs can it be fixed?
  103. [ubuntu] rtorrent prob (cant open .torrent files)
  104. [ubuntu] Internet problem: connection detected but cannot use
  105. [ubuntu] Sharing Problems
  106. [ubuntu] Crazy, most likely easy, problem to fix, part of desktop won't show [picture]
  107. [ubuntu] Visual Effects..
  108. When i installedf ubuntu from windows. Missing MBR error. Pls help
  109. [ubuntu] Compiz 7.6 problems
  110. [ubuntu] problems instaling programs..
  111. [ubuntu] missing window manager after boot up
  112. [ubuntu] strange desktop effect help!?
  113. [ubuntu] HTTP commands
  114. [ubuntu] Hardy - 7900GS - noapic - questions! (pretty basic)
  115. How to Install Pentabarf conferencing system in Ubuntu
  116. [ubuntu] URL request using shell script and cron
  117. [ubuntu] SSH times out?
  118. [ubuntu] Treo 680 Modem
  119. [ubuntu] bizar root problem
  120. [ubuntu] Ubuntu 8.04 Server / MySQL Login
  121. [ubuntu] I just CAN'T get ubuntu working on my NVIDIA 8600M GT!
  122. [ubuntu] [SOLVED] Fresh Hardy install doesn't recognize my keyboard after updates?
  123. [ubuntu] Synaptic error HELP!
  124. [ubuntu] Sharing Firefox profile on CIFS
  125. [ubuntu] compiz radeon x300
  126. [ubuntu] compiz problem
  127. [ubuntu] where'd all my space go :(
  128. [ubuntu] Error compiling anything
  129. [ubuntu] [SOLVED] missing menu
  130. [ubuntu] Amarok skips when streaming music
  131. [ubuntu] ATI Video Drivers - A Question
  132. [xubuntu] Installing Java
  133. [ubuntu] compiz fusion help
  134. [ubuntu] beryl effects in compiz fusion
  135. [ubuntu] amarok sound quality problem
  136. [kubuntu] Apport (in 8.04)
  137. [ubuntu] Dual monitor span issue (aticonfig).. xorg.conf help.
  138. [ubuntu] [SOLVED] Custom icons not working
  139. [ubuntu] Samsung Hue
  140. [ubuntu] Nvidia settings. How do you make default?
  141. [ubuntu] Does anyone here use Wine?
  142. [all variants] Read/Write Access on other Windows machines
  143. [ubuntu] banshee 1.0 crashes loading iPod
  144. [ubuntu] Launchy for Linux in Beta!
  145. [ubuntu] GDM login window manager crashes on open
  146. [ubuntu] list other linux hosts
  147. [ubuntu] Difficulties retrieving files from a partition with corrupt filesystem
  148. [ubuntu] Why FCKeditor don't work in Firefox
  149. [all variants] Issues with Avant window manager
  150. [ubuntu] How to start a program at statup!? Read Pleas! Compiz + AWN
  151. [other] Printer Driver canon Pixma MP110
  152. [xubuntu] [SOLVED] Can filename extensions be hidden?
  153. [ubuntu] Programs not running; segmentation fault(s)
  154. [ubuntu] FTP max out at 32KB
  155. [ubuntu] GRUB bootloader file is blank?
  156. [ubuntu] Help with Finding XP Boot in Grub
  157. [ubuntu] Open Office crashes my system on 8.04
  158. [ubuntu] Updating Compiz Fusion?
  159. [ubuntu] Download managet which works with imageshack
  160. [all variants] I Can't Get Shipit CDs?
  161. [ubuntu] Keyboard layout = no super key, etc..
  162. [all variants] gcc 2.x
  163. [ubuntu] Help installation of Remind 8.04
  164. [ubuntu] Keyboard layout = no super key, etc..
  165. [gnome] Repeated Download of GNOME Art
  166. [ubuntu] Need Some Help Please ***Urgent***
  167. [ubuntu] USB Dongle device name?
  168. [ubuntu] [SOLVED] mime type application/octet-stream problem
  169. [ubuntu] New York Times Reader?
  170. [all variants] sftp logs in to root directory instead of home
  171. [ubuntu] Installation questions
  172. [ubuntu] mailx install without exim - how?
  173. [other] I Have a Chalange for Cell Phone Techs
  174. [all variants] Threaded view doesn't work in Thunderbird inbox
  175. [ubuntu] Weird Printing Problem...
  176. [ubuntu] xbox supercomputer cluster
  177. [ubuntu] Woe is me! The tale of the two hard drives.
  178. [ubuntu] radeon x1600 driver problems
  179. [ubuntu] How do I downgrade alsa?
  180. [ubuntu] One step left to leave the stupid Window. HELP MEEEEE
  181. [ubuntu] bind9 logs not in localtime
  182. [ubuntu] Bluetooth HIDs usability
  183. [ubuntu] Freezing in Hardy
  184. Installer fails at 99.9%
  185. [ubuntu] Starting rtorrent in a screen session at boot
  186. [ubuntu] Laptop Sleeping Partway?
  187. [ubuntu] How to execute writing into terminal by icon
  188. [ubuntu] Need to record my desktop
  189. No boot
  190. [ubuntu] fsck died with exit status 4?
  191. [ubuntu] Videos won't "play ball" with compiz
  192. [ubuntu] How to remove Grub without format ubuntu partition
  193. [ubuntu] USB Printer Not Detected
  194. [all variants] IDLE Python ImportError: No module named TestCommands
  195. [ubuntu] [SOLVED] Resolution with 8600GT
  196. [other] Most popular PPAs
  197. [ubuntu] Something is broke. and I don't Know what
  198. [ubuntu] external firewire drive
  199. [ubuntu] Using Test Disk to recover lost XP Partition after Ubuntu installation
  200. [ubuntu] Annoying cdrom Issues
  201. [ubuntu] Autohide SimDock?
  202. [ubuntu] tray icons
  203. [ubuntu] [SOLVED] Semi-Freeze on Shutdown
  204. [other] Firefox Cookie Cleaner
  205. [ubuntu] Suse vs Ubuntu?
  206. [all variants] apt-build install installs precomiled binary instead
  207. [ubuntu] problems installing gutsy on a ps3
  208. [ubuntu] MPD, unable to direct to external media
  209. [ubuntu] I have an HP A6330F and need help!
  210. [ubuntu] setting new default FM (and also PCManFM vs. Nautilus)
  211. [ubuntu] [SOLVED] /var move kernel log hangs on boot, processes fail to start thereafter
  212. [edubuntu] give me some help
  213. [ubuntu] Problem when trying to install cinelerra in Hardy Heron
  214. [ubuntu] [SOLVED] Software Manager Systems/Synaptic Problem
  215. [ubuntu] Permissions really screwed up
  216. [ubuntu] How to delete files/directories on Read-Only file system
  217. [all variants] [SOLVED] Firefox .asp sites
  218. [ubuntu] [SOLVED] Able to install Gutsy, but...
  219. [ubuntu] Re-install Evolution
  220. [ubuntu] dpkg tell no free space but I have free space what's happened? :(
  221. [ubuntu] Identify Ubuntu Command
  222. [ubuntu] [SOLVED] Making a dial up connection in ubuntu using mobile
  223. [all variants] my super-key does not work with compiz
  224. [kubuntu] Can't Log Back In To Ubuntu... Being Thrown Back On Login Screen
  225. [kde] [SOLVED] binary clock plasmoid not working
  226. [ubuntu] Live CD Failure
  227. [ubuntu] Randomized System Sounds
  228. Installation drops to BusyBox
  229. [ubuntu] No swap usage...ever
  230. [ubuntu] hardy probs
  231. [ubuntu] Virtual File System?
  232. [ubuntu] Can't empty trash: "Permission denied"
  233. [ubuntu] watermark error libpng12.so no version information available
  234. [SOLVED] xfce interface puzzles me
  235. [ubuntu] Noob annoyances
  236. [ubuntu] Please! Help! Boot things
  237. [ubuntu] Microsoft LifeChat LX-3000 - No Sound
  238. [kubuntu] firefox mailto: not working for thunderbird
  239. [ubuntu] Startup script not starting up
  240. [ubuntu] Dreamweaver MX
  241. [ubuntu] nvidia settings 1360x768
  242. [ubuntu] Desktop Effects Could Not Be Enabled
  243. [xubuntu] Problems on desktop
  244. [ubuntu] Permission to save file
  245. [kubuntu] Kubuntu Sound Issue
  246. [ubuntu] [SOLVED] Trying to enable compiz.. test results help plz
  247. [all variants] absolute to relative symbolic links
  248. [ubuntu] 2 problems
  249. [kubuntu] unrar-free
  250. [ubuntu] Ubuntu In Virtual Box - Supports USB?