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. [SOLVED] Broken Conky
  2. [ubuntu] LVM2 help PV bounces??
  3. [SOLVED] Epson NX420 printer with working scanner
  4. [other] Grub boot loader on partitioned usb drive to install distro's?
  5. [ubuntu] Can install anything qt related on lucid 64bits
  6. Gnome-Do problem
  7. [all variants] Call me a huge nerd: is this possible?
  8. [ubuntu] ASUS K50in 10.10 AMD64 Screen freeze
  9. [lubuntu] laptop install
  10. [ubuntu] software raid 1 problem: device or resource busy
  11. [SOLVED] Help Keyboard Failure, No keyboards Work
  12. [all variants] Which is prettier - Ubuntu or Salix OS?
  13. [ubuntu] Super Hybrid Engine
  14. [other] Lightweight distro for PIII Laptop
  15. [ubuntu] Anyone knows what GRUB does
  16. [ubuntu] Wireless sort of working...?
  17. [SOLVED] Firefox issue with 10.10
  18. [SOLVED] My system is half-German...
  19. [ubuntu] Multiple users for Office 2007 via Play on Linux.
  20. [ubuntu] Problem with Thunderbird in 10.04 and 10.10
  21. [ubuntu] Rhythmbox-client won't work with Ubuntu (but will work with Mac!)
  22. [other] How to refresh a particular page in a specific time interval
  23. [ubuntu] Cairo Dock is the Only Variable
  24. [SOLVED] can't reinstall grub after reinstall of win 7
  25. [all variants] How to batch rename directories?
  26. [ubuntu] digikam doesn't offer ability to control compression
  27. [all variants] regain focus of "&'ed" processes in terminal
  28. [SOLVED] Broken During Updates; Trouble With FSCK
  29. [ubuntu] Evolution mail crashes after I launch it.
  30. [ubuntu] no clear way to batch edit in gimp?
  31. [ubuntu] I am new to ubuntu please help!!
  32. [ubuntu] entering another comp
  33. [ubuntu] scanning
  34. [ubuntu] why is my computer idling at 50% CPU load?
  35. [ubuntu] Software to reduce screen brigtness.
  36. [ubuntu] scanner issue
  37. [ubuntu] SD Card reader undetected? Sadface.
  38. [all variants] Recovering Partition Table
  39. [ubuntu] had some error msg come up about ata while starting up, how do i find out what it was
  40. [ubuntu] Installing Windows 7
  41. [ubuntu] Firefox crashing
  42. [64 bit] No Microphone / USB Onboard Sound Card 10.10/Ubuntu
  43. [mythbuntu] Controlling Sony STR-DA3500ES AV-receiver via RS-232 using Mythbuntu 9.10 HTPC
  44. [SOLVED] Need to make a file of an exact size for disk benchmarking?
  45. [SOLVED] Flash 10 & Firefox 3.6.12
  46. [SOLVED] how to install linux from servers to clients?
  47. [ubuntu] Help
  48. [ubuntu] low screen res in 10.10
  49. [SOLVED] Is This A Bad Idea?
  50. [ubuntu] ubuntu plymouth issues
  51. [SOLVED] suse like tty for ubuntu
  52. [ubuntu] sys 32 problems plz help
  53. [ubuntu] Evolution stops working/responding
  54. [SOLVED] Swap-block doesn't mount/swapon automatically..
  55. [lubuntu] Network authentication
  56. [SOLVED] Replacement Motherboard
  57. [ubuntu] Is it possible to enable kdelicious in konqueror?
  58. [ubuntu] Disk Check Utility
  59. [ubuntu] Session crashes, need help
  60. [ubuntu] VLC problem with MPEG-4 encoding?
  61. [all variants] mint acer monitor X163W display problem
  62. [ubuntu] Error mounting a hard disc drive using a ubuntu-10.10-i386-in-USB-flash-disc-drive
  63. [SOLVED] Problem with update manager (?) in 8.04
  64. [ubuntu] smb4k and ubuntu 10.10 networking
  65. [kubuntu] OS disapeared?
  66. [ubuntu] /usr/games' is not inculded in the PATH environment variable
  67. [SOLVED] ubuntu hangs when closing google chrome
  68. [ubuntu] How may I create a bootable USB in any filesystem
  69. [SOLVED] Ubuntu locks on shutdown when via terminal
  70. [ubuntu] Problem with my sources.list on 8.10
  71. [ubuntu] GUI for apache
  72. [ubuntu] i need help adding screen resolutions: xrandr, cvt, etc.
  73. [ubuntu netbook remix] How to reboot a linux machine on application close...
  74. [ubuntu] bios reset after use of pendrive?!
  75. [SOLVED] Software for data, images etc for android 2.2?
  76. [ubuntu] Installed but will not let me log in to desktop
  77. [ubuntu] password at login
  78. [all variants] Open Source apps for libraries and Cultural Centre ?
  79. [ubuntu] Empathy: "disconnected no reason specified"
  80. [SOLVED] windows 7 and ubuntu 10.04 boot?
  81. [ubuntu] Boot problem (no menu, "Minimal BASH-like line editing...", grub>)
  82. [ubuntu] Help installing MYSQL CLUSTER on ubuntu 10.10
  83. [ubuntu] connecting to a networked mysql daemon
  84. [other] Eclipse c++ how to compile and work with existing code
  85. [ubuntu] How to suspend computer on lock screen?
  86. [SOLVED] resizing drive
  87. [ubuntu] ubuntu programming languages
  88. [ubuntu] download adobe flash player
  89. [SOLVED] Power off button missing?
  90. [ubuntu] syslinux error: No DEFAULT or UI configuration directive found.
  91. [SOLVED] What does "mount OS" mean?
  92. [gnome] Problems with evolution and IMAP expunge
  93. [ubuntu] How to burn an ISO with with K3b
  94. [SOLVED] ubuntu 10.10 freenx installation problem
  95. LTS or Current ?
  96. [other] Mediawiki Not Working in Fedora 13
  97. [ubuntu] Data Recovery
  98. [ubuntu] DNS resolving to garbled text
  99. [ubuntu] screen goes black
  100. [all variants] no title bar on applications
  101. [SOLVED] Missing border in firefox
  102. [ubuntu] GlxGears slow down the pc
  103. [ubuntu] synchronize folders
  104. [SOLVED] file system errors... how to overcome ???????
  105. [ubuntu] phpmyadmin PMAdb and Linking
  106. [ubuntu] Canon PIXMA MP220 Ubuntu Maverick
  107. [ubuntu] Display "Please Power Off" Message
  108. [ubuntu] Switching off services in Ubuntu Cleanly
  109. [ubuntu] Cycling after bad power shut down
  110. [64 bit] Update Manager hangs and won't finish
  111. [ubuntu] xsane scan
  112. [ubuntu] unmet dependencies: smbclient
  113. [SOLVED] How to? Create Text List from Folder Contents?
  114. [other] How to "choose" betwen partitions when starting up?
  115. [other] Updating to maverick repository
  116. [ubuntu] Bash Scripting Need help
  117. [ubuntu] Errors on Startup / Operating Slow
  118. [ubuntu] Ubuntu suffering massive lags
  119. [ubuntu] 64bit 10.10 / ghost boxing issue on desktop w/ menus
  120. [ubuntu] Bar/Panel can not be deleted
  121. Wubi megathread
  122. [ubuntu] nvidia setting resolution higher than screen
  123. [SOLVED] rsync appears to copy unnecessarily
  124. [ubuntu] /boot/grub has only 'grubenv' file
  125. [ubuntu] Boots fine...
  126. [ubuntu] Storage Suggestions
  127. [SOLVED] Help: Uninstalled python 2.6 and all that comes with it..
  128. [ubuntu] Report a devil in my Ubuntu?
  129. [kubuntu] Banshee Crashes on Startup
  130. [SOLVED] Question about "development headers"
  131. [ubuntu] Security for a virtual hosts
  132. [ubuntu] Bootloader installation failure
  133. [ubuntu] firewall auto ban?
  134. [SOLVED] Converting script file to .. um .. exe?
  135. [ubuntu] BitPim error
  136. [SOLVED] Last Update Solved Volume Problem
  137. [ubuntu] Nintendo Emulator help
  138. [SOLVED] should i disable com port
  139. [ubuntu] make a program start on boot up!
  140. [ubuntu] Keyboard mappins wrong, cannot find correct mapping
  141. [gnome] zip file gvfsd-archive / archive mounter read write mode
  142. [SOLVED] Odd problem with SMB shares
  143. [ubuntu] Frustrating, persistent skype issues
  144. [ubuntu] how to change login screen
  145. [ubuntu] SDLMame folder permissions
  146. [ubuntu] Chrome/Ubuntu/AWN Full Screen Bug
  147. [ubuntu] Only 90+mg usable space on 750mg HD
  148. [SOLVED] Bash Scripting Question
  149. [ubuntu] Broken icons in system tray
  150. [ubuntu] Locate printers via the terminal?
  151. [ubuntu] Changing fan speed with lm-sensors
  152. [SOLVED] Agreeing to End User Agreement in Terminal
  153. [ubuntu] VirtualBox
  154. [ubuntu] How to copy Email attachments into F spot
  155. [SOLVED] Always run program/script as root
  156. [ubuntu] Open Office Deleted Document
  157. [ubuntu] copy to text packages that need upgrade
  158. [ubuntu] help ubuntu 10.10 resolution/ driver fixes
  159. [ubuntu] Zune on Ubuntu?
  160. [SOLVED] Tar sub-directories to individual tars
  161. [ubuntu] Want a 1ms tick from Linux without modifying Linux Kernel
  162. [ubuntu] Broken Java
  163. [SOLVED] `fdisk -l` = Random Order For Each Reboot | Screws Up /etc/fstab
  164. [ubuntu] I will Format
  165. [ubuntu] scan an ip range with netcat?
  166. [ubuntu] Loss of files from upgrade
  167. [ubuntu] Strange problem
  168. [ubuntu] Iphone don't sync correctly with Rhythmbox
  169. [ubuntu] trouble with installation...
  170. [ubuntu] I cannot right click on the taskbar
  171. [SOLVED] Help, my boot loader is FUBAR
  172. [ubuntu] cp files to a network shared folder
  173. [ubuntu] script to discover wireless clients
  174. [SOLVED] Seeking Information on a cross chat program.
  175. [ubuntu] Firefox 3.6.12 on Ubuntu 10.10 ssl security certificate error (Comodo certs?)
  176. [ubuntu] GTX 460M: Clock changes make screen flicker
  177. [ubuntu] Low Graphics mode and no monitor error
  178. [ubuntu] Links browser script
  179. [ubuntu] movie player opening at weird times
  180. [all variants] Greasemonkey-based Extensions don't work on Chromium 9?
  181. [other] tar.gz archives
  182. [ubuntu] Accessing permission locked folders through livecd
  183. [ubuntu] Will Ubuntu ever update/ change its default Office Suite
  184. [ubuntu] "Macro"
  185. [all variants] Question Bombardment
  186. [other] Apt-fast
  187. [ubuntu] Stuck on Grub Startup
  188. [ubuntu] Installing external hard drive that needs partitioning
  189. [ubuntu] Unknown javascript file
  190. [other] package management operations
  191. [ubuntu] How to obtain cache hit ratio?
  192. [ubuntu] CD Error :Ubuntu 10.10
  193. [ubuntu] can't move files inside of home folder
  194. [ubuntu] commodore
  195. [ubuntu] Changing langugae of Gnome Panel
  196. [ubuntu] Amule 2.2.6 + Ubuntu 10.04 = CRASH!!!
  197. [ubuntu] Know the verson on Ubuntu useing
  198. [other] apt-get installed from a non-existent source
  199. [ubuntu] Using multiple OS's and turning an iso into a bootable usb
  200. [ubuntu] Domain login problam
  201. [ubuntu] Help with APTonCD
  202. [ubuntu] Problem viewing recordings derived from mythnetvision
  203. [ubuntu] how to copy one hdd onto another?
  204. [ubuntu] after battery died.. wont boot up. error
  205. [SOLVED] I can't update my application with the update manager... Help
  206. [ubuntu] SRST failed (errno=-16)
  207. [other] How to find projects in launchpad that uses a particular programming language?
  208. [ubuntu] Adding a 576i custom resolution
  209. [ubuntu] GDM keep LDAP user first login in the list
  210. [ubuntu] Using Text Editor as preffered application for scripts
  211. [ubuntu] Unable to add network printer via SAMBA, korean letters
  212. [other] difference between two files almost identical files
  213. [ubuntu] Boot attempts reset computer
  214. [ubuntu] HDMI Audio out problem with Alsa+pulseaudio and Maverick
  215. [SOLVED] (gedit:9912): GdkPixbuf-CRITICAL in terminal
  216. [all variants] process got killed itself
  217. [ubuntu] macbook ubuntu install trouble
  218. [ubuntu] Using Skype with GN netcom wireless headset (Jabra gn9350)
  219. [ubuntu] SPSS Statistics Launcher?
  220. [ubuntu] Mounting ROMFS in Ubuntu 10.10 and Ubuntu 10.04
  221. [SOLVED] Grub Rescue mode won't go away!
  222. [ubuntu] Fonts with no compatibiltiy issue and Comment printing in Writer
  223. [ubuntu] help a newbie out
  224. [ubuntu] Recovery Mode to Normal Mode???
  225. [ubuntu] requests for enhancement to Evolution
  226. [SOLVED] Openoffice modules after Libreoffice Installation
  227. [ubuntu] Installation Issues
  228. [ubuntu] changing home folder
  229. [SOLVED] crontabs job
  230. [all variants] Quick question about moving /tmp to RAM
  231. [ubuntu] Simple Scan
  232. [ubuntu] 4-5 minute startup, some menus don't work.
  233. [ubuntu] GLIBC_2.11' not found (emulator) with new Android 2.3
  234. [SOLVED] compiz window rules question
  235. [other] Microphone vs line in?
  236. [ubuntu] Nautilus menu items don't open
  237. [SOLVED] can not login as root
  238. [lubuntu] Downloading question
  239. [ubuntu] How Can I take copy of my installed packages and backup my system ??
  240. [ubuntu] No bootlogs in 10.4/Lucid
  241. [ubuntu] newbie-help with wireless
  242. [ubuntu] ubuntu-restricted-extras
  243. [ubuntu] Multimonitor setup with Ubuntu VM
  244. [SOLVED] Virtualbox OSE
  245. [ubuntu] Speed up Evolution?
  246. [ubuntu] Automatic shutdown issue
  247. [ubuntu netbook remix] Newbie with crashed user file
  248. [ubuntu] Help
  249. [SOLVED] does anyone know if the bluetooth dongles work with ubuntu?
  250. [ubuntu] Tomboy --quiet; Question