Do the want to go full sparrow...
You calling the OP a racist? Be careful with your choice of words
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Do the want to go full sparrow...
You calling the OP a racist? Be careful with your choice of words![]()
You calling the OP a racist? Be careful with your choice of words![]()
I'm always curious when I see this thread pop up as it does from time to time across all sorts of forums.
I always wonder what exactly does the OP have in mind. Do they want to use some form of Linux as a desktop OS at home? Do the want to go full sparrow and use it at home, at work, everywhere, but essentially still as a desktop OS, although one now where they have to interact with company and outside resources that use mainly Windows? Do they want to learn server admin?
I mean the question initially posed is as broad as Linux ecosystem itself.
Which distro?
mkdir ~/src
cd ~/src
git clone https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916.git
cd mt7610u_wifi_sta_v3002_dpo_20130916
make clean
make
sudo make install
Ok, found this: http://askubuntu.com/questions/499091/trying-to-install-tp-link-archer-t2u-on-ubuntu
There is also an official driver from TP-Link: http://www.tp-link.com/en/download/Archer-T2U_V1.html#DriverCode:mkdir ~/src cd ~/src git clone https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916.git cd mt7610u_wifi_sta_v3002_dpo_20130916 make clean make sudo make install
People report good results from the steps above.
I'm guessing a laptop install?
... if so let us have the make & model.
That's the driver I downloaded last night that got thee errors, thanks for the assistance Nod, what exactly does that code do, I get the clean and make install, the rest is still a little foreign
$ mkdir ~/src
$ cd ~/src
$ git clone https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916.git
$ make
$ make install
$ cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat
$ reboot
Easy:
- Pick any LAMP software (vBulletin, Wordpress etc)
- Pick a flavour of Linux and install (don't be a wuss and disable firewall and selinux)
- Install LAMP stack
- Tune HTTP
- Harden Linux
- Make it run on PHP7
- Configure APC
- Have MySQL run on a separate volume (i.e. mount as "/data") - tons of fun here getting to know MySQL config
- Figure out how to run a hot-MySQL backup
- Install mod_evasive
- Install mod_security (and cry, because you have to write unblock rules)
- Install server monitoring
- Use JMeter to load-testing your config and tune HTTP (prefork vs worker vs event model) and MySQL (bonus points if you use memcache)
- Put a Varnish / Nginx in front of it
- Then duplicate the environment and loadbalance
Once you have done all of the above:
- Build a Graylog / Elastic search cluster
- Use Logstash to feed your LAMP logs into it
After this, move to Joburg and I will hire you![]()
Do you experienced Linux users often get installs that don't compile properly or is this just because I am a newbie?
You are not a proper Linux guy if you have never installed Gentoo - it goes something like this: Hit Compile. Fix 1 Error. Hit Compile again - 4387 errors
Easy:
- Pick any LAMP software (vBulletin, Wordpress etc)
- Pick a flavour of Linux and install (don't be a wuss and disable firewall and selinux)
- Install LAMP stack
- Tune HTTP
- Harden Linux
- Make it run on PHP7
- Configure APC
- Have MySQL run on a separate volume (i.e. mount as "/data") - tons of fun here getting to know MySQL config
- Figure out how to run a hot-MySQL backup
- Install mod_evasive
- Install mod_security (and cry, because you have to write unblock rules)
- Install server monitoring
- Use JMeter to load-testing your config and tune HTTP (prefork vs worker vs event model) and MySQL (bonus points if you use memcache)
- Put a Varnish / Nginx in front of it
- Then duplicate the environment and loadbalance
Once you have done all of the above:
- Build a Graylog / Elastic search cluster
- Use Logstash to feed your LAMP logs into it
After this, move to Joburg and I will hire you![]()