cURL is a library / tool for transferring data using various protocols. To install cURL on Ubuntu, execute this command: $ sudo apt-get install php5-curl Keywords:ubuntu install curlinstall curl ubuntucurl ubuntuubuntu curlinstall curl on ubuntucurl ubuntu 11install curl in ubuntuhow to install curl in ubuntu
Read MoreA. This Part is for WEP Wireless Network Check wireless adapter: $ iwconfig You will see wireless adapter as wlan0 or ath0 which depends on what driver is installed. Execute the following command to apply ESSID, network key, channel, and mode: $ sudo iwconfig wlan0 essid yantoknuk-singtel $ sudo iwconfig wlan0 channel 6 $ sudo […]
Read MoreFew days ago I bought VPS account which I installed Ubuntu 11.04. This is how I installed OpenVPN into the VPS. The network configuration: # ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:11947 errors:0 dropped:0 overruns:0 frame:0 TX packets:11947 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1287068 (1.2 […]
Read MoreMake sure kernel source is installed. If it is not installed, use ‘sysinstall’ command. Copy kernel GENERIC configuration: # cd /usr/src/sys/i386/conf/ # cp GENERIC KERNELNEW Edit KERNELNEW configuration as your needed: # ee KERNELNEW And then, build the kernel: # cd /usr/src # make buildkernel KERNCONF=KERNELNEW # make installkernel KERNCONF=KERNELNEW Finish. Reboot PC. To build […]
Read MoreCableNut is a tool for optimizing your Internet Connection. We have provided a way to tweak any option you may want to in the adjuster. You can load “CableNut Custom Setting” files that are included with the program to tweak your Internet connection. You can make your own “CableNut Custom Setting” files save them for […]
Read MoreBelieve it or not, preparation is a better determinant of presentation success than knowledge, experience, or even talent. The best presenter is almost always the presenter who is the most prepared. Even so, there are a lot of conflicting ideas about what constitutes thorough presentation preparation. So what exactly is thorough preparation? Here are seven […]
Read MoreCheck wireless adapter: $ iwconfig You will see wireless adapter as wlan0 or ath0 which depends on what driver is installed. Execute the following command to apply ESSID, network key, channel, and mode: $ sudo iwconfig wlan0 essid yantoknuk-singtel $ sudo iwconfig wlan0 channel 6 $ sudo iwconfig wlan0 key ngumbahkucing $ sudo iwconfig wlan0 […]
Read MoreInstall wpa supplicant package: $ sudo apt-get install wpasupplicant Configure network ESSID and passphrase. In this example I use ESSID ‘yantoknuk-singtel’ and passphrase ‘ngumbahkucing’. $ wpa_passphrase yantoknuk-singtel # reading passphrase from stdin After that, type in your passphrase right below the text ‘# reading passphrase from stdin’. # reading passphrase from stdin ngumbahkucing network={ ssid=”yantoknuk-singtel” […]
Read More