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] scanning help with gscan2pf and open office
  2. [ubuntu] New to Ubuntu, multiple problems
  3. [ubuntu] how to install nvidia drivers?
  4. [ubuntu] Pendrive file transfer is dead slow
  5. [ubuntu] Can't chanve volume label on removable Media?
  6. [all variants] Guide to using Remastersys
  7. [ubuntu] Is it just me.... that new grub menu... I can't get it to pop up
  8. [gnome] compiz (core) - Fatal: Software rendering detected.
  9. [other_os] good free benchmark software
  10. [SOLVED] Editing Song info in MP3 and other audio file formats?
  11. [ubuntu] Software Center doesn't start
  12. [ubuntu] Delete notepad
  13. [SOLVED] Can't move folder to trash NTFS
  14. [ubuntu] Hard drives sleeping
  15. [ubuntu netbook remix] Monitor output.
  16. [SOLVED] K3b does not write on appendable disk
  17. [SOLVED] starting the clock
  18. [ubuntu] Console Application Failing to Work After Crash
  19. [ubuntu] Text Replaced with Rectangles
  20. [ubuntu] Need very small OS!
  21. [ubuntu] strange TFT problem (makes noises).... huh!?
  22. [SOLVED] i8k won't work
  23. [ubuntu] gparted destroyed my partition layout
  24. [ubuntu] Dual Monitors and nVidia
  25. [ubuntu] Error installing libpcap and tcpdump
  26. [ubuntu] Ubuntu on Thinkpad Issues
  27. [ubuntu] installing my mcfee cd
  28. [ubuntu] Remove annoying warning when opening text files?
  29. [ubuntu] How do upgrade texlive 2009 in ubuntu 10.04
  30. [SOLVED] mount partition to /home/usr/video
  31. [ubuntu] Transfer photos to iphone
  32. [ubuntu] Ubuntu not opening items
  33. [SOLVED] swap partition
  34. [ubuntu] Filesystem, boot & fsck problems
  35. [SOLVED] Wine 10.04 Trouble..
  36. [ubuntu] XSBS Cmake Fails With "Could NOT find PythonLibs"
  37. [ubuntu] Mapping SMB shares
  38. [ubuntu] mic doesnt work skype
  39. [SOLVED] Black screen (no desktop) on Ubuntu 10.04LTS
  40. [ubuntu] screen dims
  41. [SOLVED] VNC Viewing
  42. [ubuntu] HP ze5560us laptop gets to the grub menu only sometimes
  43. [ubuntu] noapic nolapic performance
  44. [all variants] [critical]wrong values for cells in openoffice
  45. [xubuntu] Japanese IME / Input
  46. brother mfc5490cn
  47. [SOLVED] Photo Print
  48. [ubuntu] audio problem with ubuntu 10.4 (sony VPCF113FD)
  49. [ubuntu] unable to install packages
  50. [ubuntu] /dev/sda1 /home are they the same?
  51. [SOLVED] VirtualBox guests crash when host (Ubuntu 10.04) hibernates
  52. [ubuntu] Firefox Lucid Lynx RANDOM TEXT bug.
  53. [ubuntu] Disk drive problems for Asus K501
  54. [ubuntu] Raid 1 Help
  55. [ubuntu] re-running migration assistant?
  56. [ubuntu] Ubuntu 10.04 (Lucid Lynx) - Stuck key freezes UI startup
  57. [all variants] Cant log in to xubuntu
  58. [ubuntu] 10.04 won't shutdown
  59. [ubuntu] 'locate' finds nonexistant folders
  60. [SOLVED] Double-click no longer selects all
  61. [other_os] Wine For Windows
  62. [ubuntu] MYSQL won't update - help?
  63. [ubuntu] resolution forced to 800x600 upon reboot, wine related
  64. [ubuntu] Random Server Freeze - Hardy Server
  65. [ubuntu] kernel uddate went bad (karmic)
  66. [ubuntu] System processes
  67. [ubuntu] Problems creating a Video DVD using a DVD+RW Disc
  68. [xubuntu] WIFI auto-recoonect
  69. [kubuntu] the volume is way to low compared to windows
  70. [ubuntu] Alternate Ubuntu 10.04 installation asking for disc?
  71. [other] GRUB Rescue
  72. [ubuntu] my desktop theme dissapeared !
  73. [ubuntu netbook remix] Update Manager Freezes and No Dual Scrolling
  74. [SOLVED] 10.10 will be dropping support for i386-i586 processors
  75. [all variants] Adv. question: Add curl to initramfs and a script which uses it
  76. [ubuntu] Can not open an executable file because of executable bit
  77. [ubuntu] What do i do with this file?
  78. [ubuntu] password issues Lucid
  79. [ubuntu] Touchpad to big - can I disable the outer region somehow?
  80. [all variants] cannot change desktop theme.
  81. [ubuntu] Running SQL Queries through Java in Ubuntu
  82. [ubuntu] 10.04 Very sluggish, sys monitor shows CPU working @ 100%
  83. [xubuntu] Internet stopped working
  84. [SOLVED] Run command on start up
  85. [ubuntu] Boot problem & testdisk
  86. [kubuntu] Trying to work with my sister's ipod.
  87. [all variants] Video player w/ bookmark ability
  88. [ubuntu] can't mount partition?
  89. [ubuntu] why the file is so big?
  90. [SOLVED] Annoying noise?
  91. [SOLVED] how do I open applications in windowed mode?
  92. [ubuntu] no .config
  93. [ubuntu] Dansgaurdian FAILS to start
  94. [SOLVED] home/mark/Desktop appeared and icons gone
  95. [ubuntu] Grub not booting into any other OS but Ubuntu
  96. [ubuntu] fwcutter can't hold a connection
  97. [ubuntu_studio] Cant use audio programs
  98. [other] Am I doing this wrong?
  99. [ubuntu] Battery Icon not showing up in Notification area, 10.4
  100. [other] Gps (usb)
  101. [64 bit] Uninstalling Ubuntu Dual-Booted w/ Vista - Help!
  102. [ubuntu] Problem on flashplugin
  103. [ubuntu] Gmail on Elinks - Garbage characters everywhere?
  104. [ubuntu] best way to resize ext3
  105. [SOLVED] switch between gtk+ and gtk2
  106. [ubuntu] GRUB Error 22 Problem
  107. [SOLVED] How to Assign a Static IP to an Ubuntu 10.04
  108. [kubuntu] Codecs to RMVB-AVI-FLV-MKV-MP3-OGG#Linux User: 475513 What codecs should I instarlar
  109. [all variants] 10.04 serial console is not up automatically
  110. [ubuntu] How to remove 'Attention' notification on startup
  111. [SOLVED] Need a Terminal Command.
  112. [ubuntu] Nautilus messed up after install Nautilus Elementary from PPA
  113. [kubuntu] page down in Okular
  114. [ubuntu] Moving to ubuntu
  115. [ubuntu] Trying to get weather working..conky
  116. [kubuntu] Graphics troubles since upgrade.
  117. [ubuntu] audio problem with ubuntu 10.4 (sony VPCF113FD)
  118. [all variants] Undelete RW2 Files Deleted Via "rm"
  119. [ubuntu] toshiba satellite A45 support
  120. [ubuntu] After latest grub update - unable to access windows!!!!111
  121. [ubuntu] Moving the "close/maximize/minimize" buttons on Ubuntu 10.04 LTS?
  122. [ubuntu] Ubuntu is running in low graphics mode...
  123. [ubuntu] Something like Camtasia
  124. [ubuntu] Weird Shutdown Problem...
  125. [ubuntu] NFSU2 Installation Problem
  126. [ubuntu netbook remix] Can't "Add to Panel", "Move", or hardly anything on the panel
  127. [SOLVED] Age of Empires 3 : Asian Dynasties not working
  128. [ubuntu] is this normal?
  129. [ubuntu] CD .exe File under wine
  130. [ubuntu] an unallocated can't be used?
  131. [ubuntu] I get a login screen with the Live! Disc...
  132. [ubuntu] Cannot boot d/t zero bytes free, deleting files does not free space
  133. [ubuntu] How to get notifications from emesene.
  134. [ubuntu] Ubuntu Trash File?
  135. [ubuntu] Merging Partitions/Filesystem
  136. [ubuntu] Unable to get a network connection
  137. [wubi] Close, minimize, maximize buttons
  138. [ubuntu] Black screen on getting to where you would usually login
  139. [ubuntu] Google Chrome go button
  140. [xubuntu] Keep getting this Error on the update manager.
  141. [ubuntu] New computer can not boot Lucid
  142. [SOLVED] Looking for any solutions to a monitor that switches off during Xubuntu 10.04 install
  143. [ubuntu] Permissions problem
  144. [ubuntu] Login Issue (Multimedia Library)
  145. [ubuntu] Installing rails via gem: Repository keeps getting in the way
  146. [ubuntu] Use backspace as "back" in Chrome?
  147. [SOLVED] Resizing partitions?
  148. [ubuntu] wanna make a live cd
  149. [SOLVED] init: ureadahead-other main process (848) terminated with status 4
  150. [all variants] No sound in Java
  151. [ubuntu] shutting down suddenly
  152. [SOLVED] 10.04 RightClick Menu Doesn't Work & Transparency CLI Issue
  153. [xubuntu] update manager just stopped
  154. [ubuntu] .Bashrc quick query
  155. [all variants] name.domain.tld all machines in house (see pic)
  156. [ubuntu] g77 not available for Ubuntu 10.04 / program build
  157. [all variants] Thunderbird delete behaviour
  158. [ubuntu] Best Online Site for Software reviews?
  159. [ubuntu] SSD is it any different.....
  160. [SOLVED] sed, quotes peculiar behavior
  161. [ubuntu] Why does ssh-agent override ssh -i option?
  162. [ubuntu] Firefox takes long time when there is no internet almost 2min
  163. [all variants] Something like udev rules for regular users?
  164. [ubuntu] Swap mic and headphones
  165. [ubuntu] Error installing Opera
  166. [ubuntu] MediaWiki user authentication with LDAP/Likewise Open
  167. shell script needed
  168. [xubuntu] Installing Exaile on Xubuntu 8.04
  169. [ubuntu] How to retrieve webcam info
  170. [xubuntu] Unlock button
  171. [ubuntu] How to disable magnifier at login scree
  172. [ubuntu] making MySQL under Ubuntu
  173. [ubuntu] panel for CPU utilization
  174. [ubuntu] Bootup and shutdown screens
  175. [ubuntu] Flash Player Bug
  176. [all variants] Pause and resume a program?
  177. [ubuntu] I would like to remove somethings...got questions
  178. [ubuntu] SATA - libata verses Silicom Images SATA module
  179. [all variants] SR9600 in Ubuntu 10.04
  180. [SOLVED] Can't uninstall themes completely:Please help!
  181. [ubuntu] Gcc port
  182. [ubuntu] Ubuntu 10.04 freezes
  183. [SOLVED] Microphone not working
  184. [SOLVED] Spin-down external hard drive when idle?
  185. [ubuntu] diagnosing boot problems
  186. [all variants] Sporadic GRUB issues: "Error : Out of Disk"
  187. [ubuntu] Apache Error
  188. [all variants] New to linux - Thinking of giving ubuntu a shot.
  189. [other_os] Error : linux / module.h file donesnot exists
  190. [all variants] ssh line wrapping/alignment
  191. [ubuntu] boot screen is huge and ugly after installing proprietary graphics drivers
  192. [ubuntu] Sbackup Patch
  193. [ubuntu] Karmic screen resolution question
  194. [ubuntu] init: hostname main process (nr) terminated with status 1
  195. [SOLVED] rhythmbox notifications
  196. [ubuntu] Problem with Emesene
  197. HELP! Accidentally moved Desktop to ~/User/Downloads
  198. [ubuntu] Issue with wine and fonts
  199. [ubuntu] missing on upgrade
  200. [ubuntu] Wireless Suddenly Stopped Working - Acer Aspire One - Lucid Lynx
  201. [lubuntu] Printer setup in Lubuntu
  202. [ubuntu] Ubuntu 10.04 sporadically shuts down/flashes screen off and on in mid-task.
  203. [ubuntu] How to change registered Huawei EVDO to CDMA ?
  204. [ubuntu] User switch problem... might be a bug..
  205. [ubuntu] Cannot boot after upgrade to 2.6.31-22-server kernel
  206. [ubuntu] UBUNTU installation on Ext. hardrive
  207. [SOLVED] Changing emacs color scheme.
  208. [ubuntu] Problems of sound with latest versions and with tv tuner,
  209. [ubuntu] Looking nto Ubuntu
  210. [lubuntu] ask password to login
  211. [SOLVED] Problem with Cheese
  212. [wubi] resizing virtual disk for wubi
  213. [ubuntu] Connect laptop to screen via VGA
  214. [ubuntu] read web page and write contents to mysql database
  215. [ubuntu] boot info script
  216. [ubuntu] sh defunct perl chewing up CPU and network
  217. [kubuntu] How to find out why I don't have network connectivity
  218. [ubuntu] ureadahead
  219. [ubuntu] Wifi Not Scanning?
  220. [SOLVED] login into terminal instead of gnome
  221. [SOLVED] Determine when package was installed
  222. [SOLVED] AWK to replace line in a file, with contents of another file
  223. [ubuntu] USBuntu
  224. [ubuntu] Conky and new line
  225. [gnome] Can only log in from command line, not gui.
  226. [ubuntu] Code Blocks help!!
  227. [ubuntu] Mouse + track pad stopped working
  228. [SOLVED] Give user permission to run certain executable
  229. [SOLVED] Asus eee box eb1501u not finding remote control device
  230. [ubuntu] Making a Windows XP install USB-stick from Ubuntu...
  231. [SOLVED] apt-get not working because of broken package
  232. [ubuntu] internet bars missing again..,
  233. [ubuntu] copy feature?
  234. [ubuntu] Ubuntu Software Center stopped working, need help troubleshooting
  235. [ubuntu] Disk utility vs GParted
  236. [ubuntu] rm screw up
  237. [64 bit] Hard disk performance
  238. [ubuntu] import ipd files
  239. [ubuntu] Splash screen for 1366x768
  240. [ubuntu] why is it ubuntu 9.10 will start without battery 10.04 wont
  241. [ubuntu] 5.1 surround system not working
  242. [ubuntu] Logitech MX1000 and Lucid Lynx
  243. [all variants] In which application I can create CDR (Corel Draw) files in Ubuntu?
  244. [ubuntu] Ive lost the 'Evolution' notifier, can anyone help?
  245. [ubuntu] graphical UI disabled!!
  246. [ubuntu] Virus destroyed my HDD?!
  247. [SOLVED] Squares instead of text
  248. [all variants] Ubuntu Based Security Distros?
  249. [all variants] Wireless USB 1.0 Protocol
  250. [all variants] UB 10.04 - Privoxy blocked