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. [other] ICTX Needs Java Programmers!
  2. [ubuntu] Java installed but not working...any ideas?
  3. [ubuntu] Ubuntu 8 Firefox Cannot upgrade out of Beta
  4. [all variants] Really need help with mounting usb sticks
  5. [ubuntu] Theme Problem
  6. [ubuntu] Delete Program; Safe to delete its ".hidden folder"
  7. [ubuntu] Strange Printer Config Problem
  8. [ubuntu] system info
  9. [kubuntu] Lexmark E332n Printer Problem
  10. [all variants] Ares via giFT
  11. [ubuntu] Sound problems
  12. [ubuntu] Cannot install Gyach on ubuntu
  13. [ubuntu] Unusual DVD drive problem
  14. [ubuntu] Synaptic does not start from launch icon
  15. [ubuntu] [SOLVED] Cannot Delete File: Permission Denied
  16. [ubuntu] Cant Locate MP3 Player...
  17. [ubuntu] Desktop select boxes not going away?
  18. [xubuntu] PDF viewer doesn't use proper fonts?
  19. [ubuntu] No Screen after return from X-Session...
  20. [all variants] Compz won't start?
  21. How to edit MBR? Wubi U. + another distro
  22. [ubuntu] What do I do next
  23. [ubuntu] Ubuntu BOOK !!!!!
  24. [ubuntu] 8.04 question
  25. [ubuntu] email from terminal
  26. [ubuntu] Cannot Boot into windows from grub (different problem than the other thread)
  27. [ubuntu] Being Green : Power Management Question.
  28. [ubuntu] unmount from command line
  29. [all variants] Remapping bad sectors
  30. [ubuntu] Saving ubuntu image to a CD
  31. [ubuntu] Anybody here clever with postfix? (or another email daemon)
  32. [ubuntu] Devices not showing up on desktop
  33. [ubuntu] Partition
  34. [ubuntu] apt-get problem
  35. [ubuntu] Ati 4850
  36. [ubuntu] [SOLVED] Help syncing Samsung SCH-u740 with bitpim
  37. [all variants] problem installing openss7 package
  38. [ubuntu] downloading wine
  39. [ubuntu] Error message on startup... (Newbie user)
  40. [ubuntu] The ash prompt starts after following wiki for custom live cd
  41. Wine + Steam
  42. [ubuntu] x server problems
  43. [ubuntu] [SOLVED] usb stick?????
  44. [ubuntu] sony ericsson
  45. [ubuntu] Best Multimedia Programs as of 07/2008?
  46. [ubuntu] upgrading
  47. [ubuntu] low responcivness upon maximize
  48. [ubuntu] fsck0000.rec
  49. [ubuntu] Guild Wars on Hardy with S3 Unichrome Pro
  50. [ubuntu] Zboard MERC Escape Key Not Working in the Grub Bootloader
  51. [ubuntu] Could not download all repository indexes
  52. [ubuntu] Delete Paritions
  53. [ubuntu] XGL Desktop?
  54. [ubuntu] BIG lockup
  55. [xubuntu] Neither screensaver or Lock Screen work
  56. [gnome] Deluge encryption doesn't seem to work.
  57. [ubuntu] Yet another Compiz problem thread (dependency problems)
  58. [ubuntu] Add/Remove Disappeared
  59. [kubuntu] [SOLVED] run konqueror as root by default
  60. [ubuntu] gparted help
  61. [ubuntu] Cannot enable visual effects
  62. [ubuntu] Gnome Terminal Starts in /opt/... Instead of ~
  63. [ubuntu] ntfs undelete
  64. [ubuntu] Installed Dark wood Theme
  65. [ubuntu] busy box on boot?
  66. [ubuntu] Firefox Problem
  67. [ubuntu] laptop troubles
  68. [ubuntu] Switching to Kernel?
  69. [ubuntu] [SOLVED] Updating problem
  70. [gnome] Flash Stress
  71. [ubuntu] Partition Editor
  72. More of those Dell Computer problems
  73. [ubuntu] How to delete images based on resolution?
  74. [ubuntu] Down Them All not allowed to download!!
  75. [ubuntu] [SOLVED] Need HELP!!! BAD =(
  76. [ubuntu] Adding isolinux.bin to Grub
  77. [all variants] The Best Free Programming Language For Linux
  78. [ubuntu] Can't click without holding ctrl or alt.
  79. [ubuntu] Need help with Cairo please!!
  80. [ubuntu] /etc/init.d/gdm missing and, when found, totally screwed up
  81. [all variants] cdr question
  82. [ubuntu] Random restarting
  83. [ubuntu] Reconfigured X, now problems with drivers!
  84. [ubuntu] Icons
  85. [ubuntu] Can't read backup drive - filesystem loop causing lose of backup file
  86. [xubuntu] do i use "aptitude" to install a downloaded .deb package?
  87. [ubuntu] [SOLVED] Can't access files moved from NTFS? in Ubuntu?
  88. [ubuntu] How to type in German on an English Keyboard Ubuntu 8.04
  89. [ubuntu] Looking for path to fonts
  90. [ubuntu] Failed to reinstall Grub
  91. [ubuntu] Installing Opera Fonts
  92. [ubuntu] How Do I Update (Flash) the BIOS?
  93. [ubuntu] blank tan screen after login
  94. [ubuntu] sql-ledger apache permission problem
  95. [ubuntu] Fire Fox won`t start!!!
  96. [ubuntu] spontaneous resolution change
  97. [ubuntu] crashed for no reason, pics included
  98. [ubuntu] How to run autorun.inf cds and files?
  99. [ubuntu] Control desktop icon placement
  100. [ubuntu] Vista MFT trashed
  101. [ubuntu] Won't boot. Can I backup packages w/ Live CD?
  102. [ubuntu] External hard drive: file format confusion?
  103. [all variants] When will the Freeze bug get fixed in Ubuntu 8.04?
  104. [gnome] Printing and file browsing broken since upgrade
  105. [ubuntu] Drop menu in Places
  106. [ubuntu] Does linux have the mouse scroll thing
  107. [ubuntu] Setting up my HP TC1100
  108. Wubi and the zen kernel
  109. [ubuntu] Constantly Freezing Up?
  110. [ubuntu] Number's after Updating
  111. [ubuntu] update problem
  112. [ubuntu] Software Error - I'm Stuck...
  113. [ubuntu] Grub List
  114. [other] Windows ntldr
  115. [ubuntu] evince dvi strange margins
  116. [all variants] [SOLVED] adding an idividual icon
  117. [all variants] Help about SPARC
  118. Fail to find Kernel
  119. [ubuntu] Changing Language.........
  120. [ubuntu] Frostwire
  121. [ubuntu] Shutting down a program that runs when the window isnt open
  122. [ubuntu] Openkiosk on Ubuntu???
  123. [ubuntu] installation intel536ep modem drivers
  124. [ubuntu] Some Firefox Pop Ups not working
  125. [ubuntu] How do i change resolution in terminal?
  126. [gnome] looking for webpage autorotater/screensaver
  127. [ubuntu] Uninstallation Help!
  128. [kubuntu] [8.04] /dev/null permissions change
  129. [xubuntu] Google earth globe obscures popup windows on XFCE
  130. [ubuntu] Firefox 3 beta 5
  131. [ubuntu] [SOLVED] Pidgin 2.4.3
  132. [ubuntu] [SOLVED] What Theme Is This ?
  133. [all variants] Midnight Commander (mc) fails to install
  134. [ubuntu] Can I install kde base in gnome to run a program?
  135. [ubuntu] Conky problem
  136. [ubuntu] openoffice updates - need advice
  137. [kubuntu] Watching Movie/DVD not working anymore
  138. [ubuntu] desktop effects
  139. [ubuntu] Evolution cant't change smtp server
  140. [ubuntu] new kernel version & roadmap
  141. [kubuntu] [SOLVED] Can't Access USB HD
  142. [ubuntu] HELP!!! Stuck with 640*480 resolution
  143. [ubuntu] Installing Hackingtosh
  144. [ubuntu] I need help on fax software
  145. [ubuntu] Script for Keyboard Layouts.
  146. [all variants] [SOLVED] Window-border sometimes disappear when tab
  147. [ubuntu] Installing packages offline ?
  148. [all variants] Memory Editor
  149. [ubuntu] [SOLVED] How do I switch grub to new partition?
  150. [ubuntu] Bricked HD. Do I have a chance?
  151. [ubuntu] Problem installing compiz plugins from git
  152. [ubuntu] Apps are crashing - General Protection - Hardy 32Bit
  153. [ubuntu] Which version
  154. [ubuntu] Small business software
  155. [other] A Program For Converting Image Files
  156. [ubuntu] [SOLVED] must sudo to run anything?
  157. [ubuntu] Updating banshee portable players
  158. [ubuntu] How to stop DHCP from running on boot up
  159. [all variants] weird laptop lid closure/reopen issue
  160. [xubuntu] Laptop hangs on shutdown
  161. Nvidia 8500GT driver problems on 64 bit Ubuntu 8.04
  162. [ubuntu] Problem with ATT website...
  163. [ubuntu] Wireless question
  164. [ubuntu] Kmail Backup (Moving from Edgy to Hardy)
  165. [ubuntu] User can access file, root can't?
  166. [ubuntu] Unable to Shut Down/Restart
  167. [ubuntu] Does extra video RAM help with compiz performance?
  168. [ubuntu] Ubuntu Studio GDM theme
  169. [ubuntu] [SOLVED] what avasys driver is needed for epson v100 and ubuntu
  170. [ubuntu] Firefox 3 and GMail - lots of "oops" messages
  171. [all variants] Terminal not starting after profile change
  172. [ubuntu] trouble installing ubuntu 8.04 on second harddrive
  173. [xubuntu] [SOLVED] how do i check a .deb's dependencies using terminal?
  174. [all variants] how often to fsck?
  175. [ubuntu] Icon Location
  176. [ubuntu] Printing on Scribus
  177. [ubuntu] problem with FF and T-Bird, only since today
  178. [ubuntu] Ubuntu 8.04 hanging after loading gnome..
  179. [all variants] Help with a command that applies X wallpaper if resolution is X.
  180. [ubuntu] Ipod and Removable Media desktop icons disapeared
  181. [ubuntu] Need fast reply [user permissions]
  182. [ubuntu] Ubuntu and Firefox
  183. [ubuntu] Frostwire wont start
  184. [ubuntu] Fujitsu fi-5120c scanner questions.
  185. [ubuntu] Have a virtual machine running transparently on desktop?
  186. [ubuntu] screen res problem after blackout
  187. [ubuntu] Slow network traffic between XP and Hardy
  188. [ubuntu] Samba + XP
  189. [ubuntu] xkill not running, application hanging computer
  190. [ubuntu] Peices of web page not showing
  191. [ubuntu] Please help..Dictionaries in open office not reflecting after install
  192. [ubuntu] Window Switcher Size
  193. [all variants] Segfaults of sed and fgrep, memory issue?
  194. [all variants] Ubuntu 8.04.1
  195. [ubuntu] [SOLVED] Theme is installed correctly but not applied?
  196. [ubuntu] How to start IPTABLES script automatically on boot.
  197. [ubuntu] How to change the screan res?
  198. [ubuntu] Grub Problem
  199. [xubuntu] Hardy Heron Clock Issues - Hour off bug?
  200. [ubuntu] mysql server...
  201. [ubuntu] gtk-window-decorator crashes
  202. [ubuntu] [SOLVED] Make files on partitions accessible
  203. [ubuntu] display resolution problem
  204. [ubuntu] 8.04 and hard disk boot question
  205. [all variants] Deleting hidden (.) files in Hardy or Windoze
  206. [ubuntu] Can't acces NTFS harddisk
  207. [ubuntu] SD-HC card not readable
  208. [ubuntu] Update manager problems
  209. [ubuntu] Fatal Error on game installation
  210. [ubuntu] Counter Strike Source Error
  211. [ubuntu] [SOLVED] Custom fonts don't work in Firefox
  212. [all variants] All of my data disappears whilst I sleep
  213. [ubuntu] Menus on cnettv.com help...
  214. [ubuntu] lisp slime under ubuntu 7.04 feisty
  215. [all variants] NVIDIA Driver Installer Can't Find Kernel Sources
  216. [other] Choosing a distro
  217. Wubi Ubuntu is a success! Internet isn't.
  218. [ubuntu] Need help running nautilus as another user
  219. [ubuntu] Different desktops on compiz w/ cube
  220. [xubuntu] Stop the annoying firefox autostart
  221. [ubuntu] [SOLVED] set disklabel (msdos)
  222. [ubuntu] Nautilus shares - where are they listed?
  223. [ubuntu] Ubuntu 8.04 Desktop Effects doesn't work
  224. [ubuntu] Desktop Effects not saved after restart!
  225. [ubuntu] Since update I have .dmrc file error
  226. [ubuntu] Package Manager Error
  227. [ubuntu] Last update (July 3rd)
  228. [ubuntu] [SOLVED] ERROR in packet manager
  229. [ubuntu] [SOLVED] Desktop effects reload session!?
  230. [SOLVED] Is there a Wubi for Kubuntu and Xubuntu?
  231. [all variants] Xorg displays resolution too big for 1024x768 montor, help?
  232. [ubuntu] ubuntu problem, after system update crash
  233. [xubuntu] best light simple POP3 e-mail client for xfce / xubuntu?
  234. [ubuntu] Can I get this bit of kit to work on Ubuntu?
  235. [ubuntu] Thunderbird graphics ???
  236. [ubuntu] Cairo Dock Question on custom launcher
  237. [ubuntu] Potential Ubuntu User - Please Advise
  238. [ubuntu] Remote Desktop capable of intercrossing with Windows' Remote Desktop?
  239. [ubuntu] Format a remote drive - best way? (and check for errors!)
  240. [kubuntu] Kmenu Doesn't run
  241. [ubuntu] [SOLVED] my ubuntu looks like windows!!! NOT GOOD
  242. [ubuntu] [SOLVED] Problems reading CD/DVD data disks made in Vista
  243. [ubuntu] QuickLaunch panel blanked out
  244. [kubuntu] Desktop background doesn't match screen size
  245. [SOLVED] Did ubuntu screw up my windowsXP?
  246. [ubuntu] re enable ipv6
  247. [ubuntu] GRUB Question
  248. Heeeeelllp!!!!
  249. [ubuntu] Google Repositories
  250. [ubuntu] Input αινσϊ in tty console