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] Nautilus Issues when logging in
  2. [SOLVED] resize ext3 for win7 dual boot
  3. [ubuntu] altered boot order, now booting into terminal
  4. [SOLVED] Copying a large file from the network
  5. [ubuntu] win 7 just shut down during loading !!!!! help
  6. [ubuntu] problem installing .sh file
  7. [ubuntu] Help With Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller
  8. [ubuntu] Odd Firefox behavior... Am I missing a setting
  9. [SOLVED] Urgent Help required - root access
  10. [SOLVED] Can't Find "40-permissions.rules" File
  11. [SOLVED] Prioritizing file names
  12. [ubuntu] {Warning :Might seem insane:} Checking/editing/creating hexdumps of executable files
  13. [ubuntu] mic echo
  14. [ubuntu] v box question
  15. [ubuntu] update icon cache
  16. [SOLVED] intramfs prompts after shuffling HDD's
  17. [ubuntu] Ubuntu Karmic - Canoscan LIDE 50 - Failed to start scanner: Error during device I/O
  18. [SOLVED] How can I stop this tab from appearing again in IRC via Pidgin?
  19. [ubuntu] firefox save tabs on exit in 9.10 karmic
  20. [ubuntu] acpi=off required to boot, but won't shut down
  21. [ubuntu] Probably a simple fix, but I'm a noob
  22. [ubuntu] Odd cron problem
  23. [ubuntu] Dual boot windows 7 and ubuntu 9.10
  24. [ubuntu] Firefox won't load
  25. [kubuntu] Inconsolata fonts get cut off in terminal
  26. [ubuntu] System --> Preferences --> Sound Not There
  27. [SOLVED] Removing files installed from external repo
  28. [SOLVED] unable to mount cd-rom HP dvd 840
  29. [SOLVED] Compiz.real use 100% CPU...THIS PROBLEM IS NOT SOLVE..MULTIPLE THREAD...NEED HELP !!!
  30. [ubuntu] Recovering Overwritten File System
  31. [all variants] Live CD Suggestions Please
  32. [ubuntu] I have put together icons. How do i make them into a theme?
  33. [gnome] Evolution and SE mobile phone
  34. [ubuntu] 2gb Ram 390 mb free? why?
  35. [ubuntu] Failed to connect stream: Too large
  36. [gnome] dvd rom tray closes automatically
  37. [ubuntu] Klam-AV wrecked my computer
  38. [ubuntu] System freezing?
  39. [ubuntu] Firefox print preview does not create additional pages when needed
  40. [ubuntu] Italian TV.. RAI.TV streaming ubuntuwintv
  41. [ubuntu] Bluetooth weirdness
  42. [ubuntu] rsync question
  43. [SOLVED] Cannot boot my Ubuntu, entering to grub
  44. [SOLVED] Chrome not able to display a lot of web pages!
  45. [ubuntu] games
  46. [ubuntu] NFS setup for different users - permissions / user:group / sticky-bit / umask ?
  47. [all variants] Bash - need a better method pause output
  48. [ubuntu] Made a beginer guide Webpage.. need reveiws
  49. [xubuntu] Drive won't read blank CD's
  50. [ubuntu] gedit cursor issues
  51. [ubuntu] Mic not Working Ubuntu 9.10
  52. [ubuntu] how do i test phpmyadmin??
  53. [all variants] How do I save/pipe display output from Wget to a text file?
  54. [ubuntu] this video site locks up firefox hard
  55. [ubuntu] Dual Booting w/ Shared User Profile
  56. [ubuntu] Wireless Internet Problems
  57. [SOLVED] /media/NTFS ???
  58. Can't create link w/o admin privs
  59. [ubuntu] Computer completly frozen
  60. [ubuntu] uninstalling a deb w/o the deb
  61. [ubuntu] Screwed up Sources.list
  62. [ubuntu] Ubuntu 9.10 unable to load
  63. [SOLVED] Help dyslectic recover lost files on USB external
  64. [ubuntu] No 'logging in' audio
  65. Audacity can't find libmp3lame
  66. [ubuntu] Places where temporary files are stored?
  67. [SOLVED] Huge undeletable, invisible file
  68. [ubuntu] Serious problem: My computer keeps freezing and or randomly shutting off...
  69. [ubuntu] Can you identify this application?
  70. [SOLVED] polipo tor vuze and firefox
  71. [other_os] Command line only live cd
  72. [all variants] Windows 7 Hidden Partition and GRUB
  73. [ubuntu] Best way to file share over web (with password)
  74. [ubuntu] Ubuntu 64bit iso?
  75. [ubuntu] Original internet and sound launchers on panel?
  76. [xubuntu] Some songs have tunnel effect?
  77. [ubuntu] Error Using Splashy
  78. [64 bit] System locks up when I authenicate to my wireless access point.
  79. [ubuntu] Says file does not exsist, yet there it is...
  80. [SOLVED] problems with ubuntu 9.10, please help!
  81. [gnome] Missing menubars (NOT PANEL!) after installing gnome2-globalmenu
  82. [ubuntu] 9.10 UNR Acer no Wifi
  83. [ubuntu] usplash rejecting theme after Karmic upgrade
  84. [ubuntu] How To Enable Suspend On Karmic
  85. [ubuntu] Clamav - where is it?
  86. [ubuntu netbook remix] Chrome causing suspend problems
  87. [ubuntu] Links2 Graphics Mode in Virtual Console
  88. [ubuntu] HUGE driver problem with ATI Radeon 4870
  89. [ubuntu] Important questions
  90. [ubuntu] screwed up??? Changed /usr/bin permission
  91. [ubuntu] Could not update ICEauthority file...
  92. [gnome] Terminal -- bug with text wrapping
  93. [kubuntu] Suspend to disk won't work, "softreset failed.." on Kubuntu 9.10
  94. [all variants] Hard disk image ?????
  95. [ubuntu] Replacing all panels with docks and conky
  96. [ubuntu] bootup hangs
  97. [ubuntu] Grub: No Such Disk
  98. [ubuntu] Middle mouse button on Citrix application
  99. [ubuntu] encrypted XFS suddenly vanished/unknown
  100. [ubuntu] MsgTag-Ubuntu
  101. [ubuntu] second / third line support for linux
  102. [SOLVED] How do I rename files in same folder from command line?
  103. [ubuntu] Any chance of Firefox "Full zoom" being fixed anythime soon?
  104. [xubuntu] Xubuntu 9.10 Freeze after login REISUB
  105. [SOLVED] downloading subtitles help
  106. [SOLVED] Adaptec 3805: Will it just work?
  107. [ubuntu] KK: Firefox 3.5 won't start - different to others.
  108. [ubuntu] NetworkManager Applet Icon Not Showing
  109. [ubuntu] bash enviroment variables
  110. [SOLVED] Mobile Broadband Dongles (UK)
  111. [other] Move in IT Sector
  112. [ubuntu] Can I recover this ?
  113. [ubuntu] Webcam on Ubuntu
  114. [ubuntu] custom grub pc help
  115. [ubuntu] Directory auto removed from $PATH if it doesn't exist?
  116. [ubuntu] Fire fox opening multiple windows
  117. [other] website trying local access
  118. [SOLVED] Can't edit mime types in Thunderbird
  119. [ubuntu] problem with Chrome after update
  120. [ubuntu] applying a patch?
  121. [SOLVED] Help with Perl expressions for rename
  122. [ubuntu] Start-up freeze
  123. [all variants] rinetd log
  124. [SOLVED] Nokia Series 60 3rd edition synchronization
  125. [ubuntu] Printer Epson Stylus SX515W
  126. [ubuntu] More information on terminal
  127. [ubuntu] problem resolving microsoft.com while using winetricks
  128. [ubuntu] Is 1 gig of ram enough?
  129. [ubuntu] how to compile c++
  130. [ubuntu] IRIX software
  131. [ubuntu] Plotting graph using scilab
  132. [ubuntu] Twinkle and other VoIP phones producing sound issues on LTSP
  133. [ubuntu] AptUrl problems
  134. [ubuntu] Going back to previous kernel after upgrade failure (from 2.6.31-17 to 2.6.31-19)
  135. [ubuntu] firefox crashing after update
  136. [ubuntu] tint2
  137. [ubuntu] Can't install Dot NET with Wine
  138. [ubuntu] Modifying xorg.conf
  139. [kubuntu] No sound in flash
  140. [all variants] I can't dump/restore a file?
  141. [ubuntu] Authentication Failure.
  142. [ubuntu] Blank screen resuming from standby.
  143. [ubuntu] howto configure syslogd to send priority and facility information?
  144. [ubuntu] fixed screen flicker
  145. [SOLVED] FTP index script
  146. [all variants] Application portability
  147. [ubuntu] Need to update into Mesa 7.7
  148. [wubi] Do i need to partion my hardrive for wubi
  149. [ubuntu] Disc Start Up w/ Grub Problems
  150. [all variants] TexMakerX latex editor
  151. [all variants] Dual-boot with Hackintosh 10.6
  152. [SOLVED] How to show hidden files in my desktop..?
  153. Amarok refuses to play
  154. [ubuntu] Graphical desktop app of network traffic...
  155. [ubuntu] 9.10 with Acer AL1916 = low res
  156. [SOLVED] Unable to run any programs using wine.
  157. [ubuntu] Dual Monitor
  158. [ubuntu] computer resolution
  159. [SOLVED] About the [SOLVED] tag in thread titles
  160. [ubuntu] Webcam 9.10 Karmic
  161. [ubuntu] Mail solution
  162. [ubuntu] Make Start command
  163. [ubuntu] New Computer Compatibilty Question
  164. [other] VDR Linking error !!
  165. [ubuntu] CUPS ignores page range selection
  166. [ubuntu] Update errors encountered
  167. [ubuntu] Square brackets on Forward subjects (Evolution)
  168. [ubuntu] SystemRequirement.. ??
  169. [ubuntu] How do I delete a specific email in Evoution using Terminal?
  170. [ubuntu] Ubuntu, Win7, Intel 915 Mobo, Dual boot
  171. [ubuntu] Move home and encrypt it
  172. [ubuntu netbook remix] Top panel question ?
  173. [SOLVED] dpkg error
  174. [ubuntu] Asus laptop..Ubuntu thinks it is desktop:/
  175. [SOLVED] Google Calendar with Evolution
  176. [SOLVED] Stopping squeezecenter service
  177. [ubuntu] apt-get doesn't see newer versions of packages on repository mirror
  178. [ubuntu] Bluetooth Audio Headset User Interface Tool
  179. [ubuntu] No sound coming through headphones in jaunty.
  180. [all variants] Scan result of iw configuration utility
  181. [ubuntu] More Detailed Karma Docs Anywhere?
  182. [ubuntu] Any TimeVault users? I have a few questions...
  183. Kubuntu / Windows 7 Dual Boot Setup
  184. [ubuntu] settings not available?
  185. [ubuntu] script or macro for repetitive tasks
  186. [ubuntu] GRUB question
  187. [ubuntu] Help
  188. [ubuntu] Running Slow/ACER Laptop
  189. [ubuntu] Terminal emulation that supports y60
  190. [ubuntu] How to hide a file from the taskbar?
  191. [ubuntu] how on earth do i uninstall this beta vesion of adobe flash 10.1
  192. [SOLVED] Firefox 3.5.8 crashes
  193. [SOLVED] Change /media mount names
  194. [ubuntu netbook remix] FN Key mix
  195. [ubuntu] Edit grub
  196. [ubuntu] automatic shutdown
  197. [SOLVED] NumLock not on at Login Screen
  198. [ubuntu] Using MDB Viewer to take data from an Access database
  199. [ubuntu] Screen resolution not "sticking"
  200. [ubuntu] Keepass 2.0 Tray Icon
  201. [all variants] System sometimes is completely busy for several minutes
  202. [ubuntu] Empathy and AIM
  203. [other] Problem with screen and vim (256 colors) background color rendering
  204. [ubuntu] Wireless networking problem.
  205. [ubuntu] Global menu
  206. [SOLVED] I can't delete some files
  207. [ubuntu netbook remix] Netbook Woes
  208. [ubuntu] OpenSSH/SFTP change user/home directory
  209. [ubuntu] FF improper rendering of web page
  210. [ubuntu] Is there a general "Do this before doing anything else" thread?
  211. [SOLVED] Installing Karmic Koala on already partitioned hard drive
  212. [ubuntu] Naming partition icons on desktop
  213. [ubuntu] GDM won't log me in anymore, just blinks - have no idea what is wrong.
  214. [ubuntu] asus a6jc ubuntu 32 freezing randomly
  215. [ubuntu] Complete system crash - file system error on 9.10
  216. [ubuntu] Need to simply edit table data for mySQL db
  217. [ubuntu] Ctrl-key working as Alt-key, but not the the other way....
  218. [SOLVED] 32-bit and 64-bit Firefox at the same time
  219. [other] Pidgin floating point exception
  220. [ubuntu] unable to mount volume
  221. [ubuntu] Problem with grub after installing Ubuntu
  222. [ubuntu] Video card causes mount errors and live file system not found
  223. [ubuntu] Sudden changes in all permissions
  224. [ubuntu] Spaces*+*Text*Wrap
  225. [mythbuntu] Mythbuntu has grinded to a halt
  226. [ubuntu] external harddrive
  227. [kubuntu] Disable popups in Firefox by editing file
  228. [SOLVED] 9.10 After installation nothing happens
  229. [ubuntu] Schedule automatic updates and shutdown AFTERWARDS.
  230. [ubuntu] Firefox Question.
  231. [ubuntu] Battery Alert
  232. [ubuntu] Xorg eating up a lot of RAM
  233. [ubuntu] The wireless mistery of Ubuntu
  234. [ubuntu] cut command
  235. [ubuntu] customizing touchpad on startup
  236. [wubi] Error when tring to uninstall (in wubi, to reinstall ubuntu)
  237. [ubuntu] Firefox won't start
  238. [ubuntu] Display malfunctioning after using extra moniter with laptop
  239. [kubuntu] Emerald in Kubuntu
  240. [SOLVED] Simple question...???
  241. [other_os] Filesystem for external HDD to use with Windows, Ubuntu & Mac
  242. [SOLVED] help need to write a script.... to save lot of trouble !!
  243. [ubuntu] create a .deb package
  244. [ubuntu] cannot open shared object file
  245. [ubuntu] best laptop for Ubuntu
  246. [ubuntu] Can't log into phpMyAdmin
  247. [SOLVED] Real stupid question...???
  248. [kde] I cant remove kde from my ubuntu!!! help
  249. [SOLVED] okay so whats with this leak
  250. [SOLVED] Pidgin file transfer?