ksanthoshhegde.blogspot.com ksanthoshhegde.blogspot.com

ksanthoshhegde.blogspot.com

Linux Administration

Monday, January 8, 2018. Bash shell script to list Ethernet interfaces names and IPaddress on linux server. If there are multiple IP addresses public, private, backup, etc are in use on linux server it takes a bit more of time to scroll down through the output of 'ifconfig' command and find the IP address assigned to it. I have created a shell script nic.sh which list all the Ethernet interfaces and IP address assigned to them on Linux server. Read -ra i "$nic". For i in "${i[@]}"; do. Here i am showing ...

http://ksanthoshhegde.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR KSANTHOSHHEGDE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 7 reviews
5 star
4
4 star
3
3 star
0
2 star
0
1 star
0

Hey there! Start your review of ksanthoshhegde.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • ksanthoshhegde.blogspot.com

    16x16

  • ksanthoshhegde.blogspot.com

    32x32

CONTACTS AT KSANTHOSHHEGDE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Linux Administration | ksanthoshhegde.blogspot.com Reviews
<META>
DESCRIPTION
Monday, January 8, 2018. Bash shell script to list Ethernet interfaces names and IPaddress on linux server. If there are multiple IP addresses public, private, backup, etc are in use on linux server it takes a bit more of time to scroll down through the output of 'ifconfig' command and find the IP address assigned to it. I have created a shell script nic.sh which list all the Ethernet interfaces and IP address assigned to them on Linux server. Read -ra i $nic. For i in ${i[@]}; do. Here i am showing ...
<META>
KEYWORDS
1 linux administration
2 bin/bash
3 ofs=ifs
4 ifs='
5 done
6 posted by
7 k santhosh
8 no comments
9 email this
10 blogthis
CONTENT
Page content here
KEYWORDS ON
PAGE
linux administration,bin/bash,ofs=ifs,ifs=' ,done,posted by,k santhosh,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,syntax,example,1cat /etc/issue,2cat /etc/redhat release,3lsb release a,release 5 5,uname i,wp yes
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Linux Administration | ksanthoshhegde.blogspot.com Reviews

https://ksanthoshhegde.blogspot.com

Monday, January 8, 2018. Bash shell script to list Ethernet interfaces names and IPaddress on linux server. If there are multiple IP addresses public, private, backup, etc are in use on linux server it takes a bit more of time to scroll down through the output of 'ifconfig' command and find the IP address assigned to it. I have created a shell script nic.sh which list all the Ethernet interfaces and IP address assigned to them on Linux server. Read -ra i "$nic". For i in "${i[@]}"; do. Here i am showing ...

INTERNAL PAGES

ksanthoshhegde.blogspot.com ksanthoshhegde.blogspot.com
1

Linux Administration: How to check server configuration details in Linux

http://ksanthoshhegde.blogspot.com/2011/07/how-to-check-server-configuration.html

Tuesday, July 5, 2011. How to check server configuration details in Linux. Here i am showing some basic commands using them you can gather the system/server information. To check what version of Operating System is installed on the server you can use the following commands:-. Root@localhost ]# cat /etc/issue. Red Hat Enterprise Linux Server release 5.5 (Tikanga). Kernel r on an m. Root@localhost ]# cat /etc/redhat-release. Red Hat Enterprise Linux Server release 5.5 (Tikanga). Root@localhost ]# uname -i.

2

Linux Administration: November 2010

http://ksanthoshhegde.blogspot.com/2010_11_01_archive.html

Sunday, November 21, 2010. To configure network services/servers, administrator must have a Knowledge of Port numbers,. So you can easily find out whether service/daemon is running or not. It will be very helpful when you are configuring iptables/firewall. Ex: You can block unwanted port numbers, it will reduce the risk of hack to the servers. Here i am listing very common ports which we will use in everyday tasks. FTP 20 and 21. DHCP 67 and 68. Tuesday, November 9, 2010. Backup and Restore Mysql database.

3

Linux Administration: Commands to check errors in configuration files

http://ksanthoshhegde.blogspot.com/2011/05/commands-to-check-errors-in.html

