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. [other] [SOLVED] what`s about "SPARC"?what it is?
  2. [ubuntu] firefox/thunderbird folder names
  3. [ubuntu] Formatting large disks question
  4. [kubuntu] Kwin malfunction after shutting down and rebooting.
  5. [ubuntu] Problem with EuroSign
  6. [ubuntu] Prompt is missing from Terminal
  7. [ubuntu] howto install grib file viewer in ubuntu 8.0.4 ?
  8. [ubuntu] Script to FTP a file to a web host
  9. Resize NTFS partition before resizing Wubi?
  10. [ubuntu] Trouble running Frostwire
  11. [ubuntu] [SOLVED] doubt in labelling
  12. [ubuntu] Setting up my microphone
  13. [ubuntu] Grub installation problem
  14. [ubuntu] Theme Installer wont run
  15. [kubuntu] NX Timeout w/ SSH Server --- HELP!!
  16. [ubuntu] Can you guys help me make the switch?
  17. What do you do with custom scripts?
  18. [all variants] [SOLVED] Completely remove MySQL
  19. [ubuntu] vmware net not connecting
  20. [ubuntu] something like limewire
  21. [ubuntu] [SOLVED] Help with Command to Move Data
  22. Wubi woes
  23. [ubuntu] Permissions while using a OS X HD
  24. [ubuntu] My late experience with flash drives. Does Ubuntu have trouble with them? Please help
  25. [ubuntu] Hardy Heron slow shutdown
  26. [other] How to make a function in C
  27. [ubuntu] Help!!
  28. [ubuntu] E: malformed line 62
  29. [ubuntu] VLC Problem with X11
  30. [kde] Screen position is not respected
  31. [ubuntu] Firefox 3: Access to Public Proxy Server
  32. [ubuntu] How can I get Windows Vista to recognize an Ubuntu / EXT3 Partition?
  33. [ubuntu] dual monitor with ATI acclerated graphics driver
  34. [ubuntu] Grub not asking me for the option to boot right away
  35. [kubuntu] sata and ide drives changing names on reboot
  36. [ubuntu] dpkg errors
  37. Really dislike Windows Wubi wont Boot
  38. [ubuntu] Flashdrive is mounted and only root as RW access
  39. [ubuntu] [SOLVED] Help with GRUB on an EEE PC
  40. [ubuntu] Can't change file access permissions
  41. [all variants] Is it possible?
  42. [ubuntu] Resolution of 1920x1080 unaivailible!
  43. [ubuntu] Need to recover data from previous windows installation
  44. [ubuntu] A command line bittorrent client with a webui
  45. [ubuntu] [SOLVED] Move post.
  46. [ubuntu] upgrading to 8.10
  47. [ubuntu] I'm having sound problems
  48. [ubuntu] how do i create a shell script/launcher that needs sudo without having to type passwd
  49. [ubuntu] Wine+HL no resolution change options..
  50. [kubuntu] broadcom wireless
  51. [kubuntu] flash in kubuntu
  52. [ubuntu] cant move any windows
  53. [all variants] Hi there, newbie here. I got some questions.
  54. [ubuntu] [SOLVED] How to dump network usage
  55. [ubuntu] [SOLVED] 8.04 Wobbly Windows and Animation Lags
  56. [all variants] I converted my ntfs hd to linux-swap-- is my data lost?
  57. place my ubuntu to another hard disk ?
  58. [ubuntu] Format a floppy disc?
  59. [ubuntu] [SOLVED] Gnome Application Menu Broke
  60. [ubuntu] [SOLVED] socket: bind failed in festival
  61. [ubuntu] Gutsy - Strange behavior with new user account.
  62. [xubuntu] How do you make shell scripts?
  63. [ubuntu] can someone help me wipe xp
  64. [all variants] Recover from chown -r user: /
  65. [all variants] Wallpaper color based on time of day
  66. [ubuntu] Installing Octave
  67. [ubuntu] gzip PROBLEM
  68. [kubuntu] freepos and hotmail - no mail downloaded?
  69. [ubuntu] Web Design In our Ubuntu!
  70. [ubuntu] PLaces > Connect to Server = Broken
  71. [ubuntu] NTP protocol
  72. [ubuntu] Ubuntu acting weird
  73. [all variants] dunno where this goes... anyone have success with a samsung T10?
  74. [ubuntu] Changing Graphic resolution to 60 Hz
  75. [ubuntu] XP Won't load.
  76. [ubuntu] FIREFOX and NAUTILUS
  77. [ubuntu] Bitswash .torrent file association
  78. [all variants] How to multiple boot Linux distro
  79. [other] Gnome-look: getimagesize() read error whle uploading screenshot
  80. [ubuntu] not executing c++ program.........
  81. [ubuntu] Xsane -exclude devices?
  82. [all variants] Convert .iso/.toc to plain old .iso
  83. [ubuntu] Laptop internet not working
  84. [ubuntu] Internet connection not working
  85. [ubuntu] How can I tell what settings my x server is using?
  86. [ubuntu] X-Server login window
  87. [ubuntu] [hardy] Input Output error while copying
  88. [other] [SOLVED] From Xubuntu to Kubuntu, cleaning Xubuntu?
  89. [ubuntu] Virus attack
  90. [ubuntu] [SOLVED] Turn off laptop LCD when using external monitor
  91. [ubuntu] How do I open (but not extract) an archive file using the console?
  92. [ubuntu] xbind and multi-button
  93. [ubuntu] Unable to enable automatic updates
  94. [ubuntu] custom install of rtorrent using apt-get?
  95. [ubuntu] Update Manager
  96. [ubuntu] Wiped Ubuntu on dual boot now locked out
  97. [all variants] How to create a minimal Ubuntu with Elisa Media Center only
  98. [all variants] [SOLVED] Updating grub for multiple OS.
  99. [ubuntu] Hamachi on UBUNTU
  100. [ubuntu] Twinview Problem: Maximizes to Both screens!
  101. [ubuntu] Ubuntu hangs...
  102. [other] Using Wallp To Set Backdrop In An Openbox Set Up
  103. [ubuntu] Screen tearing when watching DVDs using VLC
  104. [ubuntu] Recycle Bin
  105. [ubuntu] Where Is The System?
  106. [ubuntu] no internet but internet connection
  107. [all variants] Yay! AYTTM Now Has Systray Support
  108. [ubuntu] Printing Problems
  109. [ubuntu] Associate file type with application by default
  110. [ubuntu] Top Panel isn't accessible ?
  111. [gnome] cd preferences dialog is gone?
  112. [ubuntu] ATI Fan Speed question
  113. [ubuntu] End of Life question
  114. [xubuntu] Xubuntu with no monitor
  115. [ubuntu] [SOLVED] How to bypass 1 header row when sorting in bash
  116. [ubuntu] Mouse over preview of MP3 files
  117. [ubuntu] How to install the Aquarium plugin in Compiz?
  118. [ubuntu] Install? Uninstall? Flap-Kind of
  119. [ubuntu] SQL Programs and Linux
  120. [other] Need sound in barebones Openbox install (ubuntu base)
  121. [ubuntu] App window going outside bottom of screen area
  122. [ubuntu] OneNote replacement
  123. [other] [SOLVED] Songbird + mp3 support?
  124. [other] Proxy Server issue in linux
  125. [ubuntu] ttyUSB static
  126. [ubuntu] Ubuntu Crisis!
  127. [ubuntu] [SOLVED] Something weird's happened to Firefox
  128. [all variants] [SOLVED] panoramic pictures
  129. [ubuntu] umount user partitions not working
  130. [kubuntu] Black screen on load
  131. [ubuntu] move directories and files by date
  132. [ubuntu] How do I propose a patch for inclusion?
  133. [ubuntu] [SOLVED] Fingerprint and Ubuntu?
  134. [ubuntu] Firefox problem!
  135. [kubuntu] Laptop freezes - Hangup
  136. Install fails on MD5SUMS-metalink rename
  137. [ubuntu] Evince Opening Documents in Presentation Mode
  138. [all variants] why mapserver 5.0.3-2 for 8.10?
  139. [ubuntu] using metacharacters.........
  140. [ubuntu] Gnome Pilot and Thunderbird
  141. [ubuntu] installed game and it say no rezolution supported
  142. [gnome] [SOLVED] I dont get emerald.
  143. [kubuntu] no administrator mode
  144. [ubuntu] [SOLVED] DPKG to Segfault
  145. [ubuntu] Aptoncd alternative?
  146. [ubuntu] AWN - how to change ALL Pidgin chat icons?
  147. [ubuntu] Ubuntu Sounds
  148. [ubuntu] PC does not boot on first try (IDE vs SCSI?)
  149. [ubuntu] Which Email?
  150. [ubuntu] Nee Help in fixing a mount pont problem
  151. [ubuntu] emacs-snapshot mutiny: font size and latex highlighting
  152. [ubuntu] Notebook?
  153. [ubuntu] Firefox is acting totally weird
  154. [ubuntu] [SOLVED] rebuilding Package Manager list
  155. wireless issuse in wubi
  156. [ubuntu] Domain Name
  157. [ubuntu] [SOLVED] Apache .htpassword file
  158. [ubuntu] remove all cron jobs from removed software
  159. [ubuntu] tzdata causing update error
  160. [ubuntu] Comix issues: opening files from file manager
  161. [ubuntu] Naming Interfaces
  162. [ubuntu] clamav: are 'broken.executables' false positives?
  163. [ubuntu] making current /home into seperate partion
  164. [ubuntu] Lines on Screen for Pop-Up Windows
  165. [ubuntu] Want to run a bash script before X starts and display to the screen
  166. [ubuntu] ./configure
  167. [all variants] [SOLVED] Low-level copy (HD to HD)
  168. [ubuntu] automatic inherit file permissions ?
  169. [ubuntu] [SOLVED] ccsm not working !!!
  170. Wubi Error 15
  171. [ubuntu] [SOLVED] Screen Resolution Problem
  172. [kubuntu] e-mail stay in Outbox and not being sent - configuring Kmail
  173. [gnome] problem with okular and XPS files
  174. [ubuntu] Black Screen When Running Applications
  175. [kubuntu] Using Alt-F2
  176. [ubuntu] OpenSync/Synce not syncing tasks
  177. [ubuntu] [SOLVED] I can't package manage.
  178. [gnome] Hey! Where did "fold" go in Compiz??
  179. [ubuntu] GRUB question
  180. [ubuntu] [SOLVED] partiton editor
  181. [ubuntu] Login Window not using up entire screen
  182. [xfce] [SOLVED] Gdebi error: dependency not satisfiable
  183. [ubuntu] dd help please!
  184. Should I install ubuntu 32 or 64-bit using wubi?
  185. [ubuntu] [SOLVED] Retrieval of document in trash?
  186. [ubuntu] instlux/network config
  187. [ubuntu] Generic kernel won't recognize nVidia driver
  188. [kubuntu] [SOLVED] Highlight/middle button-paste stopped working, how to fix/check?
  189. [ubuntu] non linux sites
  190. [ubuntu] desktop effects
  191. [ubuntu] apt-get update problem. confusion itt.
  192. [ubuntu] Some applications freezing when I hit "print"
  193. [ubuntu] first "forced session restart" in 5 months
  194. [ubuntu] 177.80 nvidia driver
  195. [ubuntu] guest os internet not connecting
  196. [ubuntu] DVD Burnder woes
  197. [ubuntu] slow transfer speeds between hard drives
  198. [other] [SOLVED] A tool to spell name backwards required!
  199. [ubuntu] [SOLVED] Swap space partition issue
  200. [ubuntu] Trouble with GRUB menu boo boo
  201. wubi ubuntu install help
  202. [other] [SOLVED] Video Intro Required!
  203. [ubuntu] Visual Basic Application
  204. [ubuntu] Mono 2.0 packages?
  205. [ubuntu] Newbie needs help install ..
  206. [ubuntu] [SOLVED] text not showing well
  207. [ubuntu] am I too dumb or installing Picasa sucks everyone?
  208. [ubuntu] Crontab problem
  209. [ubuntu] theme installation
  210. [ubuntu] I have removed all the fonts
  211. [ubuntu] [SOLVED] capture video of desktop
  212. [ubuntu] Saving a webpage as pdf, ps, html, smth
  213. [ubuntu] free hard drive space disappeared?
  214. [ubuntu] adjusting firefox text size?
  215. [ubuntu] [SOLVED] Gurb Colors
  216. [all variants] Need opensource free like cpanel for Ubuntu - domain, email, dns and web provisioning
  217. [ubuntu] i can't gett online and my cd rom doesn't work
  218. [xubuntu] xfce: disable compositing/opacity for certain programs?
  219. [ubuntu] [SOLVED] Where has my disk space gone?
  220. [ubuntu] mkisofs as dependency for remastersys
  221. [ubuntu] Having problems with local network interface.
  222. [ubuntu] [SOLVED] GRUB questions -- adding another distro
  223. [SOLVED] cannot get to C:\ drive through wubi installed ubuntu 8.04
  224. [other] Jabbim File Store
  225. [ubuntu] compiz works...sort of.
  226. [ubuntu] Loss of data
  227. [ubuntu] change terminal login message
  228. [ubuntu] Change Ubuntu LOADING screen (8.04)
  229. [ubuntu] Format C
  230. [ubuntu] [SOLVED] RedHat Service Commands in Ubuntu
  231. [ubuntu] Problems with new monitor
  232. [ubuntu] GRUB Emergency, Error 17
  233. [ubuntu] Monitor trouble
  234. [ubuntu] Keyboard problems!!!
  235. [ubuntu] Shell Script to open URL
  236. [ubuntu] Problem in boot up Ubuntu from a USB drive
  237. [gnome] Compiz broke my install
  238. [ubuntu] adding parameters to boot
  239. [ubuntu] upgrading evolution mail
  240. [ubuntu] random window opening
  241. [ubuntu] fsck and e2fsck keep looping forever
  242. [ubuntu] Downloading Opera
  243. [ubuntu] Persevere or default to Windows?
  244. [ubuntu] [SOLVED] help with .gconf setting
  245. [SOLVED] How can you tell the RAID type?
  246. [ubuntu] speaker driver
  247. [gnome] Cannot Start GDM??
  248. Wubi and Windows backup
  249. [ubuntu] [SOLVED] Having trouble with my system.
  250. [ubuntu] Last Good Configuration...?