Langsung ke konten utama

Installing the driver for TP-LINK TL-WN727N on Ubuntu 14.04 LTS

Please open the Terminal (Ctrl+Alt+T)
  1. sudo apt-get install linux-headers-generic build-essential git
  2. git clone https://github.com/porjo/mt7601.git
  3. cd mt7601/src
  4. make
  5. sudo make install
  6. sudo mkdir -p /etc/Wireless/RT2870STA/
  7. sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
  8. sudo modprobe mt7601Usta
Your wireless should now be working. Detach the ethernet, hope you enjoy! :-)

Komentar

Postingan populer dari blog ini

how to install zekr on ubuntu Linux

how to install zekr on ubuntu Follow this step to install zekr on your Linux (ubuntu based) sudo add-apt-repository ppa:zekr/ppa sudo apt-get update download defoma and ttf-me-quran from this website : https://launchpad.net/ubuntu/precise/+package/defoma https://osdn.net/projects/sfnet_zekr/downloads/Ubuntu%20Extras/Quran%20translation%20and%20font%201.1.2%20beta1/ttf-me-quran_1.003-5_all.deb/ sudo apt-get install zekr if you found this error : org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]     at org.eclipse.swt.SWT.error(Unknown Source)     at org.eclipse.swt.browser.Mozilla.initMozilla(Unknown Source)     at org.eclipse.swt.browser.Mozilla.create(Unknown Source)     at org.eclipse.swt.browser.Browser. (Unknown Source)     at net.sf.zekr.ui.QuranForm.makeFrame(QuranForm.java:628)     at net.sf.zekr.ui.QuranForm.init(QuranForm.java:340)     at net.sf.zekr.ui.QuranForm. (QuranForm.java:319)     at net.sf.zekr.ZekrMain.sta

Server Security Tips to Secure Your Server

Server Security Tips Here are 79 server security tips to help improve your web server security. I start with passwords.   You would be surprised at the number of cases we handle that boil down to bad passwords. Web application security can also be improved with some simple steps, and it is time everyone stop using insecure communication protocols. Password Security ·   Use passwords with at least 8 characters. ·   Use complex passwords that include numbers, symbols, and punctuation. ·   Use a variety of passwords for different accounts or roles. ·   Test passwords in a secure password tool. ·   Do not use dictionary words as passwords, e.g. myblackdog ·   Do not repeat sequences of characters, e.g. 3333, abcdabcd. ·   Do not use personal information in passwords, e.g. your birthdate. ·   Do not store passwords on laptops, smartphones or tablets that can be lost. ·   Use a password manager to securely keep track of your passwords (See our post on LastPass). ·