October 31, 2011
October 29, 2011
set network settings using netsh(ip+alias)
@echo off
REM set network settings for home lan network
netsh interface ip set address name="lan" static 192.168.1.196 255.255.255.0 192.168.1.1 1
netsh interface ip add address name="lan" 192.168.57.196 255.255.255.0
netsh interface ip set dns name="lan" static 192.168.1.1
REM set network settings for home lan network
netsh interface ip set address name="lan" static 192.168.1.196 255.255.255.0 192.168.1.1 1
netsh interface ip add address name="lan" 192.168.57.196 255.255.255.0
netsh interface ip set dns name="lan" static 192.168.1.1
October 28, 2011
October 27, 2011
issues installing sup - mail client written in ruby
_installing sup mail client
current restriction
use ruby-1.9.1-p378
you will need to install iconv for ruby (use this article http://tokarchuk.ru/2011/05/iconv-for-ruby-1-9-2/)
1_ get sup using git
2_ gem install sup
following problems could appear:
1_ ncurses - incorrect s.date = "2010-11-9 00:00:00.000000000Z"
ncursesw-1.2.4.3.gemspec - comment line with s.date
2_ libc.so.6 is missing go to your /lib/ and hardlink to libc.so.7 if installed "ln -s libc.so.7 libc.so.6"
current restriction
use ruby-1.9.1-p378
you will need to install iconv for ruby (use this article http://tokarchuk.ru/2011/05/iconv-for-ruby-1-9-2/)
1_ get sup using git
2_ gem install sup
following problems could appear:
1_ ncurses - incorrect s.date = "2010-11-9 00:00:00.000000000Z"
ncursesw-1.2.4.3.gemspec - comment line with s.date
2_ libc.so.6 is missing go to your /lib/ and hardlink to libc.so.7 if installed "ln -s libc.so.7 libc.so.6"
October 19, 2011
October 13, 2011
October 11, 2011
outlook command line switches
http://office.microsoft.com/en-us/outlook-help/command-line-switches-for-outlook-2010-HP010354956.aspx
October 10, 2011
advanced mount with locales
if you are planning to mount windows share as freebsd volume & windows share contains russian characters
you should use this options to encode characters mount_smbfs -E koi8-r:cp866 -W //user_name@name_of_server/shared_folder /where_to_mount
you should use this options to encode characters mount_smbfs -E koi8-r:cp866 -W //user_name@name_of_server/shared_folder /where_to_mount
mount windows share to folder vis smbclient
mount_smbfs -I ip_of_the_server //user_name@name_of_server/share_name /whereto_mount
Subscribe to:
Comments (Atom)
How to type letters with accent
Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/
-
Для того чтобы изменить сервер обновлений или подключить локальную папку зеркала необходимо - открыть реестр и в соответствующих ветках пр...
-
replaced ukrainian "І" with ukrainian "И" https://drive.google.com/drive/folders/1G034a_BPxs0YVFWivjGZjeAyj-jefYNJ if yo...
-
plugins are for eap are missing: apt-get install strongswan-plugin-eap-mschapv2