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. [gnome] Creating Screenlets?
  2. [ubuntu] sensors and i2c
  3. [ubuntu] [SOLVED] Is there any way to restore/fix a half-erased Ubuntu partition?
  4. [ubuntu] how to install kile 2.01
  5. [ubuntu] apt-get doesn't do anything...ever
  6. [ubuntu] Weird beeping after resume from suspend
  7. [ubuntu] Evolution Database Error - Please Help
  8. [ubuntu] The list of available applications is out of date - all the time!
  9. [ubuntu] All my data went 5-6 months back?
  10. [ubuntu] Restart causes shutdown
  11. [all variants] need advise please!!!!
  12. [ubuntu] Confilicting answers regarding K8M890 intigrated graphics
  13. [all variants] The Uninstall Feature...
  14. [ubuntu] Post login freeze
  15. [gnome] Dual-Monitors not behaving
  16. [all variants] Ubuntu Hardy Java/Firefox 2 problem
  17. [ubuntu] please help cant log in
  18. [kubuntu] Thunderbird fail to launch
  19. [all variants] Somebody have is script?
  20. [all variants] Somebody have script?
  21. [other] debian and nic card
  22. [ubuntu] Help - Want to edit php.ini
  23. [ubuntu] how much is memory a factor?
  24. [ubuntu] Dual Boot
  25. [ubuntu] complete freeze at boot
  26. [ubuntu] Can I switch bluetooth on using SW rather than HW button?
  27. [ubuntu] [SOLVED] No Sound Notifications from k3b
  28. [all variants] hd spins down after exactly 2 min, no matter what laptop-mode.conf says
  29. [ubuntu] What's the best file system for 750 GB USB Drive?
  30. [ubuntu] [SOLVED] Java applets won't run
  31. [all variants] How to stop system-tools-backends from loading?
  32. [ubuntu] Installing new version of Firefox
  33. [ubuntu] Install programs
  34. [ubuntu] Rsync --delete question.
  35. [ubuntu] Cannot make Win partition bootable
  36. [ubuntu] Weird internet connection! Can't update
  37. [ubuntu] Copying Files from Ext3 to NTFS need a Safe Means of doing it
  38. [ubuntu] Error Message Help
  39. [ubuntu] Error loading operating system
  40. [ubuntu] Change Home Directory to new hard drive
  41. [all variants] CUPS doesn't release tasks automatically anymore
  42. [ubuntu] How to install Vidoe card Drivers?
  43. [all variants] [SOLVED] Hang on Logout/Reboot/Shutdown
  44. [ubuntu] Big desktop + compiz does not work correctly
  45. [kubuntu] Flash and Stardict Problems
  46. [kubuntu] login screen has huge fonts
  47. [ubuntu] Lost main panel. Help please
  48. [ubuntu] strange usb problem
  49. [gnome] [SOLVED] Embarrassing, but, how can I tell what graphics driver I'm using?
  50. [ubuntu] [SOLVED] ugly kanji in japanese fonts
  51. [ubuntu] sun-java6-plugin not working
  52. [ubuntu] spliting a hard drive?
  53. [all variants] Any solution for Soundblaster X-Fi?
  54. [ubuntu] Accept "bad" ssl certificate permanently with evolution
  55. [xfce] Ubuntu goes back to loginscreen when I log in
  56. [ubuntu] [SOLVED] Internet Browsers doesn't see ONLINE
  57. [ubuntu] Kernel Panic on boot when booting with HP 1018 Plugged in to USB
  58. [ubuntu] ipod nano photo problems
  59. [ubuntu] avscan & firefox (checking downloads at time of download)
  60. [all variants] Console based wireless manager
  61. [ubuntu] How to change Main Menu Ubuntu Icon
  62. [ubuntu] Shutdown And Reboot Button Are Missing
  63. [ubuntu] [SOLVED] Duplicate entries in music software when accessing usb drive
  64. [ubuntu] Can't remove Gimp
  65. [ubuntu] there is no sound while login and also in media player inUbundu 8.04. Any help?
  66. [gnome] customizing desktop, look and functionality.
  67. [ubuntu] Menu bar disappeared, how do I get it back ?
  68. Creating a file and saving it in /etc...?
  69. [ubuntu] X-server will not start
  70. [ubuntu] HELP! Ubuntu above 800x600
  71. [other] Are packages in main allowed to depend on packages in universe?
  72. [ubuntu] [SOLVED] tar files
  73. [gnome] [SOLVED] Gnome Panel Button Highlight Color/Image
  74. [ubuntu] many cd player programs producing no sound
  75. [all variants] Linux/Windows networking problem
  76. [kubuntu] No window border when using compiz
  77. [ubuntu] 1200x1600 Resolution
  78. [ubuntu] Firefox in Hardy defaults "Offline"
  79. [ubuntu] Logitech Wireless Trackman Optical button issue
  80. [ubuntu] phpmyadmin not working
  81. [gnome] Nautilus - searching in hidden folders?
  82. [xubuntu] Native Sony Memory Stick Reader not auto-mounting
  83. [ubuntu] Video Card Driver Issues
  84. [ubuntu] Does the "show desktop" option mess with anybody else's windows?
  85. [ubuntu] ? Updates
  86. [all variants] multiple desktop backgrounds
  87. [ubuntu] White screen hard crash
  88. [ubuntu] Hiding warnings on shutdown
  89. [ubuntu] Hardy randomly freezes, but not freezes
  90. [xfce] Xfce error: "could not look up internet address"
  91. [xubuntu] [SOLVED] USB memory stick trouble
  92. [ubuntu] Help with partitioning for an idiot
  93. [other] Yes, Another Partition Question. :D
  94. [xubuntu] DBus Is not available
  95. [ubuntu] [SOLVED] Problem with hostname:-/
  96. [ubuntu] permanently turn off system beep
  97. [ubuntu] Traffic Logging
  98. [ubuntu] Ubuntu 8.04 Bug (I didn't know where to post this)
  99. [ubuntu] new to ubuntu,please help
  100. Laptop keeps shutting down when using Ubuntu
  101. [ubuntu] :confused: putting music on my creative zen v plus mp3 player in 7.10
  102. [ubuntu] Sansa Clip
  103. [ubuntu] iam a dam fool
  104. [ubuntu] Problem with sudo file opening
  105. [ubuntu] [SOLVED] Screen resolution problem
  106. [ubuntu] Disabling Apache2...
  107. [ubuntu] Problemas en la pantalla de inicio
  108. [kubuntu] animated image in skydome in compiz fusion
  109. [ubuntu] Can not log in, kicks back to log on screen
  110. [ubuntu] xbmsd media sharing for xbox1
  111. [ubuntu] recover data from reformatted hard drive - possiblmgramue?
  112. [ubuntu] screen saver lockup
  113. [ubuntu] [SOLVED] Installing PCman "Fatal Error: no fam or gamin detected"
  114. [ubuntu] Choppy with Compiz [Ubuntu 7.10 + ATi]
  115. [ubuntu] [SOLVED] I Forgot how
  116. [ubuntu] Please need help to find out GNOME + Xorg hangs
  117. [ubuntu] Frontend for lm-sensors
  118. [ubuntu] tutorial needed: icons
  119. [ubuntu] Compiz problems
  120. [ubuntu] DVD's won't play
  121. [ubuntu] getting music to play in frostwire
  122. [xubuntu] sudo dpkg-reconfigure xserver-xorg Not Working
  123. [all variants] Can't get WINE to run a program that I need.... grrr
  124. [ubuntu] fsck died ?
  125. [all variants] Java Plug-in doesn't work in FireFox
  126. [ubuntu] MAJOR problem with Gutsy Gibbon...
  127. [gnome] [SOLVED] dependency problem on new install of Gutsy
  128. [ubuntu] Emerald
  129. [ubuntu] [SOLVED] Extra disk drives and partitions
  130. [ubuntu] [SOLVED] Problem getting my nvidia driver working.
  131. [ubuntu] Tracker to search Evolution Contacts?
  132. [ubuntu] System Restore question.
  133. [ubuntu] Emerald Theme not Working
  134. [ubuntu] Folder nautilus thing; bug
  135. [ubuntu] Weird Window Activity.
  136. [ubuntu] application launch on boot
  137. [ubuntu] mouse can't move
  138. [ubuntu] Compressed web page width ?
  139. [ubuntu] [SOLVED] compiz white-screened me (desktop now unusable)
  140. [ubuntu] Flash painfully slow in FF3b5
  141. [xubuntu] [SOLVED] Clock is running slow
  142. [ubuntu] Acronis 11
  143. [ubuntu] Sound Problem ALC850
  144. [all variants] [SOLVED] Grub not booting Win XP
  145. [all variants] How to Import Evolution/Thunderbird Accounts into Kmail??
  146. [ubuntu] [hardy] lost all meta keys; ctrl, shift, capslock, alt....
  147. [ubuntu] firefox profiles & different versions?
  148. Crashes when trying to start install
  149. [ubuntu] Changing icons
  150. [all variants] Kopete aliasing
  151. [all variants] Looking for personal scheduler
  152. [ubuntu] Ubuntu upgrade failure!
  153. [ubuntu] Accessing Firefox 3.0
  154. [ubuntu] Massive crashes
  155. [ubuntu] "routine checking disc" - do i need to worry?
  156. [ubuntu] Root privileges from a right-click menu
  157. [ubuntu] 7.10 Serious TRASH Problems!
  158. [ubuntu] Ubuntu is very SLOW...
  159. [ubuntu] fun with Gparted
  160. [all variants] VSFTPD troubles...
  161. [ubuntu] Hardy and MGA G550 - slow and tiling when desktop effects enabled
  162. [ubuntu] Workspace Switcher Problem
  163. [ubuntu] vim or emacs, internet?
  164. [ubuntu] Compiz rain effects always on?
  165. [ubuntu] OO 2.4: Can't get GNOME File dialog
  166. [all variants] What's wrong with this script?
  167. [ubuntu] A program for brightness?
  168. [ubuntu] Where did my webmin go?
  169. [ubuntu] splashscreens
  170. [ubuntu] [SOLVED] Edit Places menu
  171. [all variants] Help with EXPECT script?
  172. [ubuntu] flash player choppy
  173. [ubuntu] Video Setting in KDenLive Makes Screen Go Black
  174. [ubuntu] Help-Trying to load a program from CD?
  175. [ubuntu] X restart to login screen
  176. [ubuntu] Quick key/mouse binding question: is this possible?
  177. [ubuntu] Virtual memory, if there is such a thing in Ubuntu
  178. [ubuntu] [SOLVED] Grub error 17 and data recovery
  179. [ubuntu] Irie Menu / Mint Menu
  180. [all variants] [SOLVED] Symbol help in manual
  181. [other] adding additional linux boot entry into grub menu.lst
  182. [ubuntu] Trash Can Funny ACT!
  183. [ubuntu] How can I enter Windows Safe Mode when a Ubuntu Partition is installed?!
  184. [ubuntu] Problem after installing.
  185. [ubuntu] How do I setup a new 2nd drive? Very Newb
  186. [all variants] Start program as root at startup.
  187. [ubuntu] Where do I find Beryl Manager?
  188. [ubuntu] virus on virtual machine
  189. [ubuntu] Art Manager doesn't open
  190. [ubuntu] Start up problem
  191. Upgrade Wubi to a dedicated partition
  192. [ubuntu] Could not Initialize HAL
  193. [ubuntu] Config fusion custom shortcuts
  194. [ubuntu] username and password
  195. [all variants] problems with wubi 8.04
  196. [ubuntu] [SOLVED] hang/freeze/crash using screensaver
  197. [ubuntu] libc-2.2.3.so ,crt1.o.... : No such file or Directory
  198. [ubuntu] Partitioning problems.. 2days and rising
  199. [kde] [SOLVED] Showing Hidden Files in Dolphin keeps getting Disabled (instantly!)
  200. [ubuntu] Flash is pink in Firefox
  201. [ubuntu] 2 Problems
  202. Looking for a way to measure ambient noise
  203. [ubuntu] Notification Message to All Users
  204. [gnome] [SOLVED] Dead space on screen - can't click mouse
  205. [ubuntu] Where'd my App, places and system menus go?
  206. [ubuntu] Mouse Corruption With Desktop Effects?
  207. [ubuntu] al's messenger error
  208. [SOLVED] Ubuntu 8.04 on Windows XP - error during installation
  209. [ubuntu] Beryl Wont Stay
  210. [ubuntu] Sytem hangs-up when switching user
  211. [ubuntu] hp deskjet 3323 USB printer
  212. [ubuntu] Beryl and Compiz Question
  213. Using grub2 to load wubi in vista
  214. [ubuntu] recover file
  215. [ubuntu] Amarok 'now playing' in a panel?
  216. [ubuntu] CWD explaination needed!!
  217. [all variants] Connect and reconnect to server via ssh using expect
  218. [ubuntu] [SOLVED] uk keyboard layout corrupted
  219. [xubuntu] display completely jammed
  220. [xubuntu] no status bar or menu bar in hardy desktop
  221. [gnome] Hopefully a simple fix
  222. periferals on wubi installation
  223. [ubuntu] System management error
  224. [ubuntu] [SOLVED] Can't Roll-up with mouse wheel
  225. [all variants] [SOLVED] uptimed, uprecords, how to save?
  226. [ubuntu] Screen Resolution - Now Won't Display
  227. [ubuntu] Checking Disk Space
  228. [ubuntu] Help with Diagnostics
  229. [ubuntu] Graphics, Moving Windows and Video is very chopyy
  230. [all variants] Shell Script: abort if not root
  231. [ubuntu] [SOLVED] How the devil?....
  232. [all variants] loopback fs/virtual disk over many files
  233. [all variants] systems slows down during file operations both in GNOME and KDE
  234. [all variants] systems slows down during file operations both in GNOME and KDE
  235. [ubuntu] Restore standard modules
  236. [other] Evince for other formats?
  237. [ubuntu] System fails to boot
  238. [ubuntu] Odd Problem
  239. [ubuntu] How To Uninstall
  240. [ubuntu] numerals look horrible with chinese OS
  241. [ubuntu] Firefox 3.0b5
  242. [ubuntu] nVidia NVS Quadro 140m
  243. [ubuntu] Update-manager stopped working
  244. [ubuntu] Audacity wont record after one track
  245. [ubuntu] [SOLVED] Euro note code verifier required!
  246. [ubuntu] my ubuntu 7.1 wont start- freezes at "starting log kearnal damon"
  247. [ubuntu] Google Earth window oddity
  248. [ubuntu] My problems
  249. [ubuntu] Hardy Live CD: mounted disk does not display on Desktop
  250. Matlab 7 under Ubuntu 8.04 and mex error