You can simply run TeamViewer in Fedora 22 with out installation the buggy TeamViewer RPM. Just download http://download.teamviewer.com/download/teamviewer_linux.tar.gz and extract it.
Friday, May 29, 2015
Wednesday, March 11, 2015
Thursday, February 05, 2015
Wednesday, July 23, 2014
X-Frame-Options Header for Red Hat Linux and CentOS Apache Web Server (httpd)
X-Frame-Options header restricts web page's ability to open in a Frame. Opening in a frame can result a Clickjacking attack which the authentic page is open in a frame a place layer exactly on top of a login section which can capture usernames and passwords.
According to the 'X-Frame-Options response header' reference in Mozilla Developer site, There are three possible values for X-Frame-Options:
Thursday, December 19, 2013
Friday, December 13, 2013
USB Flash Drive Encryption with LUKS and dm-crypt - BitLocker Alternative for Linux
USB flash drives have become common day to data transportation media today. Windows supports disk drive encryption with BitLocker. LUKS with dm-crypt can be used used an alternative to BitLocker in Linux. Following steps can be used encrypt USB drive. Flash drive in encrypted in Gnome desktop in fedora. It was tested and working on KDE,Unity and Cinnamon with Ubuntu and Linux Mint.
Thursday, November 21, 2013
Wednesday, July 03, 2013
Workaround for Atheros Communications AR8152 Driver Hanging up Problem in Linux
My Ethernet controller AR8152 starts to hang up after few minutes of operation. I am running on Fedora 18. This issue was not there in Fedora 16.
[kasun@localhost ~]$ lspci | grep Atheros
03:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v1.1 Fast Ethernet (rev c1)
[kasun@localhost ~]$
However this is a known issue which from February 2013.
Kernel Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=54021
Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=928220
My kernel is "3.9.6-200.fc18.x86_64". Here is the workaround I used.
Tuesday, April 30, 2013
Friday, January 18, 2013
How to make your USB drive bootable for Fedora 18 DVD ISO
![]() |
Fedora 18 |
After more than year of usage of Fedora 16, I decided to install Fedora 18. Since my DVD ROM started to give me problems few months ago, I decided to install Fedora 18 from USB drive. I had good experience with installing Ubuntu from USB drive. I used UNetbootin to make USB drives bootable. I tried same thing for Fedora 18 DVD. USB drive became bootable. But installer failed with "failed to mount /dev/root". Same problem with Fedora Live USB Creator.
Labels:
dd,
DVD,
fdisk,
fedora,
fedora 18,
Fedora Live USB Creator,
GParted,
GPT,
GUID Partition Table,
ISO,
Pen drive,
Thumb drive,
unetbootin,
USB
Wednesday, October 17, 2012
How to Restart Linux Sound System with out Reboot
Labels:
ALSA,
Automatically,
fedora,
kill,
linux,
Logitech,
Manually,
pulseaudio,
restart,
Sound,
Switching,
Ubuntu,
USB Head Set
Tuesday, October 16, 2012
Tuesday, April 10, 2012
How to Enable Search in OSQA
![]() |
OSQA Logo |
OSQA installation does not come with full text search. To enable it a sql data base should be imported in to existing database. In the folder
osqa-server/forum_modules/mysqlfulltext, the fts_install.sql should be imported in to existing database.
To do it 'mysql osqadb -h 127.0.0.1 -u osqauser -p < fts_install.sql'
Friday, April 06, 2012
How to compile skipfish in fedora?
You may have face this error.
Solution is install libidn-devel with yum.
kasun@kasendra skipfish-2.05b$ make
cc -L/usr/local/lib/ -L/opt/local/lib skipfish.c -o skipfish -O3 -Wno-format -Wall -funsigned-char -g
-ggdb -I/usr/local/include/ -I/opt/local/include/ -DVERSION=\"2.05b\" \
http_client.c database.c crawler.c analysis.c report.c -lcrypto -lssl -lidn -lz
skipfish.c: In function ‘main’:
skipfish.c:245:54: warning: variable ‘has_fake’ set but not used [-Wunused-but-set-variable]
http_client.c:39:18: fatal error: idna.h: No such file or directory
compilation terminated.
make: *** [skipfish] Error 1
kasun@kasendra skipfish-2.05b$
Solution is install libidn-devel with yum.
Sunday, March 04, 2012
Monday, February 06, 2012
Friday, January 20, 2012
Retrive Remote Time Stamp with Ping
The ping command can be used identity remote time of a remote host.
Command in Linux is
ping -T tsonly example.com
Command in Linux is
ping -T tsonly example.com
kasun@katalyst ~$ ping -T tsonly rt.com -c 2 PING rt.com (62.213.111.201) 56(124) bytes of data. 64 bytes from 62.213.111.201: icmp_req=1 ttl=44 time=329 ms TS: 29077018 absolute 4 -4 1637957848 absolute not-standard 101 29 -11 38 2 Unrecorded hops: 3 64 bytes from 62.213.111.201: icmp_req=2 ttl=44 time=487 ms TS: 29078020 absolute 11 3 1637757308 absolute not-standard 101 6 -13 38 1 Unrecorded hops: 4 --- rt.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 329.485/408.507/487.529/79.022 ms
Sunday, October 23, 2011
Sunday, October 02, 2011
Obtain Windows Update (Quick Fix) History in CMD
![]() |
Windows Malicious Software Removal Tool |
Obtaining patch information is critical while performing an audit on windows system. Windows Management Instrumentation allows obtain these information in command line in descriptive way.
command is should be run administrative command line. Out put can be sent to a text file.
Labels:
cmd,
command line,
patch history,
patches,
quick fix,
security,
updates history,
windows 2003,
windows 2008,
windows 7,
windows 8,
windows management instrumentation,
windows vista,
windows xp,
wmic
Subscribe to:
Posts (Atom)