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. [all variants] can i log as status change in empathy as in pidgin?
  2. [ubuntu] Unresponsive system due to beam.smp
  3. [ubuntu netbook remix] Slow Bootup (Toshiba NB305) Ubuntu 10.04 Netbook
  4. [ubuntu] Help needed
  5. [SOLVED] bright adjustment problem
  6. [SOLVED] Home Folder Permissions
  7. [ubuntu] Permanent changes to PATH
  8. [ubuntu] i cant update and install programs
  9. [SOLVED] Delete folders and files from main Ubuntu installation from when booted from live cd?
  10. [ubuntu] Removing Evolution removes gnome-session, causes login loop
  11. [ubuntu] An error occurred while mounting 0...
  12. [ubuntu] Cheat Sheet for OOCalc Macros?
  13. [ubuntu] How to Manually installing PHP for apache?
  14. [kubuntu] Limit Cpu Speed (ondemand, cpufreq-utils)
  15. [ubuntu] GUI not loading on boot (10.04)
  16. [ubuntu] Why can I not update?
  17. [ubuntu] User account control and user rights assignment.
  18. [SOLVED] Wii Remote button mapping
  19. [SOLVED] Directory permissions problem
  20. [ubuntu] Error while resizing partition with GParted
  21. [ubuntu] Run metacity automatically
  22. [ubuntu] files disappearing in the trash bin
  23. [64 bit] CD-ROM trouble
  24. [ubuntu] Ubuntu installation problem after two failed installation attempts
  25. [SOLVED] Change used Ubuntu version in Profile
  26. [ubuntu] Problem accessing Dropbox folder
  27. [ubuntu] create a symlink after a SD card inserted
  28. [SOLVED] Accidentally removed Sound indicator in Maverick
  29. [ubuntu] vncpasswd not populating ~/.vnc/passwd
  30. [ubuntu] Firefox - CPU 100%
  31. [SOLVED] Segfaults in notification-apple and upowerd
  32. [ubuntu] Unable to play videos properly after dual boot install
  33. [SOLVED] HD won't mount once I add it to fstab
  34. [other] ? for eee pc
  35. [SOLVED] Adding Custom Icons To The Main Menu
  36. [ubuntu] I deleted my toolbar ?
  37. [ubuntu] long boot dropping to tty?
  38. [ubuntu] Help! nautilus won't start
  39. [ubuntu] Multi-Monitor Support Improvements
  40. [ubuntu] Authication password
  41. [all variants] Testing a 'find & replace' command
  42. [SOLVED] Ubuntu bypassing my BIOS?
  43. [ubuntu] 9.10 installation difficulties
  44. [ubuntu] disable boot Init.d scripts
  45. [all variants] Help with Shred shell script
  46. [lubuntu] Remastersys Backup Problem
  47. [ubuntu] Caffeine Applications stops bubble notifications.
  48. [ubuntu] Pitivi problems
  49. [ubuntu] Nautilus elementary breadcrumbs disappeared
  50. [ubuntu] Auto update won't work
  51. [gnome] Change Resolution?
  52. [ubuntu] Can't recover Ubuntu after installing Windows
  53. [ubuntu] Newbie to Linux Setting up Deluge & Webui
  54. [ubuntu] .html firefox file recover
  55. [all variants] bash - how to define an error handler
  56. [ubuntu] Grub shows more two different Ubuntu OS entries. Why?
  57. [ubuntu] Search for Files auto stop
  58. [ubuntu] slow loading of Firefox ???
  59. [ubuntu] Not able to open the application Oracle VM Virtual Box
  60. [all variants] rsync: exceptions to --exclude-from
  61. [ubuntu] How do I move/remove windows list from the panel?
  62. [ubuntu] Anyone know why this dont work?
  63. [ubuntu] System won't BOOT - HELP!!!
  64. [ubuntu] How can i run Winplot on wine?
  65. [SOLVED] 100% disk use problem
  66. [ubuntu] Downdloads folder gets emptied
  67. [gnome] Evince does not display certain characters
  68. [ubuntu] What mean the indicators "v" and "p" in "aptitude search" results?
  69. [ubuntu] ramdisk
  70. [SOLVED] partitioning/resizing/moving
  71. [ubuntu] Hibernation Issues on Windows 7 Dual Boot
  72. [ubuntu] KsystemLog authentication
  73. [ubuntu] webcam question
  74. [SOLVED] DKMS part of installation failed. ati driver issue after update.
  75. [gnome] 10.04 PulseAudio - Showing Output - No sound
  76. [ubuntu] System won't boot if software/hardware remapping in bios is enabled
  77. [ubuntu] Uninstall Old Kernel
  78. [ubuntu] Using the new ubuntu font in LaTeX (texlive)
  79. [other] Overlapping partitions - Really?
  80. [ubuntu] View all Ubuntu screens at 640x480 ??
  81. [ubuntu] Cairo Dock and Gnome panel
  82. [ubuntu] update problem
  83. [ubuntu] Second user problems
  84. [other] How to check whether a site allows php mail() function
  85. [ubuntu] Ubuntu 10.04 apt-get through proxy
  86. [ubuntu] German keyboard layout broken
  87. [ubuntu] Get space from an existing windows partition
  88. [ubuntu] Can't get Wireshark to work
  89. [SOLVED] GTX 480 very slow...
  90. [ubuntu] Amazing ubuntu
  91. [ubuntu] ATI card + Dell Laptop + Dual monitors of different sizes has problem with cursor
  92. [ubuntu] Black screen after kernel/video upgrade
  93. [ubuntu] lost gui login
  94. [SOLVED] ATI Radeon HD 5xxx w/ Blank screen on Lucid install/upgrade (Workaround/SOLVED)
  95. [SOLVED] How can I use sudo in a startup script file?
  96. [ubuntu] How i can install backtrack tool in ubuntu 10.4
  97. [ubuntu] GRUB2 error: no such device: grub rescue UUID doesn't exist
  98. [ubuntu] Restoring Pidgin/Mail/Network Panels
  99. [SOLVED] Set up Ubuntu Server over multiple pcs?
  100. [ubuntu] Computer won't start after shutdown
  101. [ubuntu] How much space will I need?
  102. [ubuntu] Broadcom BCM4312 Wireless not working in 10.04 or 10.10, error installing drivers.
  103. [ubuntu] after update :graphic is a mess, even terminals
  104. [ubuntu] Too Many Open Files Error @$%&*!!!
  105. [ubuntu] File explorer stops responding when transferring from NTFS to Ext4
  106. [ubuntu] Updated Apache, Now PHP5 Broken
  107. [ubuntu] n00b - just installed 10.04 on Asus P4P800
  108. [ubuntu netbook remix] Resize root (logical) partition on Windows-7/Ubuntu-10.04 dual-boot?
  109. [ubuntu] Empathy - Friends don't see me online
  110. [ubuntu] Live usb freezes laptop instantly
  111. [ubuntu] Run Timed Commands in Terminal
  112. [SOLVED] Ubuntu 10.04: suddenly can't log in, no GUI, no nothing
  113. [ubuntu] insatllation blues
  114. [all variants] Easy fix for gtk-RecordMyDesktop sound
  115. [ubuntu] How to install ubuntu on bios alone?
  116. [ubuntu] 10.04 two ubuntus in the bootloader
  117. [ubuntu] Caps Lock Key, disable it, or change it
  118. [ubuntu] Help making a .pdf file out of .jpg pix
  119. [ubuntu] How to migrate user home directory
  120. [SOLVED] How can I let files be renamed without using su, etc.?
  121. [ubuntu] Set default CPU speed and governor?
  122. [ubuntu] tryin to add songs to the ol ipod
  123. [ubuntu] How do I switch to the audio support that was in 9.04
  124. [ubuntu] old and new kernels
  125. [SOLVED] Everything likes to open in the upper left hand corner of the screen...
  126. [other_os] Starcraft 2 Installation Issues
  127. [ubuntu netbook remix] Weird Adobe Flash Error Ubuntu 10.04 NBE
  128. [ubuntu] Cannot change mouse pointer
  129. [ubuntu] smb-bios folder appeared in Shortcuts icon in Cairo Dock
  130. [SOLVED] Sound does not come out of headphones, no digital output
  131. [ubuntu netbook remix] Broken 9.04 remix for netbook.
  132. [ubuntu] Can't Move or Delete Files on Western Digital Network Drive
  133. [SOLVED] init.d script not running
  134. [SOLVED] Wife clicked update today, reboot to nothing
  135. [ubuntu] Ubuntu 9.04 installing man causes shared-mime-info problems
  136. [SOLVED] Send Email from Terminal
  137. [SOLVED] Security risk to run Apache web server on laptop?
  138. [SOLVED] rss feeds and google chrome
  139. [SOLVED] Dual boot
  140. [SOLVED] Can't Load GRUB, LiveCD won't work
  141. [ubuntu] Compaq Presario CQ60 Notebook PC HP G60 Notebook PC Wireless Problem
  142. [ubuntu] Where's my iPhone & SSH ability?
  143. [all variants] Does anyone notice a formatting problem with Ubuntu Brainstorm?
  144. [ubuntu] Wubi install
  145. [ubuntu] New version of SVN
  146. [ubuntu] Internet Question?
  147. [all variants] Open Source eCommerce framework
  148. [ubuntu] Group questions.
  149. [SOLVED] How to transfer settings from one install to another
  150. [64 bit] Hey, New to linux "Failed to load the NVIDIA kernel module" Please help
  151. [SOLVED] identical UUID's on two different hdd's
  152. [ubuntu] How Do I Run Winplot In Wine?
  153. [ubuntu] Missing Headers?
  154. [ubuntu] Does anyone know what smb-root is?
  155. [gnome] GTK filechooser mess up
  156. [ubuntu] Projector and ubuntu
  157. [ubuntu] ms-sys anyone used it?
  158. [all variants] Internet help.
  159. [ubuntu] What is the purpose of the deb mysql-client?
  160. [ubuntu] system failure
  161. [ubuntu] Upgrade from Recover mode 9.10
  162. [ubuntu] how to change partition/mount name?
  163. [ubuntu] Pulseaudio Mutes Speakers/Headphones
  164. [ubuntu] Turn off graphical shutdown
  165. [ubuntu] First window to open in Gnome
  166. [SOLVED] Java Developement
  167. [ubuntu] WirelessBroadcastingSystem
  168. [other_os] Installing Ubuntu with Fedora
  169. [SOLVED] removed shut down panel from ubuntu 10.4, cant get it back?
  170. [all variants] advantages of reducing the no:of virtual consoles ?
  171. [ubuntu netbook remix] window size
  172. [ubuntu] Increasing frequency of reboots required after update
  173. [ubuntu] Ubuntu 10.04 (lucid) - Fan control
  174. [SOLVED] Ubuntu crashed after update (twice!)
  175. [ubuntu] Ubuntu 10.04 and prepare disk space
  176. [SOLVED] how do you make the taskbar/font bigger?
  177. Re: Unable to boot windows after ubuntu install
  178. [ubuntu] GUI bash scripting
  179. [ubuntu] Permissions on shared folder (Apache + FTP)
  180. [ubuntu] how do I duel boot windows 7 and 10.04
  181. [ubuntu] Web design tool with DB connection
  182. [ubuntu] team viewer/how to restart computer
  183. [all variants] Save current settings to fstab
  184. Firefox setting keep changing back to default
  185. [64 bit] Want to download Ubuntu 64 bit version.
  186. [SOLVED] Error when creating startup disk
  187. [ubuntu] digikam archiving
  188. [ubuntu] no permission to copy file
  189. [ubuntu] Windows media player codec ?
  190. [ubuntu] Ide
  191. [ubuntu] I cant boot from internal or external hd, grub rescue.
  192. [ubuntu] 10.04.1 LTS Upgrade using Update Manager
  193. [SOLVED] Xorg Crash when playing videos
  194. [ubuntu] csv files in openoffice
  195. [ubuntu] rsyslog using a lot of cpu (10.04)
  196. [SOLVED] Ext-3 is not supported by Lucid..???
  197. [SOLVED] External HDD Install
  198. [ubuntu] Deleted ubuntu
  199. [SOLVED] Apps added using xdg-desktop-menu no longer show up in menu
  200. [SOLVED] Ubuntu 10.04 wont load
  201. [ubuntu netbook remix] Freemind refuses to save files
  202. [all variants] Recovering raid1+0
  203. [ubuntu] virtual console customization
  204. [SOLVED] Gparted, resizing Ubuntu Drive
  205. [ubuntu] ubuntu doesn't mount my hardware :(
  206. [other_os] Hard Drive Failure is Imminent
  207. [ubuntu] Firefox running really slow
  208. [ubuntu] No internet after changing monitors
  209. [ubuntu] -e: command not found
  210. [ubuntu] ATI HD5850 Mobility, Bad Performance (Official Drivers)
  211. [ubuntu] Apple's new "Ping" music social network?
  212. [ubuntu] mount: special device //nas/share does not exist
  213. [ubuntu] Passphrase encryption notification.
  214. [ubuntu] hibernating issue
  215. [ubuntu] Compiled WINE w Xinput2 (2xi) support-- grabs ALL input regardless of active window
  216. [SOLVED] login not working on one user account out of two admin accounts
  217. [ubuntu] Out of range resolution and recovery mode problems
  218. [SOLVED] SM Player advantages
  219. [SOLVED] conky disappears when i click desktop & cant close terminal
  220. [ubuntu] Install gnome-shell
  221. [ubuntu] Labyrinth Maps
  222. [SOLVED] GDB not able to locate files
  223. [all variants] Storing Tomboy notes on a flash drive
  224. [ubuntu] where does ubuntu store all the route info i entered into the network manager?
  225. [ubuntu] login screen questions
  226. [ubuntu] File System check is always skipped at boot up
  227. [SOLVED] problem installing packages & software through synaptic & software center
  228. [kubuntu] touchpad won't work on macbook 2,1
  229. [ubuntu] Serpentine
  230. [ubuntu] 10.04 Will Not Start, Unable to Execute Several Main Processes.
  231. [all variants] Blacklist packages?
  232. [ubuntu] VBox: small/large window of guest OS
  233. [xubuntu] Which distro to go for?
  234. [other] CIFS bad performance on file creation
  235. [ubuntu] Blank screen when Ubuntu starts
  236. [ubuntu] help deciphering developer-speak
  237. [ubuntu] No Microphone Input
  238. [ubuntu] using sed/awk
  239. [ubuntu] Boot hangs while adding swap
  240. [ubuntu] installing version 9.10 via wubi
  241. [ubuntu] What is the most secure from remote attacks and univerally compatible version of Ub?
  242. [ubuntu] Need Help
  243. [lubuntu] network traffic monitor for ppp0?
  244. [ubuntu] Grub won't work!!
  245. [ubuntu] Complete freezes
  246. [SOLVED] Any way to freeze GRUB2 boot loader?
  247. [SOLVED] update manager has crashed
  248. [ubuntu] Question about mass installing Ubuntu
  249. [ubuntu] Recovering files from dead Mac using ubuntu live - problems
  250. [kubuntu] just installed kubuntu, how do i get flash?