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] graphic card for Dell 2650 + Hardy
  2. [ubuntu] Map windows style absolute path to specific folder?
  3. [ubuntu] Image viewer that allows to pick the best shots
  4. [all variants] boot process, crypto discs
  5. [ubuntu] Laptop freezing
  6. [ubuntu] HAL/gnome-volume-manager issue - USB devices only appear if connected at boot
  7. [ubuntu] 8.04 Crashing - please help
  8. [ubuntu] Correction to Evolution email setup
  9. [ubuntu] how do I install the Adobe Flash Player with the ubuntu 8.o4?
  10. [ubuntu] libdvdcss2
  11. Why Won;t Ubuntu work?
  12. [kubuntu] Gray screen when using vnc on Kubuntu 8.04
  13. [ubuntu] 2 programs using sound?
  14. [xubuntu] Strange cpu load in top from ld-linux.so.2
  15. [kubuntu] OpenProj
  16. [ubuntu] Help with NVidia Graphics Card - No Display
  17. [ubuntu] " and @ switch places on keyboard
  18. [ubuntu] [SOLVED] network-admin issue
  19. [SOLVED] Unable to upgrade to Firefox 3 final in Ubuntu 8.04
  20. [ubuntu] Question regarding commands in Terminal.
  21. [xubuntu] Help can't get Linix to see windows partition!
  22. [ubuntu] security question: open ports
  23. [gnome] Help! My 'System' menu is missing!
  24. [ubuntu] Vista won't mount my ubuntu drive
  25. [ubuntu] Very basic question
  26. [gnome] panel doesn't always auto-hide
  27. [ubuntu] Xwindow not appearing
  28. [all variants] I want to remove packages based on how much i use them
  29. [ubuntu] Playstation 3 and Linux
  30. [ubuntu] The default evince font needs to be changed
  31. [ubuntu] Reboots System When Accessing 2nd Hard Disk
  32. [ubuntu] Firefox 100% cpu and acpi/powernowd scaling stops
  33. [ubuntu] Can't get xscreensaver daemon to start
  34. [gnome] [SOLVED] Beryl glitches
  35. [all variants] How to create own locale for example: en_PL?
  36. [kubuntu] Is DMA enabled?
  37. [ubuntu] wine firewall exceptions
  38. [ubuntu] 3 Mobile internet huawei question.
  39. [ubuntu] speed
  40. [ubuntu] bash: Sudo: command not found
  41. [ubuntu] [SOLVED] Please Please Help
  42. [ubuntu] Wifi problem with Ubuntu 8.04
  43. [ubuntu] Does Ubuntu (latest version) have ndiswrapper installed already?
  44. [ubuntu] Remove gnome-panel
  45. [kubuntu] How to build latest Digikam beta?
  46. [ubuntu] hobbitmon on 8.04?
  47. Installed Ubuntu using Wubi... anyway of getting rid of Vista completely?
  48. [ubuntu] Pointer
  49. [ubuntu] [SOLVED] Updates
  50. [ubuntu] Run Automatic Scripts for Backup
  51. [ubuntu] Are all the base installation the same
  52. [ubuntu] login screen locks up when LDAP server gone.
  53. [ubuntu] Ubuntu cannot detect blank disc in cd/dvd-rom drive
  54. [ubuntu] Visual effects "custom" option missing in Hardy
  55. [ubuntu] Unable start evolution-mapi plugin
  56. [kubuntu] [SOLVED] ?OLD ICal for Gutsy? Not the web thing!
  57. [ubuntu] save to remove this orphaned package?
  58. [all variants] [SOLVED] Gparted error working with large drive
  59. [ubuntu] [SOLVED] Real Player
  60. [ubuntu] [SOLVED] Running Script from Cron Gives Different Results
  61. [all variants] [SOLVED] How to make a harddrive mount at startup
  62. [ubuntu] Unable to remove Ubuntu [Help]
  63. [xubuntu] [SOLVED] Nvidia driver/ xorg config help needed
  64. [gnome] Scribus GTK!
  65. [ubuntu] [SOLVED] cdtmp files on desktop, cant delete or unmount :( help!
  66. [ubuntu] Getting LIRC working on a ThinkPad
  67. [ubuntu] How to delete old home folders?
  68. [ubuntu] OpenOffice Spreadsheet Problem
  69. [ubuntu] Hardy: Freezes/Locks up after logging in
  70. [all variants] "For each file" bash command
  71. Ubuntu doesn't load...
  72. [all variants] Tracker not extracting metadata from files
  73. [ubuntu] Rebind Delete Key in SSH
  74. [ubuntu] can install a theme?
  75. [ubuntu] Suggest me a theme.
  76. [ubuntu] My External harddrive
  77. [ubuntu] I'm know 100% happy with Ubuntu - I have my Outlook back!!!
  78. [ubuntu] grub error 2: bad file directory
  79. [ubuntu] HOWTO: USB stops working
  80. [ubuntu] [SOLVED] Removed Windows, resized partition not recognizing new disk space
  81. [ubuntu] Disk Usage Analyzer/disk size mismatch?
  82. [ubuntu] Request
  83. [ubuntu] How to back up my system?
  84. [ubuntu] Cannot unmount drive
  85. [ubuntu] Please Help..I hosed Grub
  86. [ubuntu] /usr/bin/[
  87. [ubuntu] how do I install the sun java plugin with the terminal consola?
  88. [ubuntu] ssh not installing
  89. [ubuntu] Domain User and Permisions problem
  90. [ubuntu] tail -1 broken or new feature?
  91. [ubuntu] Problem compiling ALSA
  92. [ubuntu] What version of Debian does the current version of Ubuntu compare to?
  93. [all variants] Wake PC from Suspend remotely?
  94. [ubuntu] Startup Order
  95. [ubuntu] Firefox 3.0 Full Screen not hiding menus
  96. [ubuntu] Crackling Logitech Speakers
  97. [ubuntu] [SOLVED] After update install Grub shows 2 Ubuntu generics and 2 ubuntu generic recov
  98. [ubuntu] Let's mount a hard drve! Or not.
  99. [ubuntu] can't change displaying setting(install Ubuntu 8.04 in VirtualBox)
  100. [all variants] why, oh why, is there no easy way to read all my boot messages?!?!
  101. [all variants] Intel Duo Core CPU E8400 Arch Type
  102. [ubuntu] Anyway of getting ubuntu without having to burn / use a CD?
  103. [gnome] Use Windows Key as a shortcut key by itself
  104. [ubuntu] Evolution mail
  105. [ubuntu] LG Dare Driver?
  106. [ubuntu] [SOLVED] Can't go Back, Forward, etc. in FF3
  107. [SOLVED] Upgrade to Pidgin 2.4.3.
  108. [ubuntu] Minimal permissions when logged in remotely via xdmcp?
  109. [ubuntu] Wine problems
  110. [xubuntu] Pilot syncing
  111. [ubuntu] Finding programs once I've installed them
  112. [ubuntu] facebook photo uploader java applet font missing?
  113. [ubuntu] Generating a new Grub Menu.lst
  114. [ubuntu] [SOLVED] Can't Login... but I have a Suspicion,,,please help :(
  115. [other] WPN111 flakey
  116. [ubuntu] Installing LeJOS 0.6 for MindStorms on 8.04
  117. [ubuntu] Updating to Pidgin 4.2.3.
  118. [ubuntu] Removing LAMP from putty terminal
  119. [ubuntu] Printing problem
  120. [ubuntu] [SOLVED] random applications crashing
  121. [ubuntu] Color Nitpicking
  122. [ubuntu] Mix and Match Theming
  123. [ubuntu] grub disappear and xp default
  124. [ubuntu] How can I get my hard drives to auto mount at boot?
  125. [ubuntu] [SOLVED] Composite extension not available
  126. [ubuntu] Firefox crash
  127. [ubuntu] Emacs freeze
  128. [ubuntu] Modifying Nautilus.
  129. [other] Using a Smartphone with Ubuntu
  130. [kubuntu] anyone make or know of a 64bit port of Gyachi?
  131. [ubuntu] Problem about booting Ubuntu (8.04)
  132. [ubuntu] www-data irresponsible owner ?
  133. [ubuntu] How do I survive in a Windows-Centric environment?
  134. [ubuntu] compiz stopped working after i tried to install GIT
  135. [ubuntu] Interesting little problem
  136. [ubuntu] Firefox Problems
  137. [other] Help with Compiz install.
  138. [ubuntu] [SOLVED] How to check filesystem at boot? Or other.
  139. [ubuntu] grub error 2
  140. [ubuntu] Can't connect to FTP
  141. Wubi Error 01!!!
  142. [ubuntu] pidgin plugin
  143. [SOLVED] advanced desktop effects settings
  144. [ubuntu] Problem Booting
  145. [ubuntu] [SOLVED] Gdm Failed!!!
  146. [ubuntu] polkit segfaul
  147. [ubuntu] 8.04 = Windows ME?
  148. [all variants] Monitor shell scripts being run
  149. [ubuntu] How to get special mouse buttons working in ff3?
  150. [ubuntu] broken apache / php with latest hardy upgrade
  151. [ubuntu] Hardy cannot install software from the CD?
  152. [ubuntu] X11 thinks :1.0 is my primary display
  153. [ubuntu] [SOLVED] what do these things mean?
  154. [all variants] gconf-editor question...
  155. [ubuntu] Ubuntu hardy is very slow
  156. [all variants] Setting up apache and digest
  157. [all variants] New Themes
  158. [ubuntu] Udate Manager notification Icon has gone
  159. Wubi Virus Susceptibility?
  160. [ubuntu] gtali game stuck in full screen mode
  161. [ubuntu] sensors temperature question - weird output
  162. [ubuntu] Warning message when updating...See Screen Shot
  163. [ubuntu] [SOLVED] How do I enable the Visual Effects in Hardy?
  164. [ubuntu] Installing NetPBM
  165. [all variants] bash question
  166. [ubuntu] [SOLVED] opening applications in terminal
  167. [ubuntu] [SOLVED] Swapfile not active after restart
  168. [gnome] (compiz question) I have a feeling
  169. [ubuntu] Copying photos to CD
  170. [ubuntu] Swap file
  171. [all variants] Sending SMS
  172. [all variants] Firefox passwords
  173. [ubuntu] I am New to Ubuntu 8.04
  174. [ubuntu] [SOLVED] Adding Ubuntu to GRUB
  175. [other] [SOLVED] df -h and du -sch * show different sizes
  176. [ubuntu] Myspace Music
  177. [ubuntu] Ubuntu Studio 8.04 installation stuff up
  178. [ubuntu] USB Dialup modem problem!
  179. [ubuntu] reconfigure compiz with metacity
  180. [ubuntu] getting confused
  181. [ubuntu] schedule daily package update
  182. [ubuntu] Dual boot with DOS without WUBI
  183. [ubuntu] Now Playing Screenlet does not show coverart using lastfm plugin in Rhythmbox
  184. [all variants] More than one user running program in $home
  185. [ubuntu] init.d scripts not working
  186. [ubuntu] Kpilot sync with palm PDA in Ubuntu 8.04 'Hardy'
  187. [all variants] Changing panel colors
  188. [all variants] GRUB Error 15
  189. [other] [SOLVED] Grub boot editing...
  190. [all variants] file integrity checks
  191. [ubuntu] usb flash memory doent appear in windows virtual machine by virtual box
  192. [ubuntu] Desktop things
  193. [ubuntu] New Firefox windows appear under pointer - how to stop?
  194. Trouble getting started with Wubi
  195. [ubuntu] Why are these lines NOT already uncomented??
  196. [ubuntu] ADVENT 9415 - Wireless?
  197. [ubuntu] Thunderbird autostart, notifier
  198. [xubuntu] Brasero bugaboo
  199. [all variants] [SOLVED] How do you get conky to start when you log in
  200. [ubuntu] Soon giving up ;-) (Cannot unmount volume...)
  201. [gnome] [SOLVED] Remote Desktop doesn't work on Hardy
  202. [ubuntu] Multisession cd
  203. [ubuntu] how to access utorrent in windows
  204. [gnome] block applications from using the "system theme"
  205. [ubuntu] How do you use terminal in this situation ?
  206. [ubuntu] Can someone explain this to me?
  207. [ubuntu] I/O ERROR: Error Reading Boot CD
  208. [all variants] rsnapshot and file permissions
  209. [ubuntu] VERY strange, minor problem-- shift+o produces no text.
  210. [ubuntu] mp3s don't play anymore....
  211. [kubuntu] compiz fusion unusably slow kubuntu hardy, intel GMA 950
  212. [xubuntu] [SOLVED] /dev/sdb becomes /dev/sdc after Suspend. Why?
  213. [ubuntu] Garmin nuvi 200w update
  214. [ubuntu] Weird Live CD Problems
  215. [ubuntu] compiz loads incorrectly every morning
  216. [ubuntu] Terminal's default size
  217. [ubuntu] Ubuntu 8.04, Dosemu hangs
  218. [ubuntu] XwinWrap stretches the movie, how to avoid this?
  219. [all variants] [SOLVED] Installing eSvn (and Qt)
  220. [all variants] what do you thing about this brainstorm idea?
  221. [ubuntu] BIg Problem Please Help a.s.a.p!!
  222. need root shell
  223. [ubuntu] ubuntu fiesty fawn cd
  224. [ubuntu] How to delete all files smaller than 10bytes?
  225. [ubuntu] Error with Updates
  226. [ubuntu] Ubuntu-Windows Dual Boot Help
  227. [ubuntu] Remove Firefox menubar? (and problems viewing youtube vids)
  228. [ubuntu] Mysterious LAMP reboot with XP
  229. [ubuntu] Maximum Hardware?
  230. [ubuntu] Why do I need to restart my system?
  231. [ubuntu] HELP! weird charset problem through ssh?
  232. [ubuntu] Debian Multimedia - OK in Ubuntu?
  233. [ubuntu] Access The Stored Data By Terminal
  234. [ubuntu] shell script to acess through sshk
  235. [ubuntu] dynamically changing rdp resolution
  236. [ubuntu] FF3 crashing
  237. [ubuntu] No package 'ORBit-2.0' found
  238. [ubuntu] About 500,000 files?
  239. [ubuntu] Strange problem with FreeNX on hardy
  240. [ubuntu] Wifi scanner
  241. [ubuntu] login
  242. [ubuntu] Ubuntu Crashes
  243. [ubuntu] [SOLVED] Google Earth - where did EARTH go..???
  244. [ubuntu] Anything to fix problem in terminal?
  245. [ubuntu] 2.6.24-19-generic downloaded multiple times
  246. [all variants] HOWTO: Download a youtube song into MP3
  247. [ubuntu] folder turned into a character device, and cannot be deleted
  248. [ubuntu] Help with Sony NWZ618SF MP3 player
  249. [all variants] [SOLVED] which is better for linux user ntfs or fat32
  250. [all variants] Configuring Network Printer: Sharp AL-1655CS