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] Touch a device file
  2. [ubuntu] Need help opening Writer file
  3. [SOLVED] Script assistance please?
  4. [all variants] Base (LibreOffice) - a switchboard?
  5. [ubuntu] Keyring.......?
  6. [ubuntu] Deleting lines in a file if log date is older than 1 month old
  7. [ubuntu] Inconsistent wake from hibernate after dual boot
  8. [SOLVED] PC won't boot properly after using Ubuntu 9.10?
  9. [ubuntu] 11.10 Mouse is Jerky
  10. [ubuntu] lighter alternatives to firefox for reading locally saved html files?
  11. [ubuntu] Any way to fix bad sectors?
  12. [ubuntu] DVD+RW Cannot fixate disk. K3B error message
  13. [lubuntu] ubuntu install halts on switching to clocksource hpet
  14. [all variants] If it ain't broke...
  15. [ubuntu] Dual Monitor Problems
  16. [ubuntu] Removing dual boot with Mint
  17. [gnome] newb question, black screen
  18. [SOLVED] Graphical access to windows shares and other linux machine
  19. [ubuntu] ftp localhost user and password
  20. [SOLVED] How to change GRUB Bootloader default selection?
  21. [xubuntu] My pc freezes for a about half a min, right after I log in
  22. [ubuntu] Los my "Home" folder
  23. [ubuntu] Difference between persistent live USB drive and installing to USB drive
  24. [ubuntu] using sudo apt-get install gnome with ubuntu 11.10
  25. [SOLVED] A wee bit of Conky help.
  26. [xubuntu] Unicode input (Ctrl+Shift+U) stops working after upgrade 11.04-11.10
  27. [ubuntu] Setting up Bluetooth ubuntu server KDE
  28. [ubuntu] Openshot wont import mp3 audio
  29. [ubuntu] (11.10) Update failure
  30. [ubuntu] Touchpad click not working
  31. [ubuntu] Had a crash and now can't open anything....
  32. [ubuntu] Suspending problems
  33. [ubuntu] speedfan for linux
  34. [ubuntu] Caps lock is too slow to turn off in Ubuntu
  35. Advice on a variety of Programs?
  36. [ubuntu] Is there a way to make Tor Browser Appear in Applications?
  37. [SOLVED] google-chrome-stable i386 17.0.963.54-r121622
  38. [ubuntu] Please Help Me
  39. [ubuntu] install program, .iso,.bin.,cue
  40. [SOLVED] Brother HL-1430: Black and White not Grayscale
  41. [SOLVED] Crontab Errors
  42. [ubuntu] best alternative to Tweetdeck with lists?
  43. [ubuntu] restore wine from Meerkat to Ocelot?
  44. [xubuntu] xubuntu logon problem
  45. [ubuntu] Which graphics card driver do I have install?
  46. [ubuntu] Ubuntu GRUB seems to fail to boot
  47. [ubuntu] CTL text copy cut and paste
  48. [SOLVED] 11.10 Lost All GUI Desktops
  49. [other] Need an editor or clipart with designations for particles in nuclear physics.
  50. [ubuntu] sudo password disappear
  51. How to Build you own service???
  52. [ubuntu] removing kernel module that is in use
  53. [ubuntu] Problem with oracle virtualbox!
  54. [SOLVED] Can Administrator Backup for Other Users?
  55. [xubuntu] cairo-dock crashing
  56. [SOLVED] Docky can't open apps which are added by “pin to dock”
  57. [ubuntu] files gone after copying
  58. [all variants] info about /etc/sudoers
  59. [ubuntu] No puedo instalar ninguno programa
  60. [ubuntu] How can I restore default options on ubuntu 11.10?
  61. [ubuntu] cannot see side panel with cube?
  62. [ubuntu] No partitions showing in partition manager
  63. [SOLVED] Updated nvidia no compiz now. (Illegal instruction)
  64. [SOLVED] weird problem with flash player
  65. [ubuntu] Swap Space on SATA2 RAID device
  66. [SOLVED] langs with accents
  67. [ubuntu] Open Source "PDF" Format
  68. [ubuntu] HDMI sound out in 11.10
  69. [ubuntu] Monitor doesn't work if connected during boot.
  70. [ubuntu] Cannot write file with Java using Tomcat 7
  71. [ubuntu] firefox bookmark issues
  72. [ubuntu] Ubuntu is running in low-graphics mode with garbage on screen
  73. [ubuntu] move file with user change
  74. [SOLVED] Can't login
  75. [ubuntu] Audacity 1.3.14 software
  76. [ubuntu] 10.04 installation
  77. [ubuntu] Update from 11.10
  78. [ubuntu] wireless printer
  79. [all variants] Grub error 17 that won't go away
  80. [all variants] Mount loop device right after boot.
  81. [ubuntu] Ubuntu USB boot issues
  82. [SOLVED] Automounting NTFS & Permissions
  83. [SOLVED] Rsync from behind a firewall
  84. [SOLVED] Are Ubuntu releases always on schedule?
  85. [ubuntu] Can Zenity display two groups of radio buttons?
  86. [ubuntu] Setting up "fakeraid" on an existing Ubuntu 11.10 box
  87. [ubuntu] How to install Crrcsim
  88. [ubuntu] Recovery stick for an EEE PC 701 netbook.
  89. [ubuntu] Unable to sync with Tweak Ubuntu 0.5.14
  90. [ubuntu] nethogs and conky
  91. [all variants] Messed things up with rsync
  92. [ubuntu] Ideas for a simplistic network needed
  93. [ubuntu] Remove Guest
  94. [ubuntu] network two 10.10 machines to share files
  95. [ubuntu] Problems with DraftSight in ubuntu 10.04.4 64bits,
  96. [ubuntu] screen broke
  97. [SOLVED] "I ❤ radio" not working.
  98. [ubuntu] HDMI cable help
  99. [ubuntu] partition editing flash drive question
  100. [ubuntu] Should i be running any antivirus software?
  101. [ubuntu] 11.10 "Partial Upgrade" breaking system
  102. [edubuntu] Edubuntu LTSP Help
  103. [ubuntu] Installation Assistance Please, Will Not Boot Without USB and No Options !
  104. [ubuntu] Deja Dup Restore issues
  105. [ubuntu] i update and got a new bar
  106. [ubuntu] nvidia or general problem
  107. [ubuntu] No Results in Software Center
  108. [SOLVED] just came across a big update problem
  109. [all variants] Problem with Wubi
  110. [ubuntu] Wordpress Permalinks
  111. [SOLVED] Grub doesn't boot automatically
  112. [ubuntu] Picture Download App
  113. [wubi] Couldn't adjust sound level
  114. [ubuntu] 10.04 LTS No X on boot
  115. [ubuntu] Chromium and the space bar
  116. [ubuntu] Unity Launcher Background
  117. [xubuntu] screensaver can login(unlock) but no login window prompt
  118. [ubuntu] Workspace Switcher help
  119. [all variants] Linux Registry?
  120. [xubuntu] ADXL345 (Interface by I2C) In Xubuntu platform
  121. Re: Problem with Wubi
  122. [ubuntu] Gnome 3 in 11.10 - no panels showing up...just background
  123. [ubuntu] anti virus programs
  124. [other] Crazy /usr/ full issues
  125. [ubuntu] Bizarre Firefox\Midori behaviour
  126. [lubuntu] sound preferences under Lubuntu 11.10
  127. [ubuntu] beginner question about cdrom recognition on startup in graphical interface...
  128. [ubuntu] Using Software Center to Sync Between Computers
  129. [SOLVED] Blank screen after GRUB
  130. [ubuntu] KDE tools (kate,krusader) don't save passwords
  131. [ubuntu] Cannot mount Logical Volume - Repair LVM
  132. [ubuntu] Mounts USB in read only
  133. [ubuntu] bluetooth file access bug under 11.10
  134. [SOLVED] How to delete Java cache? Sun Java.
  135. [xubuntu] Screen tearing
  136. [lubuntu] unable to locate installed programs
  137. [ubuntu] Critical Issue: mouse clicks are ignored after some time
  138. [ubuntu] Ubuntu wont restart properly :/
  139. [ubuntu] Unity 5 in Ubuntu 11.10
  140. [SOLVED] crontab for changing a html file
  141. [ubuntu] Get an Icon for Evolution in top panel
  142. [ubuntu] LTSP - How to enable client USB?
  143. [SOLVED] gedit plugin
  144. [ubuntu] Ubuntu 11.10 doesn't detect my screen
  145. [ubuntu] Left mouse button woes
  146. [gnome] Mobile networking hassle...
  147. [ubuntu] Poor responsiveness/performance under heavy disk IO
  148. [SOLVED] Active Directory LDAP Search
  149. [ubuntu] Menu shown behind panel as soon as I start up
  150. [ubuntu] wifi problems whilst connecting iphone
  151. [xubuntu] Kill btusb process when wifi off?
  152. [ubuntu] Mount problem... Help!
  153. [ubuntu] Unix FTP from command line halts
  154. [ubuntu] file system checks
  155. [ubuntu] Microsoft Office 2007 Fonts Missing
  156. [ubuntu] Testing power cut robustness of file systems
  157. [SOLVED] Termianl Command for New Line
  158. [ubuntu] Comstant Java plugin problems
  159. [ubuntu] Ubuntu Web Page Hosting Question
  160. [SOLVED] .deb package management
  161. [ubuntu] Can I install a 2.6 kernel on Oneiric?
  162. [ubuntu] Laptop (Vostro v13) briefly hanging every few seconds after suspend
  163. [xubuntu] Getting Piding to do (video) calls through google talk
  164. [ubuntu] dd not writing images?
  165. [ubuntu] Eclipse Android Dev
  166. xscreensaver pops up in SSH
  167. [ubuntu] LibreOffice 3.5 broken integration with launcher
  168. [other] trying to compress chroot'ed rootfs
  169. [ubuntu] Gparted fail to check ext4 partition.
  170. [64 bit] [HELP] ImPS/2 ALPS GlidePoint
  171. [SOLVED] Help configuring gmail on thunderbird
  172. [ubuntu] Flaky boot Ubuntu 11.10 single boot laptop
  173. [64 bit] Can I recover my windows files with Ubuntu?
  174. [ubuntu] Opening a *graphical session* with the terminal ?
  175. [SOLVED] Slash or backslash?
  176. [ubuntu] Terminal
  177. [SOLVED] Wingpanel VS Gnome task panel?
  178. [ubuntu] software centre/center software to purchase missing
  179. [ubuntu] Opening a gnome "desktop" session with the terminal ?
  180. [lubuntu] need help editing Lubuntu hotkeys
  181. [ubuntu] MySQL?
  182. [SOLVED] Uninstall teamviewer
  183. [ubuntu] /proc/cpuinfo not showing all 16 cores in 11.10
  184. [ubuntu] Terminal Commands
  185. [SOLVED] How to check a list of update
  186. [xubuntu] Maximum Current on a usb port
  187. [SOLVED] Nvidia HDMI sound
  188. [SOLVED] flash stopped working on some sites
  189. [SOLVED] URGENT! recovery of files
  190. [all variants] Xorg, Mouse, Hardware fail... what is this??
  191. [ubuntu] No method to open programs?
  192. [all variants] Monitoring *GPU* Load/Usuage?
  193. [ubuntu] CLI only install with wireless support
  194. [ubuntu] problem with tftpd-hpa
  195. [ubuntu] Internet connection is really slow
  196. [ubuntu] Chrome browser in 16:9 fs mode Maverick 10.10
  197. [ubuntu] Strange speed test results ubuntu v.s. win 7
  198. [ubuntu] Dead Keys are Dead and I am Sad.
  199. [SOLVED] need to clean up my boot screen
  200. [SOLVED] update manager not working
  201. [ubuntu] Cant boot from cd or usb
  202. [xubuntu] Alternatives for gnome-look?
  203. [ubuntu] Can't mount external USB drive / ext3 filesystem with UTF8
  204. [xubuntu] Xubuntu in Vbox using quite a lot of ram
  205. [ubuntu] Maverick 10.10 x64 slow usb loading after uninstall fglrx
  206. [ubuntu] Slow Downloads
  207. [ubuntu] Ubuntu 10.04 - missing "Build" directory for current kernel | 2.6.32-38-generic |
  208. [gnome] HTML Tidy Gedit Plugin
  209. Shell scripting Help
  210. [ubuntu] Ubuntu vs WHS2011 Media Server
  211. [all variants] Redirect LD_PRELOAD
  212. [ubuntu] Disk Dump help!
  213. [other] secure ubuntu live usb
  214. [ubuntu] How to type special caracters with ubuntu
  215. [ubuntu] Evolution: How to get separate Inbox for each account?
  216. [ubuntu] flash sites no longer work?
  217. [ubuntu] How to "ungroup" windows from an icon on the launcher?
  218. [ubuntu] KSH / BASH script that observes a forum page change?
  219. [SOLVED] Update to Kernel 2.6.32-38
  220. [ubuntu] Flash is not working properly
  221. [ubuntu] Unity's Launcher bar conflicts with Docky
  222. [SOLVED] How do I uninstall Ubuntu from a partition and keep grub?
  223. [ubuntu] streams of errors when booting up ubuntu 10.10
  224. [ubuntu] Making Volume wheel effect brightness
  225. [SOLVED] List files in a directory using Terminal?
  226. [ubuntu] Clean Install of System 11.10 Issues
  227. [other_os] Virus?
  228. [ubuntu] File Size Mystery: Total Size of Files v. Size on Disk
  229. [ubuntu] Anyone have the MD5 hash for 10.04.4 LTS yet?
  230. [ubuntu] 11.10 System freeze
  231. [ubuntu] Ubuntu 10.04.03 php5-dev
  232. [ubuntu] Where is my profile photo
  233. [gnome] Laptop Display problem...Please help!
  234. [other] audio data aplay or similar
  235. [all variants] Streaming games from one computer to another
  236. [ubuntu] sort Harddrive by date last modified.
  237. [ubuntu] E: Internal Error, No file name for libpng12-0
  238. [xubuntu] Xubuntu does not remember my sound setting
  239. [ubuntu] help needed to setup remote desktop viewer
  240. [ubuntu] Please help me to remove malware
  241. [ubuntu] Document camera and software
  242. [ubuntu] Please, help me
  243. [ubuntu] Home launcher not working after gimp ppa additions
  244. [ubuntu] Internet issues (wired/wireless)
  245. [ubuntu] Ubuntu hangs at purple screen after a clean install
  246. [SOLVED] GUI checksum calculator available for Ubuntu?
  247. [ubuntu] Trying to get Lens contact working in Ubuntu 11.10
  248. [SOLVED] how to import winamp song ratings to banshee
  249. [gnome] Help creating my own custom text editor from gedit
  250. [ubuntu] Sympa Error?