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. [all variants] Odd question.
  2. [ubuntu] Restricted drivers question
  3. [ubuntu] Firefox 3.0b5 & kprinter --stdin trick works no longer
  4. [ubuntu] update notifications when offline
  5. [all variants] OpenOffice 2.4 stability
  6. [all variants] [SOLVED] How to mark/copy/paste text in vi program
  7. [ubuntu] Error 22, all partion merged into one
  8. [all variants] [Guide] Ubuntu package search
  9. [ubuntu] Firefox will not allow upgrades in Hoary
  10. [ubuntu] thinliquidfilm + ipod classic sound but no video
  11. [ubuntu] Compiz openGL and keeping my lad on Ubuntu
  12. [ubuntu] Automount Hard Drives At Boot
  13. [ubuntu] XGL Problem (EXTREMELY low FPS)
  14. [ubuntu] ubuntu VNC dialogue window partially broke?
  15. [all variants] Aptitude and apt-get, (--)purge vs remove
  16. [all variants] visual feedback password
  17. [all variants] OpenOffice + Crystal Project Icons Installation
  18. [ubuntu] gnome-art manager fails to start in hardy
  19. [ubuntu] MYSQL - root an error saying Access denied for user 'root'@'localhost' (using passwor
  20. [gnome] adesklets - no transparency for all modules
  21. [ubuntu] kernel not syncing
  22. [kubuntu] Need to remount a partition
  23. [all variants] OOo font question
  24. [ubuntu] [SOLVED] No shutdown sound in Hardy
  25. [ubuntu] kde apps on gnome
  26. [ubuntu] important!!! -> gnome power manager doesn't work and apps too
  27. [all variants] Upgraded CPU to Dual Core
  28. [ubuntu] how do I know my modem serial device name
  29. [ubuntu] mounting ntfs in heron
  30. [ubuntu] Wireless and sound have gone.
  31. [ubuntu] uninstall ubuntu
  32. [ubuntu] Possibility of problems?
  33. [xubuntu] Wipe out
  34. [SOLVED] [SOLVED] Main title bar
  35. [ubuntu] Click through opaque windows?
  36. [ubuntu] Too low screen resolution.
  37. [all variants] plpnfsd / plptools - weird connection stuff
  38. [ubuntu] VMware XP home host folder sharing
  39. [ubuntu] Rsync sync problem
  40. [ubuntu] Identitying and accessing files
  41. [ubuntu] Problem with Ubuntu 8.04 stuck each time I start browsing the net.
  42. [kde] kcmshell modules?
  43. [all variants] Modifying Xorg for cosmetic purposes?
  44. [xubuntu] freepops and XFCE Mail Watcher
  45. [all variants] [SOLVED] Filesystem Full
  46. [ubuntu] [SOLVED] "Firefox not installed" after downgrade from 3 to 2
  47. [ubuntu] Compiz Fusion 3d windows plugin not working
  48. [ubuntu] Losing settings when booting back and forth
  49. [ubuntu] Hardy just crashed
  50. [other] E17.. Who use it? What do you think? Should I try it?
  51. [all variants] fsck -a on shutdown instead of startup
  52. [ubuntu] I want to use nano to edit /etc/sudoers
  53. [ubuntu] GLabels - Gutsy saved Templates Won't Open
  54. [ubuntu] How to mount windows and a fat 32 partition on 8.04
  55. [ubuntu] VNC through VPN to a windows server
  56. [ubuntu] how do I mount a usb pen / thumb drive?
  57. [ubuntu] Can XP see my Ubuntu partition?
  58. [ubuntu] Help enable PPTP VPN client Dial on demand
  59. [ubuntu] Bluetooth device GUI
  60. [ubuntu] Touchpad sensitivity when typing?
  61. [ubuntu] Can't Mount My Mp3 Player
  62. [ubuntu] Task Manager? Free up resources?
  63. [ubuntu] GE Webcam driver
  64. [gnome] Dual view
  65. [ubuntu] can't change directory when i am root
  66. [ubuntu] Archive Manager asks for Password
  67. [ubuntu] Compiz doesn't start automatically.
  68. [ubuntu] no direct rendering
  69. [ubuntu] youtube
  70. access to windows disk
  71. [xubuntu] Xubuntu won't start
  72. [ubuntu] brightness adjust for aspire 5583wxmi
  73. Shutdown issue
  74. [ubuntu] Another mounting windows problem (have rtfm!)
  75. [ubuntu] "Open With Other Application" not in alphabetical order
  76. [all variants] Donation of Sun Blade 100 machines?
  77. [other] wyneken directory
  78. [ubuntu] GParted Spins its Wheels?
  79. [other] Shell scripting doubt
  80. [ubuntu] How to clear an emerald laggy theme
  81. [xubuntu] cannot edit menu.lst file
  82. [ubuntu] Firefox 3 Beta 5 - Wikipedia article crashes X
  83. [ubuntu] Installing Perl 5.10 ???
  84. [ubuntu] Good animated skydome image for compiz?
  85. [ubuntu] Deleting Ubuntu Partition temproraly
  86. [ubuntu] Half black picture preview
  87. [ubuntu] Applications close when minimized
  88. How to install two versions of ubuntu using wubi?
  89. [ubuntu] [SOLVED] System Slow when Save / Open Files
  90. [ubuntu] Can't See NTFS Harddrive in Ubuntu
  91. [gnome] Vista-style Keyboard shortcuts
  92. [xubuntu] Weird bug?
  93. [ubuntu] Office
  94. [ubuntu] Newb w/ wireless and resolution probs
  95. [ubuntu] change desktop folder
  96. [all variants] Two Cairo Docks?
  97. [ubuntu] Slow hardy
  98. [edubuntu] Which variety: Edubuntu + Studio?
  99. [ubuntu] Connect to server/hacking help?
  100. [ubuntu] [8.04] Touch Pad And Wacom Tablet
  101. [ubuntu] Permissions in /etc
  102. [ubuntu] GMA X3100 @1360x768 & Compiz
  103. [ubuntu] (Little) Compiz glitch with Scale / Exposé
  104. [all variants] Skype "reception"
  105. [ubuntu] Font files of mac on my ubuntu pc
  106. [ubuntu] Sbackup files not showing up on backup drive
  107. [ubuntu] dual boot vista and ubuntu
  108. [ubuntu] Compile and install to a folder in home without sudo
  109. [ubuntu] [SOLVED] Help With AWN Trash
  110. [ubuntu] Adding face to outgoing messages
  111. [ubuntu] Kernel configuration file
  112. [ubuntu] [SOLVED] Unison-gtk error
  113. Wubi not safe?!
  114. [other] Evolution using enigmail keys
  115. [ubuntu] $make "No such file or directory"
  116. [ubuntu] Soundcard Not Working
  117. [ubuntu] windows list help
  118. [all variants] Heldustry Fonts
  119. [all variants] Pidginstatus in conky
  120. [ubuntu] Customize a screensaver???
  121. [ubuntu] Icons on desktop
  122. [ubuntu] [SOLVED] uninstall
  123. [ubuntu] Tracker "Disappeared"
  124. [other] Kopete
  125. [ubuntu] Compiz Desktop Cube Comes Up As Wall
  126. [gnome] Fixing Compiz-git
  127. [all variants] Simpest way to launch ruby program from desktop entry?
  128. [kubuntu] keyboard input lag
  129. [ubuntu] Please test this for me (very quick) ! pstools broken on Ubuntu 8.04
  130. [ubuntu] Banshee - meet mr uninstall!
  131. [other] Dual boot problem
  132. [ubuntu] weather forcaster
  133. [ubuntu] Minimize / maximise / close buttons disapeared after beryl instalation
  134. [ubuntu] A way to use bittorrent behind a firewall?
  135. [ubuntu] My Lexmark E210 is broken now in Ubuntu 8.04
  136. [ubuntu] Duplicate Icons?!
  137. [ubuntu] remove stuff from Kiba Dock script
  138. [ubuntu] Workspace
  139. [ubuntu] Odd Black Screen Problem
  140. [all variants] Pentium 4 D 32 to 64
  141. [ubuntu] Still having problems with java and flash
  142. [other] Live distros in external usb disk
  143. [ubuntu] Sudo not working with apt-get: "cannot resolve host" error
  144. [ubuntu] Keyboard Error
  145. [kubuntu] The weirdest and most frustrating problem ever
  146. [all variants] How do i recover a process if i closed the terminal?
  147. [ubuntu] softawre for mount image
  148. [ubuntu] Change scroll bar color?
  149. [all variants] Switching Operating System in real time
  150. [ubuntu] Themes Aren't Theming
  151. [kubuntu] Swap works only after runing gparted ???
  152. [ubuntu] Set password minimum length
  153. LVPM: Confused - Wubi *NOT* loop mounted?
  154. [xubuntu] Where do I find icons?
  155. [ubuntu] [SOLVED] Ubuntu 7.10 Boot problem
  156. [ubuntu] needs the advance settings feature
  157. [ubuntu] Should a majority of one's memory be commited to cache?
  158. [ubuntu] Problems booting Windows
  159. [ubuntu] problem with 8.04
  160. [ubuntu] Screen Resolution maxed at 800x600
  161. [ubuntu] Help!
  162. [xubuntu] [SOLVED] No volume control
  163. [ubuntu] Installing .ppd driver
  164. [ubuntu] Min Amount Of Memory Needed
  165. [all variants] Easiest way to upgrade hard disk while keeping OS
  166. [all variants] Need Help With Grub
  167. [ubuntu] Xrandr says my VGA-0 is disconnected... it isn't
  168. [ubuntu] Dual-Head and xorg.conf
  169. [ubuntu] Gnome Panel will not load
  170. [ubuntu] Disk full but is not full!!!
  171. [ubuntu] parallels workstation running ubuntu 8.04
  172. [other] Grub Boot Error 17 Major Help
  173. [ubuntu] Windows XP boot flag changes after boot.
  174. [ubuntu] Experiance extreme lag
  175. [ubuntu] Can the Synaptic Package Manager ever trick me into installing spyware?
  176. [ubuntu] Ctrl + S leads to terminal crash
  177. [all variants] Cmus taking up my sound!
  178. [ubuntu] Restarded Ubuntu..however it says that there is no root.disk?
  179. [kubuntu] how do i change cubecaps??
  180. [other] is there a command = openbox menu popup?
  181. [ubuntu] Verbose boot
  182. [ubuntu] CUPS Client
  183. [ubuntu] Screensavers are just black
  184. [kubuntu] Can't copy a file from CDROM to Home/Folder.
  185. [all variants] Parsing/Searching Very Large Text Files
  186. [ubuntu] Problem WIth Grub. Or maybe Ubuntu.
  187. [ubuntu] [SOLVED] How do I share my home folder across the network?
  188. Windows and OS X Software Alternatives
  189. [ubuntu] Simple Custimization
  190. [ubuntu] Need help with themes!
  191. [all variants] Firefox starts in a small window
  192. [ubuntu] Protecting BIOS and Root On Ubuntu
  193. [ubuntu] [SOLVED] dpkg error 10
  194. [ubuntu] Sometimes program windows black-out
  195. [ubuntu] Tv card and webcam conflicts
  196. [all variants] Terminal Script problem :(
  197. [ubuntu] system stats applets
  198. [ubuntu] Is there a way to check which ports are open?
  199. [ubuntu] Random Shutdowns
  200. [all variants] How do I know if I can add ram?
  201. [ubuntu] [SOLVED] Burning CD's ON Two Different Drives
  202. [all variants] packet management is corrupt :(
  203. [ubuntu] Can create/delete but not modify files on smb server
  204. [ubuntu] Choosing an IRCd
  205. [ubuntu] "Switch User" does some odd things
  206. Write access to windows host partition
  207. [all variants] Program to watch a folder and launch a shell script
  208. [ubuntu] "install-info" error when using update manager
  209. [ubuntu] can't boot, grub error 15
  210. [all variants] Yucky Openoffice icons won't change.
  211. [ubuntu] Please.. I will pay you if you can help me.??
  212. [ubuntu] Beryl Install Problem
  213. [ubuntu] How to enable visual effects?
  214. [all variants] Search feature fubar....?
  215. [ubuntu] enable startup volume mounting in 8.04?
  216. [ubuntu] Nvidia 8500gt super pci-e 512mb not working
  217. [ubuntu] [SOLVED] Where is History file for Bash/Terminal Commands?
  218. [ubuntu] CD/DVD Drives slow
  219. [ubuntu] Fresh install - Won't boot
  220. [gnome] dark theme and firefox
  221. [ubuntu] Desktop Effects with Xinerama?
  222. [ubuntu] [SOLVED] Items won't delete from trash
  223. [ubuntu] [SOLVED] show the desktop
  224. [ubuntu] how can i download music
  225. [ubuntu] Compiz-fusion works fine, but..
  226. [ubuntu] Default
  227. [all variants] Synchronize MySQL Authentication with Local?
  228. [ubuntu] [SOLVED] ,amr files to .mp3
  229. [xubuntu] Compiz no longer works
  230. [kubuntu] Desktop Pager Question
  231. [all variants] XFCE For Ubuntu server
  232. [ubuntu] No Small caps!?
  233. [all variants] Endnote X1 in Linux
  234. [ubuntu] Laptop screen dims in 8.04
  235. [ubuntu] Electrical outage made bad blocks
  236. [ubuntu] Extremely Slow Selection Box
  237. [ubuntu] Ubuntu loading screen hangs
  238. [ubuntu] Berly emerald theme help.
  239. [ubuntu] 160gb hd needs formated properly
  240. [all variants] Optical media cataloguing software
  241. [ubuntu] What do I need to do to get VLC/totem to play my DVDs?
  242. [all variants] no /boot/grub/stage1 file
  243. [ubuntu] Resources for help
  244. [ubuntu] ubundu os partition size is taken as volume label
  245. [other] GRUB Problem Triple booting XP Vista and Ubuntu
  246. [all variants] looking to go tiled wm, text based apps, need suggestions
  247. [ubuntu] Gmail - Thunderbird.
  248. [ubuntu] Ubuntu Disk Space
  249. [ubuntu] Hardy. Can't click when I have compiz enabled.
  250. [ubuntu] How to setting compiz