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] batch image editing with the gimp
  2. Accidentally edited wrong part of Boot menu file
  3. [all variants] Help with Mounting USB & Internal Hard Drives
  4. [other] [SOLVED] Pidgin wont log in ICQ. Version too old ??
  5. [ubuntu] Conky compiled with XMMS2 support
  6. [all variants] [SOLVED] Finding my partition
  7. [ubuntu] Hardy OpenOffice opens and immediately closes
  8. [ubuntu] Can't use my new external hard drive
  9. [ubuntu] Recompiling kernel errors (real-time)
  10. [ubuntu] Help installing a Theme
  11. [ubuntu] Ubuntu Installation freezes
  12. [ubuntu] iPod Nano 3g - help
  13. [all variants] RAR brute force attacker. Break it open!
  14. [ubuntu] installing windows after ubuntu and make dual booting system
  15. [ubuntu] Messed up Wine badly, need help beginning fresh
  16. [ubuntu] Rename files so words fit onto eight chracter lines????
  17. [kubuntu] Installing fonts in Kubuntu
  18. [kubuntu] SD card won't automount in Hardy
  19. [ubuntu] Ubuntu to automatically winodws share on startup?
  20. [ubuntu] Update Manager error
  21. [ubuntu] Dual Monitors w/ different resolutions and bad virtual sizes.
  22. [ubuntu] Gens will not start now.
  23. [ubuntu] Need Help! Urgent
  24. [ubuntu] problem with emerald theme manager
  25. [all variants] GRUB shows several kernels, help!
  26. [ubuntu] KVM hangs on boot from image generated by ubuntu-vm-builder
  27. Will Wubi work with HP tx2500?
  28. [ubuntu] Only minimized windows appear on the taskbar
  29. [ubuntu] Run script without sudo passwd
  30. [ubuntu] help: can't connect to icq in pidgin
  31. [ubuntu] Google earth.....No earth?
  32. [all variants] How do I set up my eeepc as a dumb terminal/X Client?
  33. [ubuntu] Ristricting user privileges
  34. [ubuntu] Mass and automatic naming of files
  35. dd_rhelp and dd_rescue error:"File too large"
  36. [ubuntu] Nvidia driver is not working on Hardy 8.04.
  37. [ubuntu] Boot Scripts
  38. [ubuntu] Updating Unreal Tournament 2004
  39. [ubuntu] BT Softphone
  40. [ubuntu] Opera 9.50 / Firefox 3.0 Fonts
  41. [all variants] Xinerama -Nvidia - How to select primary display
  42. [ubuntu] Easy way to mount and manage storage devices
  43. [xubuntu] frostwire icon missing
  44. [ubuntu] I have noticed that only one program gets sound privileges in ubuntu.
  45. [ubuntu] grub-gfxboot problems
  46. [mythbuntu] ubuntu 8.04, new install, busybox on boot
  47. [ubuntu] [SOLVED] 403 Forbidden
  48. [xubuntu] [SOLVED] Stop xfce4-panel loading
  49. [ubuntu] Drivers
  50. [ubuntu] I dont have a libraw1394 directory
  51. [kubuntu] Problem with Special/International Characters in Filenames
  52. [xfce] How Do I Fix Console Fonts From Command Line?
  53. [ubuntu] Help wioth Evolution
  54. [ubuntu] Problem with aMSN
  55. [ubuntu] Dc++
  56. [all variants] NFS Automount on user login
  57. [ubuntu] [SOLVED] Simple- I hope... Command for removing Folders in terminal
  58. [ubuntu] ClearCalendar - days are missing
  59. [ubuntu] [SOLVED] Vanishing space when copying between two machines
  60. [xubuntu] Youtube videos are extremely choppy.
  61. [kubuntu] How can i disable the need to log in?
  62. [ubuntu] How do you insert flash video with Kompozer?
  63. [other] [SOLVED] Porblems after running firefox as root.
  64. [ubuntu] Using a webtop to browse from a remote computers IP
  65. [all variants] can i get WLM to work on ubuntu? i want WLM itself - not a clone -so i can play games
  66. [ubuntu] Global Keybindings gone after disabling Compiz.
  67. [ubuntu] AWN wont work for other users
  68. [ubuntu] twinview
  69. [ubuntu] Extra garbage when typing in command line
  70. [ubuntu] how do i change the permission on a whole hard drive?
  71. [ubuntu] SCIM icon not showing languages when clicked.
  72. [all variants] [SOLVED] how to resize (shorten) file on ext2 partition?
  73. [kubuntu] NFS folder share with password, is possible?
  74. [ubuntu] move wine "c:\" dir
  75. openoffice dictionary wordlist
  76. [ubuntu] Pulse Audio
  77. [all variants] [SOLVED] Image Backup Software For Linux?
  78. [xubuntu] xfce xfce4-macmenu-plugin qustion
  79. [xubuntu] VLC - the time area cuts off the time - how to fix it?
  80. [ubuntu] Cannot set number of Desktops after installing Compiz
  81. [ubuntu] Enabling animations
  82. [ubuntu] Can you install the compiz from git in gutsy?
  83. [ubuntu] usplash doesn't appear on startup or shutdown
  84. [ubuntu] Compiz in VirtualBox
  85. [ubuntu] I'm new to Ubuntu and I need help installing a tar.gz file! (Info Included)
  86. [ubuntu] Can't log in except in Failsafe GNOME
  87. [ubuntu] Can't start emerald or compiz
  88. [ubuntu] Videos as desktop background
  89. [ubuntu] Ubuntu cannot install
  90. [ubuntu] Cannot open data cd/dvd in 8.10
  91. [ubuntu] Small Emerald annoyance
  92. [kubuntu] KTORRENT Launch
  93. [kubuntu] How to share a printer in a kubuntu lan?
  94. [ubuntu] How do I make sda2 read+write
  95. [gnome] [SOLVED] iPod troubles
  96. [ubuntu] Desktop select boxes not going away?
  97. [ubuntu] nrg2iso command lines?
  98. [ubuntu] [SOLVED] Internet slow to respond
  99. [ubuntu] [SOLVED] Strange Thunderbird behavior
  100. [other] [SOLVED] Bash formula for hosts file?
  101. [ubuntu] Installing ut2004 ECE bonus pack
  102. [ubuntu] "Busy Box"
  103. [ubuntu] Google desktop for Linux not indexing webpages
  104. [ubuntu] Error in Terminal??
  105. [ubuntu] VirtualBox question - will it run on the gnome desktop?
  106. [ubuntu] Device manager
  107. [ubuntu] Network switch for AWN
  108. [ubuntu] No sound after Security Update!
  109. [ubuntu] Nvidia Driver Error
  110. [ubuntu] PLEASE explain how to install programs!!!
  111. [ubuntu] How do I make conky go below my browser
  112. [ubuntu] FF3 doesnt render font on forums correctly.
  113. [ubuntu] How can I donate (money) to Ubuntu's development? Especially aesthetically?
  114. [ubuntu] Locked folder problem.
  115. [ubuntu] GPT disk problems
  116. Can't get rid of Xubuntu/Ubuntu/Wubi
  117. [all variants] How to type "|" on the keyboard
  118. [ubuntu] [SOLVED] How do I uninstall .deb downloaded from sites?
  119. [ubuntu] NFS slow when transferring lots of smaller files
  120. [ubuntu] 1.1.4 iPod Touch Password?
  121. [ubuntu] Setting up my printer
  122. [ubuntu] Constantly Logged Out of aMSN and Pidgin
  123. [ubuntu] The mtab file.
  124. [ubuntu] Envelopes Print Backwards in OpenOffice.org
  125. [ubuntu] New User here, Error with Package Manager. Please Help!
  126. [ubuntu] Audacity records but is not plaing back
  127. [ubuntu] Internet Sharing with my Xbox 360
  128. [ubuntu] remote access to ubuntu
  129. [ubuntu] GLX gears not working...
  130. [all variants] [SOLVED] Firefox 3.0 Ubuntu Forums extension
  131. [all variants] HELP I used kleansweep and nothing works
  132. [ubuntu] cannot start ubuntu (BusyBox)?
  133. [xubuntu] Whats using my drive so I can't mount?
  134. [ubuntu] NFO viewer
  135. [ubuntu] Open pdf in new tab FF3 and Adobe Reader.
  136. [ubuntu] Compiz 0.7.6 deformation problem
  137. [ubuntu] SSI not working with 8.04 and apache
  138. [ubuntu] [SOLVED] busybox
  139. [ubuntu] Setting up beryl on ubuntu gnome need some help
  140. [all variants] Question for Web Designers
  141. [other] [SOLVED] Downloaded Bad Nvidia Driver
  142. [ubuntu] Installation Dependencies
  143. [all variants] [SOLVED] Prevent cron from logging to syslog
  144. [all variants] [SOLVED] case-insensitive "bash-tabbing" ?
  145. [ubuntu] HELP! 8.04 Freezing on start-up
  146. [ubuntu] My HP TC1100
  147. [ubuntu] Can't install Ubuntu for some reason.
  148. [ubuntu] OpenOffice locks up
  149. unable to execute bin/sh
  150. [ubuntu] Can't Update... :(
  151. [ubuntu] iChat-like bubbles for gaim?
  152. [ubuntu] [SOLVED] Does Ubuntu 8.02 LTS Server Exist?
  153. [ubuntu] MS mouse problem
  154. [gnome] Screen res looks oversized, or is it just me?
  155. [other] [SOLVED] Conky 1.5.1 - error while building
  156. [ubuntu] Grub error 18, unable to mount the filesystem
  157. [xubuntu] Photos aren't seen by myspace or other photo hosting sites.
  158. [ubuntu] GFX Kinda suck need help fixing =)
  159. [ubuntu] pidgin ICQ, MSN problem
  160. [other] Flashplugin let's Ubuntu drop to Console
  161. [ubuntu] Ubuntu 8.04 on a samsung r60 plus
  162. [ubuntu] gedit number of copies to print
  163. [ubuntu] Wireless networking setup, Netgear WG311
  164. [ubuntu] Teac mp3 player error after formatting
  165. [ubuntu] how to arrange icons on "desktop"?
  166. [all variants] Some awsome wallpapers
  167. [ubuntu] Install amsn 0.97.1
  168. [gobuntu] monitor frequency problem
  169. [ubuntu] usb trouble - hardy vs. gutsy
  170. Option rtorrent -o
  171. [ubuntu] cron.weekly not mailing output, while cron.daily does
  172. Hardy 8.04.1 release impending, Wubi install testing appreciated!
  173. [ubuntu] Internet Use Monitoring
  174. [ubuntu] Kernel Build Error: Please help
  175. [kubuntu] Command to restart Kubuntu
  176. [ubuntu] Can't shutdown! NetworkManager issue
  177. [other] [SOLVED] Server (?) Setup
  178. [ubuntu] Format with parted
  179. [ubuntu] java problems in firefox 3
  180. [ubuntu] rdesktop freezes for a while
  181. [all variants] Fastest Linux with OOo, Firefox and mp3
  182. [all variants] Frostwire Doesn't Work despite java being installed
  183. [ubuntu] shut-down and restart are no longer options of my ubuntu :O
  184. [ubuntu] server X issue on SunBlade 1000
  185. [all variants] my open programs like emesene are not visible anywhere
  186. [ubuntu] Firefox 3 occasionally just dissapears...
  187. [ubuntu] [SOLVED] Flash media
  188. Could not get boot loader in XP
  189. [ubuntu] Pidgin and ICQ not connecting.
  190. [xubuntu] Ubuntu 8.04 aks for password at shutdown
  191. [other] How do I install Vista after installing Ubuntu 8.04?
  192. [ubuntu] Firefox 3: Fatal loop (Gutsy)
  193. [ubuntu] ext format doesn't get fragmented?
  194. how to list only configuration files ?
  195. [ubuntu] how do i change the mount point?
  196. [other] Need some advice (Ultimate Repository)
  197. Error 15: file not found
  198. [xubuntu] Xfce/Thunar - assigning icon to a file type.
  199. [ubuntu] Cache Memory NEVER Released
  200. [ubuntu] Cannot change resolution / and other weirdness
  201. [ubuntu] Cube Reflection and Deformation
  202. [all variants] su & and password problems in init.d-scripts
  203. [all variants] [SOLVED] How to use find with wildcard
  204. [ubuntu] wallpaper-tray isn't working without nautilus
  205. [ubuntu] white screen problem pls help(no ATI or compiz)
  206. [ubuntu] deleting some files on startup of ubuntu
  207. [kubuntu] A new sort of crash?
  208. [ubuntu] [SOLVED] Uninstalling a partially installed/messed up ubuntu
  209. [ubuntu] Booting problems
  210. [ubuntu] Need to install Ubuntu under Vista (for now) with VMWare
  211. [ubuntu] [SOLVED] Thunderbird help
  212. [kubuntu] Package Dependency Queries
  213. [ubuntu] Hd 4850
  214. [ubuntu] banshee keeps restarting automatically
  215. [ubuntu] After Login Screen Desktop Fails To Load in Ubuntu
  216. [ubuntu] Just a n00b...
  217. [ubuntu] Backlight not dimming
  218. [ubuntu] Ubuntu and mencoder
  219. [ubuntu] help me plz
  220. [ubuntu] Help with AWN
  221. [other] Splicing media files together (PNG, MPEG, etc.)
  222. [ubuntu] Apache won't start
  223. [ubuntu] Ubuntu on Pentium III, 256 MB RAM
  224. [ubuntu] Google Earth display flickers!
  225. [ubuntu] Run gtkterm from a C++ program
  226. [ubuntu] [SOLVED] Error message at installing lx split
  227. [ubuntu] Rename multiple files to remove ;1
  228. [all variants] [SOLVED] Why no Firefox 3.0 graphics on Ubuntu?
  229. [ubuntu] How do you move AWN?
  230. [ubuntu] Reformatting the laptop and using only Ubuntu
  231. [all variants] Websites dont show properly in Ubuntu
  232. [ubuntu] What I need to know?
  233. [gnome] Notification area trouble
  234. [ubuntu] ntfsprog
  235. [xubuntu] Computer slows down when idling
  236. [all variants] Swap Question...
  237. [ubuntu] [SOLVED] Conky startup session weather forecast
  238. [ubuntu] [SOLVED] 3 Problems: .dmrc Error at Login, Incorrect Minimization, and Essential Proc
  239. [ubuntu] How to get Login/Logout plugin working?
  240. [ubuntu] [SOLVED] Compiz --replace results
  241. [ubuntu] Why buy a cable modem???
  242. [ubuntu] [SOLVED] want to 1.disable compiz 2. run a pgm 3.enable compiz
  243. [ubuntu] Help with DVD burning
  244. [ubuntu] Resize limit on my VNC window
  245. [ubuntu] Using infrared and Apple Remote with Ubuntu and ThinkPad T43
  246. [ubuntu] Portable Scanner That Works With Ubuntu
  247. [ubuntu] How to (Properly) Install Netbeans: Plugins Completely Broken!
  248. [ubuntu] Blue Curve icons for ubuntu
  249. [ubuntu] Novice: crontab - missing something basic
  250. [ubuntu] Skype & Cron Job Question