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] I have some really lame questions, if anyone can help.
  2. [ubuntu] Flickr Downloader
  3. [ubuntu] Cdrom Won't Mount
  4. [ubuntu] Computer incredibly lagged
  5. [ubuntu] Everything starts in upper left corner...
  6. [ubuntu] Evolution-exchange Question
  7. [all variants] Archos 605 Help
  8. [ubuntu] Several Problems
  9. [ubuntu] last.fm causes firefox crash
  10. [ubuntu] Brother DCP-130C + Ubuntu 8.04= ???
  11. [other] Few fps when playing .mkv movie
  12. [all variants] Can you run Xfce and GNOME/KDE on the same computer
  13. [ubuntu] [SOLVED] Graphics crashed
  14. [ubuntu] Thing poking out in avant-window-navigator
  15. [ubuntu] Screen Resolution issues in Hardy
  16. [all variants] Removing software installed from source
  17. [ubuntu] Can't read Mac email attachments (binhex prob)
  18. [all variants] aptitude vs. apt-get
  19. [all variants] [SOLVED] Uninstalling KDE
  20. [ubuntu] Is it me, or Is Firefox the last week...
  21. [ubuntu] view commands used by each user
  22. partimage
  23. [ubuntu] right click stops working
  24. [ubuntu] Can Gutsy 8.04 Live CD write to USB NTFS external drives?
  25. [ubuntu] many filenames with ~ at the end
  26. [all variants] [SOLVED] how do you mark a thread as solved?
  27. [SOLVED] Nvidia X Server Settings
  28. [ubuntu] [SOLVED] Automatic Updates not working
  29. [ubuntu] No-IP Port 80 Redirect Question
  30. [ubuntu] How to get dmraid to rebuild with a new disk?
  31. [ubuntu] [SOLVED] Transparent, black terminal with opaque, white text? Blurred background behi
  32. [ubuntu] Ubuntu Hardy - Firefox 3 - Java Plugin
  33. [ubuntu] Cube Error Message?
  34. [ubuntu] Mac virtual machine on Ubuntu
  35. [ubuntu] Gimp won't load .nef files!!
  36. [ubuntu] Firefox won't let mew see security words for tix
  37. [ubuntu] Random keys not working
  38. [kubuntu] KDE and Firefox 3.0 Integration
  39. unrecognized partition table?
  40. [ubuntu] default download directory
  41. [ubuntu] Back up system(and most important, restoring!)Hi
  42. [ubuntu] when i try installing the new nvidia driver i get this error
  43. [all variants] sed end of line help
  44. [all variants] Memtest question
  45. [ubuntu] Dual-Moniter, switched VGA to DVI, can't enable Compiz anymore
  46. [xubuntu] Thunar can't find archiver
  47. [ubuntu] Windows partition showing up on Desktop... sort of... I think... idk if I can remove
  48. [all variants] Hardware Compatibility
  49. [all variants] Cycle tabas in PCmanFM with keyboard?
  50. [ubuntu] Error on bootup? after install to ext.hdd
  51. [ubuntu] IRC services?
  52. [ubuntu] Fail to comile a simple kernel module in ubuntu
  53. [ubuntu] Intercept the shutdown command
  54. [ubuntu] SD card mounts as read-only (Hardy)
  55. [ubuntu] World of Warcraft - Lowerping / Putty Issues
  56. [ubuntu] [SOLVED] anyone know a good book
  57. [ubuntu] Samba sharing inconsistencies
  58. [all variants] [SOLVED] A Color Detector for Linux?
  59. [ubuntu] Flash Videos, Weird Lines
  60. [kubuntu] adept crashed during upgrade - packaging system locked up
  61. [ubuntu] CPU Frequency Scaling, AMD Barton 2800+, NF7
  62. [all variants] apt-get install ssh without starting?
  63. [ubuntu] Just upgraded to Hardy but new kernel boots into command line only.
  64. [ubuntu] [SOLVED] "unable to resolve host dell-desktop"
  65. [ubuntu] Compose key doesn't work with certain characters!
  66. [ubuntu] ATI Radeon
  67. [ubuntu] Pidgin mangles messages?
  68. [ubuntu] One folder won't die from trash can!
  69. [all variants] Mozilla forgot passwords
  70. [ubuntu] Need script Change Computer's Default Language (GDM Language/New User Language)
  71. Linux Alternatives to Windows Software
  72. [all variants] man broken in 8.04 hardy heron
  73. [ubuntu] ATI + AIGLX + Compiz - XGL
  74. [ubuntu] How do I uninstall ubuntu and preserve windows
  75. [ubuntu] Having problems
  76. [ubuntu] cifs errors when using NAS
  77. [ubuntu] Scripting mouse speed
  78. [ubuntu] Using an ISO as a block device (like an actual CD drive)
  79. [other] Rox-filer not showing unmounted hard drives
  80. [ubuntu] Linux temperature monitoring and hardware info
  81. [ubuntu] Keeps freezing during a REBOOT
  82. [ubuntu] Cant expand XP partition
  83. [ubuntu] How can I customize Start Menu in Gnome?
  84. [ubuntu] Help with detecting keyboard input.
  85. [ubuntu] I am not the owner and I do not have permissions...HUH!?!
  86. [ubuntu] How to install a theme on ubuntu 8.04
  87. [ubuntu] setting kernel variables failed/font unreadable
  88. [ubuntu] [SOLVED] How to creat an e-mail backup file in Evolution
  89. [kubuntu] software virtualization like Altiris SVS?
  90. [all variants] Looking for a script etc to dismount Truecrypt on Screensaver Activation
  91. [ubuntu] CounterStrike in Ubuntu with Wine
  92. [ubuntu] System "reinstall"
  93. [ubuntu] Fdisk and mkfs - not reporting full drive space
  94. [ubuntu] need a plugin
  95. [ubuntu] System Speed Issue
  96. [SOLVED] sort and alphanumeric words
  97. [ubuntu] compiz doesn't work
  98. [ubuntu] uShare Buffering Issues
  99. [ubuntu] Pidgin - Can you change the color of your screen name?
  100. [ubuntu] Problems with the update manager
  101. [ubuntu] Aurora GTK Theme. 1.4. Default Blue Selection Color - can it be changed?
  102. [ubuntu] [SOLVED] How do you copy a file....
  103. [all variants] SSH server
  104. [ubuntu] How to open root:root file with terminal
  105. [all variants] [SOLVED] Disk Renumbering
  106. [ubuntu] Remove Gnome "Menu Panel" (Top One)
  107. [ubuntu] Customizing LiveCD from xserver?
  108. [ubuntu] Option to Disable Xgl
  109. [ubuntu] Customizing LiveCD from xserver?
  110. [ubuntu] Sharing printers in windows
  111. [all variants] Super Mario Bros Screensaver?
  112. [ubuntu] [SOLVED] 1280x1024 vesafb console
  113. [ubuntu] Problem with computer hiccups
  114. [ubuntu] yahoo messenger not working
  115. [gnome] cpuinfo incorrect when OCed
  116. [ubuntu] screensaver
  117. play xp music in ubuntu
  118. [ubuntu] Why can't i see downloaded packages on Synaptic?
  119. [ubuntu] Acessing Protected windows files
  120. [ubuntu] Opening .sh Files
  121. Had to do a hard shutdown...is it ok to enter?
  122. [all variants] Boot entry to boot without starting X
  123. [ubuntu] Shutdown button broken
  124. [ubuntu] OpenGL flickering
  125. [ubuntu] mount ntfs partition , dual boot with xp!!??
  126. [ubuntu] permission to write and change file in File System
  127. [other] Ubuntu Netbook Release
  128. Running original Windows applications from Wubi
  129. Wubi troubleshooting
  130. [all variants] Windows 3.X Theme?
  131. [ubuntu] reiserfsck has its own life
  132. [ubuntu] Desktop icons not being displayed.
  133. [ubuntu] [SOLVED] synaptic manager
  134. [kubuntu] KDE Panel Buttom customization
  135. [other] Deskspace - the Windows Cube
  136. [ubuntu] [SOLVED] NTFS files missing when browsed from Ubuntu
  137. [all variants] amarok
  138. Cobra Command Center
  139. [kubuntu] Editing the Power Button shortcut key
  140. [all variants] GNOME / xmonad / Automatic Partition Mounting
  141. [other] values for .is_audio_player file
  142. [ubuntu] Help to get desktop extra effects..
  143. [ubuntu] [SOLVED] Triple Boot Windows/Linux/Linux...can it be done?
  144. [ubuntu] Nvidia-settings
  145. wubi won't download Kubuntu KDE4
  146. [ubuntu] why my cpu is so high
  147. [ubuntu] hibernate not working
  148. [ubuntu] HD Failure / Restore Help
  149. [ubuntu] Unison Sync
  150. [ubuntu] Printing Help
  151. [ubuntu] [SOLVED] OK, so I fiddled
  152. [ubuntu] [SOLVED] Sound very quiet...
  153. [ubuntu] [SOLVED] module help
  154. [ubuntu] Permissions for localhost
  155. [ubuntu] Backing up/imaging my Server - live
  156. [ubuntu] VSync within X?
  157. [other] How to undervolt a pentium M in Hardy (speedstep-centrino)?
  158. [ubuntu] Hyperlinks in an email (thunderbird) will not open a browser window
  159. [xubuntu] No Boot Disk on Startup
  160. [ubuntu] Problem downloading from archives
  161. [ubuntu] [SOLVED] can i import archives from xp?
  162. [ubuntu] [Hardy] Show new mounted disks on Desktop but not internal mounted disks
  163. [ubuntu] conky question
  164. [other] web scriptsfor data input/output
  165. [ubuntu] Kind of confused with decoration themes
  166. [ubuntu] [SOLVED] sound not working on toshiba l45-s2416
  167. [ubuntu] where is libical?
  168. [ubuntu] flash memory
  169. [ubuntu] system -minumum configurations
  170. [ubuntu] fstab mounts incorrect device for DVD and i can't use it
  171. [all variants] how to update the packages index offline
  172. [all variants] PG2 vs Moblock
  173. [ubuntu] What the hell? (Some problems in System Monitor)
  174. [all variants] [SOLVED] expo question
  175. Wubi 8.04.1 can't find CD but 8.04 works
  176. [ubuntu] Problem in Installation of Glassfish
  177. [ubuntu] USB drives not automounting, possible solution!
  178. [ubuntu] Cannot boot Live CD
  179. [ubuntu] Patching
  180. [ubuntu] Why is everything's so big??
  181. [ubuntu] [SOLVED] Can you make a desktop bookmark icon open as a popup style window in Firefox
  182. [ubuntu] Moving boot information to another hard drive
  183. [xubuntu] Xubuntu on a USB MicroDrive
  184. [ubuntu] link from "places" folder to smb share
  185. [ubuntu] script for automating backups...
  186. [all variants] Is there a way to change this AWN feature
  187. [ubuntu] VirtualBox and Vista
  188. [gnome] [SOLVED] Daft Question
  189. [ubuntu] Internal WiFi driver problems
  190. [ubuntu] Need Some Help (Install)
  191. [ubuntu] Paypal website crashing FireFox 3 after recent flash update?
  192. [ubuntu] updating menu.lst
  193. [ubuntu] crashes with nvidia driver
  194. [ubuntu] [SOLVED] Avant Window Manager applets not working
  195. [ubuntu] Drivers problem! I've searched all the internet for a solution!
  196. [ubuntu] Can't get Desktop Cube to work
  197. [ubuntu] Firefox form widgets
  198. [ubuntu] Two Xorg processes.
  199. [all variants] Security q's not visible in browser
  200. [ubuntu] A question about backing up
  201. [ubuntu] Missing Hibernate Button
  202. [ubuntu] Kernel 2.6.24-19 problem
  203. [ubuntu] [SOLVED] rtorrent doanload disappears after restarting app
  204. [ubuntu] Myspace - Music Bar. YouTube - Video. Sometimes refresh required for it to load.
  205. [ubuntu] Matlab for Ubuntu? same capabilities for this environment?
  206. [ubuntu] ubuntu 8.04, xp and samba
  207. [kubuntu] installing virtualbox & virtualbox-ose module breaks sound system and nvidia driver
  208. [ubuntu] How to find out my specs
  209. [ubuntu] Problem with ATI Radeon 9200 PRO
  210. [ubuntu] White Screen of Death
  211. [ubuntu] ubuntu slower than win xp...why?
  212. [ubuntu] [SOLVED] smaller cube
  213. [all variants] does envy will do all the job good with ati drivers?
  214. [ubuntu] [SOLVED] Ubuntu won't stay quiet!
  215. [ubuntu] Plugin directory for Gedit?
  216. [ubuntu] frequent kernel panics
  217. [ubuntu] Firefox refuses to load certain web pages
  218. [xubuntu] Avant Window Navigator
  219. [ubuntu] USB flash and external HD Which format?
  220. [ubuntu] sound card acting strange
  221. [ubuntu] couple ?s about gnome menus...
  222. [ubuntu] cannot run myself as sudo
  223. [ubuntu] notepad like application?
  224. [all variants] in bash: How to output a file from another machine?
  225. [ubuntu] add/remove doesn't work...plz help
  226. [ubuntu] Sound problems on fresh install 8.04
  227. [ubuntu] types of formatting
  228. [ubuntu] Why do sudo applications slow system to halt?
  229. [ubuntu] Broadband Testing App?
  230. [ubuntu] [SOLVED] pulseaudio sucks... any solutions?
  231. [ubuntu] Restarting into another OS unattended
  232. [ubuntu] How to add command line options to Xorg?
  233. [all variants] .bat files, how to run in linux?
  234. [ubuntu] Ubuntu internet problem
  235. [ubuntu] [SOLVED] Disaster! - Files missing after disk check
  236. [ubuntu] Can I just install Feisty on another partition, and move everything over?
  237. [all variants] kernel recompiling
  238. [ubuntu] Nautilus segmentation fault when run as root.
  239. [ubuntu] [SOLVED] Java stopped working after last 8.04 update
  240. [all variants] Removing Kernel Modules ?
  241. [xubuntu] My Instant Messager disconnects me every couple of mins
  242. [ubuntu] [SOLVED] problem with drive locations/names
  243. [xubuntu] Broken theme for cairo dock
  244. Ubuntu 8.04 LTS, Tibia
  245. [ubuntu] [SOLVED] TSCLIENT and RDesktop
  246. [xubuntu] gksu not starting
  247. [ubuntu] Firefox.....not that good this time....
  248. [ubuntu] Sudden thunderbird interface error
  249. [ubuntu] problem with eclipse
  250. [all variants] What does it mean when you drag a window/box and...