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] Cannot read video file in ASF/WMV format with firefox
  2. [ubuntu] Help with a search in a file
  3. [SOLVED] deleted /etc/init.d/ (yes I am an idiot)
  4. [ubuntu] Games
  5. [SOLVED] Am I running 32 bit or 64 bit?
  6. [ubuntu] Compiz Cube Atlantis gone?
  7. [ubuntu] No Sound Please help
  8. [ubuntu] Installation Question
  9. [ubuntu] login screen transparency
  10. [ubuntu] Help Dialog Reopens After Close & Supercedes All Other Windows
  11. [ubuntu] Replacing w/ larger drives in RAID 6
  12. [ubuntu] Installing Realtek wireless card driver
  13. [SOLVED] Hot to automatically start lsyncd daemon on server reboot
  14. [ubuntu] Problem with export variable
  15. [ubuntu] Linux Programs/software
  16. [ubuntu] 10.04 - Keyboard issues (General and with gnome terminal)
  17. [ubuntu] how to run a python program from the command line
  18. [gnome] Accessing "System Settings" using Terminal
  19. [ubuntu] fire wall
  20. [SOLVED] Help I have no internet
  21. [ubuntu] Sharing Mobile Broadband Internet
  22. [ubuntu] Newbie Struggling to get wifi working :(
  23. [ubuntu netbook remix] Where is program "autofill" data stored?
  24. [ubuntu] ubuntu freezes
  25. [ubuntu] Reverting to Nouveau
  26. [ubuntu] Strangest Problem Yet
  27. [SOLVED] Grub 2 Not Detecting Win7
  28. [ubuntu] Having a few problems with Ubuntu 11.04 64bit
  29. [ubuntu] Change names of entries in indicator messages
  30. [SOLVED] Do LUKS-encrypted external HDs automount on plug in?
  31. [other] Need help with installation. (Linux beginner)
  32. [SOLVED] Speed up Maverick app opening times
  33. [SOLVED] Accessing Home Folder
  34. [SOLVED] Link one command to another
  35. [SOLVED] possibly not the silliest question ever posted
  36. [ubuntu] chipset problem driver
  37. [all variants] wirless chipset is unknown
  38. [ubuntu] Text is black on black in the panel after upgrading to 11.04, Dust theme
  39. [ubuntu] Nautilus hogs CPU
  40. [ubuntu] Donating computer to charity how do I wipe my HD?
  41. [ubuntu] How do I open ZIP files?
  42. [SOLVED] Humanity home icon appears for Faenza icon set
  43. [ubuntu] htc desire syncing
  44. [ubuntu] Webcam Help - Acer Laptop
  45. [ubuntu] Icon size won't change?
  46. Usb mouse not working?
  47. [SOLVED] Firefox/Thunderbird Fonts Hosed after upgrade to 11.04
  48. [ubuntu] ASUS netbook wont start
  49. [mythbuntu] How do I install **buntu onto a FakeRAID drive?
  50. [ubuntu] how do i install Diablo 2 an the expansion set on to the 11.04
  51. [ubuntu] what's with the (8) and (7)
  52. [SOLVED] Ubuntu no longer boots
  53. [ubuntu] Terminal command: cd /media/My Passport is not working
  54. [SOLVED] Stop Suspend on Laptop Lid Close in GDM
  55. [ubuntu] Monitors adjustment
  56. [ubuntu] Format Ipod and install alternative OS
  57. [kubuntu] can not copy from kubuntu and paste to teamviewer
  58. [lubuntu] Help with Lubuntu abnormal startup
  59. [ubuntu] Compiz- Effects not working
  60. [SOLVED] Flash stopped working
  61. [ubuntu] Errors were encountered while processing:
  62. [ubuntu] Overriding default behavior in Unity
  63. [ubuntu] Natty Power Outage Won't Boot
  64. [SOLVED] Firefox downloads are owned by root
  65. [ubuntu] RAID 5 will not asseble with MDADM
  66. [ubuntu] Initramfs boot error
  67. [ubuntu] Installing Programs
  68. [ubuntu] second HD won't mount any more.
  69. [ubuntu] Beginner needs help troubleshooting
  70. [SOLVED] GRUB - excluding a hard drive
  71. [ubuntu] Create My Own Live CD
  72. [SOLVED] shared printer from xubuntu 11.04
  73. [ubuntu] Qt errors when trying to install last.fm scrobbler
  74. [ubuntu] how to install program on Ubuntu Virtual machine
  75. [SOLVED] Does this site blocks your computer?
  76. [ubuntu] Command to see drivers in 11.04?
  77. [ubuntu] NAUTILUS Actions configuration problem =\
  78. [ubuntu] No sound?
  79. [ubuntu] Dual Screens problem
  80. [ubuntu] TomTom interface - does this help developers?
  81. [ubuntu] Nautilus right click menu?
  82. [ubuntu] Installing vSphere client 4.0
  83. [ubuntu] Folder View Split
  84. [SOLVED] Having trouble uploading two packages to Launchpad
  85. [SOLVED] installing Darwinia onto Ubuntu 11.04
  86. [SOLVED] downlading using terminal
  87. [ubuntu] Problem with cron
  88. [ubuntu] ubuntu 11.04 hangs installing updates ?
  89. [ubuntu] Recently understood the value of backing up
  90. [ubuntu] Crystal reports viewer? alternatives?
  91. [ubuntu] 10.04 LTS AMD ATI Radeon boots to wallpaper only?
  92. [ubuntu] [x64] shutdown issue
  93. [SOLVED] is there a (linux) equivalent to mailmaint (windows)?
  94. [ubuntu] why does loading work so good?
  95. [ubuntu] Switching indicator buttons in Natty
  96. [ubuntu] Html
  97. [ubuntu] Unity menu bar icons disappear off right corner
  98. [ubuntu] Forum Polls
  99. [ubuntu] wheres my program
  100. [wubi] Wubi install - can I patch and rebuild Natty kernel for flapjack KVM switch
  101. [ubuntu] About the sudoers file...
  102. [ubuntu] Website Redirected To Domain Parking
  103. [ubuntu] Shared Storage
  104. [ubuntu] Install Ubuntu 11.04 Encrypted on LVM with RAID 1
  105. [ubuntu] File explorer crashing in Ubuntu 11.04
  106. [ubuntu] mac theme error
  107. [ubuntu] Unable to mount ntfs drive-Gparted caused this
  108. Compiling Linux
  109. [ubuntu] Monitor Resolution issue
  110. [ubuntu] Ubuntu 11.04 missing two functions
  111. [ubuntu] "Very slow copy/rsync speeds ext4 to NTFS"
  112. [ubuntu] graphic card issue????
  113. [ubuntu] Is there a screen capture command?
  114. [ubuntu] Send packets From A-B-C
  115. Building GNOME
  116. [ubuntu] Boot up problems
  117. [ubuntu] Problem Installing Ubuntu Server on AMD Opteron
  118. [ubuntu] empathy log
  119. [ubuntu] Display config for new X
  120. [ubuntu] Install Ubuntu on cheap netbook
  121. [SOLVED] Program files
  122. [ubuntu] QGIS 1.7 update is faulty - want to revert to 1.6!
  123. [wubi] check disk usage
  124. [SOLVED] Broken after software update
  125. [ubuntu] h e l p wtd Melbourne newbi user system no go anymore
  126. Error with xorg 1.9.3
  127. [ubuntu] root password?
  128. [SOLVED] Some Help with Navigation in Ubuntu?
  129. [ubuntu] Window becomes extremely small restoring from maximize
  130. [all variants] How to download repo
  131. [ubuntu] Help configuring ganglia
  132. [ubuntu] reliance modem not connecting
  133. [xubuntu] Web Development
  134. [ubuntu] Unable to remove file over pendrive
  135. [ubuntu] ISO File Search app
  136. [ubuntu] how to give mounting rights to ordinary users?
  137. [ubuntu] LibreOffice & Chromium freezing on launch
  138. [wubi] launch remote ubuntu
  139. [ubuntu] dstat reporting very high net speeds
  140. [ubuntu] After login, nothing then the occasional flashing box
  141. [ubuntu] IPX Printing?
  142. [ubuntu] VOB files
  143. [ubuntu] Need to disable one specific Usb port
  144. [ubuntu] transfer files between virtual machine DOS and UBUNTU
  145. [ubuntu] reading a backup file
  146. [ubuntu] LTSP server issues
  147. [ubuntu] crash during upgrade, caps lock flashes
  148. [64 bit] Issues on AMD64 and ATI Radeon Chips
  149. [ubuntu] permission denied
  150. [ubuntu] Problems using samba with win7
  151. Emacs wierd bug in Ubuntu
  152. [SOLVED] Says there are updates but there ate not at tty login
  153. [SOLVED] permsissions not set after issuing chmod command
  154. [ubuntu] How to get Cron to display script status
  155. [ubuntu] Could not initialize the package information Errors
  156. [SOLVED] Places menu maintenance?
  157. [ubuntu] encfs mount directory disappears
  158. [SOLVED] error: no such partition. grub rescue> PLEASE HELP!
  159. [ubuntu] grub2 splash
  160. [ubuntu] mysql workbench files open with file roller
  161. [ubuntu] Ubuntu laptop?
  162. [SOLVED] Is it possible to have > 1 /home partition
  163. [ubuntu] Firefox 4.0.1 bin issue
  164. [ubuntu] how to restore lost partitions-(immediate help needed)
  165. [kubuntu] change properties error message
  166. [SOLVED] cant open gimp
  167. [ubuntu] PLEASE. Quick help with install crash!
  168. [SOLVED] Tabbed Notebook
  169. [ubuntu] 10.04.2 / XP SP3 Dual-boot computer shuts down while booting either OS
  170. [ubuntu] Disconnecting drives, fails all mounts?
  171. [ubuntu] Takes long time to send multiple pages to printer
  172. [ubuntu] sudo rm -R me
  173. [SOLVED] problems printing from a shared printer
  174. [all variants] Where can I read about file:/// conventions?
  175. [ubuntu] emacs in remote machine in term mode
  176. [ubuntu] default directory for Jdownloader in ubuntu 11.04
  177. [ubuntu] Ubuntu Wont Paly cds/dvds
  178. [all variants] tool for multiplexing input to interactive program?
  179. [ubuntu] swap and usb partition help
  180. [ubuntu] indicator-weather disappears
  181. [ubuntu] I can't get into Ubuntu even after reinstalling
  182. [ubuntu] Mint or Ubuntu
  183. [ubuntu] Is there an iTunes alternative that meets these requirements
  184. [SOLVED] Cannot remove broken package
  185. [ubuntu] Current libapache-mod-geoip for Ubuntu 10.4 LTS?
  186. [ubuntu] Samba/Webmin Screwup on Ubuntu Server
  187. [ubuntu] Ubuntu 11.04 backlight not working
  188. [all variants] How to kill a process when system hangs.
  189. [ubuntu] After login, system loads root's desktop?
  190. [SOLVED] Suggestions for a small business
  191. [64 bit] Laptop hard drive TestDisk
  192. [SOLVED] Kicked out - loggout
  193. [other_os] Problems integrating xinetd, git-deamon, and windows version of git
  194. [ubuntu] Natty Reboot Issue
  195. [ubuntu] single user stop constant login
  196. [SOLVED] Gimp
  197. [ubuntu] cbrPager not showing images
  198. [ubuntu] 10.04 Can't share folders. at all. between ubuntu machines or vista
  199. [ubuntu] plugin is not available
  200. [all variants] Ubuntu or VAriant on USB drive for portable use
  201. [ubuntu] Problem when creating aditional users
  202. [ubuntu] NeedHelp recovering bookmarks, Evolution & Tomboy
  203. [other_os] Windows Dual Boot?
  204. [SOLVED] Natty Narwhal design+look changes
  205. Popping sound when start and end audio.
  206. [ubuntu] new laptop partitions and 64 bit advice
  207. [ubuntu] Errors with cd/dvd drive - is the problem in the drivers?
  208. [ubuntu] sound icon gone from pannel
  209. [ubuntu] Trim
  210. [SOLVED] Blank screens on browsers
  211. [ubuntu] Cant log into ftp server, "530 login incorrect"? Please help???
  212. [xubuntu] Global menu in XFCE on Xubuntu Natty?
  213. [kubuntu] inkspot window flashes when moving curor
  214. [ubuntu] Display messed up after upgrading to Maverick
  215. [SOLVED] How to make init use a certain flag for a service it starts.
  216. [ubuntu] double tap
  217. [SOLVED] Change ssh shell
  218. [ubuntu] Dockbarx leaves icon after closening.
  219. [ubuntu] Add 16:9 screen resolution to media PC
  220. [SOLVED] 'File tab' only in opera 11
  221. [ubuntu] How do I get ceni to setup network at boot?
  222. [ubuntu] How to rearrange Ubuntu icons?
  223. [ubuntu] AdobeReader download won't open
  224. [SOLVED] Ristretto photo viewer 0.0.91-2 can't upload to sites
  225. [ubuntu] Live CD/USB Drive + Additional Drivers
  226. [SOLVED] startup themes
  227. [ubuntu] Trouble Automating Scripts with Crontab
  228. [ubuntu] Is there a full featured gnome gpg gui?
  229. [ubuntu] How to install Java?
  230. [SOLVED] Graphics not as smooth in 11.04 as 10.04
  231. [ubuntu] Get dbus error message every time opening network share folder
  232. [SOLVED] Mouse intermittently double left clicks when I single left click.
  233. [ubuntu] Profiles disappear at logon
  234. [ubuntu_studio] Creative Sound Blaster X-Fi Extreme PCIe problems
  235. [ubuntu] Can't open .rar files
  236. [ubuntu] Upgrading kernel in 10.04
  237. [ubuntu] 11.04: Multiple issues with fresh Natty install.
  238. [all variants] is my hdd/ssd sensor working?
  239. [SOLVED] Disable the auto type
  240. [ubuntu] password auto typer
  241. [ubuntu] Auto updates
  242. [ubuntu] Easy questions about MDADM on raid5
  243. [ubuntu] Workspace Launcher messing up
  244. [ubuntu] Help Me Kick the OS X Habit
  245. [ubuntu] Running Windows software with Ubuntu
  246. [SOLVED] ANSYS installation in UBUNTU10.10
  247. [ubuntu] Send to: help..
  248. [ubuntu] Permissions problem using truecrypt
  249. [ubuntu] External Monitor Issue
  250. [other] Ubuntu Installation Error