You may already be living your first minutes of 2012, you may be hours from it, so instead of trying to find the perfect time to say so, her...Read more »
Cinnamon: Bring GNOME2-Like Layout on GNOME Shell
Cinnamon is a fork of GNOME Shell developed by Linux Mint Team that brings innovative features of GNOME Shell and simple layout of GNOME 2. ...Read more »
Personal Full Text Search UI Application - Recoll
Recoll is a full text search application. Full text search applications let you find your data by content rather than by external attribute...Read more »
Pengaturan Font di Gnome 3 yang Masih Belum Didukung oleh Gnome Tweak Tool
Program gnome tweak tool sangat dihandalkan untuk mengatur jenis font untuk sistem di gnome 3. Seperti yang diketahui, belum semua pengatura...Read more »
Bodhi Linux Release Schedule
With the recent release of Bodhi Linux 1.3.0 I've had a few questions as to what our release cycle is exactly. I'd like to take a s...Read more »
Control your Android Device from a Web Browser Over-The-Air - Airdroid
AirDroid is a fast, free app that lets you wirelessly manage & control your Android devices (phone & tablet) from a web browser. It...Read more »
Meet Grml 2011.12, Basic Debian Respin for Sysadmins
Today we're looking at another more specialized distribution spin called grml that apparently has its origins in Austria, not that it m...Read more »
Dear Open Source Free Loaders
This is an open letter to all the open source free loaders out there - you know who you are. One day you heard about this awesome thing call...Read more »
Austrumi 2.4.5: Small and Mighty
R ecently I wrote that visitors of Linux notes from DarkDuck come from all over the world. There are almost no white spots on the map if yo...Read more »
Install or Upgrade to Firefox 9 in Ubuntu
Firefox 9 was released on December 20, 2011; version 9.0.1 was released a day later and is currently the latest stable version in the "...Read more »
Install and Configure Slingshot Launcher on Xubuntu (XFCE)
Hello readers! I have written two articles about XFCE on how to configure dual monitor and enable Dropbox "Copy Public Link" on Th...Read more »
Linux Scripting Quiz - 1
Basic Scripting Quiz Basic Scripting Quiz This is quiz covering the basics of shell scripting #! is called as shebang hebang hash prom...Read more »
Listen Music from Cloud Music Services using Nuvola Player
Nuvola Player runs web interface of cloud music service in its own window and provides integration with a Linux desktop (system tray, Ubunt...Read more »
HOWTO: Setup Comp-Scale under Enlightenment
What is Comp-Scale? Comp-Scale is an Enlightenment module that uses compositing features to allow you to switch between active windows and ...Read more »
Easily Run Various Linux Commands on Windows Using GOW
Linux has powerful command line tools, we can do almost everything there e.g. file editing, installing or removing application, managing fil...Read more »
MySQL Password Recovery and Auditing Software - MysqlPasswordAuditor
MysqlPasswordAuditor is the FREE MySQL password recovery and auditing software ( for windows based systems ). MySQL is one of the popular a...Read more »
C Program to Remove Spaces From the String
Program to Remove Spaces From the String #include void main(){char a[20];int i,j,b;printf("enter the string: ");gets(a);f...Read more »
C Program to Concatenate Two string
Program to Concatenate Two string #include void main(){char a[10],b[10],c[20],d;int i=0,j,k; //first stringprintf("enter the 1st string...Read more »
Another off-line publication
Приветствую всех читателей журнала User and Linux, зашедших на мой блог. Буду рад видеть вас здесь многократно. Для этих целей можете воспол...Read more »
AgiliaLinux 8.0.0: Ooops, We Did It (Again)!
L inux is everywhere in the world. When I look at a map of where visitors to my blog come from, I see almost the whole world map covered. Of...Read more »
C Program to Swap two numbers without using Temporary variable
Program to Swap two numbers without using Temporary variable #include void main(){int a,b;printf("enter two numbers : ");scanf(&qu...Read more »
C Program to Find Greatest of Four Number using if-elseif-else Statements
Program to Find Greatest of Four Number using if-elseif-else Statements #include void main() { int a,b,c,d; pr...Read more »
C Program to Find "a" to the power "b"
Program to Find "a" to the power "b" #include //declaration of functionint pro(int , int); void main(){int a ,b,c ;print...Read more »
C Program to Print Triangle of "*" and "#"
Program to Print Triangle of "*" and "#" * * # * # * * # * # * # * # * #include void main(){int i,j;for(i=1;i<=5;i++...Read more »
C Program to find position of sub-string in a String
Program to find position of sub-string in a String #include #include void main(){char str[20] , pat[20] ;int i=0,j,k=0 ;printf("enter t...Read more »
C Program To Find LCM and HCF of a Number
Program to find LCM and HCF of a Number #include //declaration of lcm functionint lcm(int,int); //declaration of hcf functionint hc...Read more »
C Program to Find Factorial of a Number
Program to Find Factorial of a Number #include //declaration of functionint fact(int);void main(){int a,d; printf("enter the ...Read more »
C Program to find whether a Given Number is Armstrong Number or not
Program to Check Whether a Number is Armstrong Number or not #include //declaration of function int arm(int); void m...Read more »
KDE 4.8 Preview (Sneak Peak)
Yesterday, KDE has release the first Release Candidate (KDE 4.8 RC 1) for its renewed Workspaces, Applications, and Development Platform. KD...Read more »
C Program to Find Sum of digits of a Number Excluding First and Last Digits
Program to Find Sum of a Number Excluding First and Last Digits #include ...Read more »
C Program to Convert From ASCII code to Character
program to convert ASCII code to Character #include #include void main(){int j;char c;a:clrscr();printf("enter the ACII code (0 to 127...Read more »
Happy Merry Christmas To All Our Readers From Linuxpoison
Linuxpoison Author would like to wish all of you a very Merry Christmas. Thank you for reading this blog and we hope you enjoyed the posts t...Read more »
Merry Christmas!!
Hoping you all have a very, very good time with your loved ones these days. Enjoy!Read more »
Download Video dari Youtube di Linux dengan youtube-dl
Setelah merampungkan berbagai tutorial yang ada akhirnya bisa juga mengoptimalkan kemampuan youtube-dl untuk download video dari youtube. Un...Read more »
Percepat download dari repository online di Fedora
Paket manager Fedora yaitu yum bisa ditambahakn plugin untuk meningkatkan kinerjanya. Salah satu plugin yang akan dibahas adalah fastestmirr...Read more »
Write a Program to Find Armstrong Number
Program to Find Armstrong Number Between 1 to 500 (in c) Here is c program to find armstrong number #include void main(){ int a,b,c,d,i;pri...Read more »
Putar file mp3 di Fedora 16
Karena sedikit tidak nyaman di gnome shell, saya coba beralih ke xfce. Untuk bisa memutar file multimedia seperti file music dan video diper...Read more »
How to install apache and mod_ssl on Centos
Apache is the most popular web server across the entire World Wide Web, currently used by around 60% of web domains. Its released under an A...Read more »
How to Setup Forward DNS
Setting up a DNS which should have my server’s forward entries. I have a live dns server for abc.com domain and running 500 subdomains (i.e....Read more »