search for: install_linux

Displaying 2 results from an estimated 2 matches for "install_linux".

Did you mean: instalarlinux
2015 May 11
0
Vodafone K4203 Mobile Broadband on Centos7
...he device to get it to work: 1. Insert stick 2. Dismiss all popups about running the auto install scripts 3. Open terminal 4. cd $HOME 5. mkdir vfinstall 6. cd vfinstall 7. (cd /media/"Vodafone Mobile Broadband" && tar -cvf - .) | tar -xf <96> 8. chmod +x autorun.sh install_linux 9. sudo ./autorun.sh 10. Type user password 11. Wait for last command to finish, then close terminal or just cd /media/Vodafone Mobile Broadband ./ install_linux I also tested the stick on Fedora21, it connects without installing anything. On Centos7 I see this: [root at jvermeulen ~]...
2010 Jun 12
3
Speed/latency issues for development in a Wine environment
...are the corresponding timing numbers under Linux for the same three experiments for an initially empty build tree and Linux versions of CMake-2.8.1 and gcc-4.3.2 (for Debian Lenny). Linux I. wine at raven> time cmake -G "Unix Makefiles" \ "-DCMAKE_INSTALL_PREFIX=/home/wine/cmake/install_linux" \ /home/software/cmake/cmake-2.8.1_patched/ >& cmake.out real 0m34.015s user 0m18.513s sys 0m6.100s This user+sys time is actually reasonably similar to the equivalent for Wine I, but that may just be a coincidence. The reliable fact to draw from this is the overall real t...