Saturday, November 19, 2016
IPv6 Linux firewall script
Posted by PNA Prasanna at 9:46 AM 0 comments
Labels: Linux Articles
Sunday, October 23, 2016
Cool live patch available for Ubuntu 16.04 LTS
Refer the link up: http://www.cyberciti.biz/faq/howto-live-patch-ubuntu-linux-server-kernel-without-rebooting/
Posted by PNA Prasanna at 12:19 PM 0 comments
Labels: Ubuntu 16.04
Thursday, September 29, 2016
Linux Mint launches Mintbox Mini Pro PC with powerful specs - Linux mint 18 cinnamon
Posted by PNA Prasanna at 11:56 AM 0 comments
Labels: Linux Articles
Wednesday, May 11, 2016
Sunday, May 8, 2016
Fix broken repository in Ubuntu
$ sudo apt-get install -f
Posted by PNA Prasanna at 11:47 AM 0 comments
Ubuntu 16.04 LTS works excellent - HP 15-ac122tu notebook
It shows errors while installing Google chrome stable version. However, it works good. :) Use the below command to launch that.
google-chrome-stable
pna@pna-HP-Notebook:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb
Selecting previously unselected package google-chrome-stable.
(Reading database ... 204527 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (50.0.2661.94-1) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libappindicator1; however:
Package libappindicator1 is not installed.
dpkg: error processing package google-chrome-stable (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Errors were encountered while processing:
google-chrome-stable
Posted by PNA Prasanna at 11:29 AM 0 comments
Labels: Ubuntu 16.04
Thursday, March 17, 2016
History with dates and time
#history
You have to add the following line into the file ~/.bashrc to view the history with dates permanently.
export HISTTIMEFORMAT=”%d/ %m/ %y %T “
and then, from terminal run,
#source ~/.bashrc
Explanation of commands and switches.
history – GNU History Library
HISTIMEFORMAT – Environmental Variable
%d – Day
%m – Month
%y – Year
%T – Time Stamp
source – in short send the contents of file to shell
.bashrc – is a shell script that BASH runs whenever it is started interactively.
Posted by PNA Prasanna at 3:56 PM 0 comments
Labels: Drops
Monday, February 22, 2016
Simple Screen Recorder installation in Pinguy 14.04.3
#sudo apt-get install simplescreenrecorder
Posted by PNA Prasanna at 11:14 AM 0 comments
Saturday, February 13, 2016
Avidemux installation - Video editor for Pinguy 14.04.3
Posted by PNA Prasanna at 11:46 AM 0 comments
Audacity & Flareget installation in Pinguy 14.04.3
#apt-get install audacity
Installing Flareget (download manager)
https://flareget.com/download
Posted by PNA Prasanna at 11:34 AM 0 comments
Add Android Lolipop 5.1 in Pinguy 14.04.3 Boot entry @ HP 15-ac122tu notebook
Posted by PNA Prasanna at 11:18 AM 0 comments
Tuesday, February 9, 2016
Installation step of Chrome 48 in HP 15-ac122tu notebook
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Posted by PNA Prasanna at 11:30 AM 0 comments
Airtel 4G dongle configuration in HP 15-ac122tu notebook
Step 2: Change permission inside /linux using chmod +x *.* and chmod
Posted by PNA Prasanna at 11:27 AM 0 comments