
linux.101hacks.com
Linux 101 Hacks — Free eBook to Build a Strong Foundation in UNIX / LinuxFree eBook to Build a Strong Foundation in UNIX / Linux
http://linux.101hacks.com/
Free eBook to Build a Strong Foundation in UNIX / Linux
http://linux.101hacks.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.3 seconds
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
132
SITE IP
173.192.49.107
LOAD TIME
0.348 sec
SCORE
6.2
Linux 101 Hacks — Free eBook to Build a Strong Foundation in UNIX / Linux | linux.101hacks.com Reviews
https://linux.101hacks.com
Free eBook to Build a Strong Foundation in UNIX / Linux
6 Nagios check_ftp Command Examples for FTP Monitoring
https://linux.101hacks.com/unix/check-ftp
6 Nagios check ftp Command Examples for FTP Monitoring. Check ftp plugin is used to verify the status of your remote FTP server. If you’ve installed Nagios from source, check ftp command will be located in the /usr/local/nagios/libexec directory. 1 Basic check ftp Command. Check whether FTP server is up and running. As you see in the following output, it connects to two different server, one running vsFTPD and another running Pure-FTPd and both display Ok status. 2 Hide the TCP socket Output. Check ftp -...
Linux 101 Hacks — Free eBook to Build a Strong Foundation in UNIX / Linux — Page 2
https://linux.101hacks.com/page/2
6 UNIX / Linux blkid Command Examples for Block Device Attributes. Using blkid command you can view attributes of block devices that are on your system. This is a quick way to find the type of the block devices on your system. This uses the libblkid library to get the values. Click to continue…]. How to Set Snapper Timeline Retention for Snapshot Backup on Linux. Snapper is a Linux utility to take backups on Linux. Click to continue…]. Click to continue…]. Click to continue…]. I setup the NFS server with...
How to Update pci.ids PCI ID Device File using update-pciids on Linux
https://linux.101hacks.com/unix/update-pciids
How to Update pci.ids PCI ID Device File using update-pciids on Linux. If you have not updated PCI IDs on your system in while, it is a good idea to keep it updated once in a while. If you notice that lspci command is not displaying the proper device name for any of the devices that are connected to your PCI bus, this might be because the PCI IDs on your system is not current. To update the PCI IDs, use update-pciids command. Update-pciids is part of pciutils package. 1 PCI ID File Location and Syntax.
How to Manage Your IT Inventory with OCS Inventory NG on Linux
https://linux.101hacks.com/unix/ocs-inventory-ng
How to Manage Your IT Inventory with OCS Inventory NG on Linux. This tool helps the System Administrators to manage their assets and software easily. Easily deployable and manageable with rich features like software deployment, reports, network scanning and more makes the life easier. The following components are used for the installation of OCS Inventory NG in this article. But most Linux distros are supported. Download the software from OCS Inventory NG website here. Or install using EPEL. Make sure al...
10 UNIX / Linuz Size Command Examples for ObjectFiles
https://linux.101hacks.com/unix/size
10 UNIX / Linuz Size Command Examples for ObjectFiles. Linux size is part of GNU binutils. This utility is very helpful for programmers to analyze the data from the executable files (or object files). By default, this will provide the section size, total size for the given file name. 1 Default Size Output. By default the size command displays the output which has the size information in 5 different values (text, data, bss, dec and hex) as shown below. 2 Default File is a.out. The SysV format have more de...
TOTAL PAGES IN THIS WEBSITE
12
Command Center: 7/21/13 - 7/28/13
http://shebangme.blogspot.com/2013_07_21_archive.html
Bin/GREPing a '[programmer][sysadmin]' with Killer Skillz. Friday, July 26, 2013. What is this .nfs file and why can I not remove it? 8212; SkyHi @ Friday, July 26, 2013. Here is an example that demonstrates the issue:. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME. Once you have located and killed the process that has the file open, the .nfs file will go away automatically. In the above example, when you kill the tail process, the .nfsC23D file will disappear. Subscribe to: Posts (Atom). I am a reg...
Command Center: Configuring postfix to forward all email to a smtp gateway
http://shebangme.blogspot.com/2013/12/configuring-postfix-to-forward-all.html
Bin/GREPing a '[programmer][sysadmin]' with Killer Skillz. Friday, December 20, 2013. Configuring postfix to forward all email to a smtp gateway. 8212; SkyHi @ Friday, December 20, 2013. Suppose you want all your web servers to locally send all email (maybe from your contact forms, or whatever) to a real smtp gateway. If you're running postfix. As your mta, this is quite easily to achieve. In your main.cf. Transport maps = hash:/etc/postfix/transport. And in your transport. Volts / Watts / Amps Converter.
Oracle: Basic Unix Commands
http://chandu208.blogspot.com/2011/04/basic-unix-commands.html
Wednesday, April 13, 2011. Creates a Perl script from an awk script. Prints statistics about users' connect time. Create a name for another command or long command string. Maintain portable archive or library. Display the architecture of the current host. Manipulate the system ARP cache. Awk script processing program. Deletes any specified prefix from a string. Editor for large files. Continues a program running in the background. Enable / disable incoming mail notifications. Cancels a print job. Tells y...
Oracle: Materialized View
http://chandu208.blogspot.com/2011/04/materialized-view.html
Thursday, April 28, 2011. There are 3 types of materialized views:. Cannot be updated and complex materialized views are supported. Can be updated even when disconnected from the master site, are refreshed on demand and consume fewer resources but requires advanced replication option. Are created with the for update. Clause, any changes are lost when the view is updated this also requires advanced replication option. Provides three different types of refresh operations:. DBMS MVIEW.REFRESH ALL MVIEWS.
Command Center: 9/8/13 - 9/15/13
http://shebangme.blogspot.com/2013_09_08_archive.html
Bin/GREPing a '[programmer][sysadmin]' with Killer Skillz. Thursday, September 12, 2013. How to detect the physical connected state of a network cable/connector? 8212; SkyHi @ Thursday, September 12, 2013. You can use ethtool. To only get the Link status you can use grep:. Sudo ethtool eth0 grep Link Link detected: yes. Subscribe to: Posts (Atom). How to detect the physical connected state of a ne. Install Munin (Monitoring Tool) on Ubuntu 16.04 (Xenial Xerus) Server. DevOps in the Cloud. I am a regular ...
Command Center: 8/25/13 - 9/1/13
http://shebangme.blogspot.com/2013_08_25_archive.html
Bin/GREPing a '[programmer][sysadmin]' with Killer Skillz. Friday, August 30, 2013. Mount error(115): Operation now in progress . CIFS VFS: cifs mount failed w/return code = -115. 8212; SkyHi @ Friday, August 30, 2013. Trying to mount a CIFS path in Ubuntu and getting:. First thing to try is to look into /var/log/syslog:. Feb 9 14:08:29 ldap kernel: [143452.140157] CIFS VFS: Error connecting to socket. Aborting operation. Feb 9 14:08:29 ldap kernel: [143452.140492] CIFS VFS: cifs mount failed w. At bootu...
Command Center: 12/15/13 - 12/22/13
http://shebangme.blogspot.com/2013_12_15_archive.html
Bin/GREPing a '[programmer][sysadmin]' with Killer Skillz. Friday, December 20, 2013. Configuring postfix to forward all email to a smtp gateway. 8212; SkyHi @ Friday, December 20, 2013. Suppose you want all your web servers to locally send all email (maybe from your contact forms, or whatever) to a real smtp gateway. If you're running postfix. As your mta, this is quite easily to achieve. In your main.cf. Transport maps = hash:/etc/postfix/transport. And in your transport. Volts / Watts / Amps Converter.
Oracle: Data Guard Protection Modes
http://chandu208.blogspot.com/2011/08/normal-0-false-false-false-en-us-x-none.html
Thursday, August 11, 2011. Data Guard Protection Modes. Oracle Data Guard (known as Oracle Standby Database prior to Oracle9 i. Forms an extension to the Oracle RDBMS and provides organizations with high availability, data protection, and disaster recovery for enterprise databases. One of those new features in Oracle9 i. Release 2 is the ability for the DBA to place the database into one of the following. Data protection and availability. Log transport services will also coordinate with. On at least one ...
Oracle: Oracle Cluster Health Monitor (CHM) using large amount of space (crfclust.bdb)
http://chandu208.blogspot.com/2015/04/last-night-my-rac-2-node-server-went.html
Thursday, April 23, 2015. Oracle Cluster Health Monitor (CHM) using large amount of space (crfclust.bdb). Last night my rac 2 node server went down for OS patcing and rebooted but all CRS resources not coming up on both the node after node reboots:. Conn as root user and check all resources. Root@oradev11 bin]# ./crsctl stat res -t -init. NAME TARGET STATE SERVER STATE DETAILS. 1 ONLINE ONLINE oradev11. 1 ONLINE ONLINE oradev11. 1 ONLINE OFFLINE STARTING. CRS alert log says:. U01/app/11.2.0.4...U01/app/1...
Command Center: Volts / Watts / Amps Converter
http://shebangme.blogspot.com/2013/12/volts-watts-amps-converter.html
Bin/GREPing a '[programmer][sysadmin]' with Killer Skillz. Friday, December 20, 2013. Volts / Watts / Amps Converter. 8212; SkyHi @ Friday, December 20, 2013. How to use this tool:. Watts = Amps x Volts. Watts is also known as volt-amps and is typically used in conjunction with AC power circuits. Fill in any of the two fields to find the value of the third. You have a 12 Volt power supply that delivers 1 Amp of current. Fill in the Volts and Amps fields to find the Watts. Enter 24 under volts. This is a ...
TOTAL LINKS TO THIS WEBSITE
132
Linux Yogi
Friday, June 4, 2010. Blogger Buzz: Blogger integrates with Amazon Associates. Blogger Buzz: Blogger integrates with Amazon Associates. Thursday, May 13, 2010. Installation for Database connection pooling with LAMP. Easy step to install modules/packages for database pooling on Apache/PHP/Linux with real times errors and troubleshooting:. Download packages from http:/ libdbi.sourceforge.net/download.html. Download mod dbi pool from http:/ sisyphus.ru/en/srpm/Sisyphus/apache2-mod dbi pool/get. Sysctl -w ne...
linux
No hay ninguna entrada. No hay ninguna entrada. Suscribirse a: Entradas (Atom). Ver todo mi perfil. Plantilla Sencillo. Con la tecnología de Blogger.
linux-zenith-laptop.blogspot.com
ZENITH Laptops
Saturday, July 5, 2008. Slackware3.9] (in French). Subscribe to: Posts (Atom). Linux and Open Source. I know several readers of this blog are reading it for their interest in Linux and not so much for their interest in education. However, let me speak spec. I am a BTech student in Electronics And Communication at Rajiv Gandhi Institute Of Technology. ( RIT Kottayam ). View my complete profile.
Linux Zertifizierungen von LPI, SuSE, Redhat
Für Administratoren und anderes IT-Personal gewinnen entsprechende Zertifizierungen immer mehr an Bedeutung. Seit einigen Jahren gibt es kaum noch Chancen am Arbeitsmarkt für ITler ohne Berufsausbildung bzw. Studium, doch auch mit einer solchen Ausbildung erweitern Weiterbildungen und IT-Zertifikate die Chancen enorm. Besonders wichtig gerade für Administratoren sind hierbei Linux-Zertifizierungen. 160; Linux-Freunde. 160; Linux-Verzeichnis. 160; LPI-News.
...::[آموزش لینوکس سیسکو ویپ استریسک الستیکس میکروتیک شبکه و هاستینگ]::...
انجمن منطقه لینوکسی ها. استریسک و الستیکس را به صورت حرفه ای بیاموزید. آموزش لینوکس و هاستینگ. درباره انجمن منطقه لینوکسی ها. انجمن منطقه لینوکسی ها با هدف ارتقاء سطح علمی کاربران در سطح جهانی و همچنین کمک به بالا بردن سطح علمی عمومی در زمینه های تخصصی فوق پایه گذاری شده است. انجمن منطقه لینوکسی ها از طریق کارشناسان و متخصصان پاسخگوی سوالات گوناگون کاربران مبتدی یا پیشرفته میباشد تا حد امکان تلاش شده که محیطی متنوع و کاربر پسند و به دور از هرگونه حاشیه جهت فعالیت کاربران در این انجمن ایجاد شود.
Linux 101 Hacks — Free eBook to Build a Strong Foundation in UNIX / Linux
10 UNIX / Linuz Size Command Examples for ObjectFiles. Linux size is part of GNU binutils. This utility is very helpful for programmers to analyze the data from the executable files (or object files). By default, this will provide the section size, total size for the given file name. Click to continue…]. 7 Basic robots.txt File Example to Restrict Search Index. Crawling is the process by which Google and other search engines discovers new and updated pages to be added to the Google index. You can either ...
이리로(115.co.kr) : 개인 맞춤형 링크페이지
개인 맞춤형 링크페이지 도움말 자세히 보기. 샘플페이지로그인 [아이디 : demo 패스워드 : 1234]. 0linkco.kr를 새롭게 오픈하였습니다. 개인맞춤형 링크페이지는 2004년 3월에 제로링크(0link.co.kr)에서 시작되었으며,. 에서 서비스되어오던 것을 2006년 1월에 새단장을 하여. 현재 www.115.co.kr. 에서 서비스를 하고 있습니다. 홈페이지가 없어 야후나 네이버로 인터넷을 시작하지는 않으신가요? 이리로(www.115.co.kr)와 함께 하세요. 몇 일전에 찾아둔 사이트를 찾지못해 검색엔진을 헤매인 경험이 있으신가요? 이리로(www.115.co.kr)의 즐겨찾기를 사용 하세요. 컴퓨터 포맷을 할때 즐겨찾기를 백업하지않아 낭패를 본적이 있으신가요? 이리로(www.115.co.kr)의 즐겨찾기를 사용 하세요. 혹시 즐겨찾기만 따로 들고다니시지는 않는가요? 이리로(www.115.co.kr)와 함께 하세요. 업무에 필요한 즐겨찾기를 공유하여 모아둔다면.
Index of /
Linux Unix hirek, leírások, programok
Linux Unix hirek, leírások, programok. Welcome to your Linux. A Linux elnevezés szigorú értelemben véve a Linux-rendszermagot jelenti, amelyet Linus Torvalds kezdett el fejleszteni 1991-ben. Mégis gyakran a teljes Unix-szerű operációs rendszerre utalnak vele, amely a Linux-rendszermagra és az 1983-ban, Richard Matthew Stallman vezetésével indult GNU projekt keretében született alapprogramokra épül. A Linux pontosabb neve ebben az értelemben GNU/Linux. Kész a százdolláros laptopra a Windows. Lambéria, lap...
Ubuntu! - Всё об операционной системе Ubuntu
Всё об операционной системе Ubuntu. Установка Touchpad Indicator в Ubuntu 16.04. Ноябрь 4, 2016. Mdash; 0 Comments. 22 «must have приложений для Linux в 2016. Октябрь 27, 2016. Mdash; 2 Comments. Установка Flash Player для Chromium и Opera в Ubuntu 16.10. Октябрь 25, 2016. Mdash; 1 Comment. WMail — десктопный gmail клиент. Октябрь 22, 2016. Mdash; 0 Comments. Как создать загрузочную USB флешку для Ubuntu 16.10. Октябрь 14, 2016. Mdash; 0 Comments. Октябрь 12, 2016. Mdash; 0 Comments. Октябрь 7, 2016.
| 3DN Linux | 3DN Linux - A 3DN site focussing on Linux
Saturday, 15 August 2015. A 3DN site focussing on Linux. Recovering from MySQL replication problems. Replication on MySQL is a great mechanism to scale out. Sometimes though, things go wrong and it's rewarding to know how to recover from this. Adding redundancy to your network using HAProxy. Changing a Linux box into an 802.1x AP. New Software Repository Opened. New software repository opened by 3DN. Using the SSH Agent. Use the SSH agent to safely manage your password. Monitoring PHP FPM with Nagios.