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] Linux command help
  2. [ubuntu] Wine? virtualisation?
  3. [ubuntu] python? C++? Java? Objective C?
  4. [ubuntu] Changing GRUB2 Source
  5. [SOLVED] compiz no window decoration
  6. [ubuntu] MacbookPro Broken Display - Ubuntu 10.10
  7. [ubuntu] Looking for cheap tablet solution
  8. [ubuntu] pubring.gpg no content issue
  9. [ubuntu] Ubuntu won't boot/can't access filesystem
  10. [ubuntu] Ctrl+Z Undo not working
  11. [ubuntu] compiz-decorator not working.
  12. [ubuntu] Help with gKrellm
  13. [SOLVED] cannot run windows anymore
  14. [ubuntu] mod rewrite works only for a single site, please help
  15. [ubuntu] KDE wallet problem (password)
  16. [other] emacs graphics problem
  17. [ubuntu] problem with 2 pptp vpn connections
  18. [SOLVED] Stumped - won't boot
  19. [ubuntu] 5.1 surround problem
  20. [all variants] Defining my ergonomic keyboard in XKB - pc105 keycodes?
  21. [ubuntu] System Monitor
  22. [SOLVED] fstab mount hd for all users
  23. [ubuntu] few questions from a new user
  24. [ubuntu] 10.4 + wine
  25. [ubuntu] Shotwell doesn't display all pictures.
  26. [ubuntu] Blinking cursor, ati driver
  27. how printf works
  28. [ubuntu] Need help with Postfix
  29. [ubuntu] Copy system data to another machine
  30. [kubuntu] Standard Desktop RIght Click Menu
  31. how printf works
  32. [ubuntu] how to unlock 3g modem
  33. [ubuntu] Mysql database files
  34. [ubuntu] Multiple keyboard-layouts for different users SSH
  35. [all variants] Firefox bug?
  36. [ubuntu] "Places" on menu bar not working
  37. [ubuntu netbook remix] gnome-screensaver freezes
  38. [SOLVED] Wired connection not working
  39. [ubuntu] reloc off set is out of segment
  40. [SOLVED] ERROR in syslog file every few seconds.
  41. [ubuntu] Whats wrong with Ubuntu
  42. [ubuntu] soundcard missing? only "dummy output"
  43. [ubuntu] Installing latex .sty and .cls
  44. [SOLVED] Scrambled start up splash screen
  45. [ubuntu] Console Login Broken
  46. [SOLVED] sound problem
  47. [other] VPN Guard is looking for beta testers!
  48. [ubuntu] Screen resolution problem
  49. [ubuntu] Win2-7 Ubuntu
  50. [ubuntu] Can anyone else reproduce this behavior?
  51. [ubuntu] Ubuntu loading/exiting problems
  52. [SOLVED] version selection
  53. [64 bit] ATI Radeon HD 4200 'no rendering method'?
  54. [all variants] Mail Merge with Attachment
  55. [other] OpenOffice. LibreOffice. For an enterprise environment, what to use?
  56. [SOLVED] Syncing with a network folder
  57. [ubuntu] Storm Tracking Software?
  58. [ubuntu] Hamachi VPN + Web browsing
  59. [all variants] Ho to ceate a custom print pipe
  60. [SOLVED] media player
  61. [lubuntu] "System monitor" for Lubuntu
  62. [ubuntu] Fibre Channel issue
  63. [ubuntu] External Hard Drive Help
  64. [ubuntu] No Root File Defined (Ubuntu 8.10)
  65. [ubuntu] apt-get update fails
  66. [ubuntu] How do I run a SMART self test from the command line?
  67. [xubuntu] Automount usb drive at STARTUP
  68. [all variants] How to make it a career?
  69. [other] Need help with GNU Grub issue....
  70. [ubuntu] Tomboy Security
  71. [lubuntu] force grub to ignore specific kernel version?
  72. [SOLVED] mounting devices and playonlinux
  73. [ubuntu] 10.10 Kernel not recognising Firewire 1394 chipset?
  74. [ubuntu] Xserver Terminal Awesome Screen Flickering / Error
  75. [ubuntu] Xorg CPU consumption
  76. [ubuntu] firefox bookmarks bar acting up
  77. [ubuntu] Weechat help
  78. [ubuntu] How can I make my own screenlet
  79. [all variants] Invalid arithmetic operator. Trying to take away two numbers with decimals
  80. [ubuntu] Dell Latitude D620 - Random Freezes
  81. [gnome] Monospace fonts not rendered in Firefox and Epiphany
  82. [ubuntu] GDM login starts and then goes back to login
  83. [ubuntu] How to unmount automatically
  84. [ubuntu] Saving streaming flash video from website
  85. [ubuntu] My ubuntu looks really old! please help!
  86. [ubuntu] System suspend/shut down problems
  87. [SOLVED] Simple-scan freezes in Ubuntu i64 but not Ubuntu i32 while talking to an HP4570C USB
  88. [ubuntu] every process hogs CPU
  89. [ubuntu] how to install stuff
  90. [all variants] Nautilus Script Help
  91. [ubuntu] Permissions issue
  92. [ubuntu] rsync luckybackup ntfs file names
  93. [SOLVED] Get user full name in bash
  94. [ubuntu] Sync iPhone contacts only?
  95. Totem with better seeking.
  96. [wubi] Autorun Failure
  97. [SOLVED] Pidgin and the Facebook Chat (Error: "Not authorized")
  98. [wubi] Wubi not working!!!
  99. [ubuntu] Cannot see expo in Compiz Setting Manager
  100. [ubuntu] TiLP2 unable to do nearly anything at all
  101. [gnome] Letter y being displayed as ÿ
  102. [all variants] One Machine, Two Networks - Confused!
  103. [ubuntu] Skype crashing + sound indicator p
  104. [ubuntu] About to do a reinstal because my Rhythmbox is broken
  105. [SOLVED] Adding Multiple Commands to Launcher (cd & mono)
  106. [ubuntu] copying contents of /home failed
  107. [SOLVED] Why does testdisk say my Structure is bad?
  108. [ubuntu] Advice on external hard drive
  109. [ubuntu] Ubuntu installation won't boot
  110. [ubuntu] Tweetdeck and Special Char (ç)
  111. [ubuntu] Calculator question
  112. [ubuntu] Hundreds of transaction replays before boot up into Ubuntu??
  113. [ubuntu] can not login normally
  114. [all variants] Install Windows as Dual Boot After Ubuntu (on LVM Partitions)
  115. [ubuntu] Tuxguitar lags
  116. [ubuntu] Nautilus type to find folder disappeared
  117. [ubuntu] How to Kill Unresponsive Terminal Application?
  118. [SOLVED] Help with Deskjet scanner
  119. [ubuntu] Facebook not loading propery
  120. [ubuntu] sda1 and sdb1 showing as the same?
  121. [ubuntu] how to mount lvm2 partitions
  122. [kubuntu] WUBI instalation crashed
  123. [ubuntu] My Laptop keys are not working after connecting with wireless keyboard (Please Help)
  124. [SOLVED] Run program when screen locks
  125. [ubuntu] login screen delayed about 90sec..
  126. [ubuntu] can i make a bootable usb in ext format?
  127. [ubuntu] Update Manager issues
  128. [ubuntu] What is wrong with this script?
  129. [ubuntu] Command line IM client
  130. [ubuntu] ophcrack not converting ASCI password in to normal text:
  131. [ubuntu] Well, this is weird...
  132. [ubuntu] Cant seed/leech personal torrent
  133. [ubuntu] how to download pokemon onto ubuntu?
  134. [other] Issues with Mythtv
  135. [SOLVED] Where ubuntu stores installed files?
  136. [ubuntu] Shared folder between my windows and linux partition
  137. [ubuntu] Newbie to ubuntu needs help :)
  138. [ubuntu] Hp probook 4320s touchpad
  139. [ubuntu] Installing Ubuntu on one partition, deleting it in another
  140. [ubuntu] Cannot rename drive - operation not supported by backend.
  141. [SOLVED] Scripting help (chmod +s)
  142. [ubuntu] 10.04.1 - Frequent kernel crashes
  143. [ubuntu] Installing a program via the terminal problem
  144. [ubuntu] I removed myself from the root and admin groups
  145. [SOLVED] Rhythmbox not categorizing ripped music
  146. [SOLVED] Dual boot Windows on internal drive Ubuntu on External HDD
  147. [ubuntu] pda pocket PC
  148. [xubuntu] CPU frequency is Unknown!?
  149. [ubuntu] software-center stuck in Portuguese
  150. [SOLVED] Remapping Broken F2 Key / xmodmap
  151. [ubuntu] How to Access Missing Ubuntu Root Drive
  152. [ubuntu] Problems with AMD/ATi UVD library install.
  153. [ubuntu] permission denied when trying to append to file
  154. [ubuntu] how to uninstall ubuntu 10.10 in dell mini inspiron 10
  155. [ubuntu] Music lags or slows down while multitasking
  156. [ubuntu] Moving applications into a different monitor workspace
  157. [ubuntu] Auto suspend after certain amount of time
  158. [ubuntu] App restriction for kids.....
  159. [SOLVED] get serial number and model of USB drives
  160. [kubuntu] graphics card problems with KoTOR
  161. [SOLVED] Grub menu doesn't show after upgrade
  162. [ubuntu] Custom Upstart service failing with "Rejected send message"
  163. [ubuntu] Virtual Box randomly shuts down when upgraded to 4.0
  164. [ubuntu] Access Terminal behind XBMC
  165. [ubuntu] Indicator Applet icons not updating?
  166. [ubuntu] Filezilla suddenly stopped working
  167. [ubuntu] Xorg not closing files??
  168. [64 bit] No sound on a hp pavilion dv4-2114br (brazilian version)
  169. [ubuntu] How to rescue data of a bad partition
  170. [all variants] PHP Sendmail using local... Windows
  171. [ubuntu] making kernel changes
  172. [ubuntu] Ubuntu 10.10 is slow on Compaq C610
  173. [SOLVED] mount second drive
  174. [ubuntu] Editing SWF files!
  175. [SOLVED] What desktop theme is this.?
  176. [ubuntu] Clonezilla Server/DRBL PxE problem
  177. [ubuntu] Squid config on Ubuntu 10.10
  178. [ubuntu] Default Grub2 in 10.10
  179. [all variants] system copy
  180. [SOLVED] NEC uPD720200 USB 3.0 (Express Card 34) Driver
  181. [ubuntu] Application for ASSEMBLY training???
  182. [ubuntu] No SWAP in use !! Help!
  183. [ubuntu] postfix-courier-virtual: creating subfolders from the terminal
  184. [xubuntu] Has the improbable happened? A virus perhaps?
  185. [SOLVED] Mobile broadband working on one Lucid system, but not another
  186. [all variants] Creating script for successive numbers
  187. [SOLVED] swap?
  188. [SOLVED] grub menu configuration
  189. [ubuntu] crontab - I'm strugggling
  190. [SOLVED] Internet Connection
  191. [ubuntu netbook remix] wont shut down
  192. [ubuntu] Nano station to WiFi router
  193. [lubuntu] Installing gtknetcat: "Your intltool is too old"???
  194. [ubuntu] Gestures and Multi-Touch?
  195. [ubuntu] thinkfan only has full speed or off
  196. [SOLVED] Odd resolution problems...
  197. [ubuntu] How to run command on start up?
  198. [ubuntu] Amateur in need of help...
  199. [SOLVED] any idea how to make conky transparent ?
  200. [ubuntu] Ubuntu restarts when I try to boot
  201. [SOLVED] How to save Full web page including links..
  202. [ubuntu] program window managers / no tabs on panel
  203. [ubuntu] Appearance menu missing
  204. [SOLVED] Mounted device/drive icon on the desktop
  205. [SOLVED] Unable to rm!!
  206. [ubuntu] Problem Logging into Profile
  207. [ubuntu] Ripping Audio Cd/Ubuntu not reading.
  208. [ubuntu] Kernel updated in one PC, but not in the other. Why?
  209. [ubuntu] broken down rant
  210. [ubuntu] Ubuntu 8.04 LTS - 2GB file limit.
  211. [other] Grub rescue problem
  212. [all variants] HP Envy 14 Issues
  213. [ubuntu] Can You Copy User Profiles?
  214. [ubuntu] Won't login after nautilus removed
  215. [SOLVED] Ubuntu starts up in terminal - no GUI
  216. [ubuntu] Multiple core kernel threading
  217. [SOLVED] OOo menu items remain after LibreO install from PPA
  218. [ubuntu] Chome recovery issues
  219. [SOLVED] xp= internet/ lucid=not connecting?
  220. [ubuntu] completely remove OO (including hidden files)
  221. [SOLVED] Libreoffice Forms toolbars missing
  222. [SOLVED] 3d background display
  223. [SOLVED] Xubuntu 10.10 Login loop (errors included)
  224. [ubuntu] nfs-common configure/dependency problem
  225. [ubuntu] Geoserver mapserver, any helpers?
  226. [ubuntu] Newbie to Ubuntu - trying to install processing
  227. [ubuntu] mdadm resuming broken set
  228. [SOLVED] etherwake help?
  229. [gnome] Mount USB storage and allow access to multiple users
  230. [ubuntu] conky if_match problem
  231. [ubuntu] apache2 redirect error
  232. [all variants] echo pause
  233. [ubuntu] control ubuntu 10.10 with ipod touch?
  234. [ubuntu] rc.local, autorun graphics application at startup
  235. [ubuntu] Can't access Users and groups, can't restart, lost icons in notification panel
  236. [ubuntu] random connection loss, need to restart networking to fix, want to automate this
  237. [SOLVED] Raid Array Interesting Problems
  238. [ubuntu] Help With Gyazo.
  239. [ubuntu] HDMI sound is unreliable
  240. [ubuntu] GPL/BSD OSS alternative to TurboTax?
  241. [ubuntu] ubuntu 10.04 no keyboard, mouse after update
  242. [all variants] Panic password to shred wrapped passphrase
  243. [kubuntu] Kubuntu boot halts after login
  244. [ubuntu] Unable to return from display sleep
  245. [ubuntu] i8kmon fan
  246. [ubuntu] Newbie custom kernel question
  247. [ubuntu] Instalation > Partitioning
  248. [ubuntu] mount /proc hangs
  249. [SOLVED] Authentication password rejected on VNC'd desktop
  250. [ubuntu] How to reduce Power Consumption on HP ProBook 4510s