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

  1. [ubuntu] ati driver
  2. [ubuntu] hosts file screwed
  3. [ubuntu] Best VPN vs. Problem config
  4. [ubuntu] quota on folders
  5. repair zip and rar files on Ubuntu
  6. [ubuntu] Disable Key Binds for Wine apps?
  7. [ubuntu] login and user id
  8. [ubuntu] Unfortunate loss of data after fsck
  9. [SOLVED] Application won't start - No access
  10. [ubuntu] slow computer, boot without x
  11. [ubuntu] wine wont install
  12. [all variants] Is It Normal To Be Uploading More Of A Torrent Than You Downloaded?
  13. [ubuntu] Help Needed: Dual Boot Vista x64/Ubuntu 8.04 with RAID 1
  14. [all variants] Startup Script
  15. [gnome] Changing individual icons
  16. [all variants] Please help - rsync errors
  17. [ubuntu] Error starting the GNOME Settings Daemon - no internet connection now!
  18. [ubuntu] deleting windows and its partition
  19. [gnome] gconf-editor shortcuts "this key has no schema"
  20. [ubuntu] [SOLVED] One-click backup of selected files?
  21. [ubuntu] google earth not working
  22. [gnome] Dual Monitors - Maximize switches window
  23. [all variants] Access HP Photocard from Printer over Wireless
  24. [ubuntu] How to retain upper case on directory name
  25. [ubuntu] [SOLVED] Terminal Service
  26. [ubuntu] permissions
  27. [all variants] extract one file from a .dar backup
  28. [ubuntu] Strange Internet Connectivity Problem
  29. [ubuntu] black screen problem
  30. [ubuntu] Enabling playback of dvds without internet
  31. [ubuntu] grep - how to show only filenames with hits
  32. [ubuntu] suspend keyboard shortcut not working
  33. [all variants] retrieve contacts from from email account
  34. [ubuntu] Xsane 8.04 can't find printer to make copy!
  35. [all variants] Wipe disk with secure erase
  36. [ubuntu] "Alternative" dual-booting?
  37. [ubuntu] startx only works in recovery mode
  38. [ubuntu] linksys
  39. [ubuntu] [SOLVED] .conkyrc script slows down conky
  40. [ubuntu] A couple of modification for remastering a distro
  41. [ubuntu] Passing runlevel in grub does not work?
  42. [other] Please could you advise me on a suitable OS?
  43. [ubuntu] Startup script fails
  44. [ubuntu] GUI issues
  45. [ubuntu] end programs in Terminal
  46. " problems in Ubuntu
  47. [ubuntu] copying using putty?
  48. [ubuntu] Xorg help after NVIDIA
  49. [ubuntu] Internet connectovoty
  50. [all variants] Mouse wheel scrolling in gnome terminal vs konsole
  51. [ubuntu] serious Firefox problem
  52. [ubuntu] [SOLVED] Is there a way to remove a program from the update manager?
  53. [kubuntu] X forwarding problem?
  54. [kubuntu] All in one card reader won't work
  55. [ubuntu] Shift numeric keys disabled.
  56. [ubuntu] 1280x1024 to 1024x768 'cause my new monitor doesn't support it
  57. [ubuntu] Emerald Theme Manager Problem
  58. [ubuntu] What could cause flash to not work in one of my Firefox profiles, but not the others?
  59. [ubuntu] [SOLVED] Infinite shortcuts of desktop folder !!!!
  60. [ubuntu] auto lock screen?
  61. [ubuntu] Key logger to catch cheating husband (again!) help?
  62. [all variants] [SOLVED] Design Software programs for Linux
  63. [kubuntu] [SOLVED] Help, KDE wont start
  64. [ubuntu] nO SOUND
  65. [ubuntu] can excel read ubuntu spreadsheets?
  66. [ubuntu] [SOLVED] conveniently list contents of zip archive?
  67. [ubuntu] translating localized version to english?
  68. [ubuntu] Am I allowed to discuss hacking my own router?
  69. [gnome] How to block screensaver when using xdtv?
  70. [ubuntu] Desktop Icon/files all gone
  71. [all variants] open links from Thunderbird in background
  72. [ubuntu] Working USB TV Tuner?
  73. [ubuntu] IDL: Fatal error initializing DML
  74. [ubuntu] Compiz not loading on startup
  75. [ubuntu] All my menus and buttons are broken in every program...
  76. [xubuntu] pipe into clipboard (copy buffer)
  77. [ubuntu] Firefox 3 Slow
  78. [ubuntu] Typing in Thai language
  79. [ubuntu] Merge title bar and menu bar in gnome
  80. [ubuntu] Permission denied trying to edit a /proc/ file.
  81. [ubuntu] Is there any way to...
  82. [SOLVED] Login screen in wrong resolution.
  83. [other] Find Files Containing Text
  84. [ubuntu] Cairo dock, only launchers
  85. [ubuntu] Pidgin Direct connect help
  86. [ubuntu] Open/Save crash
  87. [ubuntu] cutecom problem
  88. [ubuntu] Ok, this is a strange one
  89. [ubuntu] remove completly?
  90. [ubuntu] Desktop Effects Not Working in Ubuntu
  91. [all variants] Is there a way to make Hardy Hibernate?
  92. [all variants] [SOLVED] usb printer won't be recognized
  93. [ubuntu] [SOLVED] Please help! LiveCD Customization - custom kernel
  94. [ubuntu] [SOLVED] No signal? suddenly?
  95. [edubuntu] Cannot remove wine
  96. [ubuntu] [SOLVED] perl question, where can i get Data::Hexdumper?
  97. [ubuntu] SMS app for Ubuntu
  98. [ubuntu] Uninstalling Ubuntu
  99. [ubuntu] Compiz/Emerald dont work, composite extension not loading?
  100. [ubuntu] Citrix ICA Client
  101. [ubuntu] evolution - openning wrong email messages
  102. [ubuntu] Cache more?
  103. [ubuntu] Firefox 3.0.1 - page rendering on Wikimedia Commons
  104. [ubuntu] create a directory named by the current date
  105. [gnome] Bug report tool bug!
  106. [ubuntu] USB Ports Less Than Functional in Hardy Heron
  107. [ubuntu] ColorZIlla in Firefox 3
  108. [ubuntu] can't use flash disk in ubuntu in VirtualBox
  109. [all variants] Simple bash script to find some files
  110. [ubuntu] Working GNU GCC file?
  111. [ubuntu] program to help me configure mouse buttons?
  112. [ubuntu] nVidia GeForce 8600GTS
  113. [all variants] [SOLVED] Unison Help Needed
  114. [ubuntu] file permissions
  115. [ubuntu] VLC Parental Setting?
  116. [ubuntu] Problem with Sun Java!!!
  117. [all variants] Update Ubuntu offline via cd (Hardy)
  118. [xubuntu] running Xubuntu on 192MB
  119. [ubuntu] P2p
  120. [kubuntu] kde4 panel
  121. [ubuntu] more NVIDIA driver installer
  122. [ubuntu] Installing rtGui for rTorrent
  123. [kubuntu] disable suspend / hibernate
  124. [ubuntu] How do I automatically change the Terminal Title to latest command
  125. [all variants] Xubuntu or Ubuntu
  126. [ubuntu] Keep a custom command from starting when a terminal profile is opened
  127. [ubuntu] [SOLVED] update manager locks up
  128. [ubuntu] Can't dual-boot...please help
  129. [ubuntu] Cant find restricted driver manager (hardy)
  130. [ubuntu] Changing snap distance
  131. [ubuntu] 2.6.25 upgrade?
  132. [gnome] [SOLVED] Need some help with screen resolution
  133. [ubuntu] 8.04 - root password works in GUI but not terminal...
  134. [ubuntu] How to setup raidserver?
  135. [ubuntu] New gfx card but no graphics
  136. [ubuntu] Wireless RTL8185 Card Help
  137. [ubuntu] Using GNOME-PPP, can't detect modem error
  138. [ubuntu] eBay auction manager?
  139. [ubuntu] System Hardware Manager Tool?
  140. [ubuntu] [SOLVED] Installing tar.bz2 files
  141. [ubuntu] fdisk -l wont show up external hard drive
  142. [ubuntu] [SOLVED] Need help to see/place transferred archived email folder in Thunderbird plea
  143. [all variants] [SOLVED] more free physical ram?
  144. [ubuntu] Python 2.5 and 2.4 both installed?
  145. [ubuntu] [SOLVED] Trying to install different icons, need a bit of help
  146. [ubuntu] noob here
  147. [ubuntu] Why dosnt suspend "Just Work"?
  148. [gnome] Cursor Package
  149. [all variants] .exe file???
  150. [ubuntu] [SOLVED] 2 partitions of Windows?!?!?
  151. [ubuntu] Dual Boot Like Stepping in Gum
  152. [ubuntu] How Can a driver do this?
  153. [ubuntu] Ubuntu Recovery
  154. [ubuntu] 8.04 Applets Broken
  155. [ubuntu] Bluetooth headset with Ubuntu
  156. [ubuntu] any REAL answers for animated gnome desktop?
  157. [ubuntu] Computer Shut Down
  158. [kubuntu] Ubuntu 7.04 freezes during shutdown
  159. [ubuntu] Little begining help
  160. [ubuntu] Reinstalling Ubuntu
  161. [ubuntu] VLC cronjob on TTY1: "Error opening terminal: unknown"
  162. [SOLVED] hard drive ?
  163. [ubuntu] Constant rebooting
  164. [ubuntu] Bacula won't connect
  165. [other] Laptop Cooler? Eek!
  166. [gnome] Ooops, Nautilus
  167. [ubuntu] Help: clamtk quarantined GDM, can't boot ubuntu
  168. [all variants] A long time before the boot starts
  169. [ubuntu] Need help with SCREEN RESOULTIONS!!
  170. [ubuntu] Stuck in 800x600 resolution
  171. [ubuntu] Intel Core2 Duo and Ubuntu
  172. [ubuntu] Installing Compiz manager
  173. [other] Linux Command Line from windows XP => how to achive?
  174. [ubuntu] [SOLVED] Need help merging two ext3 partions
  175. [ubuntu] [SOLVED] ogg tags still have itunes crap
  176. [ubuntu] Wine Updated and now EVE Online won't work.
  177. [ubuntu] Give Ubuntu that Ubuntu Studio look?
  178. [ubuntu] Eliminating Windows XP forever
  179. [SOLVED] Menu bar hangs - U8.04+Wubi
  180. [all variants] Whats up with apt-file???
  181. [ubuntu] Asus Laptop
  182. [ubuntu] setting rar password
  183. [ubuntu] [SOLVED] Hardy - recent kernel update wiped out nvidia closed driver
  184. [ubuntu] [SOLVED] System going down and not responding
  185. [ubuntu] can't crate new databases in phpmyadmin
  186. [ubuntu] Apple Quicktime
  187. [gnome] [SOLVED] Applications - gone??
  188. [ubuntu] How to "Restore previous folder windows at logon" ?
  189. [ubuntu] Nvidia Drivers HELP PLZ!!!
  190. [ubuntu] File Roller help
  191. [ubuntu] GRUB doesn't work anymore.
  192. [ubuntu] Unlocking Keyring to read/post Mail?
  193. [ubuntu] No sound in FireFox
  194. [ubuntu] How do i install Openoffice/apps from a Ubuntu 8.0 OS CD
  195. [gnome] Best way to hack gnome?
  196. [ubuntu] Gaussian03
  197. [ubuntu] gnome-terminal backgrounds only if other[s] exist[s]
  198. [gnome] High Ram Usage on startup!
  199. [ubuntu] Bug in mozilla?! Using Opera instead of firefox boost my performence a huge
  200. [kubuntu] Autoscaling of images in Kmail, when attaching to email
  201. [ubuntu] Trying to get wine to work on 7.10
  202. [ubuntu] Error with changing account info at login
  203. [ubuntu] default gnome music player
  204. [ubuntu] What are all these? (among other 8.04 problems)
  205. [ubuntu] Restoring my system on a different laptop
  206. [ubuntu] HP Laserjet 2600n printer seems to work perfectly
  207. [ubuntu] AMD Dual Core 4000+
  208. [ubuntu] Changing the order of the Grub menu??
  209. [ubuntu] Vertical Panels
  210. [ubuntu] CD/DVD apps not seeing blank cd
  211. [ubuntu] Three hardy bugs: keyboard freezing,dhclient.conf working different,alltray not right
  212. [ubuntu] How to fix the font rendering in hardy ??
  213. [ubuntu] [SOLVED] Facebook Photo Problem
  214. [ubuntu] Setting ktorrent as default...
  215. [kubuntu] basKet, disable kontact plugin
  216. [ubuntu] Simple mount question
  217. [ubuntu] How to Create my theme
  218. [xubuntu] [SOLVED] I broke dpkg
  219. [ubuntu] [SOLVED] Remote Desktop Theroy
  220. [ubuntu] how to import home backup to a new install
  221. [ubuntu] setup.sh: 9: function: not found
  222. [ubuntu] changing a drive's filesystem after ubuntu installation
  223. [all variants] using xdebug remotely
  224. [all variants] [SOLVED] Help with sed and file renaming
  225. [ubuntu] Crashing after update
  226. [ubuntu] screwed the user rights...reset pls
  227. [all variants] HOW-TO setup extended desktop / p.s - already mirrored!
  228. [other] GNU screen / xterm scrollwheel help
  229. [ubuntu] Highlight on Files
  230. [ubuntu] Delete everything except...
  231. [ubuntu] Wine still won't work.
  232. [ubuntu] [SOLVED] Ubuntu won't boot
  233. [ubuntu] kill -9 -1
  234. [ubuntu] What are GnuPG Keys?
  235. [ubuntu] Help me get my webcam working on my mythtv backend
  236. [ubuntu] cairo-dock broke after update
  237. [ubuntu] basic ssh questions
  238. [ubuntu] [SOLVED] Problem with integrated mic on Lenovo 3000 N200
  239. [kubuntu] Hide Scroll bars and outline in Konqueror?
  240. [ubuntu] GDM and Gnome Panel at wrong resolution
  241. [ubuntu] xev windows equivalent? (detect mouse button presses)
  242. [ubuntu] How to clean icon of TaskBar?
  243. [other] [SOLVED] wireless router
  244. [ubuntu] BIOS went haywire on Shutdown
  245. [ubuntu] [SOLVED] trash
  246. [ubuntu] Open street map screenlet in hardy?
  247. [ubuntu] Ubuntu on dvd
  248. [all variants] Need Help with Screenlets and Flashplayer Installation
  249. [ubuntu] wget: download recently updated file only
  250. [ubuntu] [SOLVED] Avant WIndow Navigator Problems