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] Ubuntu 8.04 : Install Inside Windows
  2. [ubuntu] No window shadows with Compiz and Hardy
  3. [ubuntu] System beeps on return from suspend
  4. [ubuntu] [SOLVED] External (WD 250 Gb passport) hard drive
  5. [xubuntu] How to change resolution?
  6. [ubuntu] Install Azureus +WebUI via command line on 8.04 server
  7. [ubuntu] No Restart/Shutdown option
  8. [ubuntu] advanced desktop effects settings - DO NOT UPGRADE YET (to 8.04)
  9. Unable to save file
  10. [ubuntu] OS X Effects on Compiz Fusion?
  11. [ubuntu] My user is gone
  12. evolution and q.com
  13. [ubuntu] Resize / file system and create /home in existing raid 1
  14. [all variants] [SOLVED] rip copy-protected dvd for personal use
  15. [ubuntu] help with virtual screen?
  16. [ubuntu] Would this work?
  17. [ubuntu] i need some advanced GRUB help! please! :(
  18. [ubuntu] How to BT VOYAGER 1055 [SOLVED]
  19. [other] Searching multiple string using grep
  20. [all variants] dexconf: who calls it and why?
  21. [ubuntu] Help With Proceeses Info
  22. [ubuntu] Review My New Hardy Setup
  23. [other] XP froze, Unclean shutdown, Grub error 18
  24. [ubuntu] setting up email and newsreader in gnus on emacs
  25. [ubuntu] Inspiron 1521 driver trouble
  26. [other] urxvt: change keysym for scrolling
  27. [ubuntu] Problems with ATI mobiltiy x300 after Hardy Upgrade
  28. [all variants] Need Help With Nvidia Install After Compiling New Kernel
  29. [ubuntu] JFS in 8.04
  30. [ubuntu] Font disappeared in my internet browsers
  31. [ubuntu] .php files don't want to run!!!!
  32. [ubuntu] About to install Ubuntu 8.04
  33. [ubuntu] Can't mount volume because of my mistake
  34. [ubuntu] Stealing more disk space from dual booted vista drive
  35. [ubuntu] No sound in flash
  36. [ubuntu] apt errors whe I try to do anything
  37. [all variants] Need math software
  38. [other] Won't boot, CPU error
  39. [all variants] "no value has been set"
  40. [ubuntu] [SOLVED] How do I use two USB game pads with Kxmame?
  41. [ubuntu] Deluge update with .deb
  42. [ubuntu] Easy Feature
  43. [ubuntu] [SOLVED] Keyboard not detected
  44. [ubuntu] Hardy Not Using All My RAM?
  45. [ubuntu] Consistently High Processor Load? - Firefox, GNOME?
  46. [ubuntu] No "Custom" choice in visual effects
  47. [ubuntu] [SOLVED] How do I have a name randomly picked and then removed from a list in Spreads
  48. I know this has probably been beat to death...
  49. [ubuntu] system crashing at will every 30 minutes
  50. [all variants] cron a xwindow app
  51. [ubuntu] Firefox-2 addons(extensions) gone missing
  52. [other] Upgraded ram to 2GB only shows 1.9GB?
  53. [ubuntu] ThinkPad T42 Ubuntu Installation
  54. [ubuntu] Need to configure 'gdm'? Help please.
  55. [ubuntu] cant find a certain log
  56. [ubuntu] Webmin & XAMPP
  57. [ubuntu] Thwarted by a proxy
  58. [kubuntu] Annoying beep on shutdown
  59. [all variants] How do I install Ono
  60. [ubuntu] dvd-rom drive won't open in Hardy
  61. [ubuntu] Is the momentary black screen normal between loads ?
  62. [all variants] Gmail IMAP errors in Evolution
  63. [ubuntu] problem with pidgin and firefox
  64. [all variants] Experienced Linux users : do you automate ?
  65. [ubuntu] resized a partition and now ubuntu wont load
  66. [ubuntu] Save profile
  67. [ubuntu] FLV to MP4
  68. [kubuntu] restricted drivers
  69. [ubuntu] Multiple issues with dist upgrade 704 - 804
  70. Conky
  71. [ubuntu] Final Problem With Ubuntu, please help
  72. [ubuntu] firefox bookmarks toolbar can't move bookmarks
  73. [ubuntu] Configure launcher to maximize window
  74. [ubuntu] Can't connect to windows shares
  75. [ubuntu] [SOLVED] Shell Script Run in Terminal - stop
  76. [ubuntu] move the grub back to main harddrive
  77. [ubuntu] eth0 no longer working after Network Manager removal... (yes I configured it)
  78. [all variants] Setting permissions for NTFS subdirectory at boot?
  79. [ubuntu] Multiple Desktops Not Working In Hardy
  80. [ubuntu] Compiz-Fusion 3D Windows Crash
  81. [all variants] grub error 17
  82. [all variants] Changed my comp, now internet doesn't work!
  83. [ubuntu] Proper Way To Install VMWare On Hardy?
  84. [xubuntu] 100% CPU Epiphany using flash
  85. [ubuntu] Err how is this even possible (TRASH IS WIERD)...
  86. [ubuntu] General Information about Ubuntu
  87. [ubuntu] How to remove unused packages
  88. [gnome] complete theme saving
  89. [ubuntu] ntfs drive lockup
  90. [ubuntu] Thumbs.db:encryptable
  91. [ubuntu] File broke my visual effects D= Please help
  92. [ubuntu] [SOLVED] Desktop Customization - Themes...etc.
  93. [ubuntu] How to Edit List of Apps on Panel
  94. [ubuntu] [SOLVED] are there hidden gems in synaptic?
  95. [other] How to do a "AND" search query in Tracker??
  96. [ubuntu] Strange mouse behavior - Automatic double-clicks
  97. [ubuntu] [SOLVED] Hardy Heron, Wine and Word 2000
  98. [ubuntu] Package updates after fresh 8.04 install kill my eth0
  99. [ubuntu] Drives changing mount points at reboot
  100. [ubuntu] Help with new Hard Drive
  101. [ubuntu] stuck at login - after changing login screen
  102. [xubuntu] "Black" screen after Xubuntu loading screen (Startup)
  103. [xubuntu] Connection problems.
  104. [ubuntu] No thumbnails for .AI files
  105. [ubuntu] Ubuntu error loading OS
  106. [ubuntu] Syncing iPod Touch with Amarok
  107. [ubuntu] Can't install Virtual box in heron
  108. [ubuntu] Virtualbox shared folders
  109. [ubuntu] 1080p
  110. [kubuntu] subprossess error removing a residual config module
  111. [ubuntu] Stop downloading to desktp!
  112. [ubuntu] Samba share problem
  113. [ubuntu] Composite extention not present
  114. [ubuntu] 3D Effect
  115. [ubuntu] Wacom Graphire4 in Hardy
  116. [ubuntu] How do I run a daemon automatically at startup?
  117. [ubuntu] Compiz Config
  118. [ubuntu] grub error 17 cannot mount selected partition (past posts checked still deosn't work)
  119. [ubuntu] Error Loading Hotmail on Firefox 3 beta 5 ubuntu 8.04
  120. [ubuntu] Where is apt?
  121. [ubuntu] SLED Menu in Ubuntu
  122. [all variants] Default Hardy / 8.04 sources.list
  123. [all variants] What can stop a Wine App (Mailwasher Pro) from loading properly?
  124. [ubuntu] Ubuntu/Windows simultaneous bootup?
  125. [ubuntu] Sound-Bad Quality
  126. [ubuntu] reset compiz??
  127. [ubuntu] Problem with Avant Window Navigator
  128. [all variants] Can a /home Partition be Shared with Different Installs/Versions/Flavours of Ubuntu?
  129. [ubuntu] How to get those themes and transparent panels
  130. [ubuntu] Hardy: desktop redraw problem!!!
  131. [ubuntu] Using your own icons
  132. [kubuntu] Can't log in thru X after upgrade, power loss
  133. [gnome] GTK theming problem
  134. [ubuntu] resolutions problem with 8.04
  135. [ubuntu] Is There?
  136. [xubuntu] How do i change icon themes in Xubuntu?
  137. [ubuntu] What are screenlets and desklets and widgets?
  138. [gnome] possible Samba prompts at gdm upon initial login
  139. [all variants] Can I upgrade Ubuntu Studio between versions?
  140. [ubuntu] Free Space A Lot Smaller Than Available Space?
  141. [ubuntu] Fire starter & Virus scanner
  142. [ubuntu] A lot of things I need help with..
  143. [ubuntu] pluse audio instead of pulse
  144. [xubuntu] Small Problem.
  145. [ubuntu] [SOLVED] Hardy 8.04,Grub Start, Error 11: Unrecognized device string
  146. [ubuntu] Deluge Will Not Start!
  147. [ubuntu] Automatic File System Check often fails
  148. [ubuntu] A couple questions about Compiz
  149. [ubuntu] Japanese support broken: tomoe vs. kajipad handwriting recognition
  150. [ubuntu] Hardy freezes whenever I open VLC.
  151. [ubuntu] "Composite Extension is not Available" error message
  152. [ubuntu] How should I set up dual screens?
  153. [ubuntu] Mathematica strange on screen output
  154. [ubuntu] Restoring a user accout from a home partition
  155. [ubuntu] Desperate - need CD for Hardy
  156. [ubuntu] External HD with Windows and Ubuntu
  157. [ubuntu] lost sudo privileges
  158. [ubuntu] Need Help Recovering ext3 hard drive
  159. [ubuntu] Ubuntu DVD:What is it for?
  160. [ubuntu] Animated Desktop Wallpaper (Ubuntu 8.04)
  161. [kubuntu] nomachine issues
  162. [ubuntu] weirdest ubuntu problem
  163. [ubuntu] Openoffice in hardy No Spellcheck!
  164. [ubuntu] new user: privalege problems when attempting to mount a ntfs disk
  165. [ubuntu] "custom" option not available even with manager
  166. [kubuntu] Does Compiz not allow changes?
  167. [ubuntu] Pressing number pad instantly logs me out
  168. [ubuntu] Printer problems
  169. [ubuntu] Firefox wont navigate to pages after a while
  170. [ubuntu] Critical Path Method Software
  171. [ubuntu] FF3 shuts down without warning
  172. [ubuntu] Free CDs, charged by customs.
  173. [ubuntu] change interface language to en_NZ
  174. [ubuntu] palm sync with Evolution via gnome-pilot
  175. [ubuntu] Torrents killing network...not the usual
  176. [ubuntu] Hardy hangs loading login screen after May 5 updates
  177. [ubuntu] WallpaperClock refresh issues
  178. [ubuntu] using flash with flock
  179. [ubuntu] Extended desktop only works under failsafe GNOME
  180. [all variants] GCALDaemon Fatal Error - Online File Listener
  181. [ubuntu] USB flash drive stopped detecting
  182. [ubuntu] CPU usage unaccounted for
  183. [ubuntu] window position and snap
  184. [ubuntu] Compiz started with completly white screen
  185. [ubuntu] Help on two os systems
  186. [ubuntu] [SOLVED] cannot install
  187. [ubuntu] cant move file
  188. [gnome] screensavers
  189. [ubuntu] Can't get easybcd working
  190. [all variants] General help for slowly internet
  191. [ubuntu] annoying shadow/leavings at gnome-panel with compiz
  192. [ubuntu] access files from file manager on network
  193. [ubuntu] I can't change Compiz settings.
  194. [ubuntu] found a bug: folder disappeared while canceling move
  195. [all variants] Can anyone recommend a good Ubuntu book for complete beginners?
  196. [ubuntu] pdf not reading right
  197. [ubuntu] brasero gets stuck at erasing dvd
  198. [ubuntu] How do I dual boot existing Ubuntu system?
  199. [all variants] Clear tab history during firefox beta restart
  200. [ubuntu] Hardy Heron OpenOffice default
  201. [ubuntu] root encryption and usb key file
  202. [all variants] Amarok: MySQL vs SQLlite
  203. [ubuntu] How to remove/disable POWERNOWD from LiveCD?
  204. [ubuntu] Couple of questions from a beginner about Cairo Dock and Control Center
  205. [all variants] [SOLVED] fglrx ati & h264
  206. [ubuntu] can not install apps on wine
  207. [ubuntu] mkisofs don't use -z flags on hardy
  208. [ubuntu] Evolution repeatedly asks for password on start
  209. [all variants] Set minimum double-click interval?
  210. [ubuntu] Printscreen problem on triple screen
  211. [ubuntu] Modem installed ? but not working?
  212. Wubi, Ubuntu and Vista Home with SP1!!
  213. [ubuntu] Virtualbox - Virtual WinXP unaccessible. Help??
  214. [ubuntu] long pause between login window, splash screen and desktop.
  215. [gnome] Teaching Ubuntu to produce thumbnails
  216. [xubuntu] "run" command??
  217. [ubuntu] Nautilus repeatedly complains of missing directory
  218. [ubuntu] How to move Postfix mail into /dev/null?
  219. [ubuntu] Donation
  220. [ubuntu] WiFi problem
  221. [ubuntu] [ubunto/kubuntu] Samba and amule not working
  222. [ubuntu] scim will toggle between languages
  223. [ubuntu] Command to see Available ram slots
  224. [ubuntu] Firefox File Select Form
  225. [all variants] Evolution: Preview wont mark messages read
  226. [ubuntu] want to verify update manager downloads
  227. [ubuntu] cannot mount hard disk
  228. [xubuntu] Session help, and usb hard drive problems
  229. [ubuntu] How to install themes??
  230. [other] Search Text in a single PDF file and highlight the text by programming
  231. [ubuntu] Installing Java 6.5
  232. [ubuntu] Black dots in upper left area
  233. [xubuntu] Getting Windows Applications to work with Xubuntu Linux???
  234. [ubuntu] After hibernation, CPU frequency is set to 'performance'
  235. [ubuntu] weather screenlet not working
  236. [ubuntu] How can I view package list in terminal?
  237. [ubuntu] How to edit files while using live cd?
  238. [ubuntu] I've Broken Ubuntu - how do I fix it?
  239. [other] gcc problem
  240. [ubuntu] Install Generic Kernel
  241. [ubuntu] No Automatix? Where to get those fonts?
  242. [ubuntu] starting on safe grafics mode
  243. [kubuntu] NFS not recognise NIS group/gid?
  244. [other] gcc problem
  245. [ubuntu] USB stick problem
  246. [ubuntu] Movie Maker Applications ??
  247. [ubuntu] Likewise Active Directory mount share
  248. [ubuntu] getting torsmo to work...
  249. [ubuntu] Problem with Simple Backup
  250. [ubuntu] volume