#!/bin/bash
#Post Installation Script for kubuntu
# install text editor, music player, video player, browser
sudo apt-get install --assume-yes openssh*
sudo apt-get install --assume-yes geany gcc g++ vim pidgin clementine vlc
Bugs in Wifi connectivity:
If you leave your wifi for few minutes of inactivity then your network becomes very slow. To rectify this you need to disable the power management .
Add the below entry to the file -> /etc/pm/power.d/wireless
#!/bin/sh
/sbin/iwconfig wlan0 power off
Add with sudo command and reboot your system.
To install java-plugin in browser.
Install openjdk via apt-get.
Then install
sudo apt-get install icedtea-7-plugin icedtea-6-plugin
#Post Installation Script for kubuntu
# install text editor, music player, video player, browser
sudo apt-get install --assume-yes openssh*
sudo apt-get install --assume-yes geany gcc g++ vim pidgin clementine vlc
Bugs in Wifi connectivity:
If you leave your wifi for few minutes of inactivity then your network becomes very slow. To rectify this you need to disable the power management .
Add the below entry to the file -> /etc/pm/power.d/wireless
#!/bin/sh
/sbin/iwconfig wlan0 power off
Add with sudo command and reboot your system.
To install java-plugin in browser.
Install openjdk via apt-get.
Then install
sudo apt-get install icedtea-7-plugin icedtea-6-plugin