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] Info for home made Ubuntu Reference Command Line Cards
  2. [ubuntu] Using Testdisk Help!
  3. [gnome] 2.6.32-37 kernel breaks X?
  4. [ubuntu] Email through Smarthost
  5. [ubuntu] SSH'ing as root from one VM to another
  6. [ubuntu] Installing Eclipse/Java on Ubuntu
  7. [lubuntu] Lubuntu Kernel == Ubuntu Kernel
  8. [SOLVED] debhelper depends
  9. [ubuntu] Can resume from suspend thru remote control only once
  10. [ubuntu] Can't boot system
  11. [ubuntu] Tweaks regarding Teamviewer 6
  12. [all variants] login screen on wrong monitor in ubuntu 11
  13. [SOLVED] size of kernel sources
  14. [SOLVED] Suspend problems
  15. [ubuntu] Keyboard on screen at login-11.10
  16. [ubuntu] Using gampad to control mouse on ubuntu 10.10
  17. [ubuntu] I Can Download Torrents, But I Can't Download anything else
  18. [ubuntu] Convert system to RAID5
  19. [ubuntu] MP3 player fails to mount properly in MTP mode (Ubuntu 11.10)
  20. [SOLVED] ubuntu linux copy all files from folder with extension including subfolders in a cron
  21. [ubuntu] Dolphin dual pane shows same place on both panes
  22. [lubuntu] How to open Pulse Audio GUI?
  23. [ubuntu] Killed Ubuntu 11.10 - how to recover?
  24. [ubuntu] NGinX Form Input Problem
  25. [SOLVED] Where can I find system information?
  26. [SOLVED] Ubuntu Oneiric - The installation or removal of a software package failed
  27. [other] help with downloading Unity3D
  28. [ubuntu] Can't get the 360 VGA working on Laptop - help!
  29. [ubuntu] conky config (my first time)
  30. [ubuntu] Ubuntu has stopped downloading software
  31. [ubuntu] Making GRUB2 recognize both Windows partitions
  32. [ubuntu] fireworks, dreamweaver stopped working in wine
  33. [kubuntu] 11.10 - Can't connect to samba from windows machine
  34. [ubuntu] how to create a startup launcher for alsa settings
  35. [ubuntu] Thunderbird icon not added to Launcher
  36. [other] Looking for authors for Free Software Magazine!
  37. [ubuntu] Gnu Grub to boot last used os
  38. [ubuntu] Mouse set single click wont let me drag - just opens
  39. [ubuntu] Error in puppet client
  40. [SOLVED] Language Packs Issue
  41. [ubuntu] Google Chrome and Chromium crash on start up in 11.10
  42. [ubuntu] Running x11/nodejs standalone
  43. [ubuntu] Seem to be getting boot errors REALLY often
  44. [other] confused abt this code.
  45. [ubuntu] How to check and install the drivers for graphics card?
  46. [ubuntu] Libreoffice: Error Report Tool broken
  47. [lubuntu] Stuck while updating Ubuntu
  48. [ubuntu] Ubuntu Too Slow On My Computer
  49. [SOLVED] Trouble Writing Bengali in Ubuntu 11.10 using Probhat
  50. [ubuntu] How to install netspeed ?
  51. [ubuntu] How to change the close button to right
  52. [ubuntu] Cannot access files on failing hard drive. Help save my data!
  53. [ubuntu] only bluescreen+white bar
  54. [ubuntu] Broken packages - can't install libgmp3c2
  55. [ubuntu] "only root can unmount" - how to change permission(?)
  56. [ubuntu] Desktop button
  57. [64 bit] external mouse causing major problems
  58. [SOLVED] Support Question
  59. [ubuntu] Error while installing packages from USC
  60. [ubuntu] Migrating to Ubuntu
  61. [ubuntu] Ubuntu a joke?
  62. [all variants] How can i find which partitions are "primary"?
  63. [SOLVED] Printing Problems.."job pending"
  64. [ubuntu] Problem with apache password
  65. [ubuntu] How to add items to panel in 11.10
  66. [ubuntu] Looking for a particular setting....
  67. [ubuntu] Ubuntu 11.10 No Desktop.
  68. [ubuntu] Chromium - Change New Page Background in GTK+ Theme
  69. Periodic Rest Reminder
  70. [ubuntu] display crash? computer unresponsive
  71. [all variants] [HOWTO] Firefox fglrx dual-head Single-Display (Multidesktop)
  72. [all variants] Dell latitude e6500
  73. [ubuntu] Unable to log in to Windows 7 after installing 11.10
  74. [all variants] How to have a Local Install have Precedence Over a System Wide Install?
  75. [ubuntu] How to install WINE in 11.10
  76. [ubuntu] Google calendar in Thunderbird?
  77. [ubuntu] Dual boot on separate HDs, with a twist
  78. [ubuntu] dd iso9660
  79. [ubuntu] How to check all drivers are installed in 11.10
  80. [ubuntu] Installing abgx
  81. [ubuntu] Blank boot screen
  82. [ubuntu] installation of untrusted packages
  83. [SOLVED] Computer issues
  84. [ubuntu] Modifying Ubuntu menus
  85. [SOLVED] Misreported amount of RAM
  86. [ubuntu] another screen brightness
  87. [ubuntu] Remove Gnome/unity and be command line only
  88. [SOLVED] Startup Disk Creator problem
  89. [other] Virtualbox Help
  90. [ubuntu] mixxx install help
  91. [other] insert a code ??
  92. How to enter many variables into a bash script?
  93. [ubuntu] NTP syncs my clock 15 minutes early
  94. [SOLVED] Ubuntu Places Menu
  95. [ubuntu] Ath9k wireless fix HERE
  96. [ubuntu] Unrecognized grub resolutions
  97. [ubuntu] printer help
  98. [ubuntu] Programs opened in second x display show up in first
  99. [ubuntu] Add Startup Script To Live Linux Distro
  100. [ubuntu] Firefox CPU usage
  101. [ubuntu] resize window on screen edge seems broken
  102. [SOLVED] DVD drive locked after aborting Ubuntu 11.10 Live System
  103. [ubuntu] Finding & merging documents & files
  104. [xubuntu] Settings manager settings don't change - also and in xkb plugin
  105. [ubuntu] Nautilus crashes
  106. [ubuntu] firefox slow click responce
  107. [SOLVED] grub 2 "invalid signature" chainloader CentOS 6
  108. [ubuntu] Zenity Prank Fail - Gtk-WARNING **: cannot open display
  109. [ubuntu] purging software from the system
  110. [ubuntu] Need Help Finding Software
  111. [ubuntu] Belkin N150 F9L1001v1 not working
  112. [ubuntu] Is it possible to speed up the boot time of Oneiric?
  113. [wubi] Disable wubi's automounting of Windows
  114. [ubuntu] adobe flash
  115. [ubuntu] Desktop freezing
  116. [ubuntu] AMD Unsupported hardware
  117. [ubuntu] How to root samsung galaxy s2 from ubuntu
  118. [SOLVED] Compiz maxing out processor
  119. [SOLVED] Gparted shows more free space than nautilus (way more)
  120. [SOLVED] Backup Strategy
  121. [ubuntu] Menu Items from Programs Missing
  122. [ubuntu] How to get steam?
  123. [ubuntu] check a directory for unique files
  124. [SOLVED] Remove Hibernate from logout menu
  125. [ubuntu] firefox add-ons problem in ubuntu
  126. [xubuntu] Mysterious Conky Issue
  127. [SOLVED] Broken Package/Print Driver Issue
  128. [ubuntu] NAS not unmount in shutdown - shutdown blocked
  129. [ubuntu] Question after backup using dd
  130. [ubuntu] need help with playing tf2.
  131. [SOLVED] decline dhcp offer?
  132. [ubuntu] how to reboot hard drive
  133. [ubuntu] How do I change the root/sudo password?
  134. [ubuntu] Should/Can Wine install a Windows Java program?
  135. [ubuntu] Recommended Update Breaks System
  136. [ubuntu] Nautilus Issue
  137. [ubuntu] gnome 3 panel shows up unwanted
  138. [SOLVED] QtSDK libraries - dependencies
  139. [ubuntu] Test breaking Ubuntu 11.10 Software Raid 1
  140. [ubuntu] How do you use bzip2? it's not working
  141. [ubuntu] Gimp, Filezilla, Deluge and many more have bug display and important CPU usage!
  142. [SOLVED] The good old wireless problem.. plz any1
  143. [SOLVED] Sudo for one command?
  144. [ubuntu] Any antivirus required for UBUNTU 11.04
  145. [SOLVED] ASM1061 SATA3 6Gbps controller drivers needed?
  146. [ubuntu] System stops in random intervalls ...
  147. [SOLVED] Static IP address in Ubuntu 10.04
  148. [ubuntu] CDs contents, no longer, accessed!
  149. [ubuntu] does anyone know how to get creative xfi fatality platinum work on ubuntu 11.10
  150. [ubuntu] a how to send mailto links to webmail 11.10
  151. [ubuntu] Issue in ubuntu 11.10 while installing in Citrix Xen as VM machine
  152. [ubuntu] postfix for local network
  153. [ubuntu] HP Printer loses connection
  154. [ubuntu] 10.04 dist-upgrade --fix-missing
  155. [SOLVED] Update Manager gives error NO_PUBKEY 412E6F44D24E86AB
  156. [all variants] Would it be safe to remove or decrease reserved space on flash drive
  157. [ubuntu] Aptitude always point to internal IP
  158. [ubuntu] Performed update\upgrade, then sound stopped working.
  159. [ubuntu] DBus error: Getting stuck on boot
  160. [ubuntu] direct gui of program to proper display
  161. [ubuntu] Media Server Help
  162. [ubuntu] Internal laptop microphone in winE
  163. [ubuntu] Setting system wide settings with gsettings/dconf in 11.10
  164. Ubuntu 11.10: Unbreakable GDM
  165. [SOLVED] Ubuntu Crashed and Cannot Re-install
  166. [ubuntu] Cant create bluetooth DUN connection
  167. [ubuntu] Custon configing Ubuntu on a UNetbootin usb stick?
  168. [ubuntu] Duplex printing only works in Chrome
  169. [ubuntu] freezing
  170. [ubuntu] Two GIMP Questions - fonts and filling.
  171. [SOLVED] turmimg lapto screem off whilst still displayimg image on tv
  172. [ubuntu] "Move to Workspace right" makes the window disappear
  173. [xubuntu] Customize keyboard layout in Xubuntu
  174. [ubuntu] How do I install java.
  175. [ubuntu] Polar Flowlink & VirtualBox
  176. [other] Is there any site that can run everyday a script that i have made?
  177. [SOLVED] No fan readings
  178. [ubuntu] clementine media player gives error
  179. [SOLVED] What 'magic' is needed to play a movie with subtitles (when srt files exist)?
  180. [SOLVED] Wired network disconnecting
  181. [ubuntu] Java JRE-6 Crash on Server Platform
  182. [ubuntu] Installing - which HD is which?
  183. [ubuntu] Monitor Not Detected 11.10
  184. [ubuntu] rsynch server tutorial
  185. [SOLVED] How do I enable focus follows mouse in Unity?
  186. [ubuntu] help auto mounting a partition
  187. [ubuntu] Openshot no sound after processing?
  188. [ubuntu] Touchscreen
  189. [SOLVED] how to convert and add ntfs to ext4
  190. [SOLVED] Gnome-terminal and in fact every terminal does not display monospace fonts correctly
  191. [SOLVED] Bash Loop - Server Backup Script
  192. [ubuntu] Best file sync ?
  193. [ubuntu] Can i change the ubuntu 11.10 lock screen background with a command?
  194. [ubuntu] Is there a standalone codec update package?
  195. [ubuntu] Alternative to Update Manager?
  196. [SOLVED] Question about installing Ubuntu with Wubi.
  197. [all variants] ATI drivers problem after new version
  198. [xubuntu] Hidden RSS feed
  199. [ubuntu] Can somebody help me understand the ATI-Radeon issue better?
  200. [ubuntu] How do I modify taskbars in Ubuntu 11.10?
  201. [SOLVED] Messing with sudoers file
  202. [ubuntu] ClamTK 4.36 doesn't update signatures
  203. [SOLVED] Laptop Suspend 11.10
  204. [ubuntu] computer frozen with msg "PM: Not enough free swap" - do i reset?
  205. [SOLVED] Running sudo shellscript on boot
  206. [ubuntu] Unable to connet printer
  207. [ubuntu] system randomly stalls for a few miliseconds
  208. [ubuntu] can't access partion on nfs share
  209. [ubuntu] SSD Commit=100
  210. [kubuntu] no sound in web browser with usb headset kubuntu 11.10
  211. [ubuntu] Cant Install Ubuntu?
  212. [ubuntu] Hibernation
  213. [ubuntu] /usr/bin/env: AuthGrabber/cache.sh: Permission denied?
  214. [ubuntu] Apache problems
  215. [ubuntu] Sony Vaio VPCL111FX Mouse problem
  216. [SOLVED] Ubuntu 10.04
  217. [SOLVED] How do I run 7-zip?
  218. [SOLVED] Enabling unity
  219. [SOLVED] Sun Java plugin and Firefox 9.0.1
  220. [SOLVED] run sudo script without password
  221. [SOLVED] gzip:/var/lib/apt/lists/partial/archive.canonical.com..... Hash Sum Mismatch
  222. [SOLVED] Grub 2 save default not working
  223. [SOLVED] No boot and no grub menu
  224. [all variants] Crop PDF files.
  225. [ubuntu] Have I lost my home folders and documents
  226. [ubuntu] My folders are empty after log in!
  227. [ubuntu] External mail recieve problem, postfix, relay, EHCP hosting software
  228. [ubuntu] Good video converter
  229. [ubuntu] Help Needed
  230. [ubuntu] Ubuntu 10.04 LTS and Java
  231. [ubuntu] Libre office can't handle .rtf files? how lame is that?
  232. [SOLVED] Dash Home won't start
  233. [lubuntu] Wine blackscreen in fullscreen after installing xorg-edgers drivers
  234. [SOLVED] mounting partitions with Guest user
  235. [ubuntu] Configurer le clavier en arrabe
  236. [ubuntu] Ubuntu 11.10 Window focus problems...
  237. [ubuntu] Open arena changes resolution- now blank screen after boot
  238. [SOLVED] bzr error following serverguide instructions
  239. [ubuntu] Rhythmbox play indicator not working
  240. [ubuntu] After patching, ubuntu 11.10 won't load ANY drivers on boot
  241. [lubuntu] Vertical lxpanel creates offset gap from menu
  242. [lubuntu] Nautilis -- not working
  243. [lubuntu] lxdm doesn't work properly, when v12.04?
  244. [ubuntu] 11.10 no GUI only Terminal
  245. [ubuntu] System Monitor opens whenever pressing the Delete button.
  246. [SOLVED] PATH gets reset on reboot
  247. [ubuntu] Ubuntu Ask me for shut-down over and over.
  248. [ubuntu] Cannot delete file with corrupted file name
  249. [lubuntu] removing apps from AWN
  250. [SOLVED] fstab problems