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. [other] Cairo-Dock Setup
  2. [mythbuntu] Ctrl+Esc no longer working after natty upgrade
  3. [ubuntu] Padre won't start after distro upgrade (lib missing?)
  4. [ubuntu] partition problems bad superblock
  5. [all variants] External HD formatted; recover old files back?
  6. [ubuntu] Help with LUKS 11.04 Alternate CD
  7. [ubuntu] Ubuntu and Virtualbox
  8. [ubuntu] HELP, keyboard dont work in true Terminal: tty
  9. [ubuntu] Webcam Help
  10. [ubuntu] New to Linux - Basic Guide?
  11. [ubuntu] Messaging-menu indicator and Gwibber
  12. [SOLVED] 11.04 taking too much CPU usage !
  13. [ubuntu] Overheating due to Firefox
  14. [ubuntu] Ubuntu 11.04 desktop not working in virtualbox 4.0.6
  15. [ubuntu] After switching user, other logged in user gets logged out
  16. [ubuntu] Migrating HDD to dual-boot system
  17. [ubuntu] 11.04: Synaptic Package Manager CRASH
  18. [ubuntu] I lost top & left panels in Ubuntu 11.04
  19. [SOLVED] How can you get more than 4 workspaces with unity?
  20. [ubuntu] unity panal/launcher is not displayed
  21. [wubi] wubi not detecting already downloaded image and downloading again
  22. [ubuntu] Download manager that can get timestamp from the server?
  23. [ubuntu] yet another unity launcher problem
  24. [ubuntu] No launch bar
  25. [SOLVED] Apache2 403 userdir error on 10.10
  26. [ubuntu] Need help with terminal.
  27. [ubuntu] No panels after 11.04 upgrade
  28. [ubuntu] RAID5 doesn't mount anymore
  29. [ubuntu] Window borders missing & Bluetooth won't work
  30. [ubuntu] Ps3 Media Server doesn't work
  31. [ubuntu] Intermittent loss of mouse functionality
  32. [SOLVED] Where can i find proxy's like go.navige ?
  33. [ubuntu] How do you install application from source code?
  34. [all variants] A question about SSH
  35. [ubuntu] Task bars gone after upgrade
  36. [other_os] Setting Windows 7 to boot by default with dual booting ubuntu 10.10
  37. [ubuntu] Ubuntu - Bluetooth Disabled - HP Pavilion Dv7
  38. [ubuntu] Help - Lost flash plug-in during upgrade to 11.04
  39. [kubuntu] (Natty) No plymouth startup animation with Nvidia proprietary drivers
  40. [SOLVED] Scanner Mustek 2448TA Plus in Natty Failed to open device
  41. [ubuntu] Copy with Nautilus and retain properties
  42. [SOLVED] Card styles for Solitaire
  43. [ubuntu] can i install firefox 4 on ubuntu 10.10 ?
  44. [ubuntu] Does it worth to run ubuntu 10,04 now?
  45. [ubuntu] Vino - Remote Desktop crashing in 11.04 Natty
  46. [ubuntu] how to shut down spdif on ubuntu 11.04
  47. [ubuntu] Problem with pidgin (MSN)
  48. [ubuntu] Can global menus be disabled per user?
  49. [ubuntu] Computer bricked...
  50. [ubuntu] (11.04) Shutdown, Reboot, Loggoff hangs with black screen.
  51. [ubuntu] How to have application menu in quick launch toolbar
  52. [ubuntu] Need to insert CD/DVD while installing software, but I don't have one!
  53. [ubuntu] Nautilus memory leak?
  54. [ubuntu] Upgrade manager
  55. [other] Does not turn off computer
  56. [ubuntu] No updates for natty
  57. [SOLVED] After upgrade to Natty about to reinstall 10.10
  58. [SOLVED] Create batch reinstallation script from Synaptic Package Manager
  59. [ubuntu] Ubuntu Classic unusable in 11.04
  60. [ubuntu] Ubuntu 11.04 issues after failed dual montior setup.
  61. [ubuntu] i need torestore windows after ubuntu 11.04 instalation
  62. [SOLVED] How do i get my bars back
  63. [ubuntu] 11.04 Fans constantly running
  64. [ubuntu] Random "freezes" (can't do anything other than move the cursor)
  65. [ubuntu] How do I open a .desktop file?
  66. [ubuntu] Strange Totem problem after upgrade to 11.04
  67. [ubuntu] Graphics gone after upgrade to 11.04
  68. [ubuntu] SATA II problems/ strange error - speed up?
  69. [xubuntu] Still have to run xfwm4 --replace to change cursors
  70. [ubuntu] 11.04 Newbie
  71. [ubuntu] How to install RTAI-LAB on Ubuntu ?!
  72. [ubuntu] /mnt is not empty any longer, but contains cgroups?
  73. [ubuntu] how long to rsync 150gb home folder on a sata2?
  74. [ubuntu] prevent system freeze due to high RAM or CPU usage
  75. [ubuntu] Banshee crash in 11.04
  76. [ubuntu] Ubuntu 11.04 boot question
  77. [SOLVED] apt-get Gives Errors
  78. [ubuntu] Problem with installing SFLPone in Ubuntu 11.04
  79. [ubuntu] Cannot boot after fresh 11.04 install
  80. [ubuntu] Accessing protected Ubuntu files from Live CD
  81. [all variants] Auto-login for hotspot service
  82. [ubuntu] 10.04 lucid~can't play rift using wine 1.2
  83. [ubuntu] i have no swap file
  84. [SOLVED] Disk Usage Analyzer missing data
  85. [ubuntu] Purple/black boot screen, no plymouth.
  86. [ubuntu] Login Screen not showing up
  87. [ubuntu] Disable Touchpad
  88. [ubuntu] Older Gateway with Video Issues on 10.04
  89. [ubuntu] Very Big Mistake made by me
  90. [xubuntu] no /boot/grub/menu.lst - how to change default boot?
  91. x64 Ubuntu via Wubi?
  92. [ubuntu] Chrome Browser Problems
  93. [SOLVED] Automatic crash report generation - FAIL
  94. [ubuntu] Window decoration crashes unity
  95. [ubuntu] Linux SATA controller driver - does this exist?
  96. [ubuntu] Unity - Minimize to tray not working! We have to do something!
  97. [ubuntu] Dual Boot 11.04 and Windows 7
  98. [ubuntu] Replacing Unity Launcher with glx-dock (Cairo)
  99. [other] Software center reviews-change user name?
  100. [all variants] Postfix mail forwarding through yahoo
  101. [SOLVED] Error on apt-get update
  102. [ubuntu] Using cron to run a script from home partition
  103. [ubuntu] v. 11.04 netbook -- desktop display issue
  104. [SOLVED] edit motd
  105. [ubuntu] matlab 2010a segmentation fault on install
  106. [ubuntu] My GUI has failed. No available apps, no mouse selection, no menu bars. HELP!
  107. [ubuntu] Printing to Ubuntu shared printer from Windows7?
  108. [SOLVED] Broken graphics -Nvidia mismatch after update,
  109. [ubuntu] reformatting Compact Flash drive
  110. [ubuntu] How can I clone one User to another?
  111. [ubuntu] New Ubuntu user needs help.
  112. [ubuntu] Ubuntu 11.4 startup crash while "Check battery state..." time
  113. [ubuntu] uTorent - Path Not found
  114. [ubuntu] Getting solid colour lines on my screen
  115. [ubuntu] Firefox: Google.com displays "Wiki not found" page.
  116. [xubuntu] Unetbootin help?
  117. [ubuntu] Help ... writting C++ in BASH ?
  118. [ubuntu] Wifi not functioning
  119. [ubuntu] Possesed screens
  120. [ubuntu] 11.04 Move the launcher?
  121. [ubuntu] Graphics help
  122. [ubuntu] noobs, fonts and ignorance towards linux.
  123. [ubuntu] Eiskaltdcpp does not load
  124. [ubuntu] Remove Notepad icon on cursor
  125. [ubuntu] connecting to TV
  126. [ubuntu] grub issue when updating to 11.4
  127. [ubuntu] Someone please help, Ubuntu won't start
  128. [ubuntu] Skype audio distorted
  129. [ubuntu] Nvidia issues GeForce 6150SE nForce w/ Natty
  130. [ubuntu netbook remix] extra unwanted characters appearing when I type
  131. [ubuntu] Compiz Doesn't Remember Settings
  132. [SOLVED] Open Containing Folder in Firefox opens kid3-qt
  133. [ubuntu] goofed something with compiz after updating to 11.04 [NOOB]
  134. [ubuntu] Emesene Problem
  135. [ubuntu] Accidental reformat with Startup Disk Creator
  136. [kubuntu] Language software?
  137. [ubuntu] No working notification area
  138. [ubuntu] SAMBA sharing Ubuntu -> Ubuntu
  139. [ubuntu] Using a thumb drive for extra ram?
  140. [SOLVED] Possible Firefox 4 cpu leak
  141. [ubuntu] black screen after installation of ubuntu 11.
  142. [ubuntu] Emerald Themes in 11.04 Natty?
  143. [xubuntu] Transparent panel
  144. [ubuntu] problem updating
  145. [ubuntu] Reverting back from pppoeconf
  146. [ubuntu] upgrade broke, had to do fresh install to get unity working
  147. [all variants] How do I give two Client users permission to access their file system?
  148. [SOLVED] No Boot - Get Busybox
  149. [ubuntu] How can i boot directly in tty1?
  150. [ubuntu] Can't set Chromium (daily) as the default browser
  151. [ubuntu] Unity does not work in ubuntu 11.04
  152. [ubuntu] How can I uninstall v. 11.04?
  153. [all variants] Panic when booting Ubuntu 11.04 CD
  154. [xubuntu] How to disable caps lock?
  155. [ubuntu] Problem viewing YOU TUBE videos in FULL SCREEN
  156. [ubuntu] MSI GX73x Ubuntu 11.04 won't RESTART.
  157. [ubuntu] Auto Restart Ubuntu Desktop
  158. [SOLVED] ubuntu 11.04 for netbook
  159. [ubuntu] recordMyDesktop ARTWORK category perhaps
  160. How can I install v. 11.04?
  161. [ubuntu] Natty's default IR-modules conflicts with Lirc, how to turn them off?
  162. [ubuntu] Desktop fails to boot after new Ubuntu 10.10 install
  163. [ubuntu] Grub
  164. [ubuntu] Need help with 'Gedit' in Terminal - Not working
  165. [ubuntu] Upgrade manager wants to upgrade uninstalled package
  166. [ubuntu] ubuntu 11.04 does not shut down proprly
  167. [SOLVED] Another conky Calendar Problem after updating to 11.04 Natty
  168. [ubuntu] Powertab Editor in Wine
  169. [ubuntu] Ubuntu 11.04 Video is showing through the window on top.
  170. [ubuntu] "Input signal out of range" while booting up
  171. [SOLVED] Need help getting pics to open with Picasa
  172. [ubuntu] using ubuntu 11 problem with vlc
  173. [ubuntu] UGH! I HATE GRUB2!!! I can't use my compy...
  174. [ubuntu] 11.04 tansfer data from dvd to hd
  175. [SOLVED] HDMI configuration
  176. [ubuntu] XFS Filesystem on RAID 5
  177. [ubuntu] Problem with gksudo.
  178. [ubuntu] Huge memory leak 11.04
  179. [SOLVED] OS won't load after grub.
  180. [ubuntu] Two Distributions Installed (11.04) ?
  181. [ubuntu] OS freeze on file copy
  182. [ubuntu] Dell dj mp3 help
  183. [ubuntu] I Think it's Time
  184. [SOLVED] How to see the temperature of your hard disk
  185. [ubuntu] why 3.6GB instead of 4GB
  186. [ubuntu] Virtualbox no picking up dvd drive...
  187. [ubuntu] Print to file on document viewer don't work (ubuntu 11.04
  188. [ubuntu] 11.04 Unity won't start
  189. [SOLVED] Gnome startes instead of Unity
  190. [ubuntu] Unable to install GRUBB in dev-sda
  191. [ubuntu] Download manager
  192. [ubuntu] Updates won't show up
  193. [ubuntu] error in 11.04 boot
  194. Program stealing my sound
  195. [ubuntu] Boot fail, initramfs starts
  196. [all variants] Flash & Linux = match made in hell
  197. [SOLVED] Battery Issues with 11.04
  198. [lubuntu] X11VNC with XRDP
  199. [ubuntu] restore files from dd image (damaged partition file)
  200. [ubuntu] Help needed with blank window contents
  201. [ubuntu] Uninstall
  202. [ubuntu] problem with Chrome extensions
  203. [all variants] Trying to force resolution with xrandr
  204. [all variants] Banshee Eating Up HD Space While Running
  205. [ubuntu] Problem dragging windows from the top panel in unity.
  206. [ubuntu] Unity panel.
  207. [ubuntu] Problems with Intel video on HP 5320m laptop.
  208. [ubuntu] Brightness level randomly changes!
  209. [ubuntu] How to disable auto-maximize in 11.04
  210. [ubuntu] Unity help
  211. [ubuntu] wine won't work on Ubuntu 10.10 64-bit?
  212. [all variants] bash: how to make ${var%% *} work?
  213. [ubuntu] Wrong screen resolution in login screen
  214. [ubuntu] Can't see full Evolution on netbook
  215. [SOLVED] 11.04 always show global menu?
  216. [other_os] GUI Messup
  217. [64 bit] Mouse Freezes, pressing enter restores it
  218. [kubuntu] sudo rm -r * -> no such file or directory
  219. [ubuntu] Please please help
  220. [ubuntu] Keyboard shortcuts taken over by Ubuntu 11.04
  221. [other_os] Error 17 grub
  222. [ubuntu] fstab mount results in empty folder
  223. [gnome] New windows use active window's keyboard layout -- option doesn't work properly
  224. [ubuntu] experimental plugings
  225. [ubuntu] Boxee hacked for 11.04
  226. [SOLVED] How to use Compiz without Unity in Natty 11.04
  227. [ubuntu] .iso games not working
  228. [ubuntu] Natty Narwhale able to run using less than 2GB?
  229. [ubuntu] This driver is activated but not currently in use
  230. [ubuntu] Unity 2D not recognizing mouse
  231. [ubuntu] Ubuntu 11.04 crashes when I watch a video
  232. [ubuntu] 11.04 Variable time crash
  233. [ubuntu] Weather and World Clock apps?
  234. [SOLVED] 11.04, how to make dock smaller? where is the menu?
  235. [ubuntu] 1080p Vizio Razor VM230XVT TV stuck at 800x600 resolution
  236. [SOLVED] high CPU usage on ubuntu 11.04
  237. [ubuntu] Dual boot crash w/ubuntu hd attached
  238. [ubuntu] Natty Unity & Lock Screen Command?
  239. [ubuntu] Compiz windows borders not working on 11.04
  240. [ubuntu] Title bar is Gone... HELP
  241. Windows 7 + Ubuntu Dual Boot 2 *seperate* drives.
  242. [kubuntu] rcd.0 & rcd.6 scripts not working anymore?
  243. [ubuntu] ubuntu boots into system setup?
  244. [ubuntu] Unbuntu
  245. [ubuntu] can I install gimp2.7 alongside 2.6?
  246. [ubuntu] Windows 7 boot loop
  247. [SOLVED] Several GRUB error messages on startup
  248. [ubuntu] Uncompress .tar.xz
  249. [ubuntu] Ubuntu 11.04 is not doing anything.
  250. [xubuntu] Alt Key to grab & move windows