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. [ubuntu] Using Find in Gnome terminal
  2. [ubuntu] dual head not working after video card upgrade
  3. [ubuntu] [SOLVED] help me get direct rendering working
  4. [ubuntu] Terminal
  5. Basic Wubi question
  6. [kubuntu] Config and Crash help [hardy]
  7. [ubuntu] Unable to open driving theory test program in Ubuntu
  8. [ubuntu] Power Management & Orphan inodes
  9. [ubuntu] [SOLVED] No Icons or Text in OpenOffice
  10. [ubuntu] how do i uninstall this game!?
  11. [ubuntu] How to install GDM Theme?
  12. [ubuntu] can't run gedit/nautilus as root
  13. [ubuntu] Delete button icon in panel vanished
  14. [ubuntu] [SOLVED] Routine check on drives
  15. [ubuntu] [SOLVED] Getting Ubuntu in Boot menu
  16. [ubuntu] Quake 3 Arena on Ubuntu?
  17. [kubuntu] [SOLVED] Compiz window decorator missing
  18. [ubuntu] Arial displays the wrong font!
  19. [ubuntu] how do I remove a customized DSDT?
  20. [ubuntu] Azureus upload limit setting does not work
  21. [ubuntu] New Kernel bug!?!?
  22. [ubuntu] joint windows/linux access
  23. [ubuntu] Firefox 3 not working
  24. [ubuntu] Keyboard configuration? Some programs don't work properly
  25. [ubuntu] a few questions
  26. [ubuntu] Mouse Button Middle-Click
  27. [ubuntu] Evolution hosed after automatic updates
  28. [ubuntu] GTK font settings question
  29. [all variants] shockwave and flash
  30. [ubuntu] Repairing Permissions
  31. [ubuntu] Alarm?
  32. [ubuntu] evolution backup not working
  33. [all variants] Hard Disk seeking alot
  34. [ubuntu] [SOLVED] opening file browser with root
  35. [ubuntu] Is it possible to script (automate) keyboard strokes?
  36. [ubuntu] [SOLVED] HowTo sleep / standby / hibernate / suspend from command line
  37. [ubuntu] Deleting/Renaming Gnome Folders: What is LOST? What can I Retrieve/RESTORE?
  38. [ubuntu] harware checker -- like kudzu?
  39. [ubuntu] creating a new login start up order or kiba-dock
  40. [ubuntu] Enabling MySQL with PHP 5
  41. [all variants] RAID Repair after renamed devices
  42. [ubuntu] Internet fast in Firefox, but not in apt, the WoW updater, or Azureus.
  43. [ubuntu] Secondary HDD Access/NTFS/Partition
  44. [ubuntu] And you thought YOU were stupid? File recovery question.
  45. [ubuntu] Shell Scripts
  46. [ubuntu] Switching from Kubuntu to Ubuntu
  47. [ubuntu] Firefox Troubles...
  48. [ubuntu] getting music off ipod
  49. [ubuntu] [SOLVED] What does newfile~ mean?
  50. [all variants] failing X after 8.04 upgrade
  51. [ubuntu] Where are the header files?
  52. [ubuntu] Emesene freezes when behind proxy
  53. [ubuntu] Making space on boot
  54. [ubuntu] Firefox + Flash - Only Few Sites Work
  55. [all variants] [SOLVED] User Permission Help
  56. [ubuntu] remote connection refused 10061
  57. [ubuntu] Need help creating increasing my primary partition(gParted)
  58. [other] Firefox 2 Not In System
  59. [ubuntu] Last attempt before giving up/reinstalling windows
  60. [ubuntu] Can't Mount USB CD Drive
  61. [other] Youtube/Flash Videos
  62. [ubuntu] will Ubuntu support Ipod?
  63. [ubuntu] Grub 15 error
  64. [ubuntu] Ubuntu won't start because new AGP card
  65. [ubuntu] Lighten the load on the CPU?
  66. [ubuntu] task manager
  67. [gnome] Mouse Odometer in Gnome
  68. [ubuntu] [SOLVED] Keyboard Layout Settings won't stick after reboot
  69. [ubuntu] Error 1
  70. [kde] [SOLVED] Some customization questions
  71. [all variants] concering updates
  72. [ubuntu] Pidgin doesn't run.
  73. [ubuntu] synaptic won't open in hardy
  74. Initial boot not working
  75. [ubuntu] Got a question, noobish one
  76. [ubuntu] How to Connect Nokia 7610 via Bluetooth?
  77. [other] Computer Randomly Turns on. Why and how do I get it to stop.
  78. [kde] [SOLVED] Window Shader?
  79. [ubuntu] Servers dead or problem with my computer?
  80. [ubuntu] srm command questions
  81. [other] Compile Emacs-CVS: Request For Help
  82. [ubuntu] Mic heard and controlled by Ubuntu but not by applications?
  83. [ubuntu] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
  84. [ubuntu] how do you map buttons on a remote that is halfway detected?
  85. [ubuntu] Unable to ping Ubuntu server (via hostname)
  86. [ubuntu] Programs randomly exiting
  87. [ubuntu] no background image
  88. Java vm
  89. [other] Firefox/Flash not printing to PDF
  90. [ubuntu] samba question
  91. [ubuntu] Cannot restart / shutdown
  92. [ubuntu] Conky calendar layout problem
  93. [ubuntu] LDAP isn't working with Enigmail
  94. [ubuntu] 64 bit Java including plugin
  95. [ubuntu] samba question
  96. [all variants] [SOLVED] Program to download individual files with torrents?
  97. [other] [SOLVED] ConsoleKit issues on Ubuntu 8.04 "Hardy"
  98. [ubuntu] Festival and Pidgen did I set it up right? i hear no sound.
  99. [ubuntu] trying to install open2300
  100. [all variants] [livecd] restricted drivers switch (video card)
  101. [ubuntu] video play problem
  102. [ubuntu] user home folder corrupted
  103. [ubuntu] NX server, Vmware, total confusion after Hardy UPG
  104. [ubuntu] Running a program on my remote server
  105. [ubuntu] monitor standbye not working
  106. [other] Fujitsu Siemens Lifebook 4010
  107. [ubuntu] [SOLVED] Package in a very bad inconsistent state
  108. [all variants] opensync-plugin-sunbird
  109. [gnome] Conky Config Help
  110. [kubuntu] CDs aren't detected
  111. [ubuntu] System slows to a crawl for about half an hour; lots of hard disc activity
  112. [ubuntu] Shares Don't Work
  113. [kubuntu] How to instal compiz-fusion ?
  114. [kubuntu] [SOLVED] google search form with FF3 RC1
  115. [ubuntu] Can I install Ubuntu on my Laptop??
  116. [ubuntu] Starting Eve online
  117. [ubuntu] compiz white screen
  118. [ubuntu] Sound visualisation
  119. [ubuntu] Flash Player Firefox 3 beta 5 and RC1 Hardy Heron BIG PROBLEM
  120. [ubuntu] Bug of feature?
  121. [ubuntu] Firefox Shuts Off
  122. [ubuntu] libtag help
  123. [ubuntu] Nvidia Restricted drivers PROBLEM!!!!
  124. [ubuntu] How to populate the icons of engage (e17)?
  125. [ubuntu] Mercury messenger, no sounds..
  126. [all variants] xsane and Epson Perfection 4180 Scanner
  127. [ubuntu] Kernel 2.6.24-17-generic and 2.6.24-16-generic
  128. [ubuntu] need nvidia gs7600 driver for 8.04
  129. [all variants] scheduled task that isn't in the normal crontab
  130. [ubuntu] Virus questions
  131. [ubuntu] Steam fails...
  132. [ubuntu] [SOLVED] How to get into a terminal session on boot up in Hardy Heron
  133. After install, large fonts in Username and Password
  134. [ubuntu] ATI radeon 3870 drivers problem
  135. [ubuntu] How do i tell what filesystem my install is using?
  136. [ubuntu] making cursor(.cur) images with ubuntu
  137. [ubuntu] GNU units currency conversions out of date
  138. problems with latest updates
  139. [ubuntu] Where are installed applications stored and how to identify the executable
  140. [all variants] [SOLVED] OOo will not upgrade
  141. [ubuntu] 64bit Adobe Reader
  142. [ubuntu] running a sequence of commands with just one command
  143. [ubuntu] Removing duplicate words from file?
  144. [ubuntu] Dual Boot or Virtualize
  145. [all variants] Terminating manual input into bash
  146. [ubuntu] disable cube rotation on mouse scroll
  147. [ubuntu] XS++ on Ubuntu?
  148. [all variants] aptitude can't do math, can't upgrade without breaking dependencies
  149. [ubuntu] Erasing?
  150. [ubuntu] Does Ubuntu Automatically set the clock?
  151. [ubuntu] [SOLVED] Sound not working in Hardy
  152. [xubuntu] Flash in xubuntu?
  153. [ubuntu] Panels Freeze
  154. [ubuntu] Problems with my hard disk
  155. [ubuntu] snx error
  156. [ubuntu] [SOLVED] Gedit - strange output
  157. [ubuntu] Slow laggy scrolling in Hardy
  158. [ubuntu] [SOLVED] Ubuntu wont start after moving /tmp
  159. [ubuntu] Problem with screen refreshment Open Office
  160. [ubuntu] Places Menu
  161. [kubuntu] 2 Scroll bars in Konqueror
  162. [ubuntu] General IDE
  163. [other] AWN and Compiz stop working after plugging laptop into TV (VGA)
  164. [ubuntu] [SOLVED] ies4linux in Hardy
  165. installed with wubi: get error 15 can't find menu.lst
  166. [ubuntu] For those wanting a working glass icons theme
  167. [ubuntu] compose key not working in some apps
  168. [kubuntu] [SOLVED] KDE 4 won't die...
  169. [ubuntu] Global Menu
  170. [ubuntu] Unable to run program
  171. [ubuntu] Few questions for windows freeness
  172. [ubuntu] [SOLVED] Constant crushes
  173. [ubuntu] FF3 Must Die! :D
  174. [ubuntu] Issue with secure pages in Epiphany
  175. [ubuntu] Truecrypt program and to bypass sytem password.
  176. [ubuntu] DISK BOOT FAILURE, boot from CD?
  177. [ubuntu] How do i remove the Compiz Fusion startup logo?
  178. [ubuntu] How do I debug the desktop effects?
  179. [ubuntu] Amarok mounting iPod Touch
  180. [ubuntu] Bloody graphics, a new disk and the partial upgrade
  181. [ubuntu] My CD/DVD rom stop responding.
  182. [ubuntu] Wait for the official or break the golden rule?
  183. [all variants] 7.10, Two instances of Conky -> flickering
  184. [ubuntu] installing ssh
  185. [ubuntu] how to use a scanner
  186. [all variants] How to setup a PXE server that isnt a DCHP server
  187. Wubi - is it save?
  188. [all variants] F-SPOT /Pictures organize by tag
  189. [all variants] [SOLVED] FF3 Users - MediaPlayerConnectivity Works
  190. [ubuntu] Epiphany oddness
  191. [ubuntu] [SOLVED] How to totally disable suspend/hibernation?
  192. [all variants] Squares with numbers on instead of characters
  193. [ubuntu] Document thumbnails not working
  194. [ubuntu] Fixing bootrec problems
  195. [ubuntu] Kernel Versions and VMware Server?
  196. [ubuntu] [SOLVED] gnome desktop over rides fluxbox
  197. [ubuntu] glxgears 50 fps! Something happened.
  198. [ubuntu] Question about Ubuntu and laptops
  199. [ubuntu] Resuming from hibernation fails
  200. [ubuntu] Accidentally overwrote Vista when setting up "dual boot"; need access to documents
  201. [all variants] [SOLVED] bash and/or
  202. [ubuntu] Need help, Error 25
  203. [other] modem drivers
  204. [ubuntu] Screensaver blocks the hole system (URGENT)
  205. [ubuntu] How can I make Firefox's configs "disappear"
  206. [ubuntu] New user troubles with compiz
  207. [ubuntu] Desktop Effects, New to Ubuntu
  208. [ubuntu] [dictionary] add Dictionary.com?
  209. [ubuntu] How to enable Compiz Cube?
  210. [ubuntu] Internal HDD permission...denied. Why am I not the owner?
  211. [other] Hard Drive Problem
  212. [ubuntu] Grub issue fro second Linux installation
  213. [all variants] [SOLVED] Amarok messes up my song information
  214. [ubuntu] Weekly Reminders?
  215. [ubuntu] Error while compiling driver
  216. [ubuntu] Seriously disappointed.
  217. [ubuntu] Resetting a package to 'automatically installed'?
  218. [ubuntu] How to revert media file icons to defaults after RealPlayer installation
  219. [ubuntu] Search For Files Or Tracker popping up
  220. [ubuntu] Conflicting/confusing ubuntu release versions?
  221. [ubuntu] Help! My computer won't boot!!
  222. [ubuntu] [SOLVED] how do i decode this message
  223. [all variants] [SOLVED] how to add user to a group
  224. [ubuntu] Sony Viao installation
  225. Mount wubi hard drive from windows
  226. [ubuntu] VLC default application 7.04
  227. [ubuntu] Ubuntu Firefox homepage - Where is it?
  228. [ubuntu] can't make 8.04 Live use usb stick as home dir
  229. [ubuntu] HD going to sleep often
  230. [ubuntu] Highpoint RocketRAID
  231. [ubuntu] [SOLVED] Help with sudoers settings
  232. [ubuntu] Some big second jumps in dmesg
  233. [ubuntu] Zombie root user sh process upon boot up
  234. [ubuntu] Change boot and startup screen color
  235. [ubuntu] super laggy keyboard/mouse
  236. [xubuntu] Problems with multiple apps after update to 2.6.24-17
  237. [ubuntu] Ubuntu wont start up
  238. [ubuntu] Top Panel of Windows Problem
  239. [kde] Orange for Debian/Ubuntu based distros
  240. [ubuntu] Fresh Server Install: CLI flickers + garbled
  241. [all variants] Inconsistent font rendering between apps
  242. [ubuntu] nVidia Ge Force 6600 GT & 8.04 problems
  243. [ubuntu] Halt after inactivity
  244. [ubuntu] Can't build xnee
  245. [other] Gentoo on Virtual Machine...
  246. [ubuntu] Some applications won't start without a logout
  247. [ubuntu] two simple questions...
  248. [ubuntu] NIGHTMARE - Dual Boot XP x64 FUBAR + Upgrade to Hardy
  249. [ubuntu] Emerald
  250. [ubuntu] [swap] how to resize swap?