Posts

Showing posts from September 26, 2018

How to enable undo in nano?

Image
Clash Royale CLAN TAG #URR8PPP up vote 2 down vote favorite 1 How can I enable Undo in nano? I am using a ssh connection with a server. I can not update the version of nano that is installed on the server. Is there anyway to use GNU nano 2.3.1 to have Undo function? nano share | improve this question asked Feb 23 at 17:25 saeed mohammadi 11 4 I managed to find out the solution. I hope this helps. Use this command: nano -u Then use Alt+U for undo and Alt+E for redo. – saeed mohammadi Mar 16 at 22:28 This problem is just for the cases with nano 2.3.1. – saeed mohammadi Apr 15 at 16:36 This problem have been solved in newer version. – saeed mohammadi Apr 15 at 16:36 add a comment  |  up vote 2 down vote favorite 1 How can I enable Undo in nano? I am using a ssh connection with a server...

Computer won't boot from Windows USB [duplicate]

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite This question already has an answer here: WinUSB fails to install windows 7 on USB 3 answers How can I create a Windows bootable USB stick using Ubuntu? 10 answers I currently am on Ubuntu 17.10 and I am trying to install Windows. (Later I will dual boot with ubuntu 16.04 LTS (it's more stable)). I have burnt the Windows iso to a USB but my computer will not boot from it. The boot order is correct. Is this because I have Ubuntu or GRUB installed? How do I do this? I have an Ubuntu live CD if that helps. boot dual-boot grub2 system-installation usb share | improve this question edited Feb 25 at 16:52 Zanna 48.2k 13 120 228 asked Feb 23 at 17:35 dangee1705 113 7 marked as duplicate by karel, Eric Carvalho, Elder Geek, Zanna, George Udosen Feb 25 at 17:11 This question has been asked before and already has an answer. If those answers do not fully address...

How to connect to tp-link wn881nd pci card wifi in Ubuntu 16.04 lts?

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite I'm stating in Ubuntu and I couldn't config my pci wifi card. It is seeing my network, but, when I call to connect it runs for fews seconds trying to connect and call again for the password (the password is writted right...). My device is a Tp-link Wn881wd Atheros AR9287. When I look at terminal "lspci" it returns the informations about the hardware. I follow the @Otacon answer Example @otacon but at the step of run the "wpa_supplicant" it show this message bellow. Any tip? #my terminal response to "wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf" root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant Could not read interface wlan0 flags: No such device WEXT: Could not set interface 'wlan0' UP wlan0: Failed to initialize driver interface networking ...