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] Remastersys and ubuntu 10.4
  2. [ubuntu] GDM cannot start properly
  3. [ubuntu] authendication fail(EUC )
  4. [all variants] Optimal OS for Netbook Python Robot
  5. [ubuntu] ubuntu wifi disconnection & frustratingly connects to unavailable wifi
  6. [SOLVED] Gnome Menu Running Commands Differently Than Terminal
  7. [ubuntu] BootScreen help
  8. [ubuntu] How to make grub NOT use UUID?
  9. [ubuntu] Nautilus nice icons disappeared from "places"
  10. [ubuntu] Ubuntu Checking Battery State and Freezes
  11. [SOLVED] buffering output
  12. [other] malicious command corrupted volume. Bios update didnt help.
  13. [all variants] ATI driver
  14. [ubuntu] gcc not working even with build-essential
  15. [ubuntu] Evolution has problems contacting google calendar
  16. [ubuntu] Conky .sh Problem - alsa mixer
  17. [ubuntu] system very slow performing
  18. [lubuntu] pytyle & lucid
  19. [ubuntu] Vmware server installation issue
  20. [SOLVED] Firefox update in Ubuntu
  21. [ubuntu] NWDS on linux
  22. [ubuntu] how to close file which gedit edit?
  23. [ubuntu] CLI Version of Ubuntu 10.04 won't honor password
  24. [ubuntu] Can't find libgdata6
  25. [SOLVED] You tube crashes FF and Ubuntu
  26. [ubuntu] Switching desks (Workspaces)
  27. [SOLVED] CPU fan full speed all time
  28. [ubuntu] GTK+ gdk_pointer_grab how?
  29. [ubuntu] rdesktop - automatically renogotiating geometry after connecting
  30. [SOLVED] Unable to Mount : Not authorized :(
  31. [ubuntu] Teeny, tiny, paper-thin-- as in narrow -- borders on Lucid?
  32. [xubuntu] nm-applet not visible in xfce
  33. [ubuntu] Webcam
  34. [ubuntu] Mouse Keyboard become inactive in LIve CD 10.04
  35. [other] Website authentication
  36. [ubuntu] Ubuntu Web Server Apache Config
  37. [ubuntu] dban error?
  38. [ubuntu] Status is set to away when/after suspending
  39. [gnome] Gamma problem in 10.04
  40. [ubuntu] Very basic question... grouping browser?
  41. [ubuntu] Empathy doesnt load gmail contancts
  42. [ubuntu] 10.04: Is Synaptic buggy?
  43. [ubuntu] Endnote in Ubuntu?
  44. [ubuntu] smplayer keeps starting on different desktop
  45. [ubuntu] Ubuntu For My Mom
  46. [ubuntu] Ubuntu Lucid seems to lose net connection after a short time, but fine on reboot
  47. [ubuntu] Dualbooting Vista and Ubuntu for College
  48. [SOLVED] the panel buttons do not load in original sequence
  49. [SOLVED] xsession-errors: Multiple calls to startxfce4 and xfce4-panel
  50. [ubuntu] fujitsu siemens lifebook 2110
  51. [ubuntu] LogMeIn is a no go...any other recommended services?
  52. Media Player With Shoutcast Directory?
  53. [SOLVED] Need 32-bit libraries to install ifort
  54. [ubuntu] Gnome apps ignoring standard printer
  55. [SOLVED] Need help to format external drive
  56. [ubuntu] Cannot view files from HFS+ partitions (permissions issue)
  57. [SOLVED] missing rc.d file
  58. [ubuntu] untimely system sleep
  59. [ubuntu] email domain name incorrect
  60. [ubuntu] Impossible to boot in Ubuntu
  61. [ubuntu] 64bit Not Recommended?
  62. [wubi] Wubi install on vista data partition - cannot see data
  63. Creating a Linux Distro
  64. [ubuntu] 528 format
  65. [ubuntu] Some webpages slow to respond/time out
  66. [SOLVED] "Couldn't find package gnote"
  67. [SOLVED] Explanation of "." and ".." in directories?
  68. [ubuntu] Prospective Ubuntu User
  69. [ubuntu] umlaute broken in bash-terminal
  70. [ubuntu] Geosetter empty map
  71. [ubuntu] Wifi wih Compaq C300
  72. [ubuntu] Deluge configuration to increase download speed
  73. [ubuntu] How to Install g++ for use with Eclipse C++ IDE
  74. [ubuntu] rsync scripting, bash help
  75. [ubuntu] Remote desktop viewer has stopped working
  76. [ubuntu] Steam server installation
  77. [SOLVED] Computer will not boot
  78. [ubuntu] Webservers market share
  79. [SOLVED] How to force NIC to 10Mbit Full Duplex?
  80. Lucid Lynx added a user that cannot access USB drive
  81. [all variants] 'service mysql start' "alternate user"
  82. [xubuntu] taskbar not loading
  83. [ubuntu] Sage 2010 and MAPI compliant email client
  84. [ubuntu] Linux Friendly AIO Printer?
  85. [SOLVED] Window's in VM
  86. [64 bit] My noob question about 64 bit Ubuntu
  87. [SOLVED] Creating a DOS boot disk from USB
  88. [ubuntu] Animated image in conky (gif?)
  89. [ubuntu] Using Flash Player Logs me out [Chrome]
  90. [ubuntu] Multiple Screens (grandr) settings for dual monitors lost at restart
  91. [all variants] Resolution of Terminal (itself)
  92. [ubuntu] Unable to paste files into fat partitions
  93. [ubuntu] Some advice re: lucid x64
  94. [SOLVED] Kdenlive Video Help
  95. [other_os] Can't Seem to boot into the Windows XP CD with Ubuntu installed...
  96. panflute applet problem!
  97. [SOLVED] Clock/time not correct
  98. [other_os] Burning Bootable Iso's
  99. [ubuntu] Gwibber FAIL!! (with facebook)
  100. [ubuntu] Larger picture/type
  101. [ubuntu_studio] 10.04 grub install mistake
  102. [ubuntu] How to access second hd?
  103. [ubuntu] Keyboard layout switches to US from default Hungarian at every reboot
  104. [SOLVED] Remote Desktop Connection from Win7 to see Ubuntu
  105. [ubuntu] Would a desktop touchpad work with Ubuntu?
  106. [ubuntu] dpkg failing
  107. [ubuntu] Not Booting Ubuntu Netbook
  108. [ubuntu] Cannot compile Java-based packages in R in Ubuntu
  109. [64 bit] virtual cd drive
  110. [ubuntu] Ubuntu to OS X MSi Wind
  111. [ubuntu] Help with Serial Ports
  112. [ubuntu] Pidgin Crash (Floating Point Exception)
  113. [ubuntu] Uninstalling Windows 7
  114. [ubuntu] Lynx 10.04: File system failure after power outage
  115. [ubuntu] Computer freezing
  116. [SOLVED] Xubuntu not mounting internal HD - Copying windows files will work? - Help needed
  117. [ubuntu] software install broken! Help!
  118. [ubuntu] Sweeper & Personal File Sharing.
  119. [ubuntu] Hard disk backup using live CD
  120. [xubuntu] sound for videos, etc.
  121. [ubuntu] Ubuntu 10.04 and Guild Wars
  122. [ubuntu] Optical Drive not mounting after boot
  123. [ubuntu] drag and drop file issue
  124. [SOLVED] apt-get install says "Errors encountered while processing: ca-certificates-java"
  125. [ubuntu] system locks up
  126. [ubuntu] Update Manager tries to remove applications
  127. [ubuntu] Stupid Question: How to install .bin file?
  128. [SOLVED] wont boot after install
  129. [ubuntu] Evolution & Exchange
  130. [gnome] Ruby / Rails syntax highlighting
  131. [ubuntu] Linking in Anjuta
  132. [ubuntu] 9.10 Not Running Startup Scripts
  133. [SOLVED] init ureadahead error and no splash screen
  134. [ubuntu] Google Chrome
  135. [ubuntu netbook remix] How to increase the _original_ swap file's size for hibernate to work? (wubi install)
  136. [ubuntu] gnome issue, desktop not loading properly
  137. [ubuntu] compiz screensaver on ubuntu 10.04 lucid
  138. [SOLVED] Access USB Expansion Drive from second desktop
  139. [ubuntu] is this my cpu problem?
  140. [SOLVED] Stuck at grub rescue>
  141. [ubuntu] Compiz Cube Question
  142. [ubuntu] Is it possible to have a list of MOST USED APPS in the main menu?
  143. [ubuntu] Trying to configure xorg.conf file in Lucid...
  144. [ubuntu] Any chance the Software Center can sort entries by popularity or date?
  145. [ubuntu] Ubuntu 10.04 wont start?!?
  146. [gnome] Building a frontend in BASH?
  147. [ubuntu] get intel 855gm drivers
  148. [ubuntu] Quadrapassel
  149. [ubuntu] Marking mail as read both in evolution and on the server
  150. [all variants] X Server running only an NX client
  151. [SOLVED] How do I give a specific user permission to start/stop a specific service?
  152. [SOLVED] trouble booting - stalls on waiting for '/home UUID ****'
  153. [ubuntu] Lucid Lynx upgrade
  154. [ubuntu] Package Operation Failed
  155. [ubuntu] Ubuntu 10.04 wont boot from cold!
  156. [SOLVED] fstab script issue... help!
  157. [ubuntu] Errors after formatting 16GB flash drive
  158. [ubuntu] Certain websites do not open
  159. [SOLVED] Chromium update "new" design
  160. [ubuntu] Antivirus > Avast
  161. [ubuntu] Windows-friendly Ubuntu desktop session server
  162. [ubuntu] Ignoring EDID on intel gma965
  163. [ubuntu] VMWare Player not working after update
  164. [ubuntu] Dosbox megabuild printer ownership issues
  165. [ubuntu] 10.04~how do i code in terminal to unlock a phone with an error code...
  166. [ubuntu] transfering saved games from windows
  167. [ubuntu] I don't know where my deleted files go
  168. [ubuntu] Can't see my second Hard Drive
  169. [SOLVED] Plymouth splash has weird (low) colors on startup but normal colors on shutdown
  170. [ubuntu] How do I cleanly and safely remove a game?
  171. [ubuntu] i am getting this message over and over
  172. [SOLVED] Custom init script problem
  173. [ubuntu] Password help?
  174. [ubuntu] program to configure ubuntu
  175. [all variants] manipulating data from ntfs filestream help please :)
  176. [ubuntu] help with access
  177. [ubuntu] Cairo-dock maximized windows issue
  178. [all variants] How to create an updated installation media
  179. [ubuntu] Grub rescue in Virtualbox. Need geek help!
  180. [ubuntu] More minor issues in BASH, mainly Zenity output with wget
  181. [64 bit] Few "new guy" questions...
  182. [ubuntu] running python script as a startup application
  183. [ubuntu] proftpd not starting with latest kernel
  184. [ubuntu] Networking disabled
  185. [SOLVED] Cannot connect to my wireless network, other networks connect fine
  186. [ubuntu] Ubuntu-docs causes Update Manager to fail
  187. [ubuntu] Add/Remove programs problem - please HELP
  188. [ubuntu] 10.04 slows down and greys out alot
  189. [all variants] trying to get root script to run a command as normal user
  190. [ubuntu] Ubuntu doesn't recognize my second hard drive correctly
  191. [ubuntu] Unable to scan
  192. [SOLVED] Could not download all repository indexes (10.04)
  193. [ubuntu] How to install Blas and Lapack
  194. [kubuntu] Creating new windows XP user on network
  195. [SOLVED] System list not staying in place long enough to click on application.
  196. [SOLVED] Asking help for compiling OpenSSL
  197. [ubuntu] Boot issues
  198. [SOLVED] scripting woes
  199. [SOLVED] Screen doesn't wake up after standby
  200. [ubuntu] Brightness keys do not work
  201. [ubuntu] My system is blocked -- help
  202. [ubuntu] Help
  203. [ubuntu] "Wireless disabled" after dead battery shutoff
  204. [ubuntu] Missing Menu Icons in Lucid with NO Option to Restore Them? Seriouslty?
  205. [ubuntu] video cuts out after time, won't wake/restore
  206. [ubuntu] U3 Flash Drive- Block autoinstall?
  207. [SOLVED] java help......
  208. [ubuntu] Login Screen Appearance
  209. [kubuntu] Bash/script to convert dynamically generated image to jpg?
  210. [all variants] Creating a LAMP Menu like WAMP Server?
  211. [ubuntu] Cannot Connect to IRC with Empathy
  212. [ubuntu] 32-bit? 64-bit? How can I tell?
  213. [ubuntu] firefox , pidgin ,apt-get not working properly
  214. [ubuntu] how do i uninstall my desktop theme
  215. [all variants] Swapout /home disk drive
  216. [ubuntu] The Compiz-Switch not working.
  217. [ubuntu] boot issues
  218. [ubuntu] Very Far Fetched Idea?
  219. [ubuntu] ubuntu 10.04 boot up problem
  220. [SOLVED] Cannot find Lucid after installing another distro - Mandriva
  221. [SOLVED] issues with Grub2, extra enties, false entries
  222. [ubuntu] To make IE ready to run the applet in ubuntu machine
  223. 10.04 Update manager freeze
  224. [all variants] ¿how to launch external program / script with anjuta?
  225. [ubuntu] Some questions before installing it!
  226. [ubuntu] xset not working in ~/.xprofile
  227. [ubuntu] Is there some Cooking recipes apps for LINUX on a fridge?
  228. [ubuntu] Internet audio doesn't work after waking from hibernation
  229. [ubuntu] Game Engine
  230. [ubuntu] Thunderbird 3.04 cuts off margins when printing
  231. [SOLVED] Subpixel smoothing causes text to be colourful
  232. [SOLVED] Are there a problem to use clonezilla?
  233. [SOLVED] Are there a problem to use clonezilla?
  234. [ubuntu] strange interaction between cairo and compiz window preview plugin
  235. [ubuntu] Choose clonezilla, AptOnCd, or remastersys?
  236. [all variants] sharing Digikam database with dual boot
  237. [ubuntu] Cron broken
  238. [ubuntu] "Serious errors were found in ..."
  239. Re-enabling Accessories on Ubuntu 10.04
  240. [ubuntu] Can't open terminal
  241. [ubuntu] Lucid Lynx crashes
  242. [ubuntu] A Small problem with WINE!!
  243. [ubuntu] Home directory permissions problem
  244. [other] make -j, two targets: compiles files twice??
  245. [ubuntu] User rights issue, Terminal Server Client
  246. [SOLVED] Filezilla fail to connect
  247. [ubuntu] WIFI and sound loss after kernel update in Hardy
  248. [64 bit] Medibuntu
  249. [ubuntu] Firefox: "Software Update Failed" and I don't know why!!
  250. [ubuntu] Laptop with Core i7 processor and Nvidia/ATi GPU