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] Problem W/ Add/Remove Apps
  2. [ubuntu] Hide Evolution instead of quitting it.
  3. [ubuntu] recommended way of re-installing Ubuntu?
  4. [all variants] Pyqt? Where do I find it?
  5. [ubuntu] Fonts Problem -Firefox!
  6. [ubuntu] Silverlight? ... aw crap.
  7. [ubuntu] How do I correctly reverse this unmount?
  8. [ubuntu] Broken sudo - error 6
  9. [ubuntu] Grub error 22
  10. [SOLVED] non-ascii characters
  11. [ubuntu] disaggregating openoffice
  12. [ubuntu] Gstreamer Help
  13. [ubuntu] PLEASE HELP - Screen flickering in 9.04 but not 8.10
  14. [ubuntu] Accessing my RAID devices
  15. [all variants] Recover formatted NTFS
  16. [SOLVED] Using Old Computer as Storage Space
  17. [ubuntu] Minimized windows disappear
  18. [kubuntu] Detecting memory card
  19. [ubuntu] HELP! my external hard disk isn't recognised
  20. [ubuntu] Post-Login Screen Problems
  21. [ubuntu] Transparancy
  22. [ubuntu] problem using 'touch' to create file
  23. [all variants] Unremovable files
  24. [all variants] Printing with HP Officejet 6500 in Hardy?
  25. [ubuntu] hibernate won't work after changing swap partition
  26. [ubuntu] chmod question
  27. [ubuntu] Desktop effects
  28. [all variants] gmail IMAP question
  29. [ubuntu] 9.04 logs out randomly
  30. [ubuntu] run ABAQUS with dbl click
  31. [ubuntu] Abiword - converting WORD to HTML
  32. [ubuntu] Please help me
  33. [ubuntu] List of day-to-day apps?
  34. [ubuntu] scim problem intrepid
  35. [ubuntu] HP Color Laserjet 2840 Network Printing Problem
  36. [ubuntu] Unable to transfer files to internal media
  37. [ubuntu] .deb packages missing
  38. [SOLVED] Linux or Ubuntu keyboard stickers
  39. [ubuntu] Code required to output a list of a YouTube user's subscriptions!
  40. [all variants] Intel Matrix Raid Issues (Dual Boot with Windows)
  41. [ubuntu] Firefox often uses all CPU!?
  42. [ubuntu] excel repair program
  43. [ubuntu] Cordless Mouse Battery Status
  44. [ubuntu] Resizing my Ubuntu EXT3 partition?
  45. [ubuntu] Graphics not working properly.
  46. [ubuntu] Problem running a script from cron
  47. [ubuntu] Need help with command line
  48. [ubuntu] change contrast hp pavilion
  49. [ubuntu] Startup Applications with a delay.
  50. [ubuntu] Vista Dual Boot fails
  51. [ubuntu] Rotate a video 90 degress clockwise?
  52. [ubuntu] Casper-rw file. How much have I used up?
  53. [ubuntu] simple find command question
  54. [ubuntu] MagicJack
  55. [ubuntu] Webcam & ubuntu question
  56. Announce Battery State Script
  57. [ubuntu] Disk Usage
  58. [ubuntu] Help Me for my E220 Modem
  59. [ubuntu] gave me some information if u have it plz
  60. [xubuntu] X11 Not Threadsafe
  61. [all variants] laptop+external monitor seperate x-sessions?
  62. [ubuntu] disable/enable 3D acceleration?
  63. [kubuntu] ssh: Could not resolve hostname localhost: Success
  64. [ubuntu] Installing Ubuntu on Intel Atom Desktop
  65. [all variants] file sharing password
  66. [ubuntu] extract files from .rar archieve
  67. [ubuntu] Cannot execute binary file I own and have permissions on?
  68. [all variants] Abiword Footnote Issue.
  69. The only problem in ubuntu.
  70. [ubuntu] Mailman Headers
  71. [all variants] plz suggest some browser simulator
  72. [ubuntu] Ati + VLC + compiz = crash
  73. [ubuntu] Evolution not responding
  74. [ubuntu] easiest way to install Ubuntu?
  75. [all variants] Control Firefox from command line
  76. [ubuntu] bluetooth start and stop question
  77. [SOLVED] Strange Partitioning Results on my External Drive
  78. [ubuntu] Network drive file ownership nightmare
  79. [ubuntu] Nvidia driver bug! blue tint on video playback!
  80. [ubuntu] Need help with partitioning
  81. [ubuntu] digitemp unable to read from usb adapter
  82. [ubuntu] 9.04 Random System Crashes
  83. [ubuntu] error after installing google talk
  84. [ubuntu] lfm file manager colors
  85. [all variants] Script help: checking IP
  86. [ubuntu] AVG Antivir for Linux
  87. [ubuntu] Firefox dual/simultaneous left+right click to close tab (broken)
  88. [ubuntu] Updates, notify and update manager
  89. [ubuntu] does the server version have a GUI?
  90. [ubuntu] Computer Automatically Booted?
  91. [ubuntu] genuine problem wiht grub
  92. [ubuntu] Jaunty is pathetic, does nobody do any testing before a release?
  93. [ubuntu] Synaptic Package manager issues
  94. [ubuntu] Window size of Terminal
  95. [all variants] Zenity help with loading bar
  96. [xubuntu] Applications in xubuntu 9.04
  97. [all variants] How robust is NTFS support?
  98. [ubuntu] Copy Applications Menu
  99. [ubuntu] K3b VCD burn "succeeds" and fails...
  100. [ubuntu] Freetype fonts problem with Wine
  101. [ubuntu] Shell script to show my external ( public ) IP - anyone ?
  102. [ubuntu] Creating user directories with customized permissions using likewise-open
  103. [ubuntu] How to run Aver Media Super 007 TV Card
  104. [ubuntu] How do I get an ancient Logitech Trackman to work?
  105. [ubuntu] 8.04 Froze now Fstab file is corrupt
  106. [ubuntu] Installing synaptic packages
  107. [ubuntu] How do I build a VNC server that loads a new session?
  108. [ubuntu] screen saver freezes my computer
  109. [ubuntu] sending text file as body of email
  110. [kubuntu] Migration Assistant
  111. [ubuntu] problem with adobe flash player
  112. [ubuntu] ubuntu 8.04 LTS mystery
  113. [ubuntu] Can GRUB Boot From USB?
  114. [ubuntu] Any idea what does this file do? ---> /usr/bin/[
  115. [ubuntu] General help question
  116. [ubuntu] programming in ubuntu........
  117. [ubuntu] RAID. Ubuntu. Questions.
  118. [ubuntu] help!
  119. [ubuntu] deleting temporary internet files
  120. [ubuntu] Programs doesn't minimize?
  121. [ubuntu] Website osting
  122. [all variants] XFS and ACLs ; just always there? (no acl mount option)
  123. [ubuntu] Text editor with bookmark feature
  124. [ubuntu] How do i restart (reconnect? remount?) my usb from terminal?
  125. [xubuntu] Quicken 2009 in Wine?
  126. [gnome] Automatic Ticket creator for Ubuntu?(urgent!)
  127. [ubuntu] Messed Up Filesystem permissions
  128. [ubuntu] SDL program messed up my display.
  129. [ubuntu] Backup partition excluding certain folders - partimage how?
  130. [ubuntu] Dektop Effects on Limited User
  131. [all variants] Shorter command?
  132. [ubuntu] Python locale problem?
  133. [ubuntu] Proxy Issue with ActiveGrid Application
  134. [ubuntu] Motion (Motion detection software)
  135. [ubuntu] remote support software
  136. [all variants] Need help finding usb device in /dev
  137. [ubuntu] We want something UNsecure!
  138. How to hibernate / suspend from command line?
  139. [ubuntu] Putty like software
  140. [ubuntu] Folder Recovery
  141. [ubuntu] Caps lock key press not responding fast enough
  142. [ubuntu] Help to buy a Netbook
  143. [ubuntu] Evince will not open eps files
  144. [ubuntu] Quick question about repositories and updating
  145. [ubuntu] Xara Extreme Startup issues
  146. [ubuntu] gnome-terminal and extended ASCII?
  147. [kubuntu] installing firefox and other gnome apps
  148. [kubuntu] Change places name in Dolphin
  149. [ubuntu] Ext4 File System Unsupported in Jaunty Error
  150. [ubuntu] COMPIZ won't run
  151. [ubuntu] problem when I burning a DVD....
  152. [all variants] Keyboard: Edit third level characters
  153. [ubuntu_studio] No Sound!!!
  154. [ubuntu] edit series of files usind a script (.sh)
  155. [ubuntu] Slow internet connection in Ubuntu
  156. [SOLVED] Ubuntu doesn't fill entire screen
  157. [all variants] Cannot format Sansa E-280R
  158. [ubuntu] Second Drive Unwritable
  159. [ubuntu] Booting raid1 after failure
  160. [all variants] Sharing Files
  161. [ubuntu] Changing directory in shell script (Problem)
  162. [ubuntu] Configure the graphics card?
  163. [ubuntu] keyboard keys
  164. [ubuntu] Add/Remove Jaunty Locks up and forces power down to clear
  165. [ubuntu] Apache prompts to download .part as application/x-trash.
  166. [ubuntu] synce copy pim.vol from dead windows mobile phone
  167. [ubuntu] 3 menu.lst questions
  168. [ubuntu] Oops... Someone please help URGENT!
  169. [kubuntu] Can't mount SATA Burner
  170. [ubuntu] Where can I order a cheap computer
  171. [ubuntu] mysql.h
  172. [ubuntu] auto run of perl script
  173. [ubuntu] Can not enable desktop effects.
  174. [SOLVED] Users and Groups
  175. [ubuntu] running on a slow system
  176. [ubuntu] Printing with HP photosmart 7960
  177. [ubuntu] Control-Alt-Backspace
  178. [gnome] Shrinking windows
  179. [ubuntu] looking to buy a new dell desktop with linux
  180. [all variants] File Merger?
  181. [ubuntu] Frostwire complains about corrupt Frostwire.jar
  182. [ubuntu] Jump Drive trouble
  183. [ubuntu] Ubuntu 9.04 Nvidia driver failure to create xorg.conf correctly
  184. [all variants] wget banned from certain websites?
  185. [ubuntu] convert pdf to html
  186. [ubuntu] Saving Flash In Webpages
  187. [other] Dualhead: separate x sessions aren't really separate.
  188. [ubuntu] Removing older kernel...
  189. [ubuntu] Urgent Help, Grub Loading Error 21
  190. [ubuntu] drive encryption tool
  191. [ubuntu netbook remix] Please Help!! Completely new to Linux!!
  192. [other] moving logs
  193. [ubuntu] Anything requiring a login doesn't open
  194. [ubuntu] No sound in Youtube videos (9.04)
  195. [ubuntu] Bash issues after upgrade to jaunty
  196. [ubuntu] Zoneminder Help - capture card setup
  197. [ubuntu] Seeking a pop3 mail utility
  198. [ubuntu netbook remix] Issues after running Computer Janitor
  199. [ubuntu] Ubuntu 9.04 on ASUS F6V Install Problem(s)
  200. [ubuntu] Problems with jaunty upgrade: X windows crashes on Radeon video card
  201. [ubuntu] Backup evolution from the command line
  202. [all variants] WRF MODEL USING GFORTRAN AND Gcc COMPILERS
  203. [ubuntu] Vlc 1.0.0
  204. [ubuntu] AVG Antivirus
  205. [ubuntu] How do I open a Windows drive?
  206. [ubuntu] winetricks PROBLEM!!!
  207. [all variants] Convert lower to upper case etc.
  208. [ubuntu] Killed Xforwarding
  209. [other_os] 32-bit Debian to 64-bit Ubuntu 9.04. Simple?
  210. [ubuntu] Disable Trash?
  211. [ubuntu] Password recovery?
  212. [ubuntu] USB Wireless Adapter makes my Jaunty hang
  213. [ubuntu] File sharing in ubuntu & windows
  214. [ubuntu] Firefox and Flock Processes
  215. [ubuntu] Corrupted graphics on startup
  216. [ubuntu] Complete and random hanging
  217. [ubuntu] tar.gz files
  218. [ubuntu] Help! Browser error, I will be forced to use Windows + IE?
  219. [ubuntu netbook remix] wifi on my aspire one
  220. [ubuntu] Trash bin
  221. [ubuntu] Flash went crazy
  222. [ubuntu] Updating glibc
  223. [ubuntu] Splash screen is not working for me
  224. [ubuntu] strange message in syslog
  225. [ubuntu] LikeWise domain user rights
  226. [ubuntu] Laptop doesn't Turn Off automatically
  227. [ubuntu] If a package in the Hardy repos isn't in the Jaunty repos will it still work?
  228. [kubuntu] flash plugin problem
  229. [ubuntu] Permanent Partition mount
  230. [ubuntu] diskspace question
  231. [all variants] Bash completion with scp, which package?
  232. [ubuntu] Wine lagging Xorg
  233. [ubuntu] Directory change problem in Shell Script
  234. [ubuntu] Xorg configuration
  235. [ubuntu] No GUI file explorer (Thunar) in 9.04
  236. [ubuntu] java problem
  237. [ubuntu] cpufreqd screwed up after jaunty upgrade
  238. [ubuntu] VNC on startup/boot
  239. [ubuntu] how to install the magic jack in ubuntu
  240. [all variants] Can't login to AIM?
  241. [SOLVED] HowTo: Leave a DVD+RW Open
  242. [ubuntu] How to watch youtube videos, unrar and make the font look better
  243. [all variants] Repositories program for correlation coefficient?
  244. [ubuntu] chess
  245. [ubuntu] ubuntu boots to desktop background image only
  246. [ubuntu] error trying to use any jump drive or fat32 or ntfs partitio
  247. [ubuntu netbook remix] How to create launcher
  248. [kubuntu] mapping keys
  249. [ubuntu] ext4 Resized - Ubuntu Jaunty no longer boots
  250. [ubuntu] Installed Ubuntu, ran GParted now space used is changed?