feed all

متن مرتبط با «wrong username/password access denied» در سایت feed all نوشته شده است

In virtual shell, "Trisquel" is wrongly shown as my OS

  • نیلوبلاگ

    Somehow -- I think as an artifact or by-product of my having installed the GNU IceCat web browser -- whenever I drop into the virtual shell, using the Ctrl-Alt-F1 command, what I see displayed at the top of the black screen is:Trisquel GNU/Linux 6.0.1 jbox tty1However, I am not ruing or using Trisquel in any way as far as I'm aware of, and I've deleted everything I could find with that name. What it should say is:Ubuntu 16.04 LTS jbox tty1(or, maybe, "Ubuntu Mate 16.04 LTS jbox tty1").Would anyone know:(a) How it got there, but more importantly,(b) How I should I get rid of it and replace it with the correct name of the OS I'm actually ruing?I'd also like to just make sure there's nothing el...

    ادامه مطلب
  • Mind Blown , set/reset any root or user password (with physical access and USB boot)

  • نیلوبلاگ

    Almost all security is a false sense of security. Not even the Pentagon can keep everyone out of their business.I know of no arrangement where a logged-in user who opens malware (inadvertently or not) is protected whether the home directory is encrypted or not. If the malware is ruing under the logged-in user's account, then the data is effectively not encrypted, because the encryption layer is transparent after the key is enabled.This is true for any operating system.Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu] I can't access to my session (frozen screen)

  • نیلوبلاگ

    All times are GMT +1. The time now is 02:44 AM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu_mate] My WiFi or my distro? who is wrong?

  • نیلوبلاگ

    I just noticed that my Ubuntu Mate 16.04 distro has some issues with coection, i can coect to my house WiFi without any problem at all, however when i use my school's WiFi, everything worked fine the first day but suddenly both access points seem to be unreachable, i say this because when i try to coect to any of them either it keeps asking for the WiFi password or it simply doesn't coect, is there any way to fix this? i've tried to forget both networks and no better results and my phone can coect to School WiFi without problems too, my only option here is to share coection via Usb , im using private drivers for a Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01) WiFi card, but ...

    ادامه مطلب
  • Blank Screen / no GRUB access after installing Ubuntu 15.04 on Dell PowerEdge 2650

  • نیلوبلاگ

    Hello all! I am new to this and am hoping to get some help if possible. I have downloaded the 32 bit version of Ubuntu 15.04 and have installed it on my Dell PowerEdge 2650. The system is set up with 4 hard drives, one as the boot drive and the other 4 as RAID. The install seems to go perfectly, but once the system requires reboot, the screen always goes blank and my monitor says "Input Not Supported". The graphics is ruing from the on board controller.I have tried to hold the Left Shift Key, Right Shift Key, ESC, Arrow Down, CTRL+Alt+F1 and still caot access the GRUB screen I keep reading about. I can see the words "Starting GRUB" or something like that right before the screen goes blank. I...

    ادامه مطلب
  • [server] Can't access gkrelltopd from client

  • نیلوبلاگ

    I have a headless home server (Ubuntu 16.04.1) which I monitor from my desktop with gkrellm. Occasionally, I notice that the CPU utilisation on the server spikes for between 10 and 50 seconds, but by the time I've logged in and started htop, utilisation has dropped again to normal, so I have installed gkrelltopd on the server, and gkrelltop on the client.I start the client with gkrellm -s <server.fq.dn>I have the line "plugin-enable gkrelltopd" in my server config /etc/gkrellmd.confWhen I enable the gkrelltop plugin in the client, I momentarily see server processes (openvpn, logitech media server) in the krell, but then gkrellm crashes with the following message: Code: gkrellm segmen...

    ادامه مطلب
  • [ubuntu] What options are out there for accessing Linux remotely from Windows?

  • نیلوبلاگ

    I've looked around a little on this subject and it seems there are many options. I guess I am looking for some help in narrowing down a path to take so I can remote into my Ubuntu box from my Windows box.One person told me to get PuTTY and that was all they said. I think I've seen PuTTY uses SSH.Will PuTTY allow me to remote into my Ubuntu machine the same way Windows remote desktop lets you remote into other Windows machines?Or is PuTTY only command line?How does PuTTY work and what can I do with it?Then I saw an article that suggested Remmina.Remmina seemed like it might be more like Windows built in remote desktop.Does anyone have experience with Remmina?Thanks! Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu] Problems accessing Internet via ASUS USB-N!3 Adapter

  • نیلوبلاگ

    I recently purchased an ASUS USB-N13 Wi-fi adapter for my desktop ruing Ubuntu 14.04 Trusty 64x. I installed the driver using the instructions given in this post http://askubuntu.com/questions/16862...reless-adapter downloading the correct Linux driver from Realtek and also installed the fixes suggested in this post http://askubuntu.com/questions/45675...h-ubuntu-14-04.When plugged in, my network is recognised,http://www.nodular-prurigo.org.uk/images/network1.jpegbut I caot coect any program (Firefox, Chrome, Filezilla etc.) to the inteet. Firefox just gives me this. I have then to use a wired coection which is what I want to get rid of.http://www.nodular-prurigo.org.uk/images/network2.jpegl...

    ادامه مطلب
  • Userspace PCIe access broken in 16.04

  • نیلوبلاگ

    Alright, so they're ALL the wrong forum for this, but I'm hoping y'all can give me some help.I wrote some programs to do some semi-hacky things against some proprietary hardware under 14.04 by ruing as root and mmap'ing the resource0 file under /sys/devices/... . Ugly, but it worked, and it saved having to actually write a keel driver when all I wanted to do was read a couple sporadic registers.strace verifies that under 14.04 I call Code: open("resource0", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0600, st_size=16384, ...}) = 0 mmap(NULL, 16384, PROT_READ, MAP_SHARED, 3, 0) = 0x7fa78bce5000 On 16.04, though Code: open("resource0", O_RDONLY) = 3 fstat(3, {st_mode=S_...

    ادامه مطلب
  • wrong username

  • نیلوبلاگ

    If you look near the top of every page, there is a link that says, “Please read before SSO login” which leads to this sticky – the SSO registration guide. I have to assume you didn’t (read it, that is) because it tells you about using the correct email in Ubuntu One. You used a different email in Ubuntu One from the one you used to create the andalou account. The sticky also tells you about why and when useames are appended with a number. Not finding a match for the email, and with a pre-existing andalou account, the system created andalou2.We can help you get back to the andalou account, but please read this sticky first: https://ubuntuforums.org/showthread.php?t=2164369 Let's block ads! بخ...

    ادامه مطلب
  • [server] superslow nfs access

  • نیلوبلاگ

    All times are GMT +1. The time now is 12:57 AM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu] Maps - No MapQuest tile access

  • نیلوبلاگ

    All times are GMT +1. The time now is 09:05 PM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu] Maps - No MapQuest tile access

  • نیلوبلاگ

    All times are GMT +1. The time now is 08:39 PM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu] 16.04: Opens Wrong Application (NOT Nautilus) after Mount

  • نیلوبلاگ

    Hi Guys,I just (clean-) installed 16.04 on my desktop (as well as notebook) and encounter a weird behavior.Whenever I mount anything (e.g., an exteal memory stick or a truecrypt-drive), ubuntu does not open nautilus and display the content, as one would expect, but it opens "SmartSVN", which happens to be my SVN-GUI (http://www.smartsvn.com/). It does this on both my clean 16.04 installations. SmartSVN, can, of course, do nothing with the mounted file and just displays an error. I then have to close it, open the file explorer/nautilus and click there on my mounted drive, which I can then access without problems.I tried to google, but can't find how to fix this... As a workaround, i used the ...

    ادامه مطلب
  • After upgrade to 16.04 cannot access Samba share

  • نیلوبلاگ

    I use Nautilus to access Weste Digital My Cloud but after upgrading to 16.04 I can't coect. No error message, nothing happens.I followed the advice found on askubuntu and added the line "client use spnego = no" to my smb.conf file at the top of the global section but no joy.I also tried re-creating the nautilus bookmark using the ip address of the wdmycloud - no joy there either.Can someone smarter than I (meaning almost everyone) help?Thanks Let's block ads! بخوانید...

    ادامه مطلب
  • [ubuntu] After Updation from 14.04 to 16.04, encfs folder access lost

  • نیلوبلاگ

    All times are GMT +1. The time now is 12:10 PM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • Someone is accessing my machine

  • نیلوبلاگ

    You may have "disabled remote access" -- except for whatever back doors an intruder has opened. Take it off the web yesterday.It is my humble opinion that the only recourse when your machine has been compromised (assuming your description is accurate, it surely has) is euthanasia, followed by putting the dead carcass on a pyre. Nuke it hard and start over. That is the only option I would consider. You simply caot trust that you can find every evil thing in every coer and remove it.I'm sure you have been keeping regular backups of your important data, have you not?Do you have a roommate, by chance? Let's block ads! بخوانید...

    ادامه مطلب
  • [SOLVED] denied browsing 16.04 ubuntu shares from any machine in the lan

  • نیلوبلاگ

    So, there is some really "weired" problem with ubuntu machines. Actually I'd rather blame our, (and with this I am prone to blame myself, as well), ignorance about IP networking.Slightly explained situation :In the moment, I am having situation like this one :- there are two pc's that I am currently observing in this post, (pc1 and pc2)- in addition to it there are some android devices that should be able to browse any of those two- all those are coected to the same wlan router-repeater------------------------------------------------------------------------------------------------------------the tricky part:a pc2 is coected to this router via usb cable, but Ubuntu is treating this as standar...

    ادامه مطلب
  • [server] Webpage access

  • نیلوبلاگ

    All times are GMT +1. The time now is 11:54 AM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • You don't have permission to access /login.php on this server

  • نیلوبلاگ

    Hello!In last 3 days I've been trying to login to this forums with my Ubuntu One SSO account but after I enter my credentials and confirm the logging in to https://ubuntuforums.org with "Yes, log me in", I get the following error from the server:ForbiddenYou don't have permission to access /login.php on this server.Apache/2.4.7 (Ubuntu) Server at ubuntuforums.org Port 443I've tried the login in various web browsers and also deleted cookies before the login but to no avail. Is this a known issue/bug in the forum software?My Ubuntu One account activity shows that I last logged in to forums on 20 February 2016. Also, on that account I successfully changed my password today. So, I'd say that eve...

    ادامه مطلب
  • برچسب‌های مرتبط

    mind blown gif | mind blown emoji | mind blown gif imgur | mind blown commercial | mind blown memes | mind blown image | mind blown picture | mind blown cat | mind blown tim and eric | mind blown meaning