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. [all variants] Very simple question.
  2. [ubuntu] how can I download on another Partition?
  3. [all variants] how to share a raid in samba
  4. [ubuntu] [SOLVED] Nice/ Smooth Login
  5. [ubuntu] Partition
  6. [ubuntu] USB Flash Drives not working
  7. [kubuntu] trying to execute a terminal command automatically
  8. [ubuntu] İ need HeLp
  9. [ubuntu] [SOLVED] mouse gesture for show desktop plugin
  10. [kubuntu] konqueror (and firefox and opera) displays sub-page as raw html
  11. [ubuntu] Uborange - the most sexy gtk theme for Ubuntu?
  12. [ubuntu] Small text on login page
  13. [ubuntu] t60 hangs after resume.
  14. [all variants] Startup sript for touchpad
  15. [kubuntu] Text overlays in apps in others virt. desktops
  16. [ubuntu] How to turn off AutoDim when typing
  17. [ubuntu] login as root Ubuntu is making me go nuts
  18. [ubuntu] External Monitor Bug
  19. [ubuntu] Enable desktop effects with fglrx and dual screen?
  20. [all variants] weird connection speeds
  21. [all variants] How do I get back Shared Folders in Virtual Vista after first Update? [Virtualbox]
  22. [ubuntu] The latest on xrandr vs compiz conflict
  23. [ubuntu] Windows Auto Boots instead of Ubuntu with GNOME?
  24. [ubuntu] getting rid of icons on the desktop
  25. [ubuntu] Wallpaper Problems
  26. [ubuntu] unmount USB
  27. [SOLVED] Wubi, I love my Computer. Are you safe?
  28. [ubuntu] Dual Monitor Support
  29. [ubuntu] Linux newbie, screwed everything up.
  30. [gnome] Saving fonts settings theme by theme?
  31. [gnome] My Pc Not good :(
  32. [all variants] 'Hi-fi audio' PC for playing back music (flac)
  33. [ubuntu] Ubuntu 8.04 installed with Windows - NTFS access
  34. [ubuntu] Strange problem - one laptop USB port makes my mouse cursor drag with slow movement
  35. [ubuntu] Compiz Config Settings HELP
  36. [ubuntu] Have swap partition, but not being used?
  37. [ubuntu] [SOLVED] Problems with starting administrative applications in 8.04
  38. [gnome] Evolution and HDD crash
  39. [ubuntu] swapoff cannot "canonicalize" swap partition
  40. [ubuntu] backing up grub before reinstalling winblows
  41. [ubuntu] Evolution Noob
  42. [ubuntu] Cant get desktop effects:(
  43. [ubuntu] Running Linux script from Windows desktop
  44. [xubuntu] Compiz 8.04
  45. [ubuntu] No shutdown and restart options
  46. [SOLVED] Wubi Question
  47. [ubuntu] SheepShaver error - Ubuntu 8.04
  48. [ubuntu] Hardy acting weird
  49. [ubuntu] Keyboard anomaly
  50. [ubuntu] how can i change font of my all folders on my pc!?
  51. [ubuntu] Questions about mdadm
  52. [ubuntu] How to install eclipse
  53. [ubuntu] /etc/modprobe.d/ "custom file" how do I make one in a terminal?
  54. [all variants] Write-backs, Buffers, the Memory Cache, and 4gb's of scientific data in RAM
  55. [all variants] Default Log File Retention?
  56. [ubuntu] Is there any good download manager ?
  57. [ubuntu] tell me how to stop having to ask a million questions
  58. [ubuntu] ssh and smb mounts -- icons on desktop
  59. [ubuntu] Strange shadows?
  60. [kubuntu] [SOLVED] Compiz, KDE, and virtual desktops
  61. [ubuntu] Ghosting Linux
  62. [ubuntu] the language?
  63. [ubuntu] Intermitent auto-reboot problem
  64. [edubuntu] deb package installation failure
  65. [xubuntu] Cannot find second HDD
  66. [ubuntu] [SOLVED] Oxygen Office 2.4 Install
  67. [ubuntu] What services should I have enabled?
  68. [ubuntu] Persistant Drive Icon Across Systems?
  69. [all variants] Please help me install Brother QL-500 label-printer
  70. [all variants] User not created after dist install from remastersys
  71. [ubuntu] hardware info crashes!!!???
  72. [ubuntu] Firefox 3.0 RC1 and youtube
  73. [ubuntu] oh no! cedega mounting problem
  74. It it a good idea to give more GB ram then standard?
  75. [ubuntu] New to conky, a little help please.
  76. [all variants] Recovering filenames
  77. [all variants] Catalyst 8.5 released
  78. [other] Evolution config
  79. [gnome] [SOLVED] panel - not showing open apps.
  80. [ubuntu] 8.04 and Lenovo R61 problems
  81. [ubuntu] Screen flickering
  82. [ubuntu] Beryl?
  83. [ubuntu] Odd drive/folder renaming problem
  84. [ubuntu] [SOLVED] Slow "System > quit" dialog
  85. [ubuntu] HOWTO: Embed a Terminal into the Desktop
  86. [ubuntu] Warsow error!
  87. [ubuntu] Problems with running games in Wine!
  88. [ubuntu] why are openoffice docs so big?
  89. [ubuntu] (Linux Mint Daryna) Compiz slower than it used to be
  90. [ubuntu] No automounting in Gnome and Policy Kit problems
  91. [ubuntu] Password manager program for usb pin drive
  92. [ubuntu] NTFS mounting idiocy in Hardy
  93. [ubuntu] [SOLVED] Audio Error in "On The Rain-Slick Precipice of Darkness" demo
  94. [all variants] Crontab issues
  95. [all variants] Increase size of icon on lower right of windows in application switcher?
  96. [ubuntu] [SOLVED] Benchmarks
  97. [ubuntu] Compiz used to work, no doesn't, on Dell Inspiron 1300
  98. [ubuntu] Play windows game via remote desktop to laptop.
  99. [ubuntu] I need software for creating a website...
  100. [all variants] How to run Folding correctly?
  101. [ubuntu] Ubuntu Studio WILL NOT UNINSTALL!
  102. [ubuntu] Zune + Ubuntu?
  103. [ubuntu] How to completely uninstall Ubuntu 8.04 ?
  104. [ubuntu] Login Window App is crashing
  105. [other] [SOLVED] PC restarts then does nothing
  106. [kubuntu] When everything goes POOF
  107. [other] grub-secret boot
  108. [ubuntu] Invisible Mouse Cursor in all Wine Applications
  109. [ubuntu] Ubuntu Forums Menu
  110. [ubuntu] Skype problems
  111. [ubuntu] [SOLVED] Screen resolution problems and blurry text
  112. [ubuntu] Outlook calendar question
  113. [all variants] Making a bootable floppy for BIOS flash
  114. [ubuntu] cant su to root..
  115. [ubuntu] [SOLVED] flashdrive install hardy. grub booting when its not supposed to.
  116. [ubuntu] customizing the console
  117. [ubuntu] Sound card help!
  118. [other] Need Help Understanding Subversion
  119. [ubuntu] Hardy shutdown freeze, w/color lines
  120. [ubuntu] Windows Like Start Menu + Screenlets
  121. [ubuntu] Custom launcher to location not working in Hardy
  122. [all variants] Conky making my desktop icons disappear
  123. [ubuntu] [SOLVED] Advance Desktop Effects
  124. [all variants] I did somethin bad (maybe... not actualy sure what I did)
  125. [ubuntu] Beryl - rotating cube question (how to stop?)
  126. [ubuntu] Recover Partition
  127. [ubuntu] Connecting to samba share causes openoffice 'general internet error has occurred'
  128. [all variants] Problem with Alsa and games
  129. [ubuntu] Problem with 7.10
  130. [xubuntu] I messed with GTK stuff. Help me out please?
  131. [ubuntu] Installing Skype in Ubuntu?
  132. [gnome] Yab problem
  133. [all variants] [SOLVED] How do you Check SHA1 Sums in Ubuntu?
  134. [all variants] [SOLVED] help with grub entry
  135. [SOLVED] Matlab Toolbars Invisible
  136. [ubuntu] Getting the GUI Copy window to show
  137. [all variants] Uninstalling Kiba dock
  138. [ubuntu] Mouse Problem
  139. [ubuntu] New user, weird glitches
  140. [ubuntu] Need help with Verizon Express card
  141. [kubuntu] [SOLVED] LiquidWeather/SuperKaramba locks up, what now?
  142. [ubuntu] tablet laptop
  143. [ubuntu] Evolution and Planner
  144. [edubuntu] Google Earth works for two but not third user
  145. [ubuntu] problems with compiz desktop cube
  146. [ubuntu] Hardy + Building evolution-2.22.1 from source
  147. [gnome] No fonts,bolding,etc in compose mail
  148. [gnome] GNOME Clock weather icons
  149. [other] unable to chang edesktop effects
  150. [ubuntu] FireFox dilemma....
  151. [ubuntu] firefox and flash
  152. [ubuntu] Unable to Connect to Server Ubuntu 8.04
  153. [ubuntu] Alright, Anyone know how to make Xine the default player in Hardy?
  154. [ubuntu] Latest update prevents graphical synaptic from launching
  155. [ubuntu] fsck error on bootup! What's going on?
  156. [all variants] Want to find out how to sync my phone with ubuntu, but the sony software uses outlook
  157. [ubuntu] How to copy without the lock
  158. [ubuntu] What the heck happened to my Compiz?
  159. [all variants] Music Share Broadcast easily?
  160. [all variants] Triple boot (vista, Windows server 2008, Ubuntu)
  161. [other] Canon VB-C50fi web camera
  162. [ubuntu] Java Runtime Environment
  163. [ubuntu] Root?
  164. [ubuntu] Setting asterisk and astercrm user
  165. [ubuntu] "Overclocking failed!" - BIOS or motherboard?
  166. [SOLVED] Newbie on Ubuntu
  167. [xubuntu] errors with files in Syanptic
  168. [ubuntu] Restoring Grub using alternate CD
  169. [ubuntu] Totem: can't fast forward/rewind "Internal Data Flow error"
  170. [ubuntu] [SOLVED] boot windows vista x64 from grub
  171. [ubuntu] Once again, I cannot install any packages...
  172. [ubuntu] Desktop is broken. Displays no icons, cannot be clicked on.
  173. [all variants] Firefox: back and forward buttons missing?
  174. [ubuntu] pam and pam-devel
  175. [ubuntu] Boot Failure
  176. [all variants] Cookies files in FF3b5
  177. [ubuntu] Nautilus not responding after applying updates
  178. [ubuntu] Learning c++ need help with compiling and outputting
  179. [ubuntu] How to enable second core in Hardy 64bit?
  180. [ubuntu] Xp/Ubuntu Setups
  181. [ubuntu] problems with apache/php/gd
  182. [ubuntu] [SOLVED] Thunderbird links & Firefox latest release
  183. [ubuntu] cannot access synaptics in gui! Help!
  184. [ubuntu] Empty fstab but Ubuntu seems fine
  185. [all variants] [SOLVED] Ooo Calc - Solver
  186. [ubuntu] Update Manager - Segmentation Fault
  187. [ubuntu] problem with login
  188. [ubuntu] permission denied (13) said me rsync
  189. [all variants] nfs kernel server force version 3
  190. [ubuntu] TwinView & Compiz: Second desktop overlapping on cube
  191. [ubuntu] How To Make My Desktop Smaller!?
  192. [ubuntu] Set up dial up connection
  193. [ubuntu] How do I install Java in Firefox?
  194. [ubuntu] [SOLVED] ISP won' recognize password
  195. [ubuntu] Setting applications to not use swap space
  196. [ubuntu] Installing New kernel in Ubuntu 8.04
  197. [other] ubuntu and windows
  198. [ubuntu] invalid mount option when attempting to mount the volume
  199. [ubuntu] Just installed ubuntu 6-need help
  200. [ubuntu] 51s+37s boot time ! - too slow, please help me optimize
  201. [ubuntu] [SOLVED] 2 unanswered questions in threads about Desktop effects..
  202. [ubuntu] mouse problem: two scroll wheels, one extra button on thumb
  203. [all variants] Excessive swap use with USB HD mount
  204. [ubuntu] need newby guide for ftp server
  205. [ubuntu] install kiba-dock with physics on ubuntu 8.04
  206. [all variants] Using SAR ... IOSTAT
  207. [ubuntu] Hardy 8.04 and Compiz on dual screens
  208. [ubuntu] Audioplayer similiar to Snackamp
  209. [ubuntu] Change folder ownership
  210. [ubuntu] suspend not working with free nv driver?
  211. [ubuntu] Can't access documents through places
  212. [ubuntu] Ubuntu Freezes Constantly
  213. [ubuntu] Opening files/100% CPU freezes
  214. [ubuntu] vsftpd, where do the upload download files go?
  215. [ubuntu] Searching apt repositories
  216. [ubuntu] Firefox goes down
  217. [ubuntu] Real CPU Speed monitoring Tool
  218. [ubuntu] Saving .eml Attachments in Evolution to Inbox
  219. [gnome] IDEA: See which icons are referred to
  220. [ubuntu] webmin, how do you use it what URL to type in?
  221. [ubuntu] how to set the external screen
  222. [ubuntu] Help with Ubuntu 8.04 Desktop Effects
  223. [ubuntu] Does Ubuntu installation format drive?
  224. Freezes on "Retrieving Installation Files"
  225. [ubuntu] bug report awn
  226. [ubuntu] Error while booting Windows after installing Wine
  227. [other] [SOLVED] Impress weaknesses
  228. [kubuntu] KDE 4 Wallpaper Change Script
  229. [ubuntu] Installation error
  230. [ubuntu] Ubuntu
  231. [other] wine + gta SA - failure after update
  232. [ubuntu] a few questions
  233. [ubuntu] Museek install help
  234. [ubuntu] Sound and Video problems in Opera and FireFox
  235. [ubuntu] [SOLVED] ISP doesn't recognize password
  236. [ubuntu] Automatic wireless connections
  237. [kubuntu] Irritating behavior with images/GIMP
  238. [ubuntu] open windows system remotly
  239. [ubuntu] [SOLVED] Uninstall tf-tool compiled
  240. [ubuntu] Laggy ubuntu - Lenovo R61, nVidia Quadro
  241. [ubuntu] Multiple users in 8.04 seems horribly broken!
  242. [ubuntu] How to mount a partition as home directory?
  243. [ubuntu] Thunderburd mail problem
  244. [ubuntu] How do I install a theme?
  245. [ubuntu] Class path for java
  246. [ubuntu] upgraded and all screwed up
  247. [ubuntu] how to adjust my matrox g450 graphic card.
  248. [ubuntu] Firefox 3.0beta update - no text visible
  249. [kubuntu] Substitute for Microsoft SQL2005 and Visual Studio
  250. [gnome] System Monitor using 400 MB RAM.