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

  1. [ubuntu] was this much effort for nothing??
  2. [ubuntu] WindowMaker
  3. [all variants] Display Sleeps Even When Disabled
  4. [ubuntu] Messed up splash screen
  5. [ubuntu] Any solution to GtkRadiant Run Error???
  6. [ubuntu] ubuntu won,t boot
  7. [ubuntu] Missing encryptfs files and folders, can't log on
  8. [ubuntu] flash player problem or firefox problem?
  9. [ubuntu] Samsung ML-2851nd, PDF printing
  10. [ubuntu] kvm and windows guest performance
  11. [ubuntu] 11.04??
  12. [ubuntu] Narwhale update question
  13. [all variants] Macbuntu - Apple logo on login screen
  14. [SOLVED] Need help with WineHQ please =/
  15. [SOLVED] Using Places-Network
  16. [ubuntu] Web application using starter code
  17. [ubuntu] A rss reader for ubuntu
  18. [ubuntu] Cannot Mount External Hardrive
  19. [SOLVED] Can't open email
  20. [ubuntu] How do I link Ubuntu Software center to my Facebook?
  21. [ubuntu] change default "permission denied" dialogue
  22. [ubuntu] Something better than open office
  23. [ubuntu] A little audio problem became huge when I tried to fix it.
  24. [ubuntu] Weird Problem: Freeze at Login on normal boot
  25. [ubuntu] system wipe
  26. [ubuntu] Is it possible to reattempt mounting an optical drive without ejecting it?
  27. [ubuntu] Deleted some libs and now my pass is not correct
  28. [ubuntu] Is there a way to uninstall Ubuntu?
  29. [ubuntu] GRUB will not show up
  30. [SOLVED] Network Printer
  31. [kubuntu] Dual monitor questions
  32. [SOLVED] smbfs, fstab I cant figure this one out.
  33. [ubuntu] HP Mediasmart Servers in Ubuntu Networks
  34. [ubuntu] Umbrello: Unmet dependencies
  35. [SOLVED] What are the limits of a live CD?
  36. [SOLVED] Compiling software from source
  37. [ubuntu] Hydra help imac
  38. [lubuntu] Listed file does not exist
  39. [xubuntu] Xubuntu 8.04: Error installing 2570 wireless drivers.
  40. [SOLVED] recreate a home parition from scratch
  41. [ubuntu] Hard disk space
  42. [ubuntu] ubuntu repos and apt-get
  43. [ubuntu] Problem installing build-essential on 3 year old ubuntu desktop 8.04
  44. [SOLVED] installing grub2
  45. [other] Why my laptop camera is reverted?
  46. [SOLVED] Deleted bottom panel help
  47. [ubuntu] Issue Installing "Crossover Games i386" On Ubuntu 11.04 Beta 2
  48. [SOLVED] No Debian Installer
  49. [ubuntu] Visual Effects options greyed out...
  50. [ubuntu] Lost ability to mount USB Drives
  51. [ubuntu] Flash Playback issues when using Chrome
  52. [all variants] Update manager is slow in 10.10
  53. [other] Backup Solutions
  54. [ubuntu] Use laptop keyboard shortcut to disable touchpad?
  55. [ubuntu] Undervolting CPU
  56. [SOLVED] How to determine if a shell is being run in an emulated or virtual terminal?
  57. [ubuntu] Gnome Battery Applet
  58. [ubuntu] Scan document to searchable PDF
  59. [ubuntu] Nautilus Elementary / Breadcrumbs
  60. [ubuntu] Software-center doesn't run
  61. glob instaling
  62. [ubuntu] Ubuntu 11.04
  63. [ubuntu] fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16) WINED3DFORMAT
  64. [ubuntu] Help - can't boot, Grub rescue...
  65. [ubuntu] Preferences of mirror in aptitude (or apt-get)
  66. [SOLVED] gimp one window mode
  67. [ubuntu] am i able to install Ubuntu in this situation ?
  68. Rythmbox / Coherence: DLNA client / server broken in 11.04 - fixes?
  69. [SOLVED] Skype Video on Ubuntu 10.10 not working
  70. [ubuntu] Before I install Ubuntu...
  71. [ubuntu] 10.10 no touchpad right klick
  72. [ubuntu] Ubuntu system all screwed- need fix
  73. [ubuntu] Airmon-ng (AirCrack Suite) Unknown Chipset and -1 Channel
  74. [ubuntu] skype help
  75. [SOLVED] Can't mount etx4 filesystem
  76. [ubuntu] PGP key generation failure - no writable public keyring found: eof
  77. Newbie trying the switch to Ubuntu from Windows
  78. [ubuntu] Hotmail Exchange with Evolution in 10.10
  79. [SOLVED] De Frag
  80. [SOLVED] Help with python
  81. [SOLVED] adding a directory for new users
  82. [ubuntu] Running in to problems using Ubuntu on my netbook.
  83. [all variants] Difference between Dolphin and Nautilus - need help
  84. [ubuntu] No place on boot partiion
  85. [ubuntu] Raid 5 rebuilt at install. Did I lose my data?
  86. [ubuntu] Clone a ext4 partition
  87. [ubuntu] Error Blocking starting VLC
  88. [ubuntu] Asus k50ij screen flickers
  89. [ubuntu netbook remix] Need some help with my FN a F Functions.
  90. [ubuntu netbook remix] Skype messages to all contacts
  91. [64 bit] 4gb usb stick is showing as 69GB!
  92. [ubuntu] mv: cannot allocate memory, transferring to a windows mount
  93. [ubuntu] RabbitVCS - SVN in Nautilus Merge Issue
  94. [ubuntu] Fan stops running after a couple hours. Restart required...
  95. [ubuntu] savfl
  96. [ubuntu] Gnome Clock Applet shows time one second behind
  97. [ubuntu] Ubuntu 8.04 - can desktop use server updates after 12th May?
  98. [ubuntu] "error: no such device xxx.xxxx.xxxx.xxxx grub rescue"
  99. [ubuntu] installing in separate partition
  100. [ubuntu] Variable media size and "missing" folders
  101. [all variants] Lost Flash after Update
  102. [ubuntu] Can't play my games!
  103. [SOLVED] Sound Preferences: Waiting for sound system to respond; cannot change volume
  104. [ubuntu] Question about upgrade
  105. [kubuntu] stuck at loading screen
  106. [ubuntu] E: Sub-process /usr/bin/dpkg returned an error code (1)
  107. [ubuntu] Help with VirtualBox
  108. [ubuntu] how to identify the correct device?
  109. [ubuntu] Ubuntu CD not working
  110. [ubuntu] Empathy logging
  111. [ubuntu] USB disk - slow transfer speeds and slow system! (meerkat)
  112. [other] %*^& Windows Chkdsk Corrupts Drive
  113. [SOLVED] hplip and g55 printer
  114. [ubuntu] Videos not working
  115. [ubuntu] /bin/ln --force does not force?
  116. [ubuntu] HElP printer Issues!!
  117. [ubuntu] cleaning up grub, and requesting dual boot guide.
  118. [ubuntu] EclipseCDT/VNC/Ubuntu 8.04 eclipse not starting
  119. [ubuntu] Scanning problems
  120. [SOLVED] Change super (solo) key mapping
  121. [ubuntu] Starting Apatche2 at boot Up, plus configring it over LAN
  122. [SOLVED] need to fix windows from ubuntu
  123. [ubuntu] NSF Server - howto enable for all users
  124. [ubuntu] I've lost my minimise buttons on firefox ??
  125. [SOLVED] VLC won't work well on Maverick
  126. [ubuntu] How do I use gparted to delete ubuntu partitions on my EHD?
  127. [ubuntu] Problem using earphones
  128. [ubuntu] No USB devices :(
  129. [ubuntu] .tar.gz file produces error now and then
  130. [ubuntu] Packaging for Hardy
  131. [SOLVED] MBR for xp. win 7 and ubuntu 10.10
  132. [SOLVED] Ubuntu will not pass Nvidia screen during boot up
  133. [SOLVED] Python Development Version
  134. [SOLVED] Edit Grub. It's waaaayyy too long!
  135. [ubuntu] Network bug or am i going crazy?
  136. [kubuntu] Can't uninstall Kubuntu
  137. [ubuntu] Whenever I insert a blank cd, everything just doesn't work
  138. [ubuntu] Printer Setup
  139. [ubuntu] Install older version of Sketchup
  140. [ubuntu] Convert desktop to file server
  141. [ubuntu] Itunes podcast in rythmbox
  142. [ubuntu] memory lost
  143. [ubuntu] HELP! Ubuntu installed on the same partition as Windows 7?
  144. [ubuntu] cant write to dvd+r?
  145. [SOLVED] Cannot boot into either Windows 7 or Ubuntu 10.10
  146. [ubuntu] Emacs Menus Broken in Ubuntu 10.10
  147. [ubuntu] how do i burn a iso to a flash drive?
  148. [ubuntu] Driver help
  149. [ubuntu] Running my dual booted 7 as virtualmachine
  150. [ubuntu] Synaptic/Mudlet install issues
  151. [ubuntu] Graphic card help
  152. [ubuntu] Default editor for svn
  153. [all variants] Made on a Mac, Hosted on Ubuntu
  154. [ubuntu] How to change virtual terminal colors before logging in?
  155. [ubuntu] Recover Files from Formatted Thumb Drive
  156. [ubuntu] Automounting Windows Vista NTFS partition
  157. [ubuntu] 10.10 and IR Remotes
  158. [SOLVED] symlinks less efficient when linked to symlinks?
  159. [gnome] unity, gnome 3, gnome shell, and gnome 2.x
  160. [SOLVED] Crontab Permissions
  161. [SOLVED] What's happening to my panel??
  162. [ubuntu] Hangs on Automatic Reboot
  163. [ubuntu] Problem with Taskbar/Panel
  164. [kubuntu] Kubuntu ignoring power management settings
  165. [ubuntu] Drive don't mount automatically
  166. [ubuntu] Googsystray does not work in Unity :/
  167. [SOLVED] Pop-menu icons disappeared!
  168. [ubuntu] Dual boot with two harddrives
  169. [ubuntu] External drives don't mount properly without Gnome
  170. [ubuntu] L
  171. [ubuntu] video chat
  172. [SOLVED] Non-ntfs hard-drive - how do I install Windows?
  173. [kde] help with openSUSE anyone?
  174. [SOLVED] Unable to use microphone
  175. [SOLVED] Unable to use microphone
  176. [ubuntu] How To change permission folder so only root can open it
  177. [ubuntu] [ASK] Reinstall Windows and fix the grub
  178. [ubuntu] Postfix Connection time out
  179. [ubuntu] Remote desktop
  180. [all variants] RAID Array missing space.
  181. [ubuntu] Does Apache2 Need Execute Permissions?
  182. [SOLVED] MBR destroyed?
  183. [ubuntu] How to get UH-235 WiMAX USB Modem Working on Ubuntu
  184. [SOLVED] How to undelete the about panel?
  185. [wubi] Remove Double Bootloader
  186. [ubuntu] Problem using LCD TV as a monitor
  187. [ubuntu] Last.fm application scrobbling doesnt work with any players?
  188. [ubuntu] WIFI drops and will not re-authenticate
  189. [ubuntu] Bt4 r2 repositories to ubuntu 10.10
  190. [ubuntu] Cronjob not starting my backupscript
  191. [SOLVED] Booting into Live Environment Screen is Extremely Dark
  192. [ubuntu] does creating many user accounts divide hard disk space?
  193. [ubuntu] help please
  194. [SOLVED] Driver for Panasonic Multifuntion printer
  195. [ubuntu] Smart Notebook Software Admin mode
  196. [ubuntu] Copy desktop install to laptop?
  197. [gnome] Ubuntu 10.04/Firefox/Hard Drive Partition issues
  198. [ubuntu] ssh wont work under xinetd on ubuntu 10.10
  199. [ubuntu] Blogs, news etc.
  200. [ubuntu] Corrupt splash screen
  201. [ubuntu] Samba guest shares - win7 and android OK but other Linux fails
  202. [ubuntu] Virtual box 4.0 install on Maverick
  203. [ubuntu] Upgrading to 10.10 from 10.04 using CD
  204. [ubuntu] Communicating With Newspaper 'Have-Your-Say' Columns
  205. [ubuntu] Help with 2nd hard disk install
  206. [ubuntu] Uninstall All Programs [Ubuntu Server CLI]
  207. [ubuntu] Running XP in a shell in Ubuntu 10.10
  208. [ubuntu] can't boot from a disk?
  209. [ubuntu] How to enable sound on power cord plugging/unplugging
  210. [ubuntu] bios is not set
  211. [ubuntu] Mailing Internal Messages
  212. [ubuntu] Help me! I'm truely baffled.
  213. [ubuntu] transparent google
  214. [ubuntu] Less RAM shown by UBUNTU
  215. [all variants] Grub problem
  216. [kubuntu] Top panel right side buttons missing
  217. [SOLVED] Additional Drivers
  218. [ubuntu] Vim spell checking (for files opened by NERD tree or MRU)
  219. [ubuntu] Computer still keeps going to sleep!
  220. [ubuntu] Printer status switches between 'Idle' and 'Stopped' randomly; printing not possible
  221. [SOLVED] Accesing files belonging to root even if... you are root
  222. [SOLVED] How To Delete Ubuntu Partition?
  223. [ubuntu] Using R with Ubuntu 10.04 and graphic
  224. [ubuntu] Redirecting stdout with ">>"
  225. [ubuntu] Video stuttering :)
  226. [ubuntu] network by applet
  227. [ubuntu] rear microphone not working
  228. [ubuntu] File browser
  229. [ubuntu] Workspaces
  230. [ubuntu] image writer software and mkv problem
  231. [ubuntu] User settings don't work
  232. [gnome] Applications regularly freezing
  233. [ubuntu] Window buttons at the left...why?
  234. [ubuntu] Google Gadgets - Grey Background
  235. [PPC] Grey theme issue and keyboard connectivity problems
  236. [ubuntu] streaming audio from arecord across a network
  237. [ubuntu] Cloning Disk w/o Unmounting
  238. [ubuntu] kismet problem!
  239. [ubuntu] Install XP to other partition from ubuntu
  240. [SOLVED] Uninstall Lightning holiday calendar
  241. [ubuntu] Open Office have become unusable
  242. [SOLVED] Do not show window content while dragging
  243. [ubuntu] Other disc burner then Brasero
  244. [ubuntu] 2 NTFS partions > 1, delete then resize? CLI options?
  245. [ubuntu] play windows games on linux
  246. [SOLVED] Yet another 64-bit Flash video issue post
  247. [ubuntu] How to d/l all the image links on a webpage
  248. [ubuntu] No Desktop Login Sound Will Play (Ubuntu 9.10)
  249. [ubuntu] Has anyone managed to speed up Evolution startup time?
  250. [SOLVED] Hard Disc failure...?