{"id":3244,"date":"2014-11-27T10:07:54","date_gmt":"2014-11-27T10:07:54","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=3244"},"modified":"2015-01-22T10:48:41","modified_gmt":"2015-01-22T10:48:41","slug":"centos","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=3244","title":{"rendered":"CentOS"},"content":{"rendered":"<h3>Setup \/ Install<\/h3>\n<p><a href=\"http:\/\/wiki.centos.org\/HowTos\/InstallFromUSBkey\">How to Set Up a USB Key to Install CentOS<\/a><br \/>\n<a href=\"http:\/\/www.adminswerk.de\/linux-geschwindigkeit-von-wechseldatentragern-testen\/\">Linux: Geschwindigkeit von Wechseldatentr\u00e4gern testen<\/a><\/p>\n<h4>Keyboard<\/h4>\n<p><a href=\"https:\/\/techzone.ergon.ch\/change-keyboard-layout\">How to change the keyboard layout<\/a><br \/>\n<a href=\"https:\/\/www.centos.org\/docs\/5\/html\/5.1\/Deployment_Guide\/s2-sysconfig-kybd.html\">\/etc\/sysconfig\/keyboard<\/a><br \/>\n<a href=\"http:\/\/flyingunix.blogspot.ch\/2007\/07\/keyboard-layout-in-centos.html\">Keyboard layout in Centos<\/a><br \/>\n<a href=\"https:\/\/www.centos.org\/forums\/viewtopic.php?t=10750\">Change Keyboard language layout<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ system-config-keyboard\r\n$ system-config-keyboard --text\r\n\r\n$ vi \/etc\/sysconfig\/keyboard\r\nKEYTABLE=&quot;sg&quot;\r\nMODEL=&quot;pc105&quot;\r\nLAYOUT=&quot;ch&quot;\r\nKEYBOARDTYPE=&quot;pc&quot;\r\nVARIANT=&quot;de_nodeadkeys&quot;\r\n<\/pre>\n<h4>Linux Kernel<\/h4>\n<p><a href=\"https:\/\/access.redhat.com\/articles\/3078\">Red Hat Enterprise Linux Release Dates<\/a><br \/>\n<a href=\"http:\/\/serverfault.com\/questions\/455944\/in-centos-6-x-how-can-i-upgrade-to-kernel-3-4\">In CentOS 6.x, how can I upgrade to Kernel 3.4?<\/a><\/p>\n<h3>BIND Setup DNS-Zone<\/h3>\n<blockquote><p>The BIND nameserver named server uses the \/etc\/named.conf file for configuration. All zone files are placed in the \/var\/named directory.<\/p><\/blockquote>\n<p><a href=\"http:\/\/www.howtoforge.com\/bind-installation-on-centos\">BIND Installation On CentOS<\/a><\/p>\n<h3>Services<\/h3>\n<pre class=\"brush: bash; title: List running\/stopped services; notranslate\" title=\"List running\/stopped services\">\r\n$ service --status-all\r\n$ service --status-all | grep ntpd\r\n$ service --status-all | less\r\n<\/pre>\n<pre class=\"brush: bash; title: List specific service; notranslate\" title=\"List specific service\">\r\n$ service httpd status\r\n<\/pre>\n<pre class=\"brush: bash; title: List all known services; notranslate\" title=\"List all known services\">\r\n$ chkconfig --list\r\n<\/pre>\n<pre class=\"brush: bash; title: List service and their open ports; notranslate\" title=\"List service and their open ports\">\r\n$ netstat -tulpn\r\n<\/pre>\n<pre class=\"brush: bash; title: Turn on \/ off service; notranslate\" title=\"Turn on \/ off service\">\r\n$ ntsysv\r\n$ chkconfig service off\r\n$ chkconfig service on\r\n$ chkconfig httpd off\r\n$ chkconfig ntpd on\r\n<\/pre>\n<p><a href=\"http:\/\/www.cyberciti.biz\/faq\/check-running-services-in-rhel-redhat-fedora-centoslinux\/\">Red Hat \/ CentOS: Check \/ List Running Services<\/a><\/p>\n<h3>Becoming root \/ sudo<\/h3>\n<pre class=\"brush: bash; title: sudo; notranslate\" title=\"sudo\">\r\n$ sudo &#x5B;...]\r\nbachi is not in the sudoers file.  This incident will be reported.\r\n\r\n$ su -\r\nPassword:\r\n# visudo\r\nbachi ALL=(ALL)      ALL\r\nESC + ZZ (Exit)\r\n# exit\r\n\r\n$ sudo &#x5B;..]\r\n$\r\n<\/pre>\n<p><a href=\"http:\/\/wiki.centos.org\/TipsAndTricks\/BecomingRoot\">Cent OS Wiki: Becoming Root<\/a><\/p>\n<h3>Packages<\/h3>\n<p><a href=\"http:\/\/wiki.centos.org\/PackageManagement\/Yum\">yum<\/a><br \/>\n<a href=\"http:\/\/www.centos.org\/docs\/4\/html\/yum\/\">Managing Software with yum<\/a><br \/>\n<a href=\"http:\/\/en.wikipedia.org\/wiki\/Yellowdog_Updater,_Modified\">Yellowdog Updater, Modified (yum)<\/a>, en<br \/>\n<a href=\"de.wikipedia.org\/wiki\/Yellowdog_Updater,_Modified\">Yellowdog Updater, Modified (yum)<\/a>, de<br \/>\n<a href=\"http:\/\/de.wikipedia.org\/wiki\/RPM_Package_Manager\">RPM Package Manager<\/a><br \/>\n<a href=\"http:\/\/www.cyberciti.biz\/faq\/rhel-centos-fedora-linux-yum-command-howto\/\">yum command: Update \/ Install Packages Under Redhat Enterprise \/ CentOS Linux Version 5.x<\/a><\/p>\n<h3>Copr<\/h3>\n<p><a href=\"https:\/\/copr.fedoraproject.org\/\">Copr<\/a><\/p>\n<h3>Extra Packages for Enterprise Linux (EPEL)<\/h3>\n<p><a href=\"https:\/\/fedoraproject.org\/wiki\/EPEL\">EPEL<\/a><br \/>\n<a href=\"http:\/\/elrepo.org\/tiki\/tiki-index.php\">ELRepo<\/a><\/p>\n<h4>Xcfe<\/h4>\n<p><a href=\"https:\/\/www.digitalocean.com\/community\/questions\/xfce-on-centos-6-5-x64\">Xfce on CentOS 6.5 x64<\/a><br \/>\n<a href=\"http:\/\/jensd.be\/?p=125\">Install MATE or XFCE on CentOS 7<\/a><br \/>\n<a href=\"http:\/\/nonamedotclinux.blogspot.ch\/2014\/09\/updates-to-my-xfce-411-copr-repository.html\">Updates to my Xfce 4.11 COPR repository<\/a><br \/>\n<a href=\"nonamedotclinux.blogspot.ch\/2014\/09\/second-xfce-410-plugins-copr-repo-for.html\">Second Xfce 4.10 &#8220;plugins&#8221; COPR repo for Enterprise Linux 7<\/a><br \/>\n<a href=\"http:\/\/nonamedotclinux.blogspot.ch\/2014\/09\/xfce-packages-for-epel-7-updated.html\">Xfce packages for EPEL 7 &#8211; Updated<\/a><\/p>\n<h4>Compile Thunar 1.6.4 on CentOS 6.6<\/h4>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ sudo yum install gcc\r\n$ sudo yum install intltool\r\n$ sudo yum install libX*-devel\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Setup \/ Install How to Set Up a USB Key to Install CentOS Linux: Geschwindigkeit von Wechseldatentr\u00e4gern testen Keyboard How to change the keyboard layout \/etc\/sysconfig\/keyboard Keyboard layout in Centos Change Keyboard language layout $ system-config-keyboard $ system-config-keyboard &#8211;text $ vi \/etc\/sysconfig\/keyboard KEYTABLE=&quot;sg&quot; MODEL=&quot;pc105&quot; LAYOUT=&quot;ch&quot; KEYBOARDTYPE=&quot;pc&quot; VARIANT=&quot;de_nodeadkeys&quot; Linux Kernel Red Hat Enterprise Linux Release Dates [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3244","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3244"}],"version-history":[{"count":13,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3244\/revisions"}],"predecessor-version":[{"id":3524,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3244\/revisions\/3524"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3244"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}