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. [xubuntu] regex matching causes windows to be invisible
  2. [ubuntu] Help please! Serios problems leading to a complete freeze.
  3. [ubuntu] External hard disk permission
  4. [ubuntu] Bug: Multiple instances of Compiz
  5. [ubuntu] need help cd rom drive says not mounted
  6. [ubuntu] Compiz not displaying window title bars? Here's what I did to fix it.
  7. [ubuntu] Ubuntu 8.04 Freezes on Shutdown
  8. [kubuntu] Ktorrent firewall?
  9. [other] how to add a new OS to grub
  10. [ubuntu] window switching antics and ripples
  11. [ubuntu] [SOLVED] Dimmed Screen Does Not Brighten After Entering Password
  12. [ubuntu] i cant believe....
  13. [ubuntu] WINE on Ubuntu configuration window prob
  14. [ubuntu] 8.04 Live CD with Linksys WUSB54G
  15. [ubuntu] How do I install a package so that all users can access it?
  16. [ubuntu] smaller icons on panels
  17. [ubuntu] Setting up school computer for Ubuntu
  18. [ubuntu] suspend/hibernate issues
  19. [ubuntu] keyboard troubles 8.04?
  20. [ubuntu] My super laptop is super slow on Hardy.
  21. [ubuntu] wireless buggy on eeepc
  22. [all variants] Opera 9.50b2 not even starting
  23. [ubuntu] SSH brute force attack blocking?
  24. [ubuntu] How to say Thanks
  25. [ubuntu] Remove Ubantu Clutter
  26. [ubuntu] POSX Xi3000 Barcode Scanner
  27. [all variants] File permissions on shared network drive? (Want 777 by default)
  28. [ubuntu] Show window contents while dragging.
  29. [ubuntu] Trying To Put Ubuntu OS On A Hacked HP
  30. [ubuntu] special characters in mounted drive
  31. [gnome] Custom date/time format for clock applet
  32. [ubuntu] Hibernate does not resume / suspend way too slow in Hardy (Thinkpad T40)
  33. [all variants] Hardy Heron 8.04: Turning NumLock On
  34. [ubuntu] System resource and Temperature
  35. [all variants] external hard drive won't mount after hardy upgrade
  36. [ubuntu] ccsm doesn't remember settings (in hardy)
  37. [ubuntu] how to use compiz
  38. [ubuntu] [SOLVED] Xampp in installed but when I go to http://localhost there is nothing
  39. [ubuntu] Cannot change # of desktops in Compiz Settings?
  40. [ubuntu] Cut and Paste buttons on MS Trackball Optical
  41. Spanish language selection in Wubi
  42. [kubuntu] gtk-qt-engine-kde4 not working
  43. [ubuntu] login screen changed
  44. [ubuntu] My drivers suddently work now?
  45. [all variants] Nvidia auto-config in a loop.
  46. [ubuntu] No HAL
  47. [ubuntu] When will the 7.10 security updates come back???
  48. [kubuntu] Kubuntu Hardy - Emerald decorations disappear when maximize
  49. [ubuntu] change 'rm' command to send files to the Trash instead of instant deletion
  50. [ubuntu] 8.04 - Canīt Change Resolution, Weird Character on Keyboard
  51. [ubuntu] Nautilus and other packages showing up as "local or obsolete"
  52. [gnome] applications menu gone.
  53. [gnome] Good icon set for elegant brit
  54. [ubuntu] Convert from ext3 to ntfs
  55. [all variants] Dedicate more memory to graphics
  56. [ubuntu] Help restoring the Ubuntu Loading bar
  57. [ubuntu] wine, need help
  58. [ubuntu] Error with Kernel 2.6.24.16
  59. [all variants] how exactly surface-fixing "chkdsk /F /R c:" at every single boot for linux?
  60. [ubuntu] Compiz - Unrendered portion of screen
  61. [ubuntu] VLC unable to read dvds: libdvdnav problem
  62. [ubuntu] IntelŪ 830M Graphics Controller
  63. [ubuntu] Some Wine Apps Don't Show in Taskbar After Hardy Upgrade? Can this be fixed??
  64. [ubuntu] snow plugin
  65. [all variants] anyone built bmpx-0.40.14 yet?
  66. [ubuntu] Help Needed: Gdebi Package installer doesn't work (gutsy 7.10)
  67. Trouble... cannot boot to anything
  68. [ubuntu] Tracker find files using some terms but not others
  69. [ubuntu] X.org not working, please help!
  70. [ubuntu] Xsane and HP F4185 Problem
  71. [ubuntu] HP Celeron laptop slow, processor overloaded, why?
  72. [all variants] Any alternative to Windows' Deskview program for list items on desktop?
  73. [ubuntu] Ubuntu Compatible Color Laser Printer that can print to paper edge.
  74. [other] Triple boot?
  75. [gnome] dock for ubunntu gnome users???
  76. [other] Outgoing IP Packages
  77. [ubuntu] Hardy - terminal font/mime type problems
  78. [gnome] where can you find widgets
  79. [ubuntu] Crashing
  80. [kubuntu] Dodge and shade animations not working
  81. [ubuntu] Where is my Java Runtime Evironment?
  82. [ubuntu] Hardy Heron Lag
  83. [ubuntu] resolution resets after login
  84. [ubuntu] How do I install a non deb package so all users can access it?
  85. [ubuntu] Emacs locks the system when Alt-Tab is pressed
  86. [kubuntu] Compiz Starts, then stops, leaves me with no WM
  87. [ubuntu] automatic shell script
  88. [all variants] dual layer dvd
  89. [other] linux Grid Computing??
  90. [ubuntu] With ACPI enabled, no sound, with it disabled, certain things don't work
  91. [ubuntu] animated .gif problem
  92. [ubuntu] Installing printers on Server edition
  93. A few questions about Wubi
  94. [ubuntu] Firefox making Wine pop up?
  95. [ubuntu] Trouble with compiz
  96. [ubuntu] Hardy - Hibernate Restarting?
  97. [other] HAL & other conversation bots download
  98. [ubuntu] Chmsee can't find a shared library
  99. [ubuntu] how to itemize ram usage?
  100. [all variants] Z (back) & X (forward) now working for Opera
  101. [ubuntu] Quick Opera Question
  102. [ubuntu] Synergy2 stutter issues.
  103. [ubuntu] No window borders on beryl... I already tried a lot of things
  104. [ubuntu] Help installing Java (I have try everything)
  105. [kubuntu] kubuntu hardy kde-4 resolution problems
  106. [gnome] Wide Window in Evolution
  107. [ubuntu] no windows frame
  108. [xubuntu] Xubuntu alternative cd bug
  109. [ubuntu] open office font problem 8.04
  110. [ubuntu] locales?
  111. [ubuntu] simultaneous audio with alsa... not working?
  112. [ubuntu] Zinio Reader Online!
  113. [ubuntu] grep and webpage display
  114. [ubuntu] can a VM handle all my needs?
  115. [gnome] Installing Wine with "Add/Remove Applications"
  116. [all variants] Keeping Track of What I Install
  117. [kubuntu] lots of packages break
  118. [gnome] Need help making my Panel look like this
  119. [ubuntu] Two Desktops using 3D Windows Effect
  120. [all variants] Compile compiz-fusion from git [UPDATED] (NEW SCRIPT)
  121. nvidia driver problem
  122. Need Help - Error 17 ?
  123. [ubuntu] Reinstall and access to existing RAID 5 drive
  124. [ubuntu] aMSN won't install on Gutsy
  125. [ubuntu] Home Folder quick launch in /home mounted in other partition
  126. [ubuntu] Intermittent keyboard issues
  127. [ubuntu] help on special effects please
  128. [ubuntu] 3D Windows not working
  129. [ubuntu] Issues with system administration
  130. [ubuntu] program font problem with openoffice
  131. [ubuntu] How do you run programs at login screen?
  132. [all variants] network ups monitor packages problem
  133. [ubuntu] don't know what i should download:
  134. [ubuntu] 8.04 mouse pad issue
  135. [ubuntu] Applying Key Combinations in Compiz
  136. [ubuntu] white stripes when launching apps
  137. [all variants] Different services for different kernels
  138. [all variants] Recompiled the Kernel. Lost WiFi and Sound :(
  139. [ubuntu] [SOLVED] hardy boot splash low resolution
  140. [other] Advice needed for external disk formmating
  141. [ubuntu] avant dock prolem!!
  142. [ubuntu] Launchers Invalid After Hardy Upgrade?! Paths are Valid; what's going on???????
  143. [ubuntu] compiz
  144. Wubi 7.1 ?
  145. [ubuntu] Unable to see external Hard drive?
  146. [ubuntu] close animation
  147. [ubuntu] Foxmarks won't install
  148. [ubuntu] extra boot choices
  149. [ubuntu] splash screen broken?
  150. [ubuntu] [SOLVED] How do the applications and games in add/remove get their popularity rating
  151. [ubuntu] How to log on as superuser
  152. [ubuntu] root password for recovery mode
  153. [ubuntu] how to open root in linux ubuntu server edition
  154. [ubuntu] Lots of problems with 8.04
  155. [ubuntu] how to get directly login to ubuntu server
  156. [ubuntu] PLEASE HELP ! - Virtual Box -
  157. [all variants] The system fails to recognize the order of the hard disks
  158. [ubuntu] How to use wireless
  159. [ubuntu] pc freeze with compiz enable
  160. [ubuntu] compiz effects
  161. [gnome] Larger desktop icons?
  162. [ubuntu] Dell Inspiron 6400 (E1505) heat and powermanagement
  163. [ubuntu] [SOLVED] unable to mount cdrom0
  164. [all variants] How do we set-up a traffic controlled proxy server?
  165. [ubuntu] Installing ezstream on ubuntu
  166. [ubuntu] Macslow's Cairo Clock
  167. Is it possible to take a Wubi install and turn it into a real partition?
  168. [kde] Change application icon shown on taskbar
  169. [ubuntu] Can't activate special effects
  170. [xubuntu] How do you use g++ 4.1?
  171. [ubuntu] Firefox Takes Over Full Screen - why?
  172. [ubuntu] Commands don't work - terminal just moves to the next line
  173. [ubuntu] Open office documents print out very small
  174. [ubuntu] firefox 2 and 3b5 random crashes + no sound!
  175. [ubuntu] sane/xsane question
  176. [ubuntu] [SOLVED] Oppenoffice icons not in Menu
  177. [ubuntu] Desktop keeps flashing triangles.
  178. [ubuntu] [SOLVED] College and Writing Worries
  179. [gnome] browser for japanese/ english
  180. [ubuntu] FAQ: thumbnail viewer and multiple directories
  181. [ubuntu] Problem emptying trash!
  182. [all variants] "sudo: foo: command not found"
  183. [ubuntu] cant install adobe flash player!! :-(
  184. [ubuntu] Fix for Heron firefox fonts
  185. [ubuntu] Cant edit menus items in hardy
  186. [xfce] Ubuntu + XFCE: No display after loading screen.!
  187. [ubuntu] unable to mount USB in 8.04
  188. [ubuntu] Ipod not showing music after uploading in Amarok
  189. [ubuntu] Cant Access to NTFS
  190. [ubuntu] no sound?
  191. [ubuntu] For those of you being able to use scim in Open Office in Hardy, how do you do it?
  192. [all variants] file sorting script
  193. [ubuntu] Banshee and USB MP3 Player
  194. [ubuntu] Hardy-Folders Not Taking Theme Change
  195. [gnome] Forum Rule (not sure)
  196. [other] Installing software in Linux and 'devel' files
  197. [ubuntu] installing .bin in Hardy
  198. [gnome] Duplicating customizations
  199. [ubuntu] Firefox Problem
  200. [ubuntu] How do I create custom usplash screens for Hardy Heron?
  201. [ubuntu] Memory management
  202. [ubuntu] font selection for a language
  203. [ubuntu] compiz is installed but not working
  204. [ubuntu] 3ware raid drive not always recognised
  205. [ubuntu] need advice
  206. [ubuntu] Xterm default font's name?
  207. [ubuntu] How do I install .tar.gz files?
  208. [ubuntu] big problem! portable WD and Local Disks.
  209. [ubuntu] BackUp server ideas & help
  210. [ubuntu] compiz commands
  211. [kubuntu] Auto-runing Commands at Startup?
  212. [ubuntu] Automount only specified partitions of USB drive
  213. [ubuntu] Yahoo Toolbar
  214. [ubuntu] GRUB-StartupManager : wrong kernel
  215. [ubuntu] problem trying to configure wine
  216. [ubuntu] [SOLVED] Chown changed root file system
  217. [ubuntu] [SOLVED] drm_sysfs_suspend
  218. [ubuntu] Empty applications menu
  219. [ubuntu] killall gnome-panel ---> stay dead
  220. [all variants] start a script from another tty
  221. [ubuntu] how to retrieve pidgen conversation logs in txt files
  222. [ubuntu] Looking for PunchClock software
  223. [ubuntu] All text too small
  224. [ubuntu] Adding a second HD to install Ubuntu - Is not working...
  225. [ubuntu] R61 ignores xorg.conf
  226. [ubuntu] Won't shutdown
  227. [ubuntu] need help removing fusion icon and compiz
  228. [all variants] Deleted 'lost+found' folder
  229. [all variants] finding out what is installed from a certain repository
  230. [ubuntu] Downgrade to FireFox 2
  231. [ubuntu] Compiz very slow and screen does not update after suspend/resume
  232. [ubuntu] Installed 8.04, Windows XP won't boot
  233. [ubuntu] Quick questions on Firefox and Desktop switching
  234. [ubuntu] Automatic Updates
  235. [ubuntu] Screen flashes for system error
  236. [all variants] taking math notes on a laptop
  237. [ubuntu] GRUB serial console support
  238. [ubuntu] problems with hardy...... grrr
  239. [other] Small newbie Azureus problem
  240. [ubuntu] can't resolve dependencies
  241. [ubuntu] Back to 7.10 for me and a couple of questions
  242. [ubuntu] [Hardy] desktop wallpaper stretch incomplete !!
  243. Read NTFS partiton WUBI is on?
  244. [ubuntu] :( Compiz Fusion not working
  245. [kde] Dragging across virtual desktops
  246. [gnome] find breaks on .gvfs directory
  247. [ubuntu] Re-installed 7.10, everything lags
  248. [ubuntu] 8.04 - Hibernate wont resume
  249. [ubuntu] Hardy - missing panels (twice)
  250. [kubuntu] Gets to Login, I log in, then it goes blank...