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] What is taking up my HD space?
  2. [ubuntu] Firefox safe mode?
  3. [other_os] Error: Unable to establish connection with FAM.
  4. [ubuntu] Clicking IM Text link opens wrong program
  5. [ubuntu] java IDE like Jcreator
  6. [all variants] Scan Website for Broken Images
  7. [ubuntu] finding new cursive style fonts, anyone have a site to look at?
  8. [ubuntu] Pidgin Proxy Error
  9. [xubuntu] Something strange is happening to dependencies.
  10. [ubuntu] Update ATI-drivers?
  11. [all variants] MSI Wind won't wake up from sleep
  12. [all variants] What is your 'events/0' CPU load?
  13. [ubuntu] A Few Quick Questions
  14. [ubuntu] Asus M3a78 Pro mobo no sound after installation
  15. [ubuntu] Failed to Initialize HAL
  16. [ubuntu] root problem
  17. [all variants] Sticky bit permissions etc.
  18. [ubuntu] tzdata not reflecting timezone update
  19. [ubuntu] how to put a file onto usb flash drive?
  20. [gnome] Static window size.
  21. [all variants] bin/unpack200
  22. [ubuntu] Harddrive Crashed, Trying to Backup
  23. [kubuntu] Kubuntu 8.04 - Hosed Hard drive settings
  24. [ubuntu] Running backup script with udev
  25. [kubuntu] Cant boot my computer
  26. [ubuntu] Ubuntu 8.10 - Dhcp3-server does not Want to Start Automatically
  27. [ubuntu] files with ~
  28. [other_os] Help Compiling Kernel
  29. [ubuntu] Screen brightness
  30. [other_os] I killed windows bootloader
  31. [ubuntu] Help compiling the new aptitude
  32. [all variants] vsync is not possible in ubuntu(or even linux)
  33. [ubuntu] nvidia screen resolution stuck on 640x480
  34. [ubuntu] Crontab not found
  35. [ubuntu] Is Wireshark 1.0.6 available for Intrepid?
  36. [ubuntu] Things are just missing
  37. [ubuntu] Firefox Profiles
  38. [ubuntu] Where i can fink console? ;0
  39. [ubuntu] How do I change the monitor settings?
  40. [ubuntu] on the fly copy????
  41. [ubuntu] workspace switcher
  42. [ubuntu] Ubuntu 8.10 Nvidia Drivers Error............
  43. [ubuntu] Everything seems so slow :(
  44. [ubuntu] LXDE doesn't have monitor configurator and xrandr is written in broken english
  45. [ubuntu] Running Dlink DHP-50U in linux
  46. [kubuntu] Help uninstalling !!!
  47. [all variants] gigapedia and linux?
  48. [all variants] short freeze-up "ata soft reset"
  49. [ubuntu] how do i get synaptic / apt-get to ignore dependency errors?
  50. [ubuntu] cannot see my mail any more in thunderbird, only a blank mail
  51. [all variants] OpenSource in enterprises and your experiance.
  52. [ubuntu] Problem with tcpdump
  53. [ubuntu] Not all updates can be installed
  54. [ubuntu] Problem with rapidly growing logs
  55. [ubuntu] block entire websites
  56. [ubuntu] Random Timeouts on Self-Hosted Site
  57. [ubuntu] Formatting External HDD
  58. [ubuntu] Grub LZO error
  59. [other_os] Windows Backup
  60. [ubuntu] After 2011 Question on Ubuntu 8.04
  61. Kompozer Crashes with a Segmentation Fault
  62. [ubuntu] Can Firefox be set to open clicked links in new tab?
  63. [ubuntu] me screens gone white
  64. [ubuntu] UMPC and Ubuntu 8.04
  65. [kubuntu] sessions in kubuntu 8.10
  66. [all variants] Hard drive backup preferences
  67. [ubuntu] Ubuntu not recognizing mp3 player
  68. [ubuntu] Looking for dedicated tar support
  69. [ubuntu] Ubuntu Auto Update?
  70. [ubuntu] Funny Wine Text
  71. [ubuntu] How to display program in terminal tab bar?
  72. [ubuntu] USB storage devices won't mount
  73. [kubuntu] Kubuntu Update Worries!!
  74. [ubuntu] Samba won't share my files anymore?
  75. [ubuntu] installing and running steam (CSS)
  76. [ubuntu] installing on ext3 from an Wubi instalation
  77. [ubuntu] Svg to png?
  78. [ubuntu] alias for all users
  79. [ubuntu] Copy/Transfer Folder
  80. [ubuntu] send file to printer with redirection command
  81. [ubuntu] How to find specific code inside files with "find"
  82. [other] help with "super rescue" bootable USB
  83. [ubuntu] Zoneminder : no stream with Vista PC
  84. [ubuntu] 3 gigs of unallocated space, can i add it to vista or ubuntu?
  85. [ubuntu] starting program always on visible workspace
  86. [ubuntu] XPS M1210 8.10 nVidia GeForce Go7400 xorg SLOW to load
  87. [ubuntu] Main menu wont work?
  88. [ubuntu] Ubuntu running dual displays/SLI - How is it?
  89. [ubuntu] aircrack help
  90. [ubuntu] System lag after xserver/gnome reinstall
  91. [ubuntu] mysql installed but not showing up on phpinfo
  92. [ubuntu] Eclipse wont start, problem with virtual machine?
  93. [xubuntu] BlackBerry Curve - Desk Top Manager
  94. [ubuntu] FLTK installation
  95. [xubuntu] graphic failure with mouse failure
  96. [ubuntu] accounting template for open office spreadsheets?
  97. [other_os] Have you tried Linux Mint
  98. [gnome] TDAmeritrade Streaming Quotes
  99. [ubuntu] help installing a tar.bz2
  100. [ubuntu] Software Versions
  101. [ubuntu] Make second Ubuntu Partion bootable
  102. [ubuntu] Where is all my memory going???
  103. [ubuntu] wireless has always been a huge problem
  104. [ubuntu] Benefits of installing without Wubi vs with Wubi
  105. [ubuntu] G15 + ventrilo + wine
  106. [kubuntu] Kubuntu problem with weird black screen
  107. [ubuntu] Ugh....this Ubuntu is frustrating...Java ?
  108. [ubuntu] Weird Error?
  109. [ubuntu] grub2
  110. [SOLVED] Different desktop on certain reboots?
  111. [ubuntu] Error when updating, no public key found
  112. [ubuntu] Encrypted/corrupted read-only Ext3 filesystem?
  113. [all variants] what's wrong with this chmod?
  114. [ubuntu] Shutdown when idle
  115. [ubuntu] shutdown
  116. [ubuntu] Dell V505 Printer: How do I install Hardy's CUPS?
  117. [ubuntu] how do i fix my video player?
  118. [all variants] Why Linux root partition only needs 10 GB max?
  119. [ubuntu] Need a IM program
  120. [ubuntu] Flash no sound
  121. [all variants] bash scripting help
  122. [ubuntu] Compiz 0.7.6 in 8.10
  123. [ubuntu] ALL thunderbird mail immediately marked as read?
  124. [ubuntu] Can't uninstall Dansguardian
  125. [ubuntu] Printer Setup Help
  126. [ubuntu] Help A Newb Compile Some Code?
  127. [ubuntu] No video and audio for hulu video. Works fine for root user.
  128. [ubuntu] using backup-manager for automated backups
  129. [all variants] Consequences of forcing shutdown
  130. [ubuntu] System restore
  131. [ubuntu] why don't I have and how do I create /fstab
  132. [ubuntu] 8.04 Install Won't Accept Wep Key
  133. [ubuntu] Ftp for 3 users
  134. [ubuntu] Ssh user accounts
  135. [ubuntu] Vista not showing up with option to boot after daul ubuntu boot.
  136. [ubuntu] 810x86::Evolution::Message Filter not working
  137. [ubuntu] General questions about ubuntu
  138. [ubuntu] Setting up and starting MySQL... failed.
  139. [ubuntu] Help, im in theme hell.
  140. [ubuntu] help with ubuntu.
  141. [ubuntu] rsync, cron, ssh, permissions
  142. [ubuntu] Package manager failed
  143. [ubuntu] PGP key problems
  144. [ubuntu] How to get source code
  145. [ubuntu] update manager
  146. [ubuntu] Better swap usage
  147. [ubuntu] Unknown programs not responding at shutdown
  148. [kubuntu] Kubuntu is removed but still in Boot list?
  149. [kubuntu] Kubuntu is removed but still in Boot list?
  150. [kubuntu] Kubuntu is removed but still in Boot list?
  151. [kubuntu] Kubuntu is removed but still in Boot list?
  152. [ubuntu] Fonts not displaying in certain applications
  153. [ubuntu] And then, the sound was gone...
  154. [ubuntu] Help! having big trouble deleting Ubuntu Partitions!
  155. [ubuntu] fast download -> slow desktop respond (???)
  156. [all variants] adding repositories
  157. [ubuntu] SMS & Serial Interface trouble
  158. [ubuntu] How do I lower acceleration?
  159. [ubuntu] Multimedia Buttons won't work in Amarok 2 under Gnome
  160. Hi I need help
  161. [ubuntu] Access problem on /bin/sh while booting
  162. [all variants] Which is the Best
  163. [ubuntu] Default IMAP config with GMail doesn't download full emails
  164. [all variants] Help needed with Evolution/Exchange creating local copy of Calendar/Contacts
  165. [ubuntu] Java chatroom help, please!!
  166. [all variants] How do you test a script?
  167. [ubuntu] Upgrade from 2.6.20 to Ubuntu 7.04
  168. [all variants] DVD problem
  169. [ubuntu] Users and Groups --> wipes the group file
  170. [ubuntu] How to measure cpu consumption for two processes?
  171. [ubuntu] Get the latest Flash player
  172. [kubuntu] PPD file for printer under ubuntu 8.01
  173. [ubuntu] A new user with a backlog of issues
  174. [ubuntu] need to tune my home WiFi
  175. [kubuntu] Fonts problem
  176. [ubuntu] GTK + engines - how to choose???
  177. [ubuntu] Bash script to enter data into database
  178. [ubuntu] Fubar'd my X11
  179. [ubuntu] Firewall !!
  180. [all variants] Can't find encryptfs-utils
  181. [kubuntu] Editing Firefox Spellcheck Dictionary
  182. [all variants] bash history trick
  183. [ubuntu] ubuntu updates
  184. [ubuntu] Can I access Sonicwall VPN?
  185. [ubuntu] Shell Scripting
  186. [ubuntu] Block task bars
  187. [ubuntu] resize hsf+ mac partition?
  188. [ubuntu] Error when I check for updates
  189. [ubuntu] Configuring Ubuntu server ED 8.10
  190. [ubuntu] Error waiting for native console activation
  191. [ubuntu] Ubuntu startup hangs at grub prompt
  192. [ubuntu] VSFTPD Virtual users db4.2_load
  193. [ubuntu] Compiz tuning?
  194. [ubuntu] Wifi problem
  195. [ubuntu] Wireless problems
  196. [ubuntu] Xorg High CPU, Destroying Performance
  197. [ubuntu] software for email blasts?
  198. [ubuntu] Notification Area Applet not working properly
  199. [all variants] How to mount flash drive as read-only
  200. [ubuntu] Stop cron sending email
  201. [ubuntu] how to cd to /dev/sdb!?
  202. [all variants] Packet Capture Ques.
  203. [ubuntu] Mysql Question
  204. [ubuntu] disappearing drive
  205. [kubuntu] Trouble booting to xwin
  206. [ubuntu] brightness monitor + intrepid?
  207. [ubuntu] X Window System spontaneously restarting (without Ctrl+Alt+Backspace)
  208. [ubuntu] Ubuntu won't boot.
  209. [other] Need Help Identifying a Font
  210. [ubuntu] firefox and opera memory problem - can't boot from hard drive
  211. [ubuntu] How to stop dimming on dell latitude 630 with intrepid
  212. [ubuntu] Error 18 this morning, need advise
  213. [ubuntu] Apache 2 CustomLog not working in 8.04 8.10
  214. [ubuntu] Ubuntu comaptible software
  215. [ubuntu] BZflag installation
  216. [ubuntu] Source Code Help
  217. [ubuntu] Avant Window Navigator very flaky
  218. [ubuntu] URGENT: Problem using "Foremost"
  219. [ubuntu] Please Help!
  220. [ubuntu] mounting XP partitions in VBox & guest Ubuntu 8.10
  221. [other] Why couldn't I reply in this forum?
  222. [other] Instantbird- Repository?
  223. [ubuntu] ipod games
  224. [ubuntu] Mounted volume showing on desktop and Encfs
  225. [ubuntu] Gnome Commander fails on delete
  226. [ubuntu] Trouble mounting secondary partition.
  227. [ubuntu] How do I get permission to save change to file /dev/fstab
  228. [ubuntu] No sound.
  229. [all variants] Proxy doesn't let me communıcate
  230. [ubuntu] VNC server for ubuntu
  231. [ubuntu] Bansheee Audio Issue
  232. [ubuntu] converting svg and svgz files to png en mass
  233. [ubuntu] scrollbars broken
  234. [ubuntu] Problem in the latest nautilus?
  235. [ubuntu] Oh dear god!
  236. [ubuntu] No sound other than system beep
  237. [ubuntu] What is the best program for iPods on Ubuntu 8.10?
  238. [ubuntu] Where are you power button?
  239. [ubuntu] Codecs messed up?
  240. [ubuntu] lm sensor install...error runnning makedev.sh
  241. [ubuntu] How to safely removing a flash drive?
  242. [ubuntu] Apache / Ubuntu very slow to respond to web requests
  243. [ubuntu] nvidia drivers problem
  244. [ubuntu] Freezing mouse
  245. [all variants] WebDAV Interactions VERY slow
  246. [ubuntu] Need help printing - Canon MP600R on network?
  247. [all variants] X.org crashes on Live USB, need help.
  248. [ubuntu] Problem with xorg.conf on dual monitor (one rotated) setup
  249. [ubuntu] eeebox video problems
  250. [ubuntu_studio] Can't mount CD rom drive.