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 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057

  1. [ubuntu] grub problem
  2. [ubuntu] Place for script that is run at shutdown
  3. [other] How to wget or curl from a https site with a password?
  4. [ubuntu] [SOLVED] Fonts
  5. [ubuntu] Permanent Access to Windows Share?
  6. [ubuntu] Backing up the hard drive
  7. [ubuntu] Two newbie issues, no screen & static IP
  8. [ubuntu] [SOLVED] desk-1 and desk-2 missing.........
  9. [ubuntu] Sound Help.....
  10. [ubuntu] [SOLVED] printing pdf only prints one copy, no matter how many are selected
  11. [ubuntu] samba question
  12. [ubuntu] Seamless rdesktop not working
  13. [ubuntu] I've misplaced my Nvidia module...
  14. [ubuntu] When i start cmputer.. Error 18??
  15. [ubuntu] OpenGL GLX extension not supported by display ':0.0'
  16. [ubuntu] inside gnome sometimes minimize screen brings gnome desktop to command prompt screen.
  17. [ubuntu] 8.04 or 8.10?
  18. [ubuntu] long pause in intrepid boot
  19. [ubuntu] Turbo Lister
  20. [ubuntu] how to give disk mount/unmount privilege to non-admin user?
  21. [kubuntu] Warning of "Low Disk Space - 4% free in Home Partition"
  22. [ubuntu] Upgrade Kernel
  23. [ubuntu] Time restrictions for samba ldap
  24. [ubuntu] [SOLVED] I think I messed up my fstab....
  25. [all variants] Can compiz break a video card ??
  26. [gnome] AmaroK - Guess tages from filenames not working?
  27. [ubuntu] Ubuntu 8.04 Extremeley Slow.. Hardware? Video?
  28. [ubuntu] Looking for utility to restrict mouse movement to a certain window
  29. [kubuntu] Ubuntu AND Kubuntu live screen error
  30. [all variants] Is there a way to get your keyboard layout from the command line?
  31. [ubuntu] ATI 9250 Grpahics Card.
  32. [ubuntu] /dev/hda no such file or directory
  33. [ubuntu] Computer hangs continuously.
  34. [kubuntu] [SOLVED] command to show cpu type, memeory?
  35. [ubuntu] [SOLVED] wmv videos fail to show thumbnails
  36. [xubuntu] Run Programs From Anywhere
  37. [ubuntu] [SOLVED] too many recipients in evolution mailing
  38. [ubuntu] problem with Ubuntu 8.10 update
  39. [ubuntu] Compact Evolution folder?
  40. [ubuntu] updates not installable
  41. [ubuntu] motherboard gone
  42. [all variants] differences between different types.
  43. [ubuntu] Desktop effects + xinerama
  44. [ubuntu] visual response becomes untolerably slow with high resolution or extended desktop
  45. [ubuntu] Display Problem after coming out from Suspend
  46. [ubuntu] [SOLVED] problem with installing printer HP D2568
  47. [ubuntu] Problems with X-server when install Special Effects drivers for desktop
  48. [ubuntu] [SOLVED] Research: Intrepid Was Working Slow - Crashed - Started Working Fine
  49. [ubuntu] Removable media device
  50. [ubuntu] [SOLVED] The top and bottom panels don't show up.
  51. [ubuntu] Tablet Pen not working
  52. [all variants] shell script to make a short computer summary
  53. [ubuntu] trouble connecting to MSN
  54. [ubuntu] Hardy Update to System Security Update?
  55. No Screen With Wubi
  56. [ubuntu] [SOLVED] sudo: unable to resolve host mylaptop?
  57. [gnome] Theme managers for Gnome
  58. Reboots and won't load
  59. [ubuntu] easy compiz - v8.10 hp 2133 mini note chrome9 via chrome
  60. [all variants] Problem Using Rsync
  61. [all variants] Webcam problems on 8.04 server
  62. [ubuntu] Extracting custom theme
  63. [ubuntu] Change login screen font
  64. [ubuntu] intel 3100 driver
  65. [ubuntu] Removed Ubuntu Partitions, GRUB error 22
  66. [ubuntu] MySQL 1018 ERROR 1018 (HY000): Can't read dir of './fdwp2/' (errno: 13)
  67. [ubuntu] 2 Problems I need help with.
  68. [ubuntu] Login/Desktop Environment fails after trying to enable "Magnify" effect in Compiz
  69. [all variants] Taking Ownership over Vista Folders/Files
  70. [all variants] Is PDFCreator a free software?
  71. [ubuntu] Browser issues.
  72. [ubuntu] Double-click in Firefox address bar to select part of URL
  73. [ubuntu] Installed Intrepid Ibex, Windows won't boot, NTFS partition not readable,
  74. [all variants] [SOLVED] Kubuntu 8.04.2 and Ubuntu 8.10.1
  75. [ubuntu] I need a command
  76. [ubuntu] Can I make a bootable ISO CD/DVD Image of another OS using Ubuntu?
  77. [ubuntu] HD3650 intrepid freezes constantly
  78. [ubuntu] X/OS crashes when I close a terminal with a root session
  79. [ubuntu] gtk theme creation
  80. [kubuntu] moving app window from compiz cube on screen0 to compiz cube on screen1
  81. [ubuntu] Intrepid: Matlab 2007b keyboard stops working
  82. [ubuntu] Is it possible to fix my small but giant mistake?
  83. [SOLVED] booting with commands?
  84. [ubuntu] Help with Partition Editor
  85. [ubuntu] running things at startup
  86. How to script? aka Scripting for dummies.
  87. installing lnux ultimate using wubi?
  88. [ubuntu] Trouble with PyGTK
  89. [ubuntu] need help with Ubuntu 8.04 gateway tablet pc installation
  90. [ubuntu] fat32 drive incompatible w/ WinXP setup/dual boot
  91. [other] Hellanzb - 8k max download speed - heeelp
  92. [kubuntu] Help with simple kernel module build
  93. [ubuntu] ssh: sftp: Name or service not known
  94. [kde] [SOLVED] How to add program icons to panel in KDE4
  95. [kubuntu] backup and restore on different box?
  96. [ubuntu] tarring /
  97. [all variants] Will this run Compiz?
  98. [all variants] Disable Right-Click in X
  99. [ubuntu] Pause at boot (bootchart inside)
  100. [ubuntu] remove number prefix from grep search
  101. [all variants] Problems miving home partition
  102. [ubuntu] forum problem
  103. [kubuntu] access printer in win2003 AD
  104. [ubuntu] Dumb question - using tee
  105. [ubuntu] Possible to remove update from Update Manager?
  106. [other] Dual-boot/Multi-Boot
  107. [xubuntu] First run on IBM ThinkPad T23 - GRUB Error 18
  108. [ubuntu] Can't access FTP with Nautilus file manager
  109. Need help ditching Hotmail for GMail
  110. [ubuntu] Using Computer as Bluetooth Headset for Cell Phone?
  111. [all variants] Ditching hotmail for Gmail- need help saving emails
  112. [ubuntu] Songbird 1.0 crashes upon startup
  113. [ubuntu] Ubuntu doesn't recognize my HDD
  114. [ubuntu] How to edit PLACES menu (not bookmarks!)
  115. [ubuntu] my shell doesnt work
  116. [ubuntu] theme extraction
  117. [ubuntu] Help compiling a simple module.
  118. [all variants] [SOLVED] grub boot issues, error 17
  119. [ubuntu] ndisgtk help???
  120. [ubuntu] Nautilus-actions
  121. [ubuntu] cannot sudo modprobe acpi-cpufreq
  122. [ubuntu] Install Webmin
  123. [ubuntu] [SOLVED] Cairo dock startup....
  124. [ubuntu] VLC Error
  125. [ubuntu] Certain fonts don't work...ttf
  126. [ubuntu] [SOLVED] Accidentally changed sources.list.d...need help
  127. [kubuntu] Intrepid DPMS not working
  128. [all variants] Synaptic Outdated
  129. [ubuntu] Invest not working..
  130. [ubuntu] [SOLVED] Roxio won't go away
  131. [SOLVED] Transmission wont start, listening port issue,
  132. Dell xps 1530 touchpad
  133. [ubuntu] Using an .mp3 player with Ubuntu
  134. [ubuntu] Win app needs drive letter in path. now what?
  135. [ubuntu] connecting to hidden network
  136. [ubuntu] Can't use Multiple Applications that Requires Sound = Mplayer/Totem
  137. [Tutorial]install gimp 2.6 on ubuntu 8.04 (Hardy Heron)
  138. [gnome] [SOLVED] Firefox keeps opening in full screen mode. How to stop?
  139. [ubuntu] Need Web Password Manager Equal To RoboForm
  140. [all variants] "type to find" Stopped working
  141. [ubuntu] Gparted help
  142. [ubuntu] I need to switch my hard drives around
  143. [ubuntu] Firefox slow, then laggy, then freezes, must force quit
  144. [ubuntu] cant start compiz anymore ??
  145. [all variants] sudo not recognizing my password
  146. [ubuntu] Weird boot-related console behavior with dual monitors
  147. [ubuntu] totem playing too slow
  148. [ubuntu] Stupid question about installing applications
  149. [ubuntu] Wite Hard Disk Image to DVD
  150. [ubuntu] Help with display size on Ubunto 8.10 and nvida 6200
  151. [ubuntu] Uninstalling Apache
  152. [all variants] [SOLVED] Image properties from the command line
  153. [ubuntu] Synce Multisync and evolution calendar
  154. [ubuntu] Ubuntu wont start up.
  155. [ubuntu] Compile on Ubuntu and run on Knoppix
  156. [ubuntu] Rhythmbox & external drive
  157. [ubuntu] Cant activate proprietary drivers
  158. [ubuntu] synaptic package manager not working, and other problems
  159. [ubuntu] Difference between rebuilding font cache/reconfigure fontconfig
  160. [ubuntu] (COMPIZ) How to expo-key button?
  161. [ubuntu] Small Postfix problem -- any suggestions?
  162. [ubuntu] Sort directories by month name
  163. [all variants] How do I work with a modem? (Think BBS, not ISP)
  164. [ubuntu] help with mp3's
  165. [ubuntu] All my disk space got used up suddenly - df misreports space
  166. [ubuntu] Open office sound problem in 8.10 didn't happen on 8.04
  167. [ubuntu] semi-transparent panels, And gnome global menu
  168. [ubuntu] How do I dual boot from SD Card (EEE PC)
  169. [ubuntu] [SOLVED] How do I change default keyboard and mouse options?
  170. [ubuntu] program keeps running in the background - elinks problems
  171. [ubuntu] External hard disk permissions!
  172. [ubuntu] Old Problem with Firefox, just upgraded to 8.10
  173. [ubuntu] What is the best way to remove Openoffice 2.4 before Upgrade Openoffice 3.0?
  174. [ubuntu] [SOLVED] How to remove Evolution
  175. [ubuntu] [SOLVED] Audio Trouble since upgrading to herdy 8.10
  176. [ubuntu] my script to collect and take snapshots of websites
  177. [ubuntu] ubuntu 8.04 files r not working in 8.10
  178. [all variants] Ekiga Problem SOLVED!!!
  179. [kubuntu] Dolphin Won't Launch from Panel
  180. [all variants] [SOLVED] What is a Linux equivalent to Smultron?
  181. [ubuntu] Trying to mount Freecom Network Drive
  182. [ubuntu] HP Laserjet P1006 8.10 Support - Stopped Working
  183. [ubuntu] Open Office Crashing when Accessing Templates
  184. [all variants] Printing - Setting up a delay between pages
  185. [ubuntu] [SOLVED] No gui after reiserfsck (rebuild tree)
  186. [ubuntu] [SOLVED] Advanced Gnome Menu doesn't work
  187. [ubuntu] hopefully easy fix (kernel panic)
  188. [all variants] File Permission on external drive
  189. [ubuntu] blender font too small
  190. [ubuntu] [SOLVED] Intrepid ibex : link here option?
  191. [ubuntu] Installing Mozilla Sunbird 0.9
  192. [ubuntu] [SOLVED] Viewing jsp pages in Firefox
  193. [ubuntu] Graphics Card
  194. [ubuntu] Run a profile.d file as root? (Or other alternatives?)
  195. [ubuntu] [SOLVED] Keyboard shorcuts are changing by themselves
  196. [ubuntu] boot trouble after upgrades
  197. [all variants] Cant find vimrc or gvimrc in your home directory?
  198. [ubuntu] Counter Strike crashes while starting a game
  199. [ubuntu] Open Office Theme Integration Issues
  200. [ubuntu] Choose not to install selected updates - but they keep appearing
  201. [other] [SOLVED] Adobe Acrobat Connect video conference
  202. [ubuntu] [SOLVED] how to start destop 3d effects?
  203. [ubuntu] What Software can be used to backkup on Ubuntu 8.04!
  204. [ubuntu] Newbie looking to move to Ubuntu
  205. [ubuntu] Logitech webcam-TOTALLY not getting it installed properly
  206. [ubuntu] Problem with AutoMount & Shutdown
  207. [ubuntu] newbie install failing
  208. [kubuntu] How to delete old Hardy Heron 8.04
  209. [all variants] How do I get Transmission to work?
  210. [ubuntu] Matlab installation problem
  211. [ubuntu] Laptop - install not working correctly.
  212. [ubuntu] Debian package generation and init-scripts
  213. Some questions about the sleep function
  214. [ubuntu] GRUB - Cannot boot to CD
  215. [ubuntu] Linux Programming
  216. [ubuntu] Ubuntu Information?
  217. [all variants] Linux Mini (Google Mini)
  218. [ubuntu] GIMPshop - I installed, where is it?
  219. [ubuntu] /boot/grub/menu.lst setup for custom kernel
  220. [ubuntu] problem while compiling the file
  221. [ubuntu] Ubuntu slow - uses a lot of CPU
  222. [ubuntu] Files dissapear after rebooting
  223. [ubuntu] How do I reinstall Windows xp on the same existing Windows partition?
  224. No download
  225. [all variants] Going to switch video card
  226. [ubuntu] Drives randomly not being recognized
  227. [ubuntu] python 3.0? Install it or not?
  228. [ubuntu] Help.....I've turned off my Laptop Monitor
  229. [ubuntu] Force Transparent Firefox Backgrounds?
  230. [ubuntu] Intrepid: RAM usage / vmware performance
  231. [ubuntu] word prossesor
  232. [all variants] Samba file sharing between 2 Ubuntu boxes
  233. [xubuntu] Installing Lampp without Net Connection
  234. [all variants] How to run a command automaticaly at startup ?
  235. [SOLVED] fsck during boot causes kernel panic on newest kernel, not older kernel.
  236. [ubuntu] Automatic installation of updates
  237. [ubuntu] Another "Wheres all my RAM thread?"
  238. [ubuntu] I need a professional animation program
  239. [all variants] Drive space & tune2fs
  240. [ubuntu] After upgrade, some of my icons are stretching from 16x16 -- looks ugly
  241. [ubuntu] Problems compiling Glibc
  242. [ubuntu] cd unmounting issue with two users
  243. [gnome] How do edit the command associated to an application?
  244. [all variants] Universal To Do List
  245. [other] How can I close this account on UbuntuForums?
  246. [xubuntu] Gphoto causes general protection fault
  247. [ubuntu] Ubuntu black theme causes Firefox text color problems
  248. [kubuntu] Reinstalling kubuntu
  249. [ubuntu] [SOLVED] New Ubuntu Lover with some problems... :)
  250. [ubuntu] No instant messaging systems work anymore.