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] Text size too small
  2. [other] Looking for linux hex editor(that edits RAM)
  3. [ubuntu] Can you spot the error in my tar command?
  4. [ubuntu] unstable system
  5. [ubuntu] Loading bars wont go away
  6. [ubuntu] can't get webcam wirking in Karmic - help!
  7. [ubuntu] Ubuntu won't detect VGA connected TV
  8. [ubuntu] form creator software
  9. [ubuntu] Webcam Chat on Ubuntu
  10. [SOLVED] prompting for password
  11. [wubi] Problem finding files using USB hard drive enclosure
  12. [ubuntu] After 9.10 upgrade, Firefox bookmarks icon disappears from toolbar
  13. [ubuntu] Problems after startup with Printing and VirtualBox.
  14. [all variants] Compatibility with Sony Vaio
  15. [ubuntu] Ghostscript / CUPS-PDF default font problem
  16. Hiding / password Protecting Folders
  17. [ubuntu] Sessions at Login
  18. [SOLVED] Abt backup and format between 32 and 64 bits
  19. [SOLVED] Why does my system restart?
  20. [SOLVED] How does version numbering in the linux kernel work?
  21. [ubuntu] Evolution - Palm TX Sync
  22. [ubuntu] Sound gets muted?
  23. [ubuntu] Having some of the linux mint features in karmic
  24. [SOLVED] Synchronize large directories: how?
  25. [ubuntu] Lost My Grub :(
  26. [other] How safe are mmo's
  27. [ubuntu] Is there any drivers for a "Linksys WUSB 100"?
  28. [all variants] Reverse SSH Puzzle
  29. [ubuntu] firefox types text backwards
  30. [ubuntu] Root Password
  31. [ubuntu] Qwest Wireless-N USB 2.0 Network Adapter
  32. [ubuntu] wireless and wired routers joined security question
  33. [ubuntu] How to uninstall Firefox browser
  34. [ubuntu] login screen changed its look ! - 9.10
  35. [ubuntu] desktop icons rearrange at each startup
  36. [SOLVED] Running gnome apps on remote DISPLAY
  37. [ubuntu] [GRUB2] Grub2 keeps rebooting.
  38. [ubuntu] SSH Not Responding at my School
  39. [ubuntu] Wrong resolution in Karmic, no xorg.conf file
  40. [ubuntu] I have lost track of a router on my home network
  41. [ubuntu] Setting permissions on /var/www/folder
  42. [all variants] mutliupload using Plowshare?
  43. [ubuntu] formatting without gparted
  44. [ubuntu] Locked folder has me stumped.
  45. [ubuntu] is there a way to increase video capture quality in skype?
  46. [ubuntu] User Password Change Failed
  47. [ubuntu] OpenVPN problem - unable to connect
  48. [xubuntu] AVG antivirus GUI not starting
  49. [ubuntu] USB 4 GB Size limitation in Ubuntu
  50. [ubuntu] Adobe Flash Settings Manager Not Showing
  51. [ubuntu] No_pubkey 2ebc26b60c5a2783
  52. [ubuntu] Damaeon rights
  53. [ubuntu] Sound issues...?
  54. [ubuntu] Refresh rate problems
  55. [ubuntu] Junk chars in PuTTY window
  56. [ubuntu] Obtain list of installed packages
  57. [SOLVED] Users & Groups: Unlock not working + banned from accessing
  58. [ubuntu] Cannot extract frame (252, 0) from grid
  59. [ubuntu] updates broken
  60. [SOLVED] Syncing local files to remote site
  61. [all variants] Sleuthkit package broken in repositories
  62. [ubuntu] Sound problems
  63. [SOLVED] 9.04 Installation HDD Move
  64. [ubuntu] use 'apt-get' -> list of ready updates, how?
  65. [ubuntu] 2 hard drives
  66. [other] Question:simplescalar/sim-profile
  67. [ubuntu] Problem logging in to Yahoo using Gyachi
  68. [ubuntu] Ubuntu Torrent Downloader
  69. [ubuntu] SSH Can't log in on my desktop (Permission Denied)
  70. [ubuntu] can't boot, need to manually setup grub entries
  71. [ubuntu] Is my Hard Drive Dying?
  72. [ubuntu] Avidemux2 no sound "Trouble initializing audio device"
  73. [ubuntu] Wallpaper changer for 9.10
  74. [ubuntu] Extract using File Roller
  75. [ubuntu] Removing flash in Firefox
  76. [ubuntu] duel booted ubuntu is slower than the stupid windows
  77. [ubuntu] screen resolution too low
  78. [ubuntu] do i have to update bios after installing dvd drive
  79. [ubuntu] Need help with fonts!
  80. [all variants] Find mount point by given UUID
  81. [ubuntu] Schedule a task to load a .csv file into mySQL?
  82. [ubuntu] Android Open Source On Karmic Koala
  83. [ubuntu] Possible major problem
  84. [ubuntu] U-9.10, the resolution too low or too high and hangs.
  85. [ubuntu] Hamachi Not Staying Connected On Ubuntu Server
  86. [ubuntu] View filesystem usage by folder size?
  87. [ubuntu] Installing Pino on Ubuntu 9.04
  88. [gnome] Evolution Filter: Help with detail in filter-rule please!
  89. [ubuntu] rebinstall grub
  90. [other] How to add Scroogle SSL as default browser search
  91. [SOLVED] deleted a wallpaper I like, how can I get it back?
  92. [SOLVED] Editing a menu.lst file?
  93. [ubuntu] Dansgardian causing almost all websites to not show up.
  94. HOWTO: make a motion sensor camera for your front door
  95. [ubuntu] How to Change Default Mouse
  96. [SOLVED] Changing File Permissions for Multiple Folders
  97. [ubuntu] Gnome-OSD: Can Change Green Text But Yellow Remains. Solution?
  98. [SOLVED] How to test mdadm monitoring
  99. [ubuntu] Help!! My hard drive won't boot
  100. [ubuntu] Xorg.conf in Ubuntu 9.10
  101. [ubuntu] Grub lost a bootable installation
  102. [ubuntu] segfault error 4 in libflashplayer.so
  103. [ubuntu] Transdroid (android torrent app) wont connect
  104. [all variants] Opera New Window
  105. [ubuntu] problems with hibernate and suspend
  106. [SOLVED] CI program - Configuring AWStats
  107. [ubuntu] Screengrab / Video Capture
  108. [ubuntu netbook remix] How can I optimize Ubuntu Jaunty?
  109. [ubuntu] Konsole doesn't get keyboard focus
  110. [all variants] Parse filenames to text output
  111. [ubuntu] Empathy Chat Rooms
  112. [ubuntu] AWN app alternative for panel?
  113. [ubuntu] Will 1.04 be worth switching to when it's released?
  114. [ubuntu] internet not working with firefox
  115. [all variants] Radeon HD 58xx and Linux
  116. [ubuntu] NEEDED software
  117. [gnome] Increase browser's file select size
  118. [ubuntu] SD card format failure
  119. [ubuntu] How do I ask question in script?
  120. [ubuntu] Why aren't updates to apps in package manager?
  121. [ubuntu netbook remix] I think I ruined my new computer
  122. [wubi] wubi - kernel panic - unable to mount root.disk
  123. [ubuntu] Visual Effects
  124. [ubuntu] sudo dpkg --configure -a error
  125. [ubuntu] Python error when using ccsm
  126. [all variants] Karmic doesn't boot on an USB drive on my Laptop
  127. [SOLVED] fluxbox menu editor
  128. [ubuntu] Can't fix GRUB...Already Tried the two methods
  129. [ubuntu] Gnome-do & Thunderbird Not Playing Nice
  130. [SOLVED] Tex Live installation help
  131. [ubuntu] New guy and some Wi-Fi problems.
  132. [ubuntu] Dual Boot without logging off windows
  133. [SOLVED] How to Backup Your Cron Jobs
  134. [SOLVED] Mac4Lin uninstallation leaves window exit/minimize/maximize buttons in top left
  135. [ubuntu] wget still downloads while mencoder encoding?
  136. [SOLVED] Transmision BT client folder
  137. [ubuntu] System Hanging from return from sleep
  138. [SOLVED] Connecting to a server
  139. [ubuntu] 9.10 reverted to old/ugly icons after reinstall
  140. [ubuntu] Menu items not working
  141. [SOLVED] problem with adding key
  142. [ubuntu] Ubuntu wont load past screen before log in
  143. [ubuntu] ubuntu 9.10 on hackintosh netbook
  144. [ubuntu] USB Issues
  145. [ubuntu] pic in email
  146. [ubuntu] How To Install Deluge from "deluge-1.2.0_rc1.tar.bz2" downloaded file.
  147. [ubuntu] How to install Thunderbird 3 via PPA
  148. [ubuntu] Ubuntu on a MacBook please...
  149. [ubuntu] ubuntu grub doesnt detect windows and backup problem
  150. [SOLVED] print to pdf?
  151. [all variants] Evolution Calendar View icons broken
  152. [SOLVED] Change Default Date Format in OpenOffice Calc?
  153. [ubuntu] Kernel backports modules package won't go away
  154. [ubuntu] how do i remove the boot screen from a xp?ubuntu duel boot?
  155. [ubuntu] Hal? polling question
  156. [xubuntu] weird "file system check" at splash screen?
  157. [ubuntu] proxy server setup
  158. [SOLVED] Mount of root file system failed
  159. [all variants] Downgrade to epiphany-gecko
  160. [SOLVED] Downgrade NVidia Driver
  161. [ubuntu] Ipod shuffle 3rd gen not working with Ubuntu...
  162. [ubuntu] Banshee Last.fm recommendations not working
  163. [xubuntu] HP laptop screens dims out and comes back when dual screening
  164. [ubuntu] mount .dmg image
  165. [ubuntu] Not understanding this?
  166. [SOLVED] How do I view a current process in the terminal?
  167. [SOLVED] Memory Card
  168. [ubuntu_studio] sound disappeared today
  169. [ubuntu] Horrendous crash with black screen after upgrading ubuntu to the lastest version
  170. [ubuntu] Laptop Battery Status
  171. [ubuntu] Motherboard compatibility?
  172. [other] Evolution preferences
  173. [SOLVED] after installing showing error in the last step!!
  174. [ubuntu] Unable to access or delete a directory: Input/output error:
  175. [all variants] just a curious mind
  176. [ubuntu] Open Office Database query
  177. [SOLVED] Nothing remembered
  178. [SOLVED] Ubuntu 9.10 "A Maintenance shell with now be started."
  179. Thunderbird 3 - How to re-index?
  180. [ubuntu] Mounting Hard Drives In Ubuntu 9.10
  181. [ubuntu] wmv streaming
  182. [ubuntu] Why is Koala so messed up?
  183. [ubuntu] MySQL Connector Problem
  184. [ubuntu netbook remix] Jaunty Background color hex?
  185. [SOLVED] Ubuntu Headless PC becomes unresponsive on network
  186. [ubuntu] How to setup a hotspot server Ubuntu 9.10
  187. [SOLVED] source.list
  188. [ubuntu] FoxyTunes not working with Rhythmbox
  189. [ubuntu] Grow Ext3
  190. [ubuntu] Printer Problems
  191. [ubuntu] Installed Ubuntu alongside Win7, now Windows won't boot..AT ALL.
  192. [ubuntu] ecryptfs setup private dir
  193. [ubuntu] help cisco vpn setup
  194. [ubuntu] Resume interrupted download?
  195. [all variants] Software for diet planning, menu tracker, calories, etc
  196. [64 bit] Mint-8 X64 OpenOffice Hang On HTML Paste
  197. [ubuntu netbook remix] change size of windows
  198. [ubuntu] Can I use File Manager as root
  199. [SOLVED] Panel problems
  200. [ubuntu] missing minimum and maximum and close buttons
  201. [SOLVED] repartition after install
  202. [other] Thinkingrock E-mail not working
  203. [SOLVED] Only with fluxbox no buttons in flash, with all other window managers works
  204. [wubi] wubi problem
  205. [other] BASH Problem / Question
  206. [ubuntu] When is a fix released via Update Manager?
  207. [ubuntu] Grun Help please.
  208. [ubuntu] Disk check / fsck freezes on boot
  209. [all variants] 9.10 only tab complete adding a space and no /
  210. [ubuntu] applications doesnt open or edit
  211. [ubuntu] Adding a hard drive after installing Ubutnu?
  212. [ubuntu] extracting index info from PDF file
  213. [other] Is there a firefox add-on to do this:...
  214. [ubuntu] how to recover encrypted file system
  215. [ubuntu] log in in ubuntu/vista
  216. [ubuntu] Adding Ricoh Aficio MP C500 as printer
  217. [SOLVED] Install Windows XP next to Ubuntu 9.10
  218. [ubuntu] Weird Gray screen on shutdown/restart
  219. [ubuntu] Back up your System Question
  220. [ubuntu] Audio Problem?
  221. [other] Linux Question
  222. [SOLVED] openoffice.org launch icon
  223. [ubuntu] Display Problems After Rebooting from Windows
  224. [ubuntu] hp c5180 prints fine, will not scan
  225. [ubuntu] Delete....
  226. [kubuntu] Japanese input, how to?
  227. [SOLVED] Need help finding/moving files of a certain type
  228. [gnome] MOTD pop-up window in Gnome?
  229. [ubuntu] Advice needed: Install Ubuntu Desktop or Netbook version?
  230. [ubuntu] What are dot-hash symlinks? .#?
  231. [ubuntu] MBR Fix
  232. [ubuntu] Cannot remove certains packages
  233. [ubuntu] Mac mini can only see 3GB of 4GB RAM even with PAE Kernel
  234. [ubuntu] Compiling error
  235. [ubuntu] Networking, Sound, SSH-Agent all stopped working at once
  236. [SOLVED] Can anyone get Logmein to work correctly?
  237. [ubuntu] Proxy server issue causing inability to install software
  238. [all variants] mpd fails to listen on localhost after karmic upgrade
  239. [ubuntu] Any one want a printer/.deb package problem??
  240. [ubuntu] Any feedback on fsarchiver?
  241. [ubuntu] An unknown PDF reader!
  242. [ubuntu] NSLOOKUP connection timeout
  243. [ubuntu] Hard Drive abuse by Karmic (usually when using firefox/chrome)
  244. [ubuntu] Add account in Thunderbird Shredder
  245. [ubuntu] Games and Emergency shut off
  246. [ubuntu] Changing Time for Single User
  247. [ubuntu] kernel does not load after grub..karmic
  248. [ubuntu] Terrible video performance in 9.10 Intel Corporation 82845G/GL[Brookdale-G]/GE
  249. [SOLVED] Startup sound - Extremely low
  250. [ubuntu] Incorrect Password