CURL_OPENSSL_4 not found sudo apt-get update sudo apt-get install libcurl4-openssl-dev sudo apt-get install isomd5sum cd /home/$USER/.steam/steam/ubuntu12_32/steam-runtime/pinned_libs_64 mv libcurl.so.4 libcurl.so.4.bak ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4 li..

Read more

Open terminal via Ctrl+Alt+T or by searching for “Terminal” from dash. When it opens, run command: xrandr It outputs current screen resolution as well as all available solutions. ALL I need here is the display device name, in my case, it’s eDP-1. 2. Run command to calculate VESA CVT mode lines by given resolution: cvt 1600 900 Replace 1600 900 (1600X900 ..

Read more

Source: http://wiki.lemaker.org/WiFi AP mode: Wifi AP modeedit /etc/modules: ap6210 op_mode=2 download and compile the hostapdgit clone git://w1.fi/srv/git/hostap.gitapt-get install libnl-devcd hostap/hostapdcp defconfig .configmakecp hostapd /usr/local/bin create and edit the hostapd.confmkdir -p /etc/hostapd edit: interface=wlanxdriver=nl80211ssid=ap6210_ap_testchannel=6hw_mode=gmacaddr_acl=0auth_algs=1ignore_broadcast_ssid=0wpa=3wpa_passphrase=12345678wpa_key_mgmt=WPA-PSKwpa_pairwise=TKIPrsn_pairwise=CCMP /etc/network/interfaces auto loiface lo inet loopbackiface eth0 inet dhcp allow-hotplug wlanxiface wlanx inet staticaddress 192.168.100.1netmask 255.255.255.0 apt-get install udhcpd /etc/udhcpd.conf interface wlanx ..

Read more