Monday, May 23, 2011. Commands to check errors in configuration files. In Linux, Once the service configuration has been done we can check the configuration files for errors. Check Samba configuration file for errors with "testparm" command. Check HTTP(apache) configuration file for errors with the following commands. You can use any of the above commands to check the errors for apache). Check SSH configuration file for errors. Check DNS configuration file for errors. Subscribe to: Post Comments (Atom).

4

Linux Administration: Backup and Restore Mysql database

http://ksanthoshhegde.blogspot.com/2010/11/backup-and-restore-mysql-database.html

Tuesday, November 9, 2010. Backup and Restore Mysql database. It is very important to backup databases to prevent any loss of data. The easiest way backup the database is Mysqldump and we can restore it with mysql command. Mysqldump -u [username] -p [databasename] dumpfilename.sql. Ex: you assume that you want to backup a database called users and with username root, then the command would be. Mysqldump -u root -p users users.sql. Mysqldump file can easily be restored by using the following command.

5

Linux Administration: September 2010

http://ksanthoshhegde.blogspot.com/2010_09_01_archive.html

Tuesday, September 28, 2010. Check Date and Time in mysql. Sometimes we may need to check the time when we are working with mysql. To do this login to mysql and use the following command. Mysql select now();. 1 row in set (0.06 sec). How to create SVN repository. Creating SVN repository on linux machine is easy. 1 Install the subversion. Yum install subversion ( RHEL , Fedora, Centos). Apt-get install subversion (ubuntu,debian). 2 Install open-ssh for secure connection (If repositoy on remote system).

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

LINKS TO THIS WEBSITE

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: Oracle DBA script: Monitor user activity on the DB Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2012/06/oracle-dba-script-monitor-user-activity.html

Thursday, June 28, 2012. Oracle DBA script: Monitor user activity on the DB. Set verify off message off echo off pause off timing off time off. Column o format a8 heading 'O/S User'. Column u format a10 heading 'Oracle Userid'. Column s format a12 heading 'R-S Name'. Column txt format a45 heading 'Current Statement' word. Select osuser o,. Segment name s,. From v$session s,. Dba rollback segs r,. Where s.taddr = t.addr. And txidusn = r.segment id. And ssql address = sa.address. Posted by Shardul Singh.

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: ER Diagram for a College System Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2011/09/er-diagram-for-college-system.html

Friday, September 23, 2011. ER Diagram for a College System. The ER diagram refined to have an 'is-a' relationship. The simple conceptual tables can now be designed in such case as:. STUDENT (st-id, dob). FULL-TIMEPROG (p-code, duration). PART-TIMEPROG (p-code, duration). REGISTERS (p-code, st-id). In an educational institute, there are several departments and students belong to one of them. Each department has a unique department number, a name, a location, phone number and is headed by a professor.

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: Netbeans Tips for ROR Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2011/01/netbeans-tips-for-ror.html

Tuesday, January 11, 2011. Netbeans Tips for ROR. This editor indents, completes, and highlights your Ruby code syntactically as well as semantically. It assists you with rename refactoring, type inference, and navigation. The editor parses your code live as you type, so it can match words and brackets, mark errors and occurrences, and display new quick fixes and RDoc. With a few keystrokes you insert commonly used code snippets from live templates. Click on image to print / enlarge / download . Oracle t...

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: Reload / Refresh Page in jQuery Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2012/07/reload-refresh-page-in-jquery.html

Tuesday, July 10, 2012. Reload / Refresh Page in jQuery. Here is the code to refresh the page when u click on a button component. Its just like you press "F5" button to refresh page. Code begins = = = = = = = = = = = = =. Title Reload/Refresh a Page in jQuery /title. Script type="text/javascript" src="http:/ code.jquery.com/jquery-1.7.2.js" /script. P")append(" strong Now Refreshing page. /strong ");. Input id="Refresh" type="Button" value="Refresh" /. Code Ends = = = = = = = = = = = = =.

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: nth-child CSS trick with IE Fix Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2011/01/nth-child-css-trick-with-ie-fix.html

