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. [kubuntu] Compiz on Kubuntu?
  2. [all variants] [SOLVED] How do I get Ctrl+Alt+Del to open System Monitor again?
  3. [ubuntu] No sound except flash
  4. [ubuntu] Wireless mouse issue
  5. [ubuntu] VMware USB Host freeze
  6. [ubuntu] Earth + Hardy = Tiny fonts
  7. [ubuntu] Speakers and Headphones Both On
  8. [ubuntu] Rythmbox DLNA/UPnP sharing and control support plugin Help!
  9. [ubuntu] Scripting to show processes
  10. [ubuntu] Slow download speeds
  11. [ubuntu] Won't Delete a File on a External HD
  12. [ubuntu] synchronize Firefox bookmarks
  13. [ubuntu] [Help] Movie converter to Sony Ericsson
  14. [ubuntu] I can't move my windows with compiz enabled.
  15. [ubuntu] Tags
  16. [all variants] Evolution Calendar, Work Week View for Whole Week, howto?
  17. [ubuntu] Help installing gspeakers from source
  18. [ubuntu] boot options not showing after grub
  19. [ubuntu] Encrypted hdd slowing down badly
  20. [ubuntu] autocomplete
  21. [ubuntu] VirtualBox Keyboard & Hostkey not working
  22. [ubuntu] Hardy unable to return from suspend/sleep
  23. [ubuntu] Bookmarks and Firefox 3b5
  24. [ubuntu] I messed up my fstab and now I'm read only
  25. [ubuntu] [SOLVED] ubuntu & fedora dual-boot conflict
  26. [ubuntu] Dual boot problem
  27. [ubuntu] Different looks in Netbeans 6.0.1 and 6.1
  28. [ubuntu] [SOLVED] File system filled, won't release space
  29. [ubuntu] [SOLVED] How to preserve file owner and permissions after FTP file?
  30. [ubuntu] Strangest problem: odd, random sounds (and accompanying freezes)
  31. [all variants] Did a Firefox 3.0b + Flash workaround ever surface?
  32. [ubuntu] Strange Keyboard Problem
  33. [ubuntu] [SOLVED] Lightscribe Problem - Last thing I need windows for!!!
  34. [all variants] weird Grub menu question
  35. [gnome] Hardy - Headache - Wireless
  36. [gnome] AWN Truck does not display the application I have running on it.
  37. [ubuntu] Funky kdelibs Dependency Problem
  38. [ubuntu] Ruby on Rails Mongrel Server on startup
  39. [ubuntu] Can sounds be assigned to a mouse click?
  40. [ubuntu] Desktop Effects - ATI Technologies Inc M52 [Mobility Radeon X1300]
  41. [ubuntu] kbuildsycoca problem?!
  42. [ubuntu] gTVG causes logoff
  43. [ubuntu] Hardy Herron install
  44. [ubuntu] AWN Vs CAiro Dock !!! which is the Best ?
  45. [ubuntu] KTorrent
  46. [ubuntu] Log files
  47. [all variants] How Much Memory is Firefox 3.0b5 using on Your System?
  48. [other] Replacing CPU fan with lower RPM?
  49. [ubuntu] Acer MBR recovery partition
  50. [ubuntu] Samba Problem
  51. [ubuntu] shutdown/logout no working
  52. [other] A slight problem trying to install Pidgin via compiling
  53. [ubuntu] xls files after upgrade to Hardy
  54. [all variants] Anyone manage to get Flock working in Linux?
  55. [ubuntu] LTF: Gnome File Manager
  56. [ubuntu] Phones and Ubuntu
  57. [ubuntu] chmod with serious consequences
  58. [ubuntu] bigginer problems...
  59. [ubuntu] Metacity bug
  60. [ubuntu] Evolution with Exchange Connector on Hardy 8.04
  61. [ubuntu] Going back to default Ubuntu splash screen
  62. [ubuntu] [SOLVED] Need help with enabling swap
  63. [ubuntu] apt issue with hardy server
  64. [ubuntu] Changing hotkey for sending message in Pidgin
  65. [xubuntu] HOWTO: Xubuntu Hardy + Compiz + nvidia + dual-head
  66. [ubuntu] Panels inoperative & Lost icons
  67. [all variants] [SOLVED] Verbose usplash?
  68. [ubuntu] Firefox Jagged Scroll and other Video Problems
  69. [ubuntu] Need help with compiz tweaking.
  70. [all variants] How do i add a /home direcory to the user?
  71. [all variants] My Solution: Hardy 8.04 and Bluetooth headsets
  72. [ubuntu] Non-existant Monitor Detected in Screen Resolution settings
  73. [other] Edit fields in open office writer?
  74. [ubuntu] Help please
  75. [xfce] unlocking administrative applications stopped working
  76. [ubuntu] desktop shifted addressed in 8.04 update?
  77. [all variants] Basic operation problem
  78. [all variants] Restoring Windows XP NTLDR from Linux?
  79. [ubuntu] WaaaghTV and sudo launcher.
  80. [ubuntu] CCSM not saving settings when Effects Disabled
  81. [ubuntu] [SOLVED] Cannot delete file form Garbage
  82. [ubuntu] How to change disk label of encrypted USB key?
  83. [ubuntu] error messages at startup fsck
  84. [xubuntu] cant access my dvd rom in 7.10
  85. [other] Windows destroyed - recovery possible?
  86. [ubuntu] /usr/local/qt-3.3/bin/ld: cannot find -lqt-mt
  87. [ubuntu] Help with hardy
  88. [ubuntu] Visual Effects, Screensavers, Games won't load.
  89. [ubuntu] Aptana on 8.04 problem
  90. [ubuntu] Low brightness at startup
  91. [ubuntu] Why After Hardy Upgrade do I need to Exit with Ctrl+Alt+Backspace, & How to Fix?
  92. [ubuntu] Suddenly lost screen resolution.
  93. [ubuntu] Nautilus Error(s!!!) Ubuntu Gutsy.
  94. [all variants] LVM shrink containing partition
  95. [ubuntu] scripting help
  96. [ubuntu] Start up question
  97. [ubuntu] Cant install ubuntu/kubuntu
  98. [ubuntu] Password Problem
  99. [ubuntu] Hardy Bug? Losing music playback during current session
  100. [gnome] Multiple keyboard binds?
  101. [other] Can't get effects on Ubuntu Studio 8.04
  102. [ubuntu] Network access for various programs broken under Hardy?
  103. Best backup & sync method -for me-
  104. [ubuntu] 8.04 Wastbasket Problem
  105. [ubuntu] Rhythmbox/Amarok/Totem not playing when Play is pressed
  106. [ubuntu] [SOLVED] Auto launch of music player when connecting mp3 player
  107. [ubuntu] Ubuntu 8.04 install has no packages...
  108. [ubuntu] Defaul menu.lst of Ubuntu 8.04
  109. A few questions that I hope you can answer about Wubi...
  110. [ubuntu] Startup Automation
  111. [ubuntu] Firefox(?) graphic problem
  112. [ubuntu] Need Help Cnat'get Effects Runin
  113. [gnome] change orientation in xorg.conf
  114. [ubuntu] Setting file permissions
  115. [kubuntu] KVM problem
  116. [ubuntu] Dual screens. 2nd screen being cut off.
  117. [ubuntu] installers don't work
  118. [ubuntu] Outgoing (SMTP) Issues on 8.04
  119. [ubuntu] Making a Live USB from a current installation . . .
  120. [ubuntu] Sound Won't Work
  121. [kubuntu] bash-like feel for zsh
  122. [ubuntu] 8.04 and Eyetoy
  123. [ubuntu] Pidgin doesn't flash with new messages
  124. [ubuntu] Evolution Label Question
  125. [ubuntu] Themes - What one's to install and are they easy?
  126. [ubuntu] GTK Theme..........................................
  127. [ubuntu] Sound stops working completely after playing music files
  128. [ubuntu] [SOLVED] can ubuntu 8.04 effects run on AMD x64 and Ati X1200
  129. [all variants] Eclipse/Java Super Slow in 8.04
  130. [ubuntu] [SOLVED] Huge login screen font
  131. [ubuntu] Windows Paritions don't show (often)
  132. [ubuntu] Hardy Heron won't boot all of a sudden!!!
  133. [ubuntu] Pls help to upgrade to open office 3 beta
  134. [ubuntu] Change address of I/O ports?
  135. [all variants] How do i turn ssh passphrase back on?
  136. [ubuntu] Need to add a User that can access only one directory
  137. 8.04 install problem
  138. [ubuntu] FSCK check failed exit status 4
  139. [kubuntu] !!importaint!! can't access /media
  140. [all variants] Video tearing in Flash - OK in MoviePlayer
  141. [all variants] Alternative to FireFox 3
  142. [ubuntu] Sending link from Thunderbird to Firefox: very slow
  143. [other] [SOLVED] gparted live cd-no sata detection?
  144. [ubuntu] Shut down error
  145. [ubuntu] theme changing
  146. [all variants] Help creating a bash script
  147. [ubuntu] Run applications through SSH
  148. [ubuntu] Compiz desktop amount config problem
  149. [ubuntu] Ubuntu 8.04 hibernation problems
  150. [ubuntu] E3000 xserver won't start
  151. [ubuntu] BBC website hangs periodically on Firefox 3 Beta 5
  152. [ubuntu] Dell Dimension 5150 Problem
  153. [ubuntu] Pandora
  154. [kubuntu] What's wrong with dcop?
  155. Can't see my "C" drive from Ubuntu
  156. [ubuntu] 2 Ubuntu Machines can't ping or ssh each other
  157. [ubuntu] Cannot install Rubyripper HELP
  158. [ubuntu] Which application is using the disk?
  159. [ubuntu] Yearning for some mouse behaviors ...
  160. [ubuntu] Only Goes Up To 1024x768 Resolution
  161. [ubuntu] "Widget" like suggestions
  162. [ubuntu] Browser Shuts Down
  163. [kubuntu] xorg uses too much CPU ater upgrade to KDE 4.0.4
  164. [ubuntu] I cannot seem to get lm-sensors to work....
  165. [ubuntu] error while loading shared libraries: libstdc++-libc6.2-2.so.3
  166. [ubuntu] Cant print in Hardy (thoug I could in Gutsy)
  167. [other] Conky + Compiz + Wallpaper Plugin
  168. [other] Disable Compiz Keybindings?
  169. [ubuntu] effects(cant find a better name ;)
  170. [ubuntu] WINE problem
  171. [ubuntu] I cannot install Desktop Drapes, says I need to install Mono
  172. [all variants] Launchpad repository?
  173. [ubuntu] Can't sudo!
  174. [ubuntu] Access to the File System
  175. [ubuntu] .exe files...
  176. [gnome] Change window size almost impossible with some themes
  177. [ubuntu] [SOLVED] MySQL Access
  178. [ubuntu] Printing suddenly not working
  179. [all variants] Image resizer shell script?
  180. [ubuntu] Stupid question - Toolbar is on side now
  181. [ubuntu] Screenlets AppMenu (and others) bug!?
  182. [ubuntu] virtual box?
  183. [ubuntu] Hardy Heron Trash Frustrations
  184. [ubuntu] aplay not running
  185. [all variants] Fix for large fonts in firefox
  186. [ubuntu] Auto change desktop background picture
  187. [ubuntu] disable compiz from terminal
  188. [ubuntu] Java Issues
  189. [ubuntu] Which flavor should i pick?
  190. [ubuntu] raaaaaaaaah random crashes drive me nuts!!!
  191. [ubuntu] [SOLVED] How to install Firefox 2.x from tar.gz
  192. [ubuntu] Blender tediously slow after Hardy upgrade
  193. [all variants] setup a local "sandbox" for web devel
  194. [all variants] Set up a hourly cronjob to update my system
  195. [ubuntu] Howto: Have streaming video as desktop wallpaper
  196. [ubuntu] Which download server to use?
  197. [ubuntu] Using wireless internet with an 8.04 live cd
  198. [ubuntu] PSU humming/buzzing every second.
  199. [kubuntu] Express Scribe - install problem
  200. [ubuntu] Keyboard remapping?
  201. [ubuntu] Partioning problem - "resize operation failure"
  202. [all variants] Unionfs/aufs as root fs
  203. [ubuntu] Cube Effect
  204. [kubuntu] View options not saving in Kopete, Amarok
  205. [all variants] bluetooth a2dp with pulseaudio (hardy)
  206. [gnome] Adding applications to login startup process
  207. [ubuntu] Laptop duel boot: vista sleeps/hibernates but ubuntu wakes?
  208. [ubuntu] Installation of programs
  209. [ubuntu] How do I get permissions to edit /etc/fstab?
  210. [ubuntu] Grub Boot Problem
  211. [ubuntu] Question about Raid-0
  212. Wubi Install with Pre-Existing Ubuntu
  213. [ubuntu] Compiz broken after playing with ATI drivers
  214. [ubuntu] Boot/Install Ubuntu from an I-Pod
  215. [ubuntu] trouble with LIRC and PCI serial adapter
  216. Running a Wubi install from a VM?
  217. i get an error while ubuntu installs please help
  218. [gnome] Compiz - no window borders after Gutsy
  219. [ubuntu] Xbox 360 media
  220. [ubuntu] more newb probs for install new software
  221. [ubuntu] [SOLVED] Disable user change
  222. [ubuntu] question on ftp access mysterious
  223. [other] [SOLVED] URLFilter Category
  224. [ubuntu] My Ubuntu laptop keeps randomly shutting off.
  225. [ubuntu] Boot Setup w/ Ubuntu and Windows
  226. [ubuntu] Read/Write to NTFS disk - risky?
  227. [ubuntu] ssh: program must continue running when I close terminal
  228. [ubuntu] [SOLVED] Macro(s) to enter ALT codes?
  229. [ubuntu] Any Hardy Repos I Should Know About? (Some things like VMware Server Don't Exist!)
  230. [ubuntu] Windows opening off screen with Twinview
  231. [ubuntu] static ip problems
  232. [ubuntu] [SOLVED] Dell Ubuntu laptop with virtual machine and Windows
  233. [gnome] Evolution randomly stopped working
  234. [ubuntu] Kernel failure? how to fix or replace?
  235. [ubuntu] Unable to view certain Web Pages
  236. [ubuntu] Please Help! Cant load anything from Grub!
  237. [ubuntu] Synaptic freezes after saying x app was installed...
  238. [ubuntu] OpenOffice on Hardy Heron
  239. [ubuntu] Fresh Install...Please HELP!
  240. [ubuntu] HARDY script for the compiz plugins for all you fans
  241. [ubuntu] Get Grub to recognize my hard drive
  242. [ubuntu] Google redirecting me to japanese
  243. [gnome] Compiz effects no worky
  244. [ubuntu] Launcher doesn't launch command in terminal
  245. [ubuntu] kcometen on hardy?!
  246. [kubuntu] Why do I have trouble with Kubuntu, but not Ubuntu?
  247. [ubuntu] Compiz doesn't work in ltsp environment
  248. [ubuntu] Want to eliminate grub
  249. [ubuntu] Firefox Username and Passwords Missing
  250. [all variants] screen corners and multiple displays