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] How to parse a file mode from a shell script
  2. [ubuntu] i have problem with phpmyadmin
  3. [wubi] Unable to run simple programs in Wubi after installing gcc
  4. [ubuntu] Keyboard wigging out!!
  5. [SOLVED] Some update erased graphics card stuff, now I see all black
  6. [SOLVED] Workspace switcher on panel does not show all workspaces
  7. [SOLVED] Natty start up.
  8. [ubuntu] Google earth flash plugin missing...
  9. [SOLVED] automatically mount partitions at boot
  10. [SOLVED] CP command help
  11. [SOLVED] Startup manager question
  12. [ubuntu] swap slowing the system?
  13. [ubuntu] "Package Operation failed" Ubuntu Software Center
  14. [ubuntu netbook remix] About to set up dual-boot on HP Mini
  15. [SOLVED] Using mplayer To Speak Time Every Hour But Prevent Sending of Mail
  16. [ubuntu] Xbox360 + Ubuntu 11.04
  17. [SOLVED] ubuntu booting to Terminal-like Login (no GUI) -- Help with recovery mode
  18. [gnome] Anjuta remove suggestions when typing code
  19. [SOLVED] Command Line: how to sort find results alphabetically?
  20. [ubuntu] Unity-Place-Filesearch Lens not loading on reboot
  21. [ubuntu] Unity 2D - xsensors
  22. [ubuntu] Can't open evolution address books
  23. [ubuntu] Thunderbird 5 resource usage
  24. [ubuntu] FileZilla Beta Repositories and a powerful Screengrabber
  25. [SOLVED] Install Adblock Plus add-on through apt-get
  26. [ubuntu] startup disk creator
  27. [ubuntu] 11.04 GPU artifacting
  28. [all variants] Package management question
  29. [SOLVED] Ubuntu 11.04 not booting
  30. [ubuntu] No name shown on Flash player's playlist, only the current one shows full name
  31. [all variants] Weird error when booting
  32. [ubuntu] How to use a different kernel?
  33. [ubuntu] Performance drop off over time + high memory usage
  34. [ubuntu] Grub2 - Multi Loading ISOs
  35. [SOLVED] Ubuntu 11.04 - Gnome Shell - No Notifications?
  36. [ubuntu] Desktop fades to dark shade, pauses for say 3s, then returrns
  37. [ubuntu] Ubuntu 11.04 freezing after login...
  38. [ubuntu] Mounts
  39. [SOLVED] F-Spot, jpg?
  40. [ubuntu] Migrating / to new partition
  41. [SOLVED] Rhythmbox and tags
  42. [ubuntu] Partitions with stuff on that I cannot see or access
  43. [ubuntu] Linux Boot Disk Format procedure problem
  44. [ubuntu] vmlinuz
  45. [ubuntu] Ubuntu 11.04 freezes constantly, possibly a heating issue?
  46. [other_os] Slitaz Installing Java/Flash/Chrome&Printer
  47. [SOLVED] I can see only my wallpaper
  48. [ubuntu] Cron php program with argument
  49. [ubuntu] Program already running
  50. [ubuntu] Hp Help
  51. [ubuntu netbook remix] Issues Removing Ubuntu from Asus eeePC
  52. [SOLVED] Google Chrome and Adblock
  53. [ubuntu] I can not get XBMC to install.
  54. [ubuntu] Chrome and Snap Links
  55. [kubuntu] cronjob does not work!!!
  56. [ubuntu] Gwibber-Twitter Error
  57. [ubuntu] help uninstalling and accesing bios
  58. [SOLVED] LVM mysteries in Ubuntu
  59. [SOLVED] Playing around, Now my printer doesn't work:(
  60. [SOLVED] Can't delete partition (gparted)
  61. [ubuntu] Scid program won't show up in start menu
  62. [ubuntu] How can I control what apps can and cannot connect to internet?
  63. [other] disk not being accessible
  64. [ubuntu] Security: Windows 7 vs Ubuntu
  65. [ubuntu] Dual Monitors, Gaming On Just One?
  66. [ubuntu] OpenGL Question
  67. [ubuntu] moding help
  68. [SOLVED] Compiz with Ubuntu - Assistance Needed
  69. [SOLVED] My mouse is failing to work correctly. Please help! :(
  70. [ubuntu] format for data partition
  71. [ubuntu] Missing 2nd Hard Drive
  72. [ubuntu] Password protected rar cannot be opened
  73. [ubuntu] Perl module
  74. [SOLVED] Beginner: using set command
  75. [ubuntu] Problem with logging with 11.04 Ubuntu
  76. [ubuntu] Interface Language Selection at boot
  77. [ubuntu] Wireshark Install
  78. [ubuntu] lost+found?
  79. [ubuntu] Installing Mint beside Ubuntu 11.04: Where oh where to install Boot?
  80. [ubuntu] I screwed up my system big time
  81. [SOLVED] Software center, update manager, Synaptic pakage manager crashes for no reason.
  82. [ubuntu] Missing Grub & dual boot menu, Windows wont boot
  83. [ubuntu] Question about how HDD Mountings work
  84. [ubuntu] Problems with Unity in Ubuntu 11.04
  85. [ubuntu] Translucent Menu Bar 11.04
  86. [SOLVED] How to become the "owner"?
  87. [ubuntu] natty s/w centre
  88. [SOLVED] Software Centre Not Full
  89. [ubuntu] Natty Browser Randomly Causing System Crash
  90. [ubuntu] Need help INSTALLING grub
  91. [ubuntu] Natty software centre for maverick
  92. [ubuntu] open source software for Time and Attendance
  93. [ubuntu] QJoyPad doesn't work after reopening it
  94. [xubuntu] 11.04, Firefox doesn't work and I can't update it
  95. linux user an developer cd problem,solutions ?
  96. [ubuntu] Change skype tray icon in 10.10
  97. [ubuntu] Is there a way to see what a programme is doing?
  98. [ubuntu] Computer freezes everytime after enters Ubuntu
  99. [SOLVED] bash script piping multiple results?
  100. [SOLVED] please help with cp command
  101. [ubuntu] ubuntu 11.04 nvidia binary driver segfaults on certain applications
  102. [other_os] how to change login box...??
  103. [ubuntu] screen size adjustment
  104. [ubuntu] Why No Option for 11.04 in Update manager
  105. [ubuntu] please help
  106. [SOLVED] GIMP, Wacom and Unity/Compiz incompatability.
  107. [ubuntu] It's still ok to install "sysv-rc-conf"?
  108. [SOLVED] Is there a way to backup the panel icons?
  109. [ubuntu] Ubuntu recover
  110. [ubuntu] |bug| unplug usb drive causes kernel panic
  111. [ubuntu] Dell Studio 1535 Audio Help
  112. [ubuntu] Iso CD Burner Program
  113. [ubuntu] Different colors in terminals
  114. [SOLVED] how do you start cups ?
  115. [ubuntu] Audible error, which log to check?
  116. [ubuntu] vi help
  117. [ubuntu] Regarding different users in ubuntu
  118. Huge ubuntu problem
  119. [ubuntu] lilo not working to restore mbr
  120. [ubuntu] screenlet not auto starting
  121. [ubuntu] On the verge of dumping Ubuntu
  122. [ubuntu] Firefox 5
  123. [SOLVED] Can't access Desktop.
  124. [ubuntu] gnome 3 failure
  125. [other_os] recovering data from hdd
  126. [SOLVED] Adding drive to grub
  127. [ubuntu] Suspend, hibernate and occassional shutdown issues.
  128. [ubuntu] Cannot delete planeshift because apparently it doesn't exist (but of course does)
  129. [ubuntu] Ubuntu 10.04 What Printer works out of the box
  130. [ubuntu] Ubuntu Help
  131. [ubuntu netbook remix] grub bootloading problems
  132. [all variants] Yakuake (Pop-down terminal emu) - Search feature
  133. [ubuntu] How to turn on swap permanently
  134. [ubuntu] E:Malformed line 59 in source list /etc/apt/sources.list (dist parse)
  135. [edubuntu] Unity Bar - Help!
  136. [ubuntu] Can't get change directory command to work
  137. [xubuntu] Is Xubuntu and Ubuntu the same for software?
  138. [ubuntu] Purchased Games Questions
  139. [SOLVED] Newbie Help Again with fstab - Sorry
  140. [ubuntu] Oxford dictionary
  141. [ubuntu] how can install digikam on ubuntu 10.10
  142. [ubuntu] Ubuntu FailŪ
  143. [SOLVED] Very Bad Compiz Performance with ATI 5870
  144. [ubuntu] Lost Evolution Inbox and other top level mail folders during upgrade to 11.04
  145. [ubuntu] How to get an older version of pidgin ?
  146. [ubuntu] Proper way to start a new x-server?
  147. [kubuntu] Kubuntu 11.04 iPod Issues
  148. [ubuntu] digikam , can not edit edit photos,help me
  149. [SOLVED] Disable Firefox Update
  150. [SOLVED] Mic works with skype & sound recorder but not google talk
  151. [ubuntu] scim problems and difference from ibus
  152. [ubuntu] How To Change Default File Permissions
  153. [ubuntu] Persistent fan speed control.
  154. [SOLVED] Processes listening to ports - ipv4 | ipv6 only ?
  155. [ubuntu] Problem with launching / access website from desktop laucher / shortcut
  156. [ubuntu_mobile] Is Embedded/Mobile Ubuntu dead ?
  157. [kubuntu] Can't login - failed to load module 'dri', no space left on device
  158. [SOLVED] A logical partition marked as primary one!!!
  159. [ubuntu] Possible to recovery files?
  160. [ubuntu] X11 fail, no way to recover
  161. [ubuntu] Flash Drive/HDD
  162. [lubuntu] Worth the effort to reformat?
  163. [ubuntu] graphical ftp for terminal
  164. [ubuntu] DHCP Configuration Problem
  165. [SOLVED] Permissions issues chown command?
  166. [ubuntu] Cannot access Update Manager
  167. [ubuntu] Sound not working
  168. [SOLVED] GRUB error: no such partition (No windows OS installed)
  169. [SOLVED] Please help me understand what this joker is talking about
  170. [SOLVED] Restoring a partition, dd denied permission to open file
  171. [ubuntu] Unable to install ubuntu :( :(
  172. [ubuntu] Unable to change user/group permissions on samba shares
  173. [ubuntu] tunel 6to4
  174. [SOLVED] 11.04 Unity widescreen display fault on Tosh Satellite laptop
  175. [lubuntu] Natty 11.04 stop booting
  176. [ubuntu] Google-Earth
  177. [xubuntu] Mounting SATA hard drives
  178. [ubuntu] A few questions
  179. [ubuntu] Slow internet in Natty
  180. [ubuntu] Comparing two files.
  181. [ubuntu] GCC-4.x dosent work
  182. [SOLVED] help with fonts
  183. [lubuntu] Cannot login to Ubuntu after installation
  184. [ubuntu] Screen blinking on boot, after fresh install
  185. [ubuntu] Volume Maximum on Boot
  186. [ubuntu] Ubuntu doesn't complete boot up....makes me use startx
  187. [ubuntu] no sound in ubuntu
  188. [ubuntu] Ubuntu destroyed my thumbdrive
  189. [ubuntu] Is there a .dmg (Mac file) program loader, like WINE?
  190. [xubuntu] Help with flash player
  191. [SOLVED] Windows won't boot after Ubuntu and Grub.
  192. [SOLVED] Conky Help
  193. [ubuntu] Installing Text-Based WINdows on 11.04
  194. [ubuntu] Blank Desktop After Login
  195. [kubuntu] claws under kubuntu Lucid Lynx has an unreadable display
  196. [xubuntu] Bash is going absolutely Insane
  197. [ubuntu] Keyboard shortcut to console disable?
  198. [ubuntu] QTSTALKER I would like to see MA displayed on the chart
  199. [ubuntu] How do I clone a dual boot hard drive
  200. [SOLVED] Can't use (or open) Synaptic package manager suddenly. Help please?
  201. [ubuntu] Google Contacts and Evolution
  202. [all variants] xpdf - segmentation faults
  203. [SOLVED] Kill program from X11 like CAD
  204. [ubuntu] Questions about fonts
  205. [ubuntu] Theme suggestions
  206. [ubuntu] Installing Aptana Studio in Ubuntu 11.04
  207. [SOLVED] ubuntu and fedora15
  208. [ubuntu] deleted unity -> tool bar vanishes -> alt f2 doesn't work
  209. [SOLVED] remote mouse via lircmd
  210. [ubuntu] Ubuntu 11.04 restart/freezes in flash and vlc
  211. [all variants] Restoring GRUB
  212. [SOLVED] Launch applications with wm settings
  213. [all variants] What happened to the old threads ...
  214. [ubuntu] sudo apt-get build-dep gcc-4.x problem
  215. [SOLVED] how to delete a folder owned by root
  216. [ubuntu] Nook Color Not Recognized?
  217. [SOLVED] dpkg error perl
  218. [ubuntu] Cannot print to /dev/usb/lp0
  219. [ubuntu] how to run make distclean
  220. [SOLVED] New hard disk partioning
  221. [ubuntu] Ubuntu 10 - howto install Virtual NIC?
  222. [ubuntu] applications and executable files in Ubuntu(linux)
  223. [ubuntu] Setting environment variables in Ubuntu server 10.04
  224. [SOLVED] docky requires compositing to work properly
  225. [ubuntu] Where is my calender
  226. [ubuntu] Anyone Can Name a WiMax USB Dongle that works with Ubuntu 10.04?
  227. [ubuntu] Raid 1: does it destroy data?
  228. [ubuntu] System Infomation
  229. [ubuntu] Error message meaning
  230. [ubuntu] SKYPE - Mic doesn't work, ALSA can't be launched.
  231. [ubuntu] Need some massive help
  232. [ubuntu] Create A custom live USB
  233. How to use apt-offline ?
  234. [ubuntu] I'm really dissapointed with the speed of ubuntu 11.4 its slow as hell and causes ...
  235. [ubuntu] Need serious help!
  236. [ubuntu] Security Software
  237. [ubuntu] Help in Apt-cacher setup
  238. [ubuntu] Display refreshing/shaking or freezing on a black screen at random times
  239. [ubuntu] Login Password
  240. [ubuntu] Grub rescue during boot
  241. [ubuntu] Disable live user on liveusb
  242. [SOLVED] cautious-launcher
  243. [ubuntu] How do I kill a rogue shell script?
  244. [ubuntu] Restoring Windows boot loader
  245. [ubuntu] Ubuntu 11.04 - Gnome Shell - Small Application Font
  246. [ubuntu] Remote Connection from windows Does not work
  247. [ubuntu] sound not working
  248. [ubuntu] Stress Test (memory, cpu, gpu).
  249. [ubuntu] "Unable to mount location, Failed to retrieve share list from server" Update caused?
  250. [ubuntu] X session carsh when running Mathematica remotely