Windows XP, Vista, 7 1. Click Start, and then click Run. 2. In the Open box, type control userpasswords2 or netplwiz, and then click OK. 3. Clear the "Users must enter a user name…
A working notebook for zeal & the open systems beneath it.
The definition of vim is boundless zeal and excitement. — by cpx, since 2007. Linux, MSWindows, security, networking, and the small dotfiles that make a workstation feel like home.
netsh firewall show allowedprogram Displays the allowed programs. show config Displays the detailed local configuration information. show currentprofile Displays the current profil…
Grep will remove all comments and sed will remove all empty lines # grep -v "^#" /etc/squid/squid.conf | sed -e '/^$/d' Same with sed # cat /etc/squid/squid.conf | sed '/ *#/d; /^…
cat .screenrc hardstatus alwayslastline hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]' # D…
Cron: 30 23 * * 5 /root/backup_script backup_script #!/bin/bash FROM="/PROD/" FROMIP="192.168.142.146" TOIP="192.168.142.185" TO="/mirror" BLOG=$TO"/backup.log" function logmsg {…
Най-честото оправдание за посегателствата върху личното пространство – идващо от онези, които печелят от проверките на документи, камерите, базите данни, проследяването и другите ф…
1. Относно инсталацията на Линукс Дженто 1.а. Интродукция Добре дошли! Като начало, добре дошли в сферата на Гентоо. Предстои ви да навлезете в света на изборите и високата произво…
Gentoo emerge -avt mc Debain apt-get install mc
This is a document that can be used for revision purposes for HP-UX. Kernel Kernel parms and Hardware. /usr/sbin/sysdef or ioscan –fn Major numbers (devices) lsdev Unix device mess…
At the office I recently upgraded a machine to CentOS 5.2 from CentOS 4.7 (filesystem stayed intact). Everything was cool until I ran into a bit of an issue when attempting to upda…