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] conky totaldown
  2. [ubuntu] Failed to fetch?
  3. [SOLVED] Wireless network not recognized
  4. [ubuntu] unable to install subversion
  5. [all variants] Plymouth help
  6. [ubuntu] /dev/input/js0 what kind of file is it?
  7. [ubuntu] Ubuntu Installer (Wubi) in Windows Vista
  8. [ubuntu] compiling conky w/ audacious support
  9. [SOLVED] Best dual core netbook for running Ubuntu?
  10. [ubuntu] Remote Connection
  11. [ubuntu] Maverick meerkat multi-touch question
  12. [ubuntu] Help/advice wanted to customise keyboard shortcuts for a few accented characters
  13. [ubuntu] Laptop overheating... where do I start?
  14. [ubuntu] Movie players lock up on 10.04
  15. [ubuntu] Ubuntu boot issues, possible hardware failure?
  16. [ubuntu] Thunderbird contact sync with android
  17. [SOLVED] Repositories down??
  18. [ubuntu netbook remix] Favorite Icons Not Lining Up Correctly
  19. [ubuntu] Can't upgrade Firefox
  20. [ubuntu] Which file system for external HDD?
  21. [ubuntu] Conky Problem
  22. [ubuntu] Should I have chosen Server edition for my Server when I don't know the CLI?
  23. [ubuntu] New Samba User Does Not Work
  24. [SOLVED] Onenote replacement
  25. Hyperlinks disappear?
  26. [ubuntu] htaccess: How can I prevent cache? So the prompt will all ways show up
  27. [ubuntu] cant get osx to launch with grub2
  28. [ubuntu] Persistence space is worthless and cripples LiveUSB drives
  29. [SOLVED] Celtx (can someone use it on ubuntu???)
  30. [ubuntu] cannot control sound from flash
  31. [ubuntu] Files disappeared from linked folders
  32. [ubuntu] Ubuntu Software Center not applying changes
  33. [ubuntu] Ubuntu OEM
  34. [ubuntu] newbish tendancies w/lvm raid 5 initramfs
  35. [ubuntu] javaembeddedframe pops up using google-chrome....
  36. [ubuntu] How to remove/correct partially installed packages?
  37. [ubuntu] Which apps would create "personal" Dropbox?
  38. [ubuntu netbook remix] Grub2 unable to boot XP (Operating System not found)
  39. [ubuntu] I can't mount one of my Windoze drives?!?
  40. [ubuntu] Desktop becomes confused when joystick is connected
  41. [ubuntu] I need help downloading all needed repository indexes.
  42. [ubuntu netbook remix] Foxtel download service in Australia
  43. [ubuntu] Turbo C in DOSBOX
  44. [ubuntu] need help with installation of an IP updater
  45. [all variants] To-do list application sharing with windows
  46. [ubuntu] how to open a terminal?
  47. FGLRX Regression
  48. [ubuntu] Help: Video Problem?
  49. [ubuntu] Urgent: POSIX Thread priority
  50. [ubuntu] vim works funny
  51. [SOLVED] how to mount osx snow leopard installer for editing?
  52. [all variants] Halt followed by filesystem error, recurrent problem
  53. [ubuntu] Why Don't Embedded BBC News Videos Work With 64 Bit Ubuntu?
  54. [SOLVED] Panel Problem
  55. [kubuntu] How to put a sound on kdm4?
  56. [kubuntu] burnt DVD unreadable in windows and DVD players
  57. [lubuntu] ubuntu and xampp help
  58. [ubuntu] Pls help needen, unable to boot newly upgraded 10.04
  59. [ubuntu] Duplicate partitions/disks in Places Menu
  60. [ubuntu] Disk failure or virus?
  61. [SOLVED] Mount .disk file from a previous wubi install?
  62. [other] Can someone please help - 3600 problem!
  63. thunderbird and feeditems-x.rdf
  64. [ubuntu] Uninstall Ubuntu from Dell Inspirion Mini
  65. [ubuntu] networking two ubuntu PCs
  66. [SOLVED] Order from amazon.com
  67. [ubuntu] Wherer can I find jre 5.0
  68. De-dup files across a network?
  69. [ubuntu] How do you guys clone Ubuntu?
  70. [ubuntu] Problem with maximize, minimize and close...
  71. [kubuntu] How to Upgrade glibc_2.7 on Kubuntu 7.10
  72. [ubuntu netbook remix] Problems with an install
  73. [ubuntu] Monitor Goes to Sleep and Won't Wake Up!
  74. [ubuntu] Uninstalling 10.4 and Grub2
  75. [other] Best distro for Pentium3 500Mhz .. if any
  76. [ubuntu] hold in aptitude
  77. [ubuntu] Prompted for username and password at startup
  78. [SOLVED] router question
  79. [ubuntu] Google phone calls
  80. [ubuntu] .nanorc not working in Lucid
  81. [ubuntu] External USB hard-disk randomly shutting down
  82. [ubuntu] Ubuntu 10.04 / ATI 5770: dual monitor problem
  83. [SOLVED] Erased all my files?
  84. [ubuntu] ubuntu is not as power efficient as windows :(
  85. [SOLVED] Intel Core 2 Duo P8400
  86. [ubuntu] problems booting from thumbdrive
  87. [ubuntu] Screen issue
  88. [SOLVED] How does Ubuntu sort? It doesn't follow ascii. This affect web pages?
  89. [SOLVED] Getting Inkscape ver. 0.48 onto Ubuntu Hardy Heron
  90. [ubuntu] The volume control is DANGEROUS
  91. [ubuntu] Need help :USSD Application development using java in ubuntu
  92. [ubuntu] Enabling grub
  93. [ubuntu] Accidentally Deleted Rhythmbox from sound & video
  94. [ubuntu] Installing testdisk on ubuntu
  95. [SOLVED] How can I setup a compile job to work like F@H?
  96. [ubuntu] Grub Boot Menu?
  97. [ubuntu] NX server uninstall problem
  98. [all variants] A Linux puzzle
  99. [all variants] scp after wget without storing
  100. [ubuntu] How do access newly installed aplcations?
  101. [SOLVED] cpu usage 100 all the time
  102. [ubuntu] X Session Dump Command
  103. [ubuntu] grey background with desktop icons turned on
  104. [SOLVED] Space Sunrise (Plymouth)
  105. [ubuntu] Chromium bookmark icons disappeared
  106. [SOLVED] Brother MFC-665CW Always Cleaning Heads Before Printing After Repluging
  107. [ubuntu] 10.04 stalls after boot
  108. [ubuntu] Update Manager not working properly
  109. [ubuntu] Ubuntu 10.04 stopped 3d rendering after upgrade to 10.04.1
  110. [ubuntu] Any good GUI-based backup software?
  111. [ubuntu] Password Complexity
  112. [ubuntu] Adaptec 3405 array doesn't show up in new 10.04 LTS install
  113. [ubuntu] The most an old laptop
  114. [ubuntu] Getting DOD Common Access Cards working in 10.04
  115. [ubuntu] USB Problem
  116. [SOLVED] running a .exe shows up in sys mon
  117. [ubuntu] task tracking application?
  118. [ubuntu] lucid doesn't see wired NIC at boot
  119. [SOLVED] Plymouth Problem
  120. [ubuntu] Boot progress never seen
  121. [ubuntu] Realtek SoundMax and Ubuntu
  122. [SOLVED] Appearance GUI not working due to accidental unlink
  123. [ubuntu] Gmail users please post connection information
  124. [SOLVED] Working Joystick/Gamepad to MIDI solution in Ubuntu Linux -
  125. [ubuntu] network-manager-openvpn not correctly saving configuration
  126. [ubuntu] Photoshop like "Actions" for general use in linux???
  127. [ubuntu] Audiosurf Not Clickable
  128. [ubuntu] New user having a few issues.
  129. [ubuntu] error: unknown filesystem. need help asap :(
  130. [ubuntu] sdparm or hdparm?
  131. [SOLVED] Issues with unknown memory controller on boot
  132. [ubuntu] Weird Problem
  133. [ubuntu] No fb device under /dev/
  134. [SOLVED] Setting up Static IP and opening ports!
  135. [ubuntu] Help with Access and Nokia please!
  136. [ubuntu] Unformat using Testdisk - advice please?
  137. [ubuntu] Getting mic to work
  138. [ubuntu] unable to update or install new packages
  139. [ubuntu] How do I acess vista boot options now that i have ubuntu?
  140. [ubuntu] mmc0: Unknown controller version (2). You may experience problems
  141. [ubuntu] Hudson/Maven: ArrayIndexOutOfBoundsException on site generation
  142. [ubuntu] Setting up a home CCTV system on Ubuntu
  143. [SOLVED] The following plug-in has crashed: /user/lib/plugins/libflashplayer.so
  144. [ubuntu_mobile] boot ubuntu onto LG KP-500 Cookie Cell Phone
  145. [SOLVED] Keyboard: 'Alt Gr' seemingly maps to 'Alt'
  146. [ubuntu] 'beep' command not making any noise
  147. [all variants] Show dropbox info in conky?
  148. [ubuntu] Ubuntu Java not working
  149. [xubuntu] Suggestions for an email client
  150. [ubuntu] Grub Reinstall
  151. [ubuntu] Download Ubuntu ati-drivers?
  152. [ubuntu] Can't access the terminal.
  153. [ubuntu] New to linux, can someone help please?
  154. [ubuntu] Thunderbird -- Can receive but not send email
  155. [SOLVED] Java not working in Lucid
  156. [ubuntu] Connect to Ubuntu remotely prior to logon
  157. [other_os] make/compile issue with libgpod.
  158. [all variants] File permissions/ownership - even root cannot change
  159. [ubuntu] Mac Spotlight like Search
  160. [SOLVED] Grub 2 is not recognizing my other distro
  161. [ubuntu_studio] Ubuntu can't update or install new applications
  162. [SOLVED] Find Terminal Command question
  163. [ubuntu] login in to a machine on a separate subnetwork
  164. [ubuntu] Partial Upgrade question
  165. [ubuntu] gparted shows partition twice, im confused while trying to setup auto mount..
  166. [SOLVED] I want my wireless connection working!
  167. [ubuntu] NEED pc speaker to work again.
  168. [ubuntu] Ubuntu icon replaced by gnome icon
  169. [ubuntu] Starting an online radio station
  170. [ubuntu] Evolution: Wot - no Fonts?
  171. [ubuntu] Mouse get stuck when i press a keyboard button
  172. [ubuntu] Network HD configuartion issue
  173. [ubuntu] Is this ext3 format taking too long?
  174. [gnome] Power manager must close? Icons mixed up?
  175. [all variants] using 'time' command to count boot time
  176. [SOLVED] remove repositories from ubuntu software center
  177. [ubuntu] Dual boot Samsung N130 boot issue.
  178. [ubuntu] Google Chrome Default Font Size Too Small
  179. [ubuntu] 10.04 Makefile help
  180. [ubuntu] ATI HD2600 "problems"
  181. [other_os] Delete grub and boot into Windows
  182. [gnome] Keyboard layouts/xmodmap - am i doing something bad or is this a bug?
  183. [all variants] How do you install any Linux OS within grub?
  184. [ubuntu] rotate resolution with ubuntu?
  185. [ubuntu] KeePass 2.x Global Hotkey Autotype Issue
  186. [ubuntu] gedit plugin problem
  187. [ubuntu] Cant do "properties" in "Users and groups"
  188. [ubuntu] Help with iso burning
  189. [SOLVED] 10.04 not booting
  190. [SOLVED] Auto-align panel icons
  191. [ubuntu] MSN audio/video chat, is it possible ?
  192. [ubuntu] Need PHP 5.3.3 & mcrypt assist
  193. [ubuntu] uninstalling things
  194. [ubuntu] readonly on hdd previously used with mac
  195. [ubuntu] Linux not loading?
  196. [all variants] make action sequence
  197. [SOLVED] firefox 3.6.8 bookmarks to desktop error
  198. [ubuntu] Reformat read-only NFTS external drive
  199. [64 bit] Programs Crashing Randomly
  200. [ubuntu] ssh Server/Desktop Computer and the "write" command
  201. [ubuntu] Freezing in Mint 9??
  202. [SOLVED] Ubuntu Freezes / Locks - up / non-responsive
  203. [other_os] Windows can't start after deleting Ubuntu and restoring MBR
  204. [SOLVED] SSH headless server question
  205. [xubuntu] Problems with network
  206. [ubuntu] Stick Contact List to Desktop
  207. [ubuntu] need flowchart templates for Inkscape or Dia
  208. [ubuntu] server software
  209. [ubuntu] Big problem whit my resolution!!! ANGRY SAD FACE
  210. [ubuntu] key binds in terminal window?
  211. [ubuntu] Evolution Password Problems
  212. [ubuntu] toshiba microphone doesnt work
  213. [ubuntu] Select with arrow keys in Shutdown Dialog
  214. Error: the XML response that was returned from the server is invalid.
  215. [SOLVED] Hide Partitions in BURG (bootloader)
  216. [ubuntu] Mouse and Keyboard freezes with Ubuntu 10.04
  217. [ubuntu] ps2pdf printed page margins
  218. [ubuntu] POedit is not working on Ubuntu Lucid Lynx
  219. [ubuntu] Photo Slideshow app with comment ability
  220. [lubuntu] backup/export ubuntu drivers
  221. [ubuntu] Clearing Totem history 2010
  222. [ubuntu] help with gnome theme editing
  223. [ubuntu] "Something wicked happened resolvidng . . ."
  224. [ubuntu] Movie preview
  225. [all variants] BasKet
  226. [ubuntu] Weird split screen effect on arcade monitor
  227. [ubuntu] Microsoft Wireless desktop battery level
  228. [ubuntu] GPU Hang / 3D Gaming Error
  229. [ubuntu] Making new language for Festival [ Text to Speech ]
  230. [ubuntu] Ubuntu and tracking Programs
  231. [ubuntu] Hide Partitions in GRUB2
  232. [ubuntu] help with wireless connection in ubuntu 10.04
  233. [ubuntu netbook remix] Ubuntu fails to boot after installing
  234. [wubi] missing folders on same drive
  235. [ubuntu] Cannot Reinstall Windows
  236. [SOLVED] Help!!!
  237. [SOLVED] GDM Loop
  238. [SOLVED] Grub2 "error: file not found"
  239. [ubuntu] Need Lots os help
  240. [kubuntu] korganizer default template needed
  241. [ubuntu] JMF without BASH
  242. [ubuntu] problem in installing Ubuntu 10.04
  243. [ubuntu] problems opening youtube videos
  244. [SOLVED] Bad performance
  245. [ubuntu] BASH: Spaces in argument filename
  246. [SOLVED] How to reinstall Me Menu
  247. [other_os] create your own custom live cd
  248. [ubuntu] 1/2 of the screen is blank after starting a 3D game...
  249. [SOLVED] Is it possible to change permissions on a mac-formatted hd using ubuntu?
  250. [SOLVED] Computer Running Hot...Please help!!!