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] updating killed gnome
  2. [ubuntu] How do I allow remote whois requests?
  3. [ubuntu] [SOLVED] Dosbox and Borland Turbo C++
  4. [ubuntu] Grub Error 11: Win XP dual boot.
  5. [ubuntu] How do I get hardy Heron removed from my computer?
  6. [ubuntu] Photoshop CS3 and Wine...does it work?
  7. [all variants] LVM recovery problem
  8. [ubuntu] Whats using my harddrive?
  9. [ubuntu] Gnome-panel Error / Not Showing On Boot --help--
  10. [ubuntu] startup scripts for bash
  11. [ubuntu] Usb mouse not detected unless i boot with a PS/2 keyboard
  12. [ubuntu] 8.04 Problem (PLease REspond)
  13. [ubuntu] Ubuntu Symbol top left
  14. [xubuntu] Customizing xfce4 menus to look like gnome
  15. [ubuntu] Screenlets
  16. I installed ubuntu through windows using wubi. Can i use virtualbox to go on ubuntu?
  17. [ubuntu] how to configure adsl router in ubuntu 7.10
  18. [xubuntu] Partitioning
  19. [all variants] [SOLVED] deborphan abuse, not suer what I lost
  20. [ubuntu] Can't write a @ using ctrl alt. Have to use alt gr.
  21. [SOLVED] Sony MP3 player not recognized in 32bit, but is just fine in 64bit?
  22. [ubuntu] Ubuntu help crash
  23. [kubuntu] How to disable a few things?
  24. [ubuntu] Any way to improve ram?
  25. [ubuntu] rtorrent.rc
  26. [other] thumb cinema
  27. [ubuntu] [SOLVED] Unable to access Xorg.conf?
  28. [ubuntu] Installation problems
  29. [ubuntu] increasing root partition size
  30. [ubuntu] Free up memory
  31. [ubuntu] Something about SWAP
  32. [xubuntu] Banshee and DBus
  33. [other] Tux Paint
  34. [ubuntu] Windows VM on Ubuntu 8.04+VMWARE server 1.04 can detect see the USB devices
  35. [ubuntu] [SOLVED] package manager problem
  36. [kubuntu] how to customize kde to look like gnome?
  37. [all variants] [SOLVED] can I uninstall something that i installed from source without the source co
  38. [ubuntu] Huge log files in /var/log problem
  39. [ubuntu] can't see all tasks in top
  40. [all variants] [SOLVED] Quick bash script syntax question
  41. [all variants] Ekiga Problem
  42. [gnome] Murrine RGBA Control?
  43. [ubuntu] How to comment a block?
  44. [ubuntu] Segmentation Fault in Xsane
  45. [xubuntu] Compiz for Xubuntu?
  46. [ubuntu] all but corner of screen is black
  47. [other] Segmentation Fault, RAM is good. is the shell bad?
  48. [ubuntu] Creating a usable ISO from an Ubuntu installation
  49. [all variants] Bash Scripting - How to communicate with telnet?
  50. [all variants] Ctrl+c in Minicom
  51. [ubuntu] Wireless trouble
  52. [ubuntu] orange screen before and after splash during boot
  53. [ubuntu] Windows entry in grub disapears after upgrade
  54. [ubuntu] get compiz plugins show minimized?
  55. [ubuntu] Mouse Trouble? Its as if i dont have one...
  56. [ubuntu] Online Videos not working
  57. [ubuntu] I Want to setup Ubuntu for my dad who doesn't know much about PCs
  58. Xubuntu doesn't boot
  59. [gnome] [SOLVED] How can I customize the logo next to the Applications Menu?
  60. [ubuntu] Kernel Panic on X31
  61. [kubuntu] Help with one4all/lirc remote setup
  62. [ubuntu] Lost root partition after hibernate
  63. [all variants] [SOLVED] Why do I have to edit a file to enable screen rotation in 2008?
  64. [all variants] Sysctl Tuning
  65. [xubuntu] Is Compiz installed on Xubuntu?
  66. [ubuntu] "Ubuntu is running in low-graphics mode" after upgrade
  67. [ubuntu] Serious problem. [Freezing & Display driver]
  68. [ubuntu] manually mounting a dvd
  69. [ubuntu] kiba-dock > Akamaru Physics Problem
  70. [ubuntu] Can't load into gnome after installing libasound2 i386 .deb on 64bit system.
  71. [other] [SOLVED] Cannot Create Good Custom Toolbar For FF3 Ubuntu Combo
  72. [ubuntu] keyboard bug - as if Alt Gr were pressed
  73. [ubuntu] compiz config is being stupid
  74. [kubuntu] Lost sidebar... how to get it back?
  75. [ubuntu] can't login to forums using ff w/7.10
  76. [ubuntu] [SOLVED] Cannot mount UDF Volume
  77. [ubuntu] [SOLVED] Hard drive problem
  78. [gnome] GUI application to create a gtk theme?
  79. [ubuntu] Dlink DI-624s Source Code
  80. [ubuntu] Freezing - Hardy, machine, or Firefox 3.0, and what to do
  81. [ubuntu] [SOLVED] Backup / Bootable ISO
  82. How do I Get untubu to work?
  83. [ubuntu] activating theme repositories? / emerald themes problem...
  84. [all variants] Backups; info for a system backup
  85. [ubuntu] How to use maildir format in evolution
  86. [all variants] [SOLVED] error while loading shared libraries
  87. [ubuntu] Error when compiling just about anything
  88. [ubuntu] Regnum In Ubuntu - Crashes To Desktop?
  89. [ubuntu] unable to mount external HD
  90. [all variants] [SOLVED] Cairo Dock stays above web pages and applications
  91. [ubuntu] [SOLVED] File Permissions?
  92. [ubuntu] Remastersys
  93. [ubuntu] How to edit php.ini
  94. [ubuntu] passcode to WAP conversion
  95. [ubuntu] InitNG On Hardy?
  96. [ubuntu] Laptop freezes multiple times a day
  97. [ubuntu] CIFS VFS: Error 0xfffffff3 on /.Trash-1000
  98. [ubuntu] Sound and video hosed... frustration level 9.7
  99. [all variants] [SOLVED] system mail
  100. Wubi For linux mint?
  101. [xubuntu] Not enough swap to hibernate.
  102. [all variants] does /dev/sd[a-z] have to arranged alphabetically in fstab
  103. [ubuntu] Desktop Displaying Home Folder
  104. [ubuntu] [SOLVED] Error Message when I use Add/Remove Programs
  105. [ubuntu] Postfix/Rails Problem - Emails send, only Gmail recieves
  106. [ubuntu] Screen resolution too low... :(
  107. [ubuntu] aufs root filesystem
  108. [ubuntu] DSL router help
  109. [ubuntu] Enabling Visual Effects (Compiz?) disables 3d accelleration
  110. [ubuntu] XP and Ubuntu: Using Dell Media Direct Button
  111. [xubuntu] USB to Serial Cable -- no data from ttyUSB0
  112. [ubuntu] Utilities & Security ?
  113. [ubuntu] WACOM-TOOL application HELP!!! Whaaa!
  114. [ubuntu] Software sources
  115. [ubuntu] White line in awn (avant-window-navigator) after upgrade
  116. [ubuntu] Problem extracting an .iso
  117. wubi won't start on Vista
  118. [ubuntu] Wireless on Dell Latitude D800
  119. [ubuntu] Ubuntu won't detect my printer.
  120. [ubuntu] [SOLVED] Completly remove Google Earth from .bin installation
  121. [all variants] Hard Drive Bottleneck
  122. [other] Cannot duplicate the Ubuntu install CD
  123. [all variants] Cannot install Linux on Compaq Presario 5838
  124. [ubuntu] How to stop to USB device increase Device ID on plug/unplug events?
  125. [all variants] Firefox borked!
  126. [ubuntu] Autohinting + Sans = too big.
  127. [other] awn not using default icons
  128. [ubuntu] Sound Problem
  129. [gnome] Hiding panels completely in Gnome
  130. [ubuntu] [SOLVED] Any command/app that will remove all unessesary /tmp files and/or uninstalle
  131. [ubuntu] Can't get Compiz-fusion installed in hardy heron
  132. [ubuntu] for those with GRUB bootloading issues
  133. [ubuntu] Frostwire says something went wrong with Java?
  134. [ubuntu] sound bug....
  135. [ubuntu] Disk partition
  136. [xubuntu] X11 Cursor only show theme in some windows
  137. [ubuntu] [SOLVED] Pidgin Problem with new messages
  138. [ubuntu] [SOLVED] evince won't show document the first time
  139. [ubuntu] Configuring Microsoft fonts
  140. [all variants] How to back up files from a damaged linux system
  141. [all variants] Amarok: how to create a smart playlist of podcasts
  142. [xubuntu] Can't minimize, run multiple programs, or "show desktop"!!
  143. [ubuntu] Screen Resolution Issue
  144. [ubuntu] Warning: Creating a crontab entry will delete everything in your home folder!
  145. [ubuntu] OrangeLinstaBlackPlastic Theme, Compiz, Thunderbird.
  146. [other] Hard drive management
  147. [ubuntu] midbrowser help request
  148. [ubuntu] No Shut Down Panel
  149. [ubuntu] Extra Hard Drives not automatically mounting?
  150. [ubuntu] Website font size issue.
  151. [ubuntu] [SOLVED] Totem not working
  152. [ubuntu] need to defer starting or hide of gnome panel
  153. [ubuntu] Cata strophic noob error - HELP!
  154. [ubuntu] [SOLVED] AAAAAAH!! What Happend!!!
  155. [ubuntu] home file being ignored?
  156. [all variants] [SOLVED] CPU frequency scaling on Core 2 Duo?
  157. [ubuntu] kio-umountwrapper messing up apt-get
  158. [ubuntu] Backuping files via SFTP
  159. [ubuntu] Block font artifacts in Evolution and some websites
  160. [ubuntu] Accidentally created a new operating system???!!
  161. [all variants] [SOLVED] checkgmail turns strange
  162. [ubuntu] Compiz cube and ubuntu studio theme
  163. [ubuntu] Applications Loading Multiple times in Background
  164. [all variants] Problem installing a USB printer on a LTSP client
  165. [ubuntu] Modify, check list group
  166. [all variants] [SOLVED] Gigabyte U8000 digital TV Tuner
  167. [ubuntu] Deluge BitTorrent, Firestarter and Blocked Connections
  168. [ubuntu] Startup Manager crashes when I click "Add" to add a Usplash to its inventory.
  169. [ubuntu] [SOLVED] how to unzip (or untar) a file in ftp?
  170. [ubuntu] crontab entry not running
  171. [xubuntu] How to properly autostart compiz.
  172. [ubuntu] Little problem with Greek characters
  173. [ubuntu] Migrating system settings and programs
  174. [ubuntu] installing firefox 3
  175. [ubuntu] [SOLVED] gnome-screensaver does not start
  176. [all variants] How could I know at what number set the network startup script ?
  177. [ubuntu] Can I make and exact replica of my ubuntu including files and bootloader?
  178. [ubuntu] LTSP client skype freeze
  179. [ubuntu] [SOLVED] SQLite database browser
  180. [ubuntu] Configuring alsa
  181. [all variants] What's up with Avant-Window-Navigator
  182. [ubuntu] [SOLVED] installing mySQL to use with amarok
  183. [other] [SOLVED] kernel can't find hdd on boot
  184. [ubuntu] External USB drive is read-only?
  185. [ubuntu] PS3 Ubuntu 7.10 Resolution help needed
  186. [ubuntu] [SOLVED] screen resolution
  187. [all variants] Usb Keyboard Cant Get Into Bios
  188. [all variants] Looking for GUI file browser for my server
  189. [xubuntu] [SOLVED] Opera wont start
  190. [ubuntu] [SOLVED] error in synaptic package installation
  191. [gnome] fusion-icon and compiz
  192. [ubuntu] Hourly updates
  193. [ubuntu] block ping response iptables
  194. [ubuntu] can't find the options menu in firefox
  195. [ubuntu] Partition recovery
  196. [all variants] Incremental/Sequential backing up of specific folders
  197. [all variants] Using find -regex option
  198. [ubuntu] Switching Workplace Shortcuts
  199. [all variants] modified vlc skins
  200. [ubuntu] Ubuntu and Navigon Freshmap
  201. [kubuntu] Need second drive to mount on startup.
  202. [ubuntu] reboot loop after update
  203. [ubuntu] Disabling unwanted services at startup - DHCDBD, pulseaudio etc
  204. Zaragosa Barbosa HowTo: Create a panel button to launch a frequently used command
  205. [kubuntu] editing system text files
  206. [ubuntu] Hidding the mounted disks
  207. [ubuntu] Pidgin spam
  208. [ubuntu] bash scripting
  209. [ubuntu] [SOLVED] VMware startup problem
  210. [ubuntu] iptables complete firewall where?
  211. [ubuntu] [SOLVED] How to change 'media' on desktop to other names
  212. [ubuntu] Blender + Compiz = Teeth-grindingly SLOW!
  213. [ubuntu] Can't see the blinking thingy.
  214. [ubuntu] Strange Monitor Blackout with Squares - ATI
  215. [ubuntu] change places-> home folder to places->ALL
  216. [kubuntu] Superkaramba themes KDE4
  217. [ubuntu] How to open a port for use by Transmission
  218. [ubuntu] Problem going full screen
  219. [all variants] [SOLVED] clear command not working
  220. [ubuntu] Firefox wont load certain pages
  221. [ubuntu] Installing a computer game in Ubuntu.
  222. [ubuntu] Alternative to Archive Manager?
  223. [ubuntu] added patch to kernel?
  224. [ubuntu] Wine crashes with corrupt graphics when running a game
  225. [ubuntu] Viewer for DBF files
  226. [ubuntu] Cannot "make" anything after upgrade to Hardy; no rule to make target
  227. [ubuntu] How to edit makefile to work in Ubuntu?
  228. [ubuntu] NO synaptic or updates
  229. [ubuntu] no boot
  230. [ubuntu] Disable desktop effects for all users
  231. [gnome] Remote Desktop
  232. [ubuntu] Help me with my .conkyrc
  233. [ubuntu] [SOLVED] I cant see the items im running on the bottom panel..
  234. [ubuntu] [SOLVED] Device manager?
  235. [all variants] Shell Script Videos?
  236. [ubuntu] Photoshop, WINE, and administrative privileges
  237. [ubuntu] Evolution won't launch
  238. [ubuntu] d-color Olivetti MF22 Printer Drivers
  239. [ubuntu] add new partition to install xp
  240. [ubuntu] Runinng OSX apps in Ubuntu?
  241. [all variants] Autostart and xhost
  242. [ubuntu] [SOLVED] Dell + grafic card + compiz errror
  243. [ubuntu] Problem booting using Raid 1 when one drive is missing
  244. [ubuntu] samba does not work for password protected directories
  245. [ubuntu] Can I Share WIne Programmes Between Different Users?
  246. [xubuntu] how do i run specific updates using terminal?
  247. [ubuntu] Dual boot using 2 hard drives?
  248. [ubuntu] restricted shell
  249. [all variants] Regarding Significant issue with recent AWN bzr versions.
  250. [all variants] error with ldap client authenitcation over SSL