Wednesday, January 5, 2011. Nth-child CSS trick with IE Fix. Pseudo-classes allows you to select elements with a formula. By numbers of your choice. For instance,. Selects the 1st, 4th, 7th etc. child. Ul li:nth-child(3n 3) {. Select every third list item inside unordered lists. That is, the 3rd, 6th, 9th, 12th, etc. nth-child accepts two keywords: even and odd."Even" selects even numbered elements, like the 2nd, 4th, 6th, etc. "Odd" selects odd numbered elements, like 1st, 3rd, 5th, etc. If lt IE 7].

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: Oracle DBA script: tablespace usage in %, blocks used etc Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2012/06/oracle-dba-script-tablespace-usage-in.html

Thursday, June 28, 2012. Oracle DBA script: tablespace usage in %, blocks used etc. SELECT RPAD(t.name,18,' ') tablespace ,. LPAD(TO CHAR(CEIL( (SUM(s.blocks)*COUNT(*) / (SUM(f.blocks) *. POWER(COUNT(DISTINCT(f.file#) ,2) * 100 ) ,3) Pct ,. LPAD(TO CHAR(TRUNC(SUM(f.blocks) * t.blocksize *. COUNT(*) * 1024 * 1024 * 1024 ),2) ,6) vol G ,. LPAD(TO CHAR(SUM(f.blocks) * t.blocksize * COUNT(DISTINCT(f.file#) /. COUNT(*) * 1024 * 1024 ) ,8) volume M ,. TRUNC(SUM(s.blocks) * t.blocksize /. AND fts# = t.ts#.

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: How to : jQuery UI Autocomplete - Combobox ( dropdown ) Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2012/05/how-to-jquery-ui-autocomplete-combobox.html

Friday, May 4, 2012. How to : jQuery UI Autocomplete - Combobox ( dropdown ). Convert your select into beautiful jQuery UI Combobox. Its been fun with jQuery and UI is really cool. This is what i got when finished. ( final output ). You can customize the widget as you want. for this you need jQuery UI. I downloaded my own jQueryUI Theme using Theamroller. You can download default theme or customize it as per your project need, just download it from here. To do this cool widget i follow following steps.

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: Creating Cross-plattform Mobile Applications with Dojo Toolkit Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2011/07/creating-cross-plattform-mobile.html

Monday, August 1, 2011. Creating Cross-plattform Mobile Applications with Dojo Toolkit. Is an open source toolkit that helps you write robust and efficient JavaScript code. JavaScript is a language that runs within the Web browser, and there are various flavors of Web browser that interpret the JavaScript in slightly different ways. Toolkits such as Dojo, YUI. And many others are designed to abstract away the browser idiosyncrasies so that you don't have to learn them all and handle them in your code.

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: Introducing GOOGLE NOSE BETA Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2013/04/introducing-google-nose-beta.html

Monday, April 8, 2013. Introducing GOOGLE NOSE BETA. What is that GOOGLE NOSE? Google NoseBETA leverages new and existing technologies to offers Android Ambient Odor Detection technology, collects smells via the world's most sensible mobile operating system. SMELLCD™ 1.8 high-resolution compatible for precise and controlled odors. In its latest April Fool 2013 prank, Google claims the ability to search for smells! Wasn't that a good prank? Posted by Shardul Singh. Subscribe to: Post Comments (Atom).

webgeek-tutorials.blogspot.com webgeek-tutorials.blogspot.com

Web Gurus: 2 Nodes RHEL6 Cluster Configuration Best Tutorials for Website design and Mobile Webs

http://webgeek-tutorials.blogspot.com/2011/12/2-nodes-rhel6-cluster-configuration.html

Wednesday, December 21, 2011. 2 Nodes RHEL6 Cluster Configuration. Step by Step 2 Nodes RHEL6 Cluster Configuration. 2 SAN Storage Server (software iscsi-taget). IP :172.168.100.101. Iscsi-initiator – iscsi-client. IP : 192.168.100.102. IP : 172.168.100.103. 4 Cluster Name: iscsicluster. IP : 172.168.100.200. Set up yum repo in all three nodes. From Vbox interface , attach rhel6 iso as cdrom and reboot the VMs. Etc/yum.repos.d/rhel6dvd.repo. Now Prepare iscsi-target as SAN storage in host. Root@rhelsrv1]...

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL LINKS TO THIS WEBSITE

20

OTHER SITES

ksanthan.blogspot.com ksanthan.blogspot.com

Kamini's Blog

Wednesday, June 10, 2009. Golden period with my parents in US :). It has been quite some time since I blogged. Year 2009 started off really well, with a big incentive of my parents beside me. I have longed for this period, and it was like a dream-come-true for me! In fact, even before they actually landed, I knew about the long Christmas vacation at my work place; so, my friend and I had planned for a road trip to Los Angeles and San Diego, and then to Grand Canyon and back. It happened! Solid 4 months o...

ksanthies-gynaikes.blogspot.com ksanthies-gynaikes.blogspot.com

ΞΑΝΘΙΕΣ ΓΥΝΑΙΚΕΣ

ΕΔΩ ΜΕΣΑ ΣΕ ΑΥΤΟ ΤΟ BLOG ΘΑ ΥΠΑΡΧΕΙ ΑΦΘΟΝΟ ΥΛΙΚΟ ΟΣΟΝ ΑΦΟΡΑ ΤΙΣ ΞΑΝΘΙΕΣ ΓΥΝΑΙΚΕΣ.ΣΚΙΤΣΑ ΑΝΕΚΔΟΤΑ ΚΑΙ ΣΥΖΗΤΗΣΕΙΣ ΓΙΑΤΙ ΤΟ ΞΑΝΘΟ ΜΟΝΟ ΓΙΑ ΕΝΑ ΠΡΑΓΜΑ ΕΙΝΑΙ ΚΑΛΟ ΓΙΑ ΤΟ. ΟΦΘΑΛΜΟΛΟΥΤΡΟ! Τετάρτη, 18 Νοεμβρίου 2009. Ο ΕΓΚΕΦΑΛΟΣ ΤΩΝ ΞΑΝΘΩΝ ΓΥΝΑΙΚΩΝ! ΤΟ PASSWORD ΜΙΑΣ ΞΑΝΘΙΑΣ! Κατά τη διάρκεια ενός πρόσφατου ελέγχου κωδικού πρόσβασης, διαπιστώθηκε ότι μια ξανθιά χρησιμοποίησε τον ακόλουθο κωδικό:. Mickey Minnie Pluto Huey Louie Dewey Donald Goofy". Eπρεπε να είναι τουλάχιστον 8 χαρακτήρες. ΟΙ ΞΑΝΘΙΕΣ ΚΑΙ ΤΟ ΦΩΣ.

ksanthiwtes.blogspot.com ksanthiwtes.blogspot.com

Περίεργοι Ξανθιώτες

Δευτέρα, 5 Νοεμβρίου 2007. Η νεα μας σελιδα στο: http:/ xanthiwtes.fjoomla.com. Μεταφερομαστε μονιμα στο http:/ xanthiwtes.fjoomla.com. At 2:15 μ.μ. Τετάρτη, 31 Οκτωβρίου 2007. Μετα απο εξαμηνη παραμονη σε αυτη τη γκαρσονιερα οι Ξανθιωτες αποφασιζουν να μετακομισουν σε κατι καλυτερο και μεγαλυτερο. Σημερα καναμε το συμβολαιο και αυριο παμε σε γνωστο καταστημα με επιπλα για να παρουμε πραγματα, υπολογιζουμε οτι τη δευτερα θα ειναι ετοιμο το διαμερισμα! At 10:28 μ.μ. Πυρκαγιες και αντιμετωπιση απο το κρατος.

ksanthompoumpouras.blogspot.com ksanthompoumpouras.blogspot.com

ξανθομπούμπουρας

Είμαι μια νέα μαμά και σκέφτηκα να μοιραστώ μαζί σας, μέσω του blog μου, όλη την εμπειρία που είχα στην εγκυμοσύνη αλλά και όσα θα έρθουν από εδώ και πέρα. Γίνετε μέλος και στείλτε μου email στο vivliolatreia@gmail.com. Με τις δικές σας εμπειρίες τοκετού, τα δωμάτια που διαμορφώσατε για τα μωρά σας με φωτογραφίες, απορίες ή και συμβουλές που θέλετε να δώσετε στην άλλες μανούλες. Σάββατο, 6 Απριλίου 2013. Γράφει η Ελίνα Γκίκα. Κλινική Ψυχολόγος / Ψυχοθεραπεύτρια Γενικής,. Σε κάθε περίπτωση θα πρέπει να αν...

ksanthosh.com ksanthosh.com

Santhosh is an Freelancer, Freelance PHP/MySQL, Wordpress Developer Chennai, Bangalore, Coimbatore, India | WordPress Theme, Plugin developer

For Any Technical Solution. Freelance PHP/MySQL, Web Designer and Wordpress Developer. Hello, I develop PHP Applications and wordpress websites that Simple things will be simple, complex things will be possible. Web Application and UI Developer. Being an Ernest computer science graduate, managed to follow my passion and buid it my career and that is to develop cool captivating websites. Websites that would be spellbound and interesting! Oddanchatram, Tamilnadu, India-624619. Web and UI Design.

ksanthoshhegde.blogspot.com ksanthoshhegde.blogspot.com

Linux Administration

Monday, January 8, 2018. Bash shell script to list Ethernet interfaces names and IPaddress on linux server. If there are multiple IP addresses public, private, backup, etc are in use on linux server it takes a bit more of time to scroll down through the output of 'ifconfig' command and find the IP address assigned to it. I have created a shell script nic.sh which list all the Ethernet interfaces and IP address assigned to them on Linux server. Read -ra i "$nic". For i in "${i[@]}"; do. Here i am showing ...

ksanti.net ksanti.net

Ksanti | home base

Pronounced: kshanti) is an ancient Sanskrit word. In Pali it becomes. It is the practice of exercising patience toward behavior or situations that might not necessarily deserve it and is seen as a conscious choice to actively give patience as if a gift, rather than being in a state of oppression in which one feels obligated to act in such a way. See en.wikipedia.org/wiki/Ksanti. And more in depth (from Transcribed talks by Ratnaghosa). First of all, ksanti as patience.

ksanti.tumblr.com ksanti.tumblr.com

Sin título

See, that’s what the app is perfect for. Wahhhh, I don’t wanna.

ksantia-travel.ru ksantia-travel.ru

Похудеть на 40 кг за 3 месяца - Необычные методы снижения веса на ksantia-travel.ru

Чем вреден жидкий каштан для похудения. Описание продукта Жидкий Каштан на основе гуараны для похудения В современном мире проблема излишнего веса охватывает все большее количество населения и приобретает глобальные масштабы. Отсутствие возможности полноценно и правильно питаться и гиподинамия стали повседневной реальностью для подавляющего числа людей. В результате, в человеческом организме нарушается нормальный обмен веществ, вследствие чего происходит накапливание и откладывание. Содержание: Собирая п...

ksantia.com ksantia.com

Питомник собак - миттельшнауцеров, щенки миттельшнауцера .

JWW AVE CONCORDE SHATO x CH METALLIC NOTA BENE KSANTIA. Another import from Russia: AVE CONCORDE VIVA VICTORIA “Kuka”. New page of our importing from Russia female METALLIC NOTA BENE KSANTIA “Nika”. Show results of our schnauzers in Ukraine, Hungary, Russia and Litva. By WOWSlider.com v4.9. Retina Theme by WPAisle. 32 / 1.527 / 24.16mb.

ksantia.ru ksantia.ru

Эконом-тур Казань туристическое агентство | Главная страница

Отказаться от поездки на Мальдивы или нет? Стоит ли покупать туры на Мальдивы каждый решает сам по себе. На наш взгляд, ситуация не критическая, несмотря на неспокойную политическую обстановку в стране. . Деятельность турагентства " Эконом-тур" направлена на организацию отдыха для взрослых и детей во всех уголках мира - от любимой всеми Турции до загадочной Африки. Мы Всегда рады Вас видеть в нашем офисе! Казань, Большая Красная, д.49. Document.write(' ' arrQDT[i] '. Document.write(' (' arrQSign[i] ').