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] in home, .fr-* directory
  2. [ubuntu] Wireless dropout and system lag after couple of hours
  3. [ubuntu netbook remix] Mediatomb broken after Hibernation
  4. [ubuntu] Ubuntu Keyboard Macro?
  5. [ubuntu] can't open flash drive
  6. [SOLVED] Software to log all PC movements
  7. [kubuntu] booting from my mac hard disk again
  8. [SOLVED] hp laserjet not printing
  9. [ubuntu] Auto transfer of files upon external media plugin
  10. [ubuntu] Trouble with wine and Excel 2007 on Windows 7 partition
  11. [ubuntu] Games on virtualbox?
  12. [ubuntu] Enormous Log Files - UFW Audits
  13. [kubuntu] Auto DVD Run Script?
  14. [ubuntu] New graphics card - no video
  15. [ubuntu] Gnome-Schedule 2.1.1; Cron jobs
  16. [gnome] KDEs "Present Windows" in gnome
  17. [SOLVED] Thunderbird 3.04 program faulty
  18. [ubuntu] Two Questions about Lucid (plymouth and system tray)
  19. [ubuntu] Install usb wireless adapter billion 3011N
  20. Internetcalls on ubuntu?
  21. [ubuntu] Linking to external URLs in Tomboy
  22. [ubuntu] Help with saving emails in evolution
  23. [ubuntu] pdf to powerpoint
  24. [ubuntu] Virtual Box VM and dual screens
  25. [SOLVED] I can't install Ubuntu
  26. [ubuntu] Questions before installing ubuntu...
  27. [ubuntu] my application makes a smbmount - problem
  28. [ubuntu] Help explain different boot options
  29. [ubuntu] FreeAgent 1.5Tb Hard Drive causing problems
  30. [xubuntu] No keyboard on install?
  31. [wubi] Load Directly 2nd HD
  32. [ubuntu] Turn off graphics card?
  33. [ubuntu] Double characters in SED
  34. [ubuntu] can't mount usb
  35. [ubuntu] Help. my drives are lost.
  36. [SOLVED] window border firefox gone
  37. [SOLVED] How do I download a git repository?
  38. [SOLVED] Virtualbox Printer issues
  39. [ubuntu] JDownloader does not start downloads via Firefox
  40. [ubuntu] Flash Videos keep screwing up during full screen playback
  41. [SOLVED] cannot remove `password': Operation not permitted
  42. [ubuntu] Grub 2.0, removing boot entries
  43. [SOLVED] I need a new motherboard
  44. [ubuntu] Resume screen from ssh that was started without ssh?
  45. [ubuntu] Help to start certain app as sudo
  46. [ubuntu] Pidgin Problems
  47. [ubuntu] How to change boot screen b/t grub and login
  48. [ubuntu] Grub woes, 9.10, dual boot with Vista
  49. [ubuntu] newest version of nautilus different
  50. [ubuntu] Problem with Megavideo
  51. [ubuntu] Opera 10.60
  52. [ubuntu] "s" doesn't work it just opens Power button..
  53. [ubuntu] ISO mount question...
  54. [ubuntu] Formatted computer, lost Firefox bookmarks...:(
  55. [ubuntu] DLNA Client for 10.04
  56. [ubuntu] Opera change font size
  57. [ubuntu] Tidying list of programs
  58. [ubuntu] Problems with bluetooth keyboard and mouse
  59. [ubuntu] Failed To Fetch.
  60. [ubuntu] no see ssd!
  61. [SOLVED] FireFox default settings
  62. [ubuntu] Cannot see how to edit GRUB using Terminal
  63. [ubuntu] 10.04 and Playstation 1
  64. [ubuntu] grub not detecting my paritions correctly
  65. [ubuntu] Move RAID5 to new installation issue
  66. [all variants] lots of unused memory
  67. [ubuntu netbook remix] Can't kill gnome-screensaver for good
  68. [kubuntu] PPAs not updating?
  69. [ubuntu] Remove ubuntu
  70. [ubuntu] Trying to update video drivers - need to stop X server.
  71. [xubuntu] Shutdown issues + Piix4_smbus
  72. [all variants] Any open source utilities for repairing bad sectors
  73. [kde] Trouble getting my dvd to install mint 9
  74. [ubuntu] Quota cannot be enabled
  75. [ubuntu] who maintein lightnigh for thunderbird?
  76. [SOLVED] Northwood P4 processor hangs unless underclocked
  77. [ubuntu] Software raid does not mount on startup (most of the time)
  78. [ubuntu] Bye Windows !
  79. [all variants] nmap v zenmap
  80. [ubuntu] M3U Playlist generator using LS
  81. [other] Ubuntulite 8.04, Youtube videos choppy
  82. [ubuntu] Startup Disk with Windows ISO
  83. [ubuntu] Visual Effects
  84. [ubuntu] Lucid Diablo LOD Help Again
  85. [kubuntu] Gtk+ / lvm
  86. [ubuntu] Karmick Koala corrupted my boot menu
  87. [ubuntu] Why upgrade?
  88. [ubuntu] skipping encrypted disk at boot?
  89. [ubuntu] Firefox won't load after upgrade
  90. [ubuntu] Bye Ubuntu
  91. [SOLVED] Cannot change permissions on storage partition
  92. [ubuntu] Ubuntu fails to authenticate password
  93. [ubuntu] cannot connect to localhost:631
  94. [all variants] Music Sharing Over Network
  95. [ubuntu] Fonts Terrible in Opera 10.6
  96. [SOLVED] Can't connect to auto eth0
  97. [ubuntu] Change HD to new computer
  98. [gnome] How set key binding from a terminal
  99. [ubuntu] I managed to ruin an Ubuntu upgrade from 8.04 to 9.04
  100. [ubuntu] DVD burning problem
  101. [ubuntu] No loginscreen after installing xvidcap-dependencies
  102. [ubuntu] Is it normal for fullscreen flash to have a static video image?
  103. [ubuntu netbook remix] Sync Script
  104. [ubuntu] seed torent on transmission not working?
  105. [ubuntu] 64bit on Atom?
  106. [ubuntu] 'atiixp-modem codec reset timeout'
  107. [ubuntu] how to connect to internet
  108. [ubuntu] setting ubuntu to REQUIRE password when mounting partitions
  109. [ubuntu] No sound in front jack!
  110. [ubuntu] Using beta/newer version of gwibber and empathy
  111. [ubuntu] Locking up on log out
  112. [other] So what is your recommended laptop? General use?
  113. [SOLVED] Change system sounds? Best sound pack?
  114. [other] grub rescue broken
  115. [ubuntu] No compiz when I go back to radeon from FGLRX
  116. [ubuntu] techsmith playback in mplayer
  117. [ubuntu] gzip issues. works on karmic, won't on lucid. Same files MD5 checked.
  118. [ubuntu] Firefox and Chrome - processes still running after close
  119. [ubuntu] Upgrade to 10.4 fails Package 'hostname' is marked for removal.
  120. [ubuntu] Add/ Remove program
  121. [ubuntu] NetworkManager Applet missing but running
  122. [all variants] Unable to get minicom to work properly with USB->serial adaptor
  123. [ubuntu] Cgi-bin in /var/www to work
  124. [other] Thinkpad 390X
  125. [ubuntu] Remote Desktop with router WRT54GS2
  126. [ubuntu] newbie needs help...
  127. [ubuntu] Wine, Win XP, fresh installs, problems.
  128. [ubuntu] Custom List in Tree View mode in Nautilus
  129. [SOLVED] Removing another operating system?
  130. [ubuntu] How to run Shell script
  131. [ubuntu] Power information dialog box
  132. [ubuntu] How do I convert or sync any videos to my recently bought mp3 player Sony Walkman
  133. [ubuntu] 1920x1080 on netbook with ubuntu
  134. [SOLVED] Grab Package Version using grep
  135. [ubuntu] Nvidia settings problem. X server
  136. [SOLVED] Lost partition table
  137. [other] How to get video of flash format?
  138. [ubuntu] Quick question, ubuntu + kde
  139. [ubuntu] Unexpected closing
  140. [ubuntu] How can I force Evolution to open all links in background?
  141. [ubuntu] Boot Hangs Up On Splash Screen
  142. [ubuntu] Problem with X server Alt+Ctrl+Fn
  143. [ubuntu] setup vent server
  144. [SOLVED] Alternative to indicator applet
  145. [SOLVED] Why is this script crashing?
  146. [all variants] My First Shell Script
  147. [ubuntu] Disconnect OVPN client from console
  148. [ubuntu] Lost my partition
  149. [ubuntu] Kodak 5300 found but not printing.
  150. [ubuntu] Anyone know how to log CPU usage of a process?
  151. [SOLVED] Wireless on Mini10v not working
  152. [ubuntu] Set area for icons/files on the desktop??
  153. [all variants] How do you write grub2 to MBR?
  154. [all variants] Problems Launching Firefox 4 Beta
  155. [ubuntu] Hard disk checking at every Booting
  156. [ubuntu] How to install AS400 client (iSeriesAccess) in ubuntu 10.04
  157. [ubuntu] QtCreator starts very slowly and eats CPU
  158. [ubuntu] liveusb slow as hell
  159. [ubuntu] A couple problems I could use help with, please
  160. [ubuntu] .ICEauthority
  161. [ubuntu] Ubuntu Boot issues
  162. [SOLVED] How to edit Natilus right context menu?
  163. [all variants] How to set audio & video?
  164. [ubuntu] Customization kit for Mint?
  165. [all variants] mount into a non empty folder
  166. [ubuntu] Crashing at boot. No boot menu displayed. Help!
  167. [ubuntu] no ppd file in HPLIP
  168. [ubuntu] Force windows to open at lower y coordinate (Compiz)
  169. [ubuntu] laptop struggling with wireless connections
  170. [SOLVED] Epson all-in-one dx4450 scanner driver
  171. [ubuntu] Major Problem when downloading
  172. [ubuntu] Ubuntu 10.04 cant write to samba share
  173. [ubuntu] TouchPad Issue
  174. [all variants] wget - Different download size (as report by DTA)
  175. [ubuntu] Firefox freeze
  176. [ubuntu] Unable to change brightness level
  177. [SOLVED] VNC questions
  178. [ubuntu] how to use gparted
  179. [ubuntu] Hard Drive Permissions Issues
  180. [SOLVED] ohrrpgce won't play music
  181. [SOLVED] Kill java and prevent it from respawning?
  182. [SOLVED] how to add single file to many zip files?
  183. [SOLVED] how can i get my ipod nano 4th working?
  184. [ubuntu] Installation for Satellite A215-S4747
  185. [all variants] sudo doesn't keep environment variables
  186. [ubuntu] Fred-client-2.2.3: Installation problems
  187. [xubuntu] FreeNX on 10.04 Server + Xubuntu - XFCE
  188. [SOLVED] VirtualBox Hard Drives
  189. [SOLVED] How do you end zombie processes?
  190. [ubuntu] randomly logged in as restricted user
  191. [ubuntu] Lucid lynx: I still have grub version 1.5
  192. [ubuntu] Configure system for mail(x)
  193. [ubuntu] VirtualBox networking on guest
  194. [ubuntu] iPod Touch/iPhone Update in VMWare Player
  195. [ubuntu] Transmission & uploads
  196. [ubuntu] Changing File Permissions
  197. [SOLVED] wubi
  198. [ubuntu] Visual effects won't work
  199. [ubuntu] Expanding Ubuntu ext4 partition.
  200. [ubuntu] Getting rid of an Ubuntu Partition
  201. [ubuntu] Cant find installed programs
  202. [ubuntu] what the skype!!!!
  203. [kubuntu] Installing LAMP
  204. [ubuntu] how to disable grub2
  205. [ubuntu netbook remix] How to log out of screwed desktop
  206. [ubuntu] Speeding up searches using FIND
  207. [SOLVED] sudo vs. su -
  208. [ubuntu] Realtek 8112L Gigabit LAN controller
  209. [ubuntu] terminal / ssh freeze while pasting large text
  210. [other] A real command line ubuntu distro
  211. [all variants] Saidar missing 2 drives
  212. [other_os] How To Get W7 to recognize my ext4 partition
  213. [ubuntu] Make a bootable windows usb in ubuntu
  214. [ubuntu] update messed up grub
  215. [SOLVED] Terminal
  216. [ubuntu] Evolution Send problem
  217. [ubuntu] Screenshots in Recovery Mode?
  218. [ubuntu] need to install HPlip after download
  219. [ubuntu] Auto fsck Goes On Long After Log-in. Eats RAM.
  220. [ubuntu] dual booting help
  221. [SOLVED] drives not ready or not present on loading Ubuntu
  222. [ubuntu] Account created, trouble started...
  223. [ubuntu] schedule tasks for the 3rd friday of every month
  224. [ubuntu] free disk space always zero!!
  225. [gnome] Shift+F3 in terminal not behaving as expected
  226. [ubuntu] Reformatting an apple partitioned external hd
  227. [SOLVED] can I toggle between versions of wine?
  228. [ubuntu] Permissions in a live session on boot from CD
  229. [kubuntu] Which distro should be used on a tablet PC?
  230. [SOLVED] login screen help
  231. [ubuntu] Odd problem with multimedia keys (volume up/down)
  232. [ubuntu] wbar config problem
  233. [ubuntu] Yelp
  234. [SOLVED] If a program won't run under Wine
  235. [ubuntu] can't mount or use Kingston 8GB usb
  236. [ubuntu] start up grub
  237. [ubuntu] Make a program crash if system memory usage gets too igh
  238. [SOLVED] how to change splash screen??
  239. [ubuntu] Deleted Partitions. now Can't Boot From Hard Drive
  240. [ubuntu] After Installing Ubuntu 10.04 on Windows 7; Issues
  241. [all variants] How can I make APT install a package from a specific repository
  242. [ubuntu] wireless not recognized at startup?
  243. [ubuntu] Gimp thing
  244. [SOLVED] about oo.org to office
  245. [ubuntu] emachines ubuntu trouble
  246. [ubuntu] Pulling my hair out(whats left of it)
  247. [ubuntu] Dell PE r610 w/ MD1000 can't boot after RAID setup
  248. [ubuntu netbook remix] VLC/MPC/WINAMP/RHYTHMBOX...etc...
  249. VNC from Ubuntu Netbook to Win7 Desktop?
  250. [ubuntu] Mouse configuration