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 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059

  1. [ubuntu] tasksel deleted a load of crucial apps. Why?
  2. [ubuntu] Evolution Busted in Ubuntu 8
  3. [ubuntu] Distorted Visual Effects
  4. [ubuntu] freezes one in a while. can it be screen saver?
  5. [ubuntu] C++ game programming on ubuntu linux
  6. [ubuntu] sshk server cd /etc/ ls , it is possible?
  7. [ubuntu] Problems compiling Gnome Do for Feisty
  8. [ubuntu] how to tell tar to skip .mp3?
  9. [ubuntu] Skype audio problem
  10. [ubuntu] [SOLVED] tagging mp3s in rhythmbox
  11. [ubuntu] Help with external hard drive
  12. [ubuntu] cannot see Windows Vista shared folders from Ubuntu
  13. [ubuntu] [SOLVED] 2nd Hard Drive is 'Read-Only'
  14. [ubuntu] [SOLVED] Terminal will not accept password
  15. [ubuntu] [SOLVED] Firefox Force Quit
  16. [ubuntu] [SOLVED] Can't boot into hardy again (Not again)
  17. [ubuntu] namming a hard drive
  18. [ubuntu] [SOLVED] Ubuntu x64 lockup while making partition (installation)
  19. [ubuntu] Do I need more ram?
  20. [all variants] Need help customizing srt subtitles with mplayer
  21. [other] Rename much file
  22. [ubuntu] NEED HELP!! dpkg problems
  23. [ubuntu] [SOLVED] /dev/sda2 UNEXPECTED INCOSISTANCY; RUN fsck manually
  24. [ubuntu] Testdisk Stuck
  25. [xubuntu] [SOLVED] XUBUNTU desktop wont load after update, have to start gnome.
  26. [ubuntu] apt-get remove help
  27. [ubuntu] [SOLVED] Ok I's stumped with /etc/fstab, mtab, etc...
  28. [ubuntu] Desktop Cube?
  29. [ubuntu] [B]fdisk -l, gparted, testdisk, All Stuck, no results HELP [/B]
  30. [ubuntu] Need help with firefox (scrolls down so slow)
  31. [ubuntu] new user needs help....
  32. [ubuntu] ISP for Ubuntu
  33. [ubuntu] Noobie with questions
  34. [ubuntu] High CPU: Firefox - Youtube (flash)
  35. [ubuntu] stuffed up drivers with nvidia nx6200
  36. [ubuntu] kill all process from the same user
  37. [gnome] Gnome not loading
  38. [ubuntu] Hardy resume problem
  39. [all variants] FutureWarning: apt API not stable yet - LTSP manager not working
  40. [all variants] can there be two swaps for one linux partition ?
  41. [ubuntu] Microphone help?
  42. [ubuntu] [SOLVED] Wine is really screwy No text
  43. [ubuntu] Is Automatix Dead?
  44. [ubuntu] [SOLVED] Touchpad Scroll problem!!! Not a Re-post
  45. [ubuntu] lock screen as root not working.
  46. [ubuntu] windows wol magic packet when requesting files from a samba server
  47. [ubuntu] ssh daemon not started
  48. [all variants] Proggramming Languages....
  49. [ubuntu] Themes
  50. [xubuntu] uninstalling xubuntu
  51. [ubuntu] cleaning up log files
  52. [ubuntu] a few of my favourite applications which aren't really talked about. just for fun
  53. [all variants] A consolidated list of the Linux kernel parameters
  54. [ubuntu] Photos not uploading to Flickr - even in FireFox !
  55. [ubuntu] Everything is seg faulting!
  56. [ubuntu] no Ctrl selection and no desktop items
  57. [ubuntu] see what's happening
  58. [ubuntu] Run .mov file will cause OS not to react.
  59. Wubi and Qemu
  60. [kde] How to make Icon theme in KDE 4?
  61. [ubuntu] Problem with Thunderbird 2.0.0.14
  62. [ubuntu] No input signal to monitor
  63. [all variants] Read/Write ntfs external hard drive problems
  64. [ubuntu] Sound gone to crap?
  65. [ubuntu] Efax-gtk installation
  66. [ubuntu] Ubuntu 8.04 will not boot in normal mode
  67. [ubuntu] Login Problem
  68. [all variants] [SOLVED] [ 251.790031] cdrom: This disc doesn't have any tracks I recognize!
  69. [ubuntu] [SOLVED] Video File Converter
  70. [ubuntu] [SOLVED] Compiz once closed, doesn't restart
  71. [ubuntu] Firefox Crashes...only during webmail sessions
  72. [ubuntu] firefox doesn't open page
  73. [other] redirect saidar output to a file
  74. [gnome] [SOLVED] Conky battery status
  75. [ubuntu] Skydome/cube issue in Compiz Fusion
  76. [ubuntu] Vaio FZ35G battery life
  77. [gnome] [SOLVED] No window border
  78. [ubuntu] sphere instead of cube
  79. [ubuntu] proftpd 1.3.1 + mod_tls_c
  80. [all variants] remove directory attribute
  81. [kubuntu] Kmail dIMAP with GMail, unknown sender
  82. [xubuntu] message bus and libhal fail
  83. MD5 checksum of downloaded iso file seems wrong
  84. [ubuntu] Is there any Personal Diary Software in Linux?
  85. [all variants] Desktop Effects/Compiz - Visual Crash on Switch User
  86. [ubuntu] [SOLVED] OpenOffice "core" screwed up
  87. [ubuntu] problems with terminal server.
  88. [ubuntu] Shared Printer Problem
  89. [ubuntu] Home folder is full ?
  90. [ubuntu] Issues installing printer Samsung ML-6060
  91. [ubuntu] does lvm ditribute data accross physical volumes?
  92. [ubuntu] I missed up my Ubuntu
  93. [all variants] [SOLVED] Animations Not working??
  94. [all variants] Compile / make problem ?
  95. [ubuntu] help with iso (nooob)
  96. [all variants] Linux Swap Partition
  97. [ubuntu] can rm files from usb drive but "Move to Trash" does not work
  98. [ubuntu] [SOLVED] How to write in unicode fonts
  99. [other] Lost partition
  100. [ubuntu] How to move a software RAID to another machine?
  101. [all variants] How to change the command prompt message?
  102. [ubuntu] No Window Title Text, Just Icons
  103. [ubuntu] Nvidia driver problem/crash...
  104. [ubuntu] Firefox 2 address bar not updating
  105. [ubuntu] window too big?
  106. [ubuntu] Ubuntu Suddely Slows dramastically.
  107. [ubuntu] Switching Workspace using Heron
  108. How to install Ubuntu 7.10 using Wubi-8.04?
  109. [ubuntu] Suspend hangs after "Suspending console(s)"
  110. First Time Wubi User
  111. [ubuntu] Bluetooth Device
  112. [ubuntu] user .dmc file errors help
  113. [ubuntu] How do I restore Gutsy from Hardy?
  114. [ubuntu] I want to select first Windows XP
  115. [ubuntu] [SOLVED] Installing from a .bin file
  116. [ubuntu] [SOLVED] can't access ubuntu created ntfs files under windows
  117. [ubuntu] [SOLVED] MP3's won't play? Please help!
  118. [ubuntu] 8.04 goes into text mode when booted up
  119. [ubuntu] Can't use any USB device since upgrading to 8.04
  120. [ubuntu] Bootloader problem
  121. [ubuntu] Disabling Hardy Key combinations in DOSBox
  122. [ubuntu] Bad grapghical glitches
  123. [ubuntu] Sound Not Working
  124. [ubuntu] Help with automatic cd / dvd rip 7.10 gutsy server
  125. uninstall ubuntu temporarily
  126. [ubuntu] Greedytorrent In Linux
  127. [ubuntu] Downgrade firefox from 3.5 to 3
  128. [all variants] bash, file globbing in quotes
  129. [all variants] php + Apache2 on gutsy not displaying errors
  130. [ubuntu] Desktop Problems
  131. [ubuntu] [SOLVED] Getting rid of dual boot and windows partition
  132. [all variants] how to unpack and install .run files?
  133. [ubuntu] kile help menu problem
  134. [ubuntu] Mouse clicks stop registering
  135. [ubuntu] I realy need help with partitions in Linux!
  136. [ubuntu] SATA DVD doesn't work/SATA hard drive undetected
  137. [ubuntu] ati radeon x600 driver problem
  138. [ubuntu] can't read superblock
  139. [ubuntu] Can't install games.
  140. Wubi ubuntu 8.04.1 internet problem
  141. [ubuntu] via chrome9 vn896 help
  142. [ubuntu] Loop mount problem - Ubuntu 8.04
  143. [ubuntu] Mouse giving problems
  144. [all variants] rsync not trnsfering files
  145. [ubuntu] Help with S3 graphics
  146. [ubuntu] installing emerald
  147. [ubuntu] general clean out ,registry etc
  148. [ubuntu] Desktop workspace too big for screen
  149. [ubuntu] [SOLVED] Can't get mysql started
  150. [ubuntu] Installing Envy
  151. [kubuntu] Two Flash Queries
  152. [ubuntu] [SOLVED] How do I mount my Hard Drive?
  153. [ubuntu] [SOLVED] Compiz is performing much slower than it should
  154. [ubuntu] [SOLVED] Flash and FF 3
  155. [all variants] [SOLVED] Start New X Server with Specified WM
  156. [ubuntu] [SOLVED] Anyone have experience using Aurora gtk engine?
  157. [ubuntu] Some general questions
  158. [ubuntu] Start-up Ideas
  159. [all variants] [SOLVED] How to get "ls -l | less" in colors?
  160. [ubuntu] ubuntu want boot!help!
  161. [ubuntu] Want to keep ROTATE SCREEN LEFT default
  162. [ubuntu] Problems Partitioning a USB Flash Drive with GParted
  163. [other] Flash elements on page overlap and cover other elements
  164. [ubuntu] [SOLVED] Terminal/Synaptic thinks I still have my new kernel
  165. [all variants] Keeping updated with updates ;)
  166. [all variants] What's faster, file globbing or a loop?
  167. [all variants] Stump the Master ?!
  168. [ubuntu] uninstalling ubuntu
  169. [ubuntu] External Hard-Drive + Ubuntu
  170. [ubuntu] Ubuntu boot up lost
  171. [ubuntu] [SOLVED] Firefox 3 title bar missing...
  172. [ubuntu] Shut Down and Restart Buttons Missing
  173. Mirror Select
  174. [ubuntu] Ubuntu problem (I got a video of it)
  175. [ubuntu] pls help " Failed to check for installed and available applications (please help.
  176. [ubuntu] [SOLVED] Could somebody post the settings to a certain Compiz animation?
  177. [ubuntu] Missing Hard Drive
  178. [ubuntu] SomeonePleaseHelp!
  179. [ubuntu] ubuntu 8.04.1 installed in windows - boot order
  180. SomeonePleaseHelp!
  181. [kubuntu] Blank screen on bootup on T61p
  182. [ubuntu] Gedit with C++ Syntax
  183. [ubuntu] New to Ubuntu. Problems logging on to Steam
  184. [ubuntu] noob needs help......bad
  185. [ubuntu] white screen appears after enableing effects. what do i have to do?
  186. [all variants] How do you compress & split that compressed file into a number of parts like WinRAR?
  187. [ubuntu] Website help???
  188. [other] Needing Help: Custom RPG Ubuntu
  189. [ubuntu] Kirba Dock error, I just installed it and,
  190. [ubuntu] Wine Icons in Gnome menu
  191. [ubuntu] System Freezing
  192. [ubuntu] Filedropper Crashes Firefox
  193. [ubuntu] Windows Borders Disappearing
  194. [other] Mounting HD from a live cd w/ 2.4 kernel
  195. [ubuntu] Opening Files
  196. [ubuntu] how to prepare /home for clean reinstall?
  197. [other] Questions for macbook users
  198. Wubi/Ubuntu Partitioning Problem!
  199. [ubuntu] Keyboard layout lost after reboot
  200. [all variants] Capturing the output from cksfv
  201. [ubuntu] 8.04.1 DVD image defective?
  202. [xubuntu] opera 9.51 green tinted text
  203. [ubuntu] Trying to save to CD. 'Write to Disc' does not work.
  204. [all variants] What stability should I expect with ubuntu?
  205. [ubuntu] DVD Burning isues
  206. [ubuntu] transparent desktop + icons
  207. [ubuntu] cant delee trash
  208. [all variants] nautilus-flac-converter - How to Install in Ubuntu??
  209. [ubuntu] uninstalling Vuze
  210. [ubuntu] Help!! please ..wine>itunes> crap!!
  211. [ubuntu] Importing passwords and cookies
  212. [kubuntu] "Could not change permissions" error when moving files.
  213. [ubuntu] Emerald Theme Manager won't open
  214. [ubuntu] How to get system to log a specific command.
  215. [all variants] ps to djvu
  216. [ubuntu] help configuring xorg for sixaxis
  217. [ubuntu] [SOLVED] Neebie can not copy
  218. [ubuntu] Starting sasc-ng on bootup
  219. [ubuntu] Firefox, Menu under flash object
  220. [ubuntu] Vista won't boot after deleting ubuntu partition
  221. [all variants] DesktopVR with compiz - what bluetooth usb adapter will work with Ubuntu Linux 8.04?
  222. [all variants] pdftk and unlocking mutipule pdfs
  223. [kubuntu] Lots and lots and LOTS of crashes...
  224. [ubuntu] Can I clone one installation to another PC?
  225. [ubuntu] Pidgin does not flash taskbar when new message arrives
  226. [ubuntu] Reinstall or not after all the manipulation ??
  227. [ubuntu] [SOLVED] Wine Problem, failed to reserve range, failed to install I think....
  228. [ubuntu] Detect my ubuntu software raid?
  229. [ubuntu] Terminal/driver help? (r128 not working)
  230. [ubuntu] Auto-Login at certain times?
  231. [ubuntu] Windows, Programs...
  232. [ubuntu] Gimp and Gimpshop
  233. [ubuntu] Problem with javaws on Ubuntu 8.04
  234. [all variants] Ubuntu Online
  235. [ubuntu] Firefox: Problem displaying web pages. Screen fuzzy. Screenshot attatched.
  236. [ubuntu] [SOLVED] Mount ntfs partition at startup
  237. [ubuntu] Ubuntun Server SVN repository, Client Windows XP
  238. [ubuntu] Cairo-Dock
  239. [ubuntu] using metacity instead of compiz for switching workspaces
  240. [gnome] 2 problems that just poped up
  241. [all variants] [SOLVED] Unfamiliar with Java
  242. [ubuntu] Audio CD Info in Rhythmbox: In which File is this Stored?
  243. [ubuntu] Shift key does not capitalise; Ubuntu 8.04
  244. [ubuntu] Backup utility
  245. [ubuntu] Problem with Rainlendar and panel.
  246. [SOLVED] wubi bootloader problems
  247. [ubuntu] Need help installing Type 1 fonts
  248. [ubuntu] [SOLVED] C compiling and running programs
  249. CVS Cervisia is unable to access fat32 drive
  250. [ubuntu] How often should I update the Kernel?