sysadminguzenkov.blogspot.com sysadminguzenkov.blogspot.com

sysadminguzenkov.blogspot.com

bits of knowledge of a sysadmin

Donnerstag, 28. Februar 2013. Cat ssh/id rsa.pub ssh 111.122.1.98 "cd;mkdir .ssh;cat .ssh/authorized keys; chmod 600 .ssh/authorized keys". Donnerstag, Februar 28, 2013. I haven't been writing anything here for three years now. It's a long time. Having reviewed some of the posts from 2008 and 2009 I find that's useful rereading what I have myself written before. Some of the knowledge didn't make into a long-term memory :-). Anyway, for today I discovered a new option for yum repository configuration files.

http://sysadminguzenkov.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SYSADMINGUZENKOV.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.1 out of 5 with 8 reviews
5 star
0
4 star
3
3 star
4
2 star
0
1 star
1

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • sysadminguzenkov.blogspot.com

    16x16

  • sysadminguzenkov.blogspot.com

    32x32

  • sysadminguzenkov.blogspot.com

    64x64

  • sysadminguzenkov.blogspot.com

    128x128

CONTACTS AT SYSADMINGUZENKOV.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
bits of knowledge of a sysadmin | sysadminguzenkov.blogspot.com Reviews
<META>
DESCRIPTION
Donnerstag, 28. Februar 2013. Cat ssh/id rsa.pub ssh 111.122.1.98 cd;mkdir .ssh;cat .ssh/authorized keys; chmod 600 .ssh/authorized keys. Donnerstag, Februar 28, 2013. I haven't been writing anything here for three years now. It's a long time. Having reviewed some of the posts from 2008 and 2009 I find that's useful rereading what I have myself written before. Some of the knowledge didn't make into a long-term memory :-). Anyway, for today I discovered a new option for yum repository configuration files.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 eingestellt von
4 sergey guzenkov
5 keine kommentare
6 includepkgs
7 exclude
8 excludes packages listed
9 eg exclude=eclipse kernel
10 cfg dir=/etc/nagios/cfgs
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,eingestellt von,sergey guzenkov,keine kommentare,includepkgs,exclude,excludes packages listed,eg exclude=eclipse* kernel,cfg dir=/etc/nagios/cfgs,cfg dir=/usr/local/nagios/etc common,kommentare,labels vim,labels dd,screen d r
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

bits of knowledge of a sysadmin | sysadminguzenkov.blogspot.com Reviews

https://sysadminguzenkov.blogspot.com

Donnerstag, 28. Februar 2013. Cat ssh/id rsa.pub ssh 111.122.1.98 "cd;mkdir .ssh;cat .ssh/authorized keys; chmod 600 .ssh/authorized keys". Donnerstag, Februar 28, 2013. I haven't been writing anything here for three years now. It's a long time. Having reviewed some of the posts from 2008 and 2009 I find that's useful rereading what I have myself written before. Some of the knowledge didn't make into a long-term memory :-). Anyway, for today I discovered a new option for yum repository configuration files.

INTERNAL PAGES

sysadminguzenkov.blogspot.com sysadminguzenkov.blogspot.com
1

bits of knowledge of a sysadmin: cat /proc/cmdline ---shows parameteres passed to the kernel during boot

http://sysadminguzenkov.blogspot.com/2010/02/cat-proccmdline-shows-parameteres.html

Dienstag, 9. Februar 2010. Cat /proc/cmdline - -shows parameteres passed to the kernel during boot. Dienstag, Februar 09, 2010. Abonnieren Kommentare zum Post (Atom). Bits of knowledge of a sysadmin. Vim: %&g - repeat last substitution everywhere in . Dmesg dd -conv ucase. Vim: :s - -repeat last substitution. Or simply &. Tar cf - old-dir (cd new-dir; cd . tar xvpf -). Vi: %s/ =.*=/=&=/gc - - lowers all headers level . Ex: 3,8s/.*/(&). Tar xvf my.tar `tar tf my.tar grep pattern;sleep. De,fr,en,pt,es.

2

bits of knowledge of a sysadmin: screen -D -R

http://sysadminguzenkov.blogspot.com/2010/02/screen-d-r.html

Mittwoch, 10. Februar 2010. Mittwoch, Februar 10, 2010. Abonnieren Kommentare zum Post (Atom). Bits of knowledge of a sysadmin. Vim: %&g - repeat last substitution everywhere in . Dmesg dd -conv ucase. Vim: :s - -repeat last substitution. Or simply &. Tar cf - old-dir (cd new-dir; cd . tar xvpf -). Vi: %s/ =.*=/=&=/gc - - lowers all headers level . Ex: 3,8s/.*/(&). Tar xvf my.tar `tar tf my.tar grep pattern;sleep. S/ (abcd) 1/alphabet-soup/ - - changes abcdabcd. Discard edits and return to the saved .

3

bits of knowledge of a sysadmin: vim: :s ---repeat last substitution. Or simply &

http://sysadminguzenkov.blogspot.com/2010/02/vim-s-repeat-last-substitution.html

Freitag, 19. Februar 2010. Vim: :s - -repeat last substitution. Or simply &. Freitag, Februar 19, 2010. Abonnieren Kommentare zum Post (Atom). Bits of knowledge of a sysadmin. Vim: %&g - repeat last substitution everywhere in . Dmesg dd -conv ucase. Vim: :s - -repeat last substitution. Or simply &. Tar cf - old-dir (cd new-dir; cd . tar xvpf -). Vi: %s/ =.*=/=&=/gc - - lowers all headers level . Ex: 3,8s/.*/(&). Tar xvf my.tar `tar tf my.tar grep pattern;sleep. Discard edits and return to the saved .

4

bits of knowledge of a sysadmin: cat .ssh/id_rsa.pub | ssh 111.122.1.98 "cd;mkdir .ssh;cat >> .ssh/authorized_keys; chmod 600 .ssh/authorized_keys"

http://sysadminguzenkov.blogspot.com/2013/02/cat-sshidrsapub-ssh-111122198-cdmkdir.html

Donnerstag, 28. Februar 2013. Cat ssh/id rsa.pub ssh 111.122.1.98 "cd;mkdir .ssh;cat .ssh/authorized keys; chmod 600 .ssh/authorized keys". Donnerstag, Februar 28, 2013. Abonnieren Kommentare zum Post (Atom). Bits of knowledge of a sysadmin. Cat ssh/id rsa.pub ssh 111.122.1.98 cd;mkdir . I havent been writing anything here for three yea. De,fr,en,pt,es. Mein Profil vollständig anzeigen.

5

bits of knowledge of a sysadmin: tar xvf my.tar `tar tf my.tar|grep 'pattern';sleep 60`

http://sysadminguzenkov.blogspot.com/2010/02/tar-xvf-mytar-tar-tf-mytargrep.html

Donnerstag, 11. Februar 2010. Tar xvf my.tar `tar tf my.tar grep 'pattern';sleep 60`. Donnerstag, Februar 11, 2010. Abonnieren Kommentare zum Post (Atom). Bits of knowledge of a sysadmin. Vim: %&g - repeat last substitution everywhere in . Dmesg dd -conv ucase. Vim: :s - -repeat last substitution. Or simply &. Tar cf - old-dir (cd new-dir; cd . tar xvpf -). Vi: %s/ =.*=/=&=/gc - - lowers all headers level . Ex: 3,8s/.*/(&). Tar xvf my.tar `tar tf my.tar grep pattern;sleep. Dmesg grep cpu. -io.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

OTHER SITES

sysadmingroup.ru sysadmingroup.ru

О КОМПАНИИ

Компания "Сисадмингрупп" успешная и динамично развивающаяся компания. За годы работы на рынке компания заняла прочное место среди ведущих российских IT - консалтинговых компаний и завоевала устойчивую репутацию надежного партнера по бизнесу. Компания "Сисадмингрупп" объединила в себе знания, опыт и профессиональные навыки специалистов, работавших ранее в областях управления, системной интеграции, разработки и сопровождения программного обеспечения и технической поддержки компьютерной техники. За врем...

sysadminguide.com sysadminguide.com

Sysadmin Guide

Tips and Guide for Server Administration/Management in Linux. Setup a virtual ethernet device on linux. What would you do if you want to add one more IP to your system. Attach one more network device? You would setup a virtual ethernet device. Suppose you have a physical eth device named eth0 as below: eth0 Link encap:Ethernet HWaddr 00:1C:C0:78:31:E0 inet addr:192.168.1.20 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 . May 2nd, 2011 by Akhthar Parvez. If your w...

sysadminguide.net sysadminguide.net

Sysadmin Guide | Guide for system administrators

Darr; Skip to Main Content. Windows 10 upgrade is coming. June 1, 2015. No Comments ↓. Today I was surprised by seeing new icon in my taksbar:. After opening it I was presented with following wizard:. Unfortunately for now it is just to reserve the copy. Microsoft via windows.com. 8220;Get a free upgrade to Windows 10 when it’s available starting July 29, 2015. Limited time offer! And this is the * Text. Our lawyers made us say this:. Tagged with: windows 10. ProFTPD updated to version 1.3.5a. Vi /etc/po...

sysadminguides.com sysadminguides.com

SysAdmin Guides

8212; Main Menu —. Welcome to SysAdmin Guides! The last 10 added articles:. Securing DirectAccess with a smart card. Preventing files being written to the desktop. DFS-R stops after dirty shutdown. DFS-R stops after dirty. Windows Server 2012 NTFS issues caused by UAC. Windows Server 2012 NTF. No RemoteApps present on RDWEB page. No RemoteApps present o. Getting rid of drive mappings in the enterprise. Getting rid of drive ma. Automatically deploy APP-V 5.0 client. DFS Roots show up slowly.

sysadminguild.livejournal.com sysadminguild.livejournal.com

The League of Professional System Administrators' Journal

The League of Professional System Administrators Journal. Most Recent Entries] [Calendar View]. Below are the 20. Most recent journal entries recorded in The League of Professional System Administrators. Friday, May 4th, 2007. Was created at a time when the state of SAGE (as a potential separaate entity from Usenix) and what would become LOPSA was in flux. To that end, I'd like us all to pick up and move to. I've cut off new postings to this comm. Be a bit more active! Saturday, January 6th, 2007. Meanwh...

sysadminguzenkov.blogspot.com sysadminguzenkov.blogspot.com

bits of knowledge of a sysadmin

Donnerstag, 28. Februar 2013. Cat ssh/id rsa.pub ssh 111.122.1.98 "cd;mkdir .ssh;cat .ssh/authorized keys; chmod 600 .ssh/authorized keys". Donnerstag, Februar 28, 2013. I haven't been writing anything here for three years now. It's a long time. Having reviewed some of the posts from 2008 and 2009 I find that's useful rereading what I have myself written before. Some of the knowledge didn't make into a long-term memory :-). Anyway, for today I discovered a new option for yum repository configuration files.

sysadminhaiku.com.ar sysadminhaiku.com.ar

Sysadmin Haiku

Un escape filosófico del mundo tecnológico. Consideraciones sobre feedback efectivo. Buenos Aires emprende 2014. El dilema de la columna izquierda. Tu trabajo no es tu trabajo. En Material de Administración gerencial. En Material de Administración gerencial. En Material de Administración gerencial. En Material de Administración gerencial. En Debate sobre canon digital en la Televisión pública. Consideraciones sobre feedback efectivo. Julio 12th, 2015 Category: gerenciamiento,. Buenos Aires emprende 2014.

sysadminhell.blogspot.com sysadminhell.blogspot.com

SysAdminHell

A resource for those attempting to survive the world of the System Administrator. Zone Assignments and GPO settings. March 20, 2014. Posted by Seth C. There are a couple of ways to handle this type of situation. First, you could just teach all the users how to do their own zone assignments, which is never a fun task. You could script the changes, adding the sites directly to the ZoneMap in the HKCU in the registry. Or you could push it all out via Group Policy. 1 = Intranet Zone. 2 = Trusted Sites Zone.

sysadminhelp.com sysadminhelp.com

Steve's World

My place to ramble, philosophize, link, prophesize, and sometimes proselytize. 100 Things About Me. Time For Your Meds! BOFH - My Hero! After not cutting my hair for a year, tomorrow I’m going to get the clippers out and give myself a crew cut. Kinda disappointed, I had hoped to just let it grow. But in the shower tonight big plugs of hair were just coming out in my hands, so rather than look like a molting bird, I’ll just cut it off. November 16th, 2014 Category: Cancer. Rebuilding my old Ruger. Most re...

sysadminhelper.codeplex.com sysadminhelper.codeplex.com

Systems Administration Helper - Home

Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). Systems Administration Helper is a WPF program designed to help administrators who use ActiveDirectory or OpenAudit to perform tasks on their remote computers from one easy-to-use interface. Tasks include remote desktop, Wake on Lan, Ping, remote execute (PsExec) and copy files. Copy files and folders. Ads by Developer Media.

sysadminhost.com sysadminhost.com

Coming Soon

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor.