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

  1. [ubuntu] How to remove Evolution from Ubuntu hardy heron?
  2. [kde] Matlab 7 under Ubuntu 8.04 and mex error
  3. [ubuntu] System starts failing when RAM is low
  4. [ubuntu] [SOLVED] What is the best online tool / offline program to check and validate JavaScr
  5. [ubuntu] [SOLVED] My sources.list is empty, and so I can't use the add/remove program function
  6. [ubuntu] I need help with configuring tor with torK
  7. [ubuntu] Can't boot windows after instal Ubuntu
  8. [ubuntu] <help> want to build home server with hardy heron
  9. [ubuntu] [SOLVED] Kmail open Lynx instead of firefox or Konqueror
  10. [ubuntu] [SOLVED] Is it possible to reset a BIOS password besides opening the Pc case?
  11. [ubuntu] HELP - Can't use Ubuntu
  12. [ubuntu] [SOLVED] Firefox Certificate Error
  13. [ubuntu] GDM Error - 2 Logins?
  14. [ubuntu] Update Manager
  15. [ubuntu] Screenlets
  16. [ubuntu] Can't connect to wired network.
  17. [all variants] Recommend a good nvidia card
  18. [gnome] small custom launcher icons in gnome panel
  19. [ubuntu] Firefox 3 windows theme in Ubuntu
  20. [ubuntu] Sloooowwww Occurences
  21. [ubuntu] The question related to RR and FIFO scheduling algorithm in Liunx!Need help!
  22. [ubuntu] Enabling Cube
  23. [ubuntu] Disto upgrade on SLOW 56k modem ??????
  24. [SOLVED] &quot;Documents and Settings&quot; missing - Sorry for the double post
  25. [ubuntu] Firefox Asks to download perl and php scripts
  26. [ubuntu] Theme gone--message still appears
  27. [ubuntu] Display of other locales in remote telnet / ssh terminal
  28. [ubuntu] Compiz options disabled in the manager
  29. [ubuntu] OpenVPN Installation HELP PLEASE.....
  30. [ubuntu] [SOLVED] sudo firefox has destroyed my browser :(
  31. [all variants] Sharing Thunderbird WITH LIGHTNING between Ubuntu and Vista
  32. [ubuntu] Pressing keyboard buttons via console commands?
  33. [ubuntu] Freezing Problem
  34. [ubuntu] pam nss and ldap servers
  35. [ubuntu] can't write my password in the terminal(ubuntu 8.04)
  36. [ubuntu] "Custom Resolution" not being applied to Login Screen
  37. [all variants] Firefox bookmark icons sometimes wrong
  38. [all variants] NVIDIA driver fails with Xorg.conf
  39. [ubuntu] VNC acting super funny
  40. [ubuntu] DOSBox config
  41. [ubuntu] CUPS-PDF creates files not compatible with Acrobat
  42. [all variants] Which variant would be best to start with....
  43. [kubuntu] [SOLVED] Installed Compiz Now Fonts Are Oversized
  44. [ubuntu] [SOLVED] degrading system
  45. [ubuntu] Installing IRC on an Ububtu Server.
  46. [ubuntu] Looking for a text replace program.
  47. [other] OpenOffice Calc:: Sheet names in sheet tab dissapeared
  48. [ubuntu] Desktop effects could no be enabled
  49. [ubuntu] synaptic says it's installed... but it's not!!!
  50. [ubuntu] Screwed up my upper panel...help!
  51. [ubuntu] Enhanced Zoom stopped working - Help!
  52. [other] Booting Problems
  53. [xubuntu] mac-style menu removed my main panel and i need help getting it
  54. [ubuntu] CPU 100% all the time!!
  55. [ubuntu] Problem when following Instructions for desktop video background
  56. [kubuntu] Share usb with nfs
  57. [other] loops + ping + incrementing
  58. [ubuntu] VMWare tools [VMWare server ]
  59. [ubuntu] cairo-dock always on top
  60. [all variants] Must have apps
  61. [ubuntu] HELP - Laptop upgrading from 7.10 to 8.04
  62. [ubuntu] Failed to initialized HAL
  63. [ubuntu] Installing Flash in Opera?
  64. [xubuntu] Conky: How to use execgraph?
  65. [ubuntu] microphone not working, please help
  66. [ubuntu] make usplash use dual screen?
  67. [ubuntu] 2 problems: automount and 2 network interfaces
  68. [kubuntu] 3rd Level choosers
  69. [all variants] Recompiled Python, having issues
  70. [all variants] Headless windows controlling ubuntu
  71. [ubuntu] I started up, all I see is my wallpaper, no menus or anything
  72. [all variants] Logging SSH password attempts
  73. [ubuntu] rar in ubuntu?
  74. [ubuntu] HP Pavilion DV6000 8.04 laptop very warm
  75. [ubuntu] [SOLVED] horrible problem, need urgent help
  76. [SOLVED] Another way to install Wubi in Windows?
  77. [ubuntu] How are packages released?
  78. Linux on Desktop tips
  79. [ubuntu] Odd problem with PCI & AGP Cards
  80. [gnome] Can I customize right-button menu?
  81. [ubuntu] A couple of questions regarding MS C# and ATi Drivers
  82. [ubuntu] File System Issue- Deleted Files still take up space
  83. [other] command line mail client
  84. [all variants] Nvidia driver
  85. [ubuntu] Java Iriverter crash
  86. [ubuntu] java runtime environment issue
  87. [ubuntu] X not loading, and b43/ucode.fw errors
  88. [ubuntu] Login a Window problem
  89. [ubuntu] More Nvidia problems - dual screen
  90. [ubuntu] GParted and space for Ubuntu
  91. [all variants] Logging in as root?
  92. [ubuntu] Screen res & nvidia driver
  93. [ubuntu] Stuttering while scrolling in firefox
  94. [ubuntu] Cannot see log off menu
  95. [ubuntu] <b> Sony Walkman Troubles. <b>
  96. [ubuntu] windows won't move after reboot
  97. [xubuntu] Installing Xubuntu on Compaq 1210
  98. [ubuntu] plz help, java problem
  99. [other] Conky and lm_sensors
  100. Wubi won't run as application
  101. [ubuntu] Can't browse file system
  102. [ubuntu] cant save file in dir
  103. [ubuntu] CD Copys Locked
  104. [ubuntu] [SOLVED] Ctrl+Alt+F1 won't work
  105. [ubuntu] Bash script to check user input?
  106. how do i revert changes for a virtual disk created?
  107. [all variants] Belkin Flip DVI KVM Switch can't use keyboard and mouse at the same time
  108. [kubuntu] KDE4.0.4 8.04 Desktop effects cause crash
  109. [ubuntu] [SOLVED] Log-in &quot;Authentication Failure&quot; (messed around with gdm)
  110. [ubuntu] how can i get that bottom mac menu
  111. [ubuntu] [SOLVED] Compiz Problem Hardy
  112. [ubuntu] Skittish cursor
  113. [ubuntu] Panel has vansihed - help am having to use Windows!
  114. [ubuntu] update grphics drivers
  115. [all variants] Things to make your system faster?
  116. [ubuntu] Problem mounting jailbroken Ipod Touch
  117. [ubuntu] Formatting my secondary SCSI for use
  118. [ubuntu] Two problems brightness and package download speed
  119. Wubi help
  120. [ubuntu] How do you make Ubuntu boot first?
  121. [ubuntu] telneted in need to mount a point to upgrade firmware
  122. [ubuntu] [SOLVED] XGL problem... I think
  123. [kubuntu] Evolution bcc problem after upgrading to Kubuntu 8.04
  124. [ubuntu] Need help with Grub Error
  125. [gnome] Mail on LiveCD?
  126. [ubuntu] sound- Can't have my cake and eat it too?
  127. [all variants] OC video card in *nix
  128. [ubuntu] Installing Kiba-dock
  129. [ubuntu] How do I uninstall XpGnome
  130. [ubuntu] How to install Awn launchers?
  131. [ubuntu] raid questions and problems with formatting
  132. [ubuntu] Stuck at "Reading package lists... 0%"
  133. [ubuntu] No Groups Are Available! Mein Lieben!
  134. Allocate more HD space to Wubi
  135. [ubuntu] Restored grub problems
  136. [ubuntu] Custom mouse cursor theme - busy cursor didn't change?
  137. [other] gnome-terminal autostarting in e17
  138. [ubuntu] Problem with Thunderbird (can't create profile)
  139. [ubuntu] [SOLVED] How do I create a batch file in Ubuntu?
  140. [ubuntu] Wifi network config option missing
  141. [ubuntu] How to access ISO file. Help the nub.
  142. [ubuntu] Partitioning Help
  143. [ubuntu] an emacs simple question
  144. [ubuntu] Apps suddenly stop loading. Sometimes when I boot up...
  145. [ubuntu] After all this work kiba-dock won't start
  146. [ubuntu] Right click doesn't work on firefox
  147. [other] mIRC bot in Ubuntu 8.04
  148. [ubuntu] prompted for administrative password twice but prompt box disappears too quickly
  149. [ubuntu] This a good card for compiz-fusion?
  150. [all variants] [SOLVED] Include sudo password in command
  151. [ubuntu] Alarming Hardy Heron crash after update
  152. [xubuntu] aMule's search is not working on hardy
  153. [ubuntu] Enabling Desktop Effects (I know, I know)
  154. [ubuntu] Recovering "unreadable" AVI files
  155. [ubuntu] errors with fsck at boot and xserver
  156. [ubuntu] My graphics are so broken, how do I restore?
  157. [ubuntu] [SOLVED] IP Tables
  158. [ubuntu] [SOLVED] How to find terminal command source code?
  159. [ubuntu] Slow 8.04 Performance
  160. [other] Would this gfx card fry my psu?
  161. [ubuntu] grub
  162. [all variants] How to adjust XFS pagesize and block size?
  163. [ubuntu] Can't see folder, but can acces it
  164. [all variants] Help! Removing Icons
  165. [ubuntu] Firestarter
  166. [all variants] Possible Windows Linux Conflict
  167. [all variants] [SOLVED] Porting an entire installation
  168. [ubuntu] [SOLVED] Automatic log off
  169. [all variants] Volume Control doesn't "switch off" (main) Speaker
  170. [kubuntu] Damn it, i hate making posts like this for dumb easy tasks (Sharing a USB device) but
  171. [ubuntu] Brightness backwards - strange problem
  172. [ubuntu] Conky covers other windows?
  173. [ubuntu] Upgrade to Heron/gnupg error
  174. [ubuntu] How to add fonts in Ubuntu 8.04
  175. [ubuntu] Cannot minimize window.
  176. [other] [SOLVED] Ipod 5th gen and Rockbox
  177. [ubuntu] Password protect a single folder and its contents w/o encryption
  178. [ubuntu] transmission not opening torrents with firefox
  179. [ubuntu] Capability Module?
  180. [all variants] Need a little 'simple' help with chroot and vsftpd please
  181. [other] What does this comman do
  182. [ubuntu] Where is the burn folder in gutsy
  183. [ubuntu] Desktop Themes for Ubuntu (Help required)
  184. [ubuntu] Bios not found
  185. [ubuntu] Editing amsn preferences
  186. [ubuntu] Applications not showing in panel
  187. [ubuntu] Thunderbird Size Issue
  188. [ubuntu] Is it possible...?
  189. [ubuntu] Swiching sound cards
  190. [ubuntu] [SOLVED] How to rotate an image for 5 degrees only in gimp image editor
  191. [all variants] ext3 to NTFS
  192. [edubuntu] Localized Update Server
  193. [ubuntu] i need help with torrents
  194. [all variants] Setting up Postgres on XAMPP
  195. [ubuntu] Accidentally replaced a file, is there a way to recover it?
  196. [kubuntu] A BIG window problem....
  197. [ubuntu] Mounting Problems
  198. [other] Awesome and/or feh problem: no wallpaper after 3 seconds
  199. [ubuntu] Yahoo Messenger
  200. [ubuntu] gnome-art not working with compiz?
  201. [gnome] Can't costumize gnome panel
  202. [ubuntu] Question about Firefox 3.0
  203. [ubuntu] Firefox taking up whole screen, covering docs and panels...help?
  204. [ubuntu] default keyring password?
  205. [ubuntu] New issue with mlbtv
  206. [ubuntu] /etc/init.d/nginx missing
  207. inherit windows insecurity?
  208. [ubuntu] Flash plugin Hardy Heron
  209. [all variants] Is it possible to move installed OS on Raid 5 arry to a new computer?
  210. [kubuntu] Unable to use SCIM in java programs and OpenOffice
  211. [kubuntu] ram usage
  212. [ubuntu] possible hardware failure - how to proceed?
  213. [ubuntu] Permissions problem in Hardy...
  214. [ubuntu] Help with cups - Ubuntu clients working like Windows clients
  215. [ubuntu] Cannot update my system anymore
  216. [all variants] This Theme
  217. [ubuntu] ATI drivers do not work
  218. [ubuntu] Window manager reload on startup
  219. [ubuntu] using emerald
  220. [ubuntu] Getting transparent cube in compiz
  221. [ubuntu] [SOLVED] Desktop screen is only 5 inches
  222. [ubuntu] Feisty: login recalls last hibernation session
  223. [kubuntu] Hard-drive problem? Or something totally different?
  224. [ubuntu] [SOLVED] cd to a directory with a space in
  225. Strange boot message
  226. [ubuntu] x gets crazy about key inputs
  227. [ubuntu] Epson driver and problems with printer output/cropping of image
  228. [ubuntu] Unable to resize ext3 on fake Raid
  229. [ubuntu] 8.04 effects in 7.10
  230. [SOLVED] Badsig 40976eaf437d05b5
  231. [ubuntu] Problem with dvd drives
  232. [other] Gparted problem - Broke my hard drive?
  233. [ubuntu] Which linux-image for my processor?
  234. [ubuntu] Startup and shutdown scripts - how?
  235. [all variants] Half-rant, half-question: Ubuntu's Biggest UI Failure
  236. [ubuntu] Trying to get Frontpage to work
  237. [all variants] Sage or Code Myself?
  238. [ubuntu] installing ubuntu in dual boot...
  239. Installing apps on wubi
  240. [ubuntu] printing doesn't work - CUPS
  241. [ubuntu] unable to connect to SSH with NX client..
  242. [ubuntu] [SOLVED] What free web hosting site allows the Joomla content manager to work on it?
  243. [ubuntu] Remote control in Hardy.
  244. [ubuntu] Doesn't shutdown completely
  245. [ubuntu] How to cut video and audio
  246. Troubles with Samba on Ubuntu with Wubi.
  247. [ubuntu] NFS Mount uid=nobody
  248. [ubuntu] Shut down/Suspend etc. Icon and both Toolbars dissapear
  249. [ubuntu] How to apply a "lirc-bttv-linux-2.6.24.patch"
  250. [ubuntu] Precaching gnome menu icons?