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] x-server freeze on start-up after update
  2. [all variants] Mail Client Connecting to MS Exchange Server
  3. [other] Sound isn't loud enough
  4. [ubuntu] Screen resolution resets on every restart !!
  5. [ubuntu] Open file throgh ssh as sudo
  6. [ubuntu] x11vnc change port
  7. [xubuntu] Problem with editing fstab (xubuntu on pendrive)
  8. [ubuntu] Conky fonts
  9. [SOLVED] How do I Install Envy through the terminal?
  10. [ubuntu] Ubuntu on a flash drive
  11. [ubuntu] Themes don't keep working.
  12. [ubuntu] Consistently having same wireless and sound problem
  13. [ubuntu] highspeed USB detects more ports than available
  14. [ubuntu] Edgy eft....any repos????
  15. [ubuntu] Alltray
  16. [ubuntu] apt-cache problem, 100% cpu
  17. [ubuntu] Problem with my screen Resolution
  18. [ubuntu] Problems with integration of Openoffice after update
  19. [ubuntu] Apt config / irssi deb
  20. [ubuntu] uninstall evolution correctly
  21. [ubuntu] 4+1 sound system is not a work??
  22. [ubuntu] Ubuntu Lagging
  23. [ubuntu] İ have a trauble...
  24. [ubuntu] 6.06 updates.
  25. [ubuntu] SNMP Mayhem
  26. [ubuntu] Wine Installation on Gutsy 7.10+ on AMD 64
  27. [ubuntu] Access to /usr in places
  28. [ubuntu] Update Woes
  29. [ubuntu] DAMN YOU BERYL - Video Card
  30. [xubuntu] What's up with Automatix?
  31. [ubuntu] [SOLVED] vga problem+help
  32. [ubuntu] Desktop effects with nVidia geForce FX5200
  33. [ubuntu] [SOLVED] How do i Set up Dual Monitors in Ubuntu?
  34. [ubuntu] Have to enter password twice
  35. [ubuntu] After 7.04
  36. [ubuntu] What is with my mp3 players and Ubuntu?
  37. [ubuntu] Corrupt openoffice.org files in Hardy
  38. [ubuntu] "Signal Out Of Range". How do i lower my resolution?
  39. [ubuntu] For All Newbies! Install Swiftfox!
  40. [other] Best practices for mounting network shares
  41. [ubuntu] [SOLVED] cant delete a folder? (related to SAMBA)
  42. [ubuntu] How to setup synce gvfs in Hardy to be able to browse WM in Hardy
  43. [other] Change group of user
  44. [ubuntu] No Audio From Website
  45. [ubuntu] How can i view Syslogs on my Ubuntu Server?
  46. [xubuntu] xubuntu freezes while downloading..
  47. [ubuntu] Sound in only one program at a time
  48. [all variants] using .diff files
  49. [ubuntu] Automount Internal NTFS Drive
  50. [ubuntu] Lost items in System > Preferences
  51. [ubuntu] StarOffice on Ubuntu 8.04?
  52. [ubuntu] XArchive and wraper
  53. [ubuntu] AWN Dock
  54. [all variants] Firefox maxmium filesize of cache entries
  55. [ubuntu] Logitech G51 & CMI8738 Sound Card
  56. [ubuntu] 8.04 ssh tunnel vnc desktop crash
  57. rezied partion, lost Wubi
  58. [ubuntu] Problems on updating hardy - dpkg was interrupted
  59. [kubuntu] Installing .deb files in Kubuntu
  60. [all variants] I want my video podcasts!
  61. [ubuntu] Xbindkeys / Amarok / Ubuntu question
  62. [ubuntu] Kiba-Dock effect question
  63. [ubuntu] Unlock, Unlock.. UNLOCK
  64. [ubuntu] Apt is "Clogged"; Updates have Dependency Problems
  65. [ubuntu] Where is form.css for Firefox 3 beta 5 on Hardy
  66. [ubuntu] need help with crash after installing ati drivers
  67. [edubuntu] [SOLVED] How do I Shut Down Gcompris when it Locks Up the Computer
  68. [ubuntu] menu window broken?????
  69. [ubuntu] Boot vista if external drive isn't plugged in, Show grub if it is - How do i do this?
  70. [ubuntu] screen resolution options
  71. [ubuntu] Can't Print with Canon Multipass F30 parallel port
  72. [ubuntu] Keyboard sound control doesn't work
  73. [ubuntu] Can't switch to tty Fn
  74. [ubuntu] [SOLVED] Vm
  75. [ubuntu] Need a little terminal help
  76. [ubuntu] Screenlets
  77. [ubuntu] nVidia Powermizer problem
  78. [ubuntu] seemingly random crashes on Hardy
  79. [ubuntu] [SOLVED] synapatic, update manager, and nautilus not working
  80. [other] Can I get Ubuntu and Mepis to share Torrents, e-mail?
  81. [ubuntu] mi first post, i need help about gftp
  82. [ubuntu] Xfce insists on loading epiphany-browser, evolution, xterm whenever I log in.
  83. [ubuntu] Big Screensaver problem
  84. [ubuntu] Strange window shadows
  85. [gnome] Play movies using SSH
  86. [ubuntu] NTFS is read-only after update
  87. [ubuntu] embedding Ubuntu
  88. [ubuntu] Integrating CLI Into Desktop
  89. [ubuntu] no-permission user for ssh port forwarding?
  90. [ubuntu] Evolution hangs constantly ...
  91. [ubuntu] reminder for linux?
  92. [ubuntu] (Correct) way to do boot/login scripts?
  93. [ubuntu] SSH port blocked. Access through different ports?
  94. [ubuntu] Two quick questions...
  95. [ubuntu] Memory Stick Problems
  96. [all variants] Install problem on a Thinkpad 600E
  97. [all variants] How do I remote-desktop across LAN (not vnc)
  98. [ubuntu] Restore the restricted ATI driver
  99. [ubuntu] What turns off my screen?
  100. [ubuntu] mhddfs online help?
  101. [ubuntu] [SOLVED] Open Office vs. Abi Word
  102. [ubuntu] Problems with effects on password prompt
  103. [ubuntu] Using Ubuntu for School
  104. [ubuntu] boot menue, boot order. whare? what?
  105. [ubuntu] audible warning
  106. [all variants] nVidia 8800GT Users, Please Post Here! I Need Your Help!
  107. [ubuntu] [SOLVED] Screen Resolution reset to 800x600.
  108. [ubuntu] use up/down arrows for mouse wheel
  109. [ubuntu] Best way to sync ipod and hotmail question
  110. [ubuntu] Accessing Documents over Web
  111. [ubuntu] Hardy Heron unmitigated video disaster
  112. [ubuntu] [SOLVED] Installing Uplink with Wine...
  113. [ubuntu] desktop not visible
  114. [ubuntu] Desktop effects could not be enabled
  115. [ubuntu] aMSN problems
  116. [ubuntu] security/ anti-virus: re: stability ??
  117. [ubuntu] Recent Updates - now three kernels in grub
  118. [ubuntu] Old custom kernel blocking updates and installation of packages
  119. [ubuntu] Kdenlive
  120. [ubuntu] Error 21 on Sony Vista Notebook. Please Help!
  121. [ubuntu] Can someone help me fix suspend/hibernate
  122. [ubuntu] How To Install Themes?
  123. [ubuntu] Accessing Samba Shares Created by GUI
  124. [gnome] conky updates intermittently
  125. [ubuntu] how can i edit grub loader reconfig
  126. [SOLVED] Backing up a Wubi install from Windows?
  127. [ubuntu] Something on Wikipedia page crashing Firefox and/or GUI
  128. [ubuntu] Some problems in Hardy...
  129. [ubuntu] Roll back video drivers
  130. [all variants] LVM question
  131. [ubuntu] can't boot up system, or pruge the system (boot up problem or hard drive problem??)
  132. [kubuntu] What is wrong with this??
  133. [all variants] [SOLVED] Set external monitor as default display on laptop
  134. [ubuntu] Is it possible to use Windows programs through Ubuntu 8.04?
  135. [ubuntu] [SOLVED] Downgrading
  136. [ubuntu] [SOLVED] Way to wipe a hard drive?
  137. [ubuntu] Horrible tearing with intel graphics
  138. [all variants] How to increase fan speed
  139. [ubuntu] how do i run a game through Wine?
  140. [SOLVED] Access C: drive via Wubi/Ubuntu installed on D:
  141. [ubuntu] don't have permission to access index.php
  142. [ubuntu] [SOLVED] Tracker and Beagel
  143. [ubuntu] Installed Ubuntu but now having problems with WinXP
  144. [ubuntu] Unresponsive add-ons window in Firefox 2 (Ubuntu 8.04)
  145. [all variants] Linux based phone tree
  146. [ubuntu] Sharing files in VrtualBox
  147. [ubuntu] Nautilus Search
  148. [ubuntu] [VMWARE] mic doesn't work
  149. [ubuntu] Windows not detecting CD?
  150. [ubuntu] Random Freeze Dont know where to start
  151. [ubuntu] Screwed up boot menu
  152. [ubuntu] firefox zoom issues
  153. [xubuntu] Laptop WLAN Killswitch Woes
  154. [ubuntu] evince problem crashing the whole system
  155. [ubuntu] Ubuntu Book Suggestion
  156. [ubuntu] Streamtuner + Streamripper never starts recording
  157. [ubuntu] [SOLVED] Thunderbird: Enigmail keeps asking for passphrase
  158. [ubuntu] [SOLVED] the owner of the Folder is ROOT?
  159. [ubuntu] Small Window Borders
  160. [ubuntu] Gmail tray app for multiple accounts?
  161. [gnome] Zenity --progress question
  162. [kubuntu] sudo: kate: command not found
  163. [ubuntu] [SOLVED] Rhythmbox: Cant Minimize, or close
  164. [ubuntu] Updates held back in apt-get but not Update Manager
  165. [ubuntu] [SOLVED] which webcam to get?
  166. [ubuntu] pulled the plug while hdd on heavy load and...
  167. [ubuntu] New User shows white page
  168. [ubuntu] usb flash drive
  169. [ubuntu] How do I tell what has been changed/added ?
  170. [ubuntu] ubuntu audio stops working, then panels freeze up
  171. [ubuntu] Could somebody cut the word "Compaq" out of this picture please?
  172. [ubuntu] Loading App On Startup
  173. [kubuntu] Stupid question that anyone can answer here that has a webcam, besides me.
  174. [ubuntu] Restore original windows boot.
  175. [all variants] need obscure chipset help, not sure where to ask
  176. [ubuntu] Messing around with windows app and Trash and Switch user crashed
  177. [ubuntu] How to remove java
  178. [ubuntu] Problems with Metacity/Emerald
  179. [ubuntu] Youtube
  180. [ubuntu] software raid 5 with mdadm - problem with initial resync
  181. [ubuntu] drives keep switching
  182. [xubuntu] Help! Xubuntu bloated up quickly?
  183. [ubuntu] Can't add new group
  184. [ubuntu] Transmission SVN build error
  185. [ubuntu] Latest update broke, well, almost everything.
  186. [ubuntu] Increasing Partition size
  187. [ubuntu] 8.04 LTS slower? Or am I imagining things
  188. [ubuntu] Cant get into administration - forgot password
  189. [ubuntu] Desktop advance effects not showing up
  190. [ubuntu] compiz fusion on 8.04 hardy heron
  191. [ubuntu] no wireless
  192. [ubuntu] File Recovery
  193. [ubuntu] Error stuff
  194. [gnome] The permission could not be determined?
  195. [ubuntu] [SOLVED] Grub Doesn't Detect Vista
  196. [ubuntu] [SOLVED] Deleted stuff...still here?
  197. [ubuntu] Problem, HELP
  198. [all variants] Different Startup Programs Based on Session Type?
  199. [all variants] initrd-tools on Hardy Heron
  200. [ubuntu] Bottom of screen is cut off
  201. [all variants] [SOLVED] Error deleting Not installed (residual config) package
  202. [ubuntu] Error MSG when installing or running update manager (ubuntu 8.04 hardy heron)
  203. [ubuntu] [SOLVED] Won't boot Windows.
  204. [ubuntu] Disk Image Backups over SMB Share
  205. [ubuntu] Ubuntu 8.04 Seems to Stop Working after Login
  206. [ubuntu] [SOLVED] Problems reading removable disks - input/output error
  207. [gnome] Location problem (esp. with Amazon)
  208. [ubuntu] newby hardware help please
  209. [kubuntu] [SOLVED] Video Card Driver Help ATI
  210. [ubuntu] 'Shred'ing my hard drive
  211. [all variants] Bash script issue
  212. [ubuntu] Ubuntu system error
  213. [ubuntu] CPU load shoots up when appearance preference opened
  214. [ubuntu] Dual-Screen ATi on Gutsy Troubles
  215. [other] Unable to run compiz...the output of compiz-check script.
  216. [xubuntu] newest member of xubuntu community... having trouble
  217. [all variants] Transparent degradedArray event. Cause for worry?
  218. [ubuntu] Strange behavior of gcc 4.2 (?)
  219. [ubuntu] Fujitsi Scansnap S300 portable scanner
  220. [all variants] [SOLVED] mystery CPU usage
  221. [ubuntu] Help, tried to change my Desktop name.
  222. [all variants] console based msn client
  223. [ubuntu] Can't get sound working.
  224. [all variants] Google Gadgets for Linux
  225. [kde] kde apps hang for a while when logged in by kdm
  226. [ubuntu] Multiple Ubuntu questions
  227. [ubuntu] problem installing ubuntu-desktop on Ubuntu Server
  228. [kubuntu] error when opening files in harddisk
  229. [ubuntu] replacing string in sh-files (grep)
  230. [ubuntu] [SOLVED] Cursor issue
  231. [ubuntu] Compiz CRASHES
  232. [ubuntu] Kppp won't detect MODEM
  233. [ubuntu] Hardy Updates....
  234. [all variants] [SOLVED] WL-182 USB network adapter no longer functioning
  235. [ubuntu] smb shared dir stopped working from Windows
  236. [ubuntu] How to wipe my drive to install linux?
  237. [ubuntu] Today's update broke Ubuntu!!!
  238. [ubuntu] items under applications menu suddenly disappeared
  239. [all variants] [SOLVED] Error ./configuring xserver-xorg-video-intel source
  240. [xubuntu] Useful Desktop Applications to Add to Xubuntu
  241. [ubuntu] openssh on a virtual machine?
  242. [all variants] A dock without any composite manager
  243. [all variants] Shell Scipt
  244. [gnome] Change Desktop Background won't respond to mouse click !
  245. [ubuntu] choosing compiz effects: minimal effects causing major slowdown.
  246. [ubuntu] Cannot change wallpaper with mouse
  247. [ubuntu] Help with selecting data of a file using commands
  248. [ubuntu] Ubuntu USB Live problem
  249. [all variants] quick newbie question on distro performance
  250. [xubuntu] [SOLVED] Which packages can I get rid of?