English version
Czech version
Tabulka na Google Docs
30. 1. 2008
Nastavení připojení k síti v příkazové řádce
Předpokládejme tyto údaje:
IP: 1.2.3.4
Netmask: 255.255.255.0
Gateway: 1.2.3.1
DNS1: 9.1.2.3
DNS2: 4.5.6.7
Domena: nasesit.net
Políčko netmask se česky nazývá síťová maska a často ji máme zadanou ve starším formátu. Nový formát je dekadické číslo, které udává počet jedniček v masce směrem od nejvyššího bitu. Pokud se nám nechce počítat, můžeme masku převést do nového tvaru programem ipcalc:
ipcalc 1.2.3.4 255.255.255.0
Address: 1.2.3.4
Netmask: 255.255.255.0 = 24
...
Na druhém řádku vidíte zkrácený tvar síťové masky - 24. Potom už můžete jako root napsat. Platí pro síťové rozhraní eth0, pro jiné je třeba změnit patřičný parametr.
ip addr flush dev eth0 # pouze pokud už byly nějaké
ip route flush dev eth0 # IP adresy nastaveny
ip addr add 1.2.3.4/24 brd + dev eth0
ip route add default via 1.2.3.1
Posledním krokem je nastavení DNS serveru. To uděláte tak, že si ve svém oblíbeném editoru otevřete soubor /etc/resolv.conf a na jeho začátek napíšete adresu(y) DNS serveru(ů). Eventuálně můžete napsat tento příkaz, který ale zničí předchozí obsah souboru.
echo -e "nameserver 9.1.2.3\nnameserver 4.5.6.7\nsearch nasesit.net" > /etc/resolv.conf
Poznámka: v některých distribucích není nástroj ip po nainstalování přítomen. V takovém případě je nutné ho doinstalovat - balík, který ho obsahuje, se obvykle nazývá iproute nebo iproute2 (podle distribuce)
Může se stát, že příkaz ip ve své instalaci nenajdete. Pak lze použít zastaralý příkaz ifconfig:
ifconfig eth0 1.2.3.4 netmask 255.255.255.0 broadcast 1.2.3.255
route add default gw 1.2.3.1
Vzhledem k možným problémům s příkazem ifconfig je vhodné použít raději příkaz ip z balíčku iproute/iproute2.
IP: 1.2.3.4
Netmask: 255.255.255.0
Gateway: 1.2.3.1
DNS1: 9.1.2.3
DNS2: 4.5.6.7
Domena: nasesit.net
Políčko netmask se česky nazývá síťová maska a často ji máme zadanou ve starším formátu. Nový formát je dekadické číslo, které udává počet jedniček v masce směrem od nejvyššího bitu. Pokud se nám nechce počítat, můžeme masku převést do nového tvaru programem ipcalc:
ipcalc 1.2.3.4 255.255.255.0
Address: 1.2.3.4
Netmask: 255.255.255.0 = 24
...
Na druhém řádku vidíte zkrácený tvar síťové masky - 24. Potom už můžete jako root napsat. Platí pro síťové rozhraní eth0, pro jiné je třeba změnit patřičný parametr.
ip addr flush dev eth0 # pouze pokud už byly nějaké
ip route flush dev eth0 # IP adresy nastaveny
ip addr add 1.2.3.4/24 brd + dev eth0
ip route add default via 1.2.3.1
Posledním krokem je nastavení DNS serveru. To uděláte tak, že si ve svém oblíbeném editoru otevřete soubor /etc/resolv.conf a na jeho začátek napíšete adresu(y) DNS serveru(ů). Eventuálně můžete napsat tento příkaz, který ale zničí předchozí obsah souboru.
echo -e "nameserver 9.1.2.3\nnameserver 4.5.6.7\nsearch nasesit.net" > /etc/resolv.conf
Poznámka: v některých distribucích není nástroj ip po nainstalování přítomen. V takovém případě je nutné ho doinstalovat - balík, který ho obsahuje, se obvykle nazývá iproute nebo iproute2 (podle distribuce)
Může se stát, že příkaz ip ve své instalaci nenajdete. Pak lze použít zastaralý příkaz ifconfig:
ifconfig eth0 1.2.3.4 netmask 255.255.255.0 broadcast 1.2.3.255
route add default gw 1.2.3.1
Vzhledem k možným problémům s příkazem ifconfig je vhodné použít raději příkaz ip z balíčku iproute/iproute2.
10. 1. 2008
Customize Places Bar
LINK
METHOD 1
Open Registry Editor and navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar
You won't see this subkey in the registry editor. By default the Placesbar key is not present. You can to create this subkey, the OS recognizes and supports it.
Inside the "PlacesBar" key, you must create 5 entries: Place0, Place1, Place2, Place3, Place4.
Place0 corresponds to the first entry, Place1 corresponds to the second entry, and so on. You can't create more than five entries because any more will be ignored.
You can use a string (REG_SZ) to identify the target folder for a PlaceX entry. You must specify the folder's full pathname. You can also use a numeric index (REG_DWORD) to specify the target folder if it's a system folder.
It's possible to use these 'dword' values to address standard folders:
00 - Desktop
01 - Internet Explorer
02 - Start Menu\Programs
03 - My Computer\Control Panel
04 - My Computer\Printers
05 - My Documents
06 - Favorites
07 - Start Menu\Programs\Startup
08 - \Recent
09 - \SendTo
0a - \Recycle Bin
0b - \Start Menu
0c - - logical "My Documents" desktop icon
0d - My Music
0e - My Videos
10 - \Desktop
11 - My Computer
12 - My Network Places
13 - \NetHood
14 - WINDOWS\Fonts
15 - Templates
16 - All Users\Start Menu
17 - All Users\Programs
18 - All Users\Start Menu
19 - All Users\Desktop
1a - \Application Data
1b - \PrintHood
1c - \Local Settings\Application Data 1d - - Nonlocalized startup
1e - - Nonlocalized common startup
1f - Favorites
20 - Temporary Internet Files
21 - Cookies
22 - History
23 - All Users\Application Data
24 - WINDOWS directory
25 - System32 directory
26 - Program files
27 - My Pictures
28 - USERPROFILE
29 - - x86 system directory on RISC
2a - - x86 C:\Program Files on RISC
2b - C:\Program Files\Common
2c - - x86 Program Files\Common on RISC
2d - All Users\Templates
2e - All Users\Documents
2f - All Users\Start Menu\Programs\Administrative Tools
30 - - \Start Menu\Programs\Administrative Tools
31 - Network and Dial-up Connections
35 - All Users\My Music
36 - All Users\My Pictures
37 - All Users\My Video
38 - Resource Directory
39 - Localized Resource Directory
3a - Links to All Users OEM specific apps
3b - USERPROFILE\Local Settings\Application Data\Microsoft\CD Burning
Example:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar]
"Place0"=dword:00000011 ; My Computer
"Place1"=dword:00000005 ; My Documents
"Place2"="D:\Music"
"Place3"="C:\Sites"
"Place4"="C:\Temp"
If you want to go back to the default Places Bar, you simply delete the Placesbar subkey.
METHOD 2 - Group Policy editor
1. Type GPEDIT.MSC in the Start, Run
2. Navigate to this location:
User Configuration -> Administrative Templates -> Windows Components -> Windows Explorer -> Common Open File Dialog
3. Double-click Items displayed in Places Bar and add your places.
METHOD 1
Open Registry Editor and navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar
You won't see this subkey in the registry editor. By default the Placesbar key is not present. You can to create this subkey, the OS recognizes and supports it.
Inside the "PlacesBar" key, you must create 5 entries: Place0, Place1, Place2, Place3, Place4.
Place0 corresponds to the first entry, Place1 corresponds to the second entry, and so on. You can't create more than five entries because any more will be ignored.
You can use a string (REG_SZ) to identify the target folder for a PlaceX entry. You must specify the folder's full pathname. You can also use a numeric index (REG_DWORD) to specify the target folder if it's a system folder.
It's possible to use these 'dword' values to address standard folders:
00 - Desktop
01 - Internet Explorer
02 - Start Menu\Programs
03 - My Computer\Control Panel
04 - My Computer\Printers
05 - My Documents
06 - Favorites
07 - Start Menu\Programs\Startup
08 - \Recent
09 - \SendTo
0a - \Recycle Bin
0b - \Start Menu
0c - - logical "My Documents" desktop icon
0d - My Music
0e - My Videos
10 - \Desktop
11 - My Computer
12 - My Network Places
13 - \NetHood
14 - WINDOWS\Fonts
15 - Templates
16 - All Users\Start Menu
17 - All Users\Programs
18 - All Users\Start Menu
19 - All Users\Desktop
1a - \Application Data
1b - \PrintHood
1c - \Local Settings\Application Data 1d - - Nonlocalized startup
1e - - Nonlocalized common startup
1f - Favorites
20 - Temporary Internet Files
21 - Cookies
22 - History
23 - All Users\Application Data
24 - WINDOWS directory
25 - System32 directory
26 - Program files
27 - My Pictures
28 - USERPROFILE
29 - - x86 system directory on RISC
2a - - x86 C:\Program Files on RISC
2b - C:\Program Files\Common
2c - - x86 Program Files\Common on RISC
2d - All Users\Templates
2e - All Users\Documents
2f - All Users\Start Menu\Programs\Administrative Tools
30 - - \Start Menu\Programs\Administrative Tools
31 - Network and Dial-up Connections
35 - All Users\My Music
36 - All Users\My Pictures
37 - All Users\My Video
38 - Resource Directory
39 - Localized Resource Directory
3a - Links to All Users OEM specific apps
3b - USERPROFILE\Local Settings\Application Data\Microsoft\CD Burning
Example:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar]
"Place0"=dword:00000011 ; My Computer
"Place1"=dword:00000005 ; My Documents
"Place2"="D:\Music"
"Place3"="C:\Sites"
"Place4"="C:\Temp"
If you want to go back to the default Places Bar, you simply delete the Placesbar subkey.
METHOD 2 - Group Policy editor
1. Type GPEDIT.MSC in the Start, Run
2. Navigate to this location:
User Configuration -> Administrative Templates -> Windows Components -> Windows Explorer -> Common Open File Dialog
3. Double-click Items displayed in Places Bar and add your places.
Povolení síťové cesty v příkazovém řádku
(Windows NT/2000/XP) Příkazový řádek běžně kontroluje a nedovolí použít síťové cesty (tzv. UNC cesta). Tento tip zpřístupní UNC cesty a odstraní varovnou hlášku. Příkazový řádek běžně kontroluje a zakazuje použití tzv. UNC jmen (definice pomocí názvu síťového serveru, např. serverdiskslozka). Důvodem jsou možné problémy se spouštěním dalších programů. Tento tip zpřístupní UNC cesty a odstraní varovnou zprávu.
Otevřete editor registrů, nalezněte či vytvořte klíč podle následujících pokynů.
Vytvořte novou hodnotu typu DWORD anebo změňte existující hodnotu, která se nazývá DisableUNCCheck. Data této hodnoty jsou 0 = zakázané síťové cesty, 1 = povolené síťové cesty ( UNC).
Editace registrů vyžaduje restart či odhlášení z Windows, aby se projevily požadované změny.
Upozornění: Úprava registrů může způsobit vážné problémy, jejichž řešení může vyžadovat novou instalaci operačního systému. Nelze zaručit, že úpravou registrů bude problém vyřešen. Veškeré informace využíváte na vlastní riziko.
Otevřete editor registrů, nalezněte či vytvořte klíč podle následujících pokynů.
Vytvořte novou hodnotu typu DWORD anebo změňte existující hodnotu, která se nazývá DisableUNCCheck. Data této hodnoty jsou 0 = zakázané síťové cesty, 1 = povolené síťové cesty ( UNC).
Editace registrů vyžaduje restart či odhlášení z Windows, aby se projevily požadované změny.
| Jméno | Typ | Data |
| (Default) | REG_SZ | (hodnota není nastavena) |
| DisableUNCCheck | REG_DWORD | 0x00000001 (1) |
Nastavení registru
| Uživatelský klíč: [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] |
| Název hodnoty: DisableUNCCheck |
| Typ dat: REG_DWORD (hodnota DWORD) |
| Hodnota dat: (0 = vypnuto, 1 = povolit UNC) |
28. 11. 2007
Majetek
(Johann Wolfgang von Goethe)
Vím, že mi nic nepatří
než myšlenka, která nerušeně
vyvěrá z mé duše,
a každý příhodný okamžik,
jejž mi dobrotivý osud
dopřává do dna vychutnat.
(Johann Wolfgang von Goethe)
Vím, že mi nic nepatří
než myšlenka, která nerušeně
vyvěrá z mé duše,
a každý příhodný okamžik,
jejž mi dobrotivý osud
dopřává do dna vychutnat.
27. 11. 2007
Jak opravit MBR
zdroj: www.zebra.cz
Co je to Master Boot Record (MBR)
Wikipedia praví, že: „MBR je prvních 512 bytů na začátku disku (sektor 0). Je zde umístěn zavaděč systému, volitelně i identifikátor disku, ale hlavně také tabulka rozdělení disků na oddíly.“
Utilit na opravu MBR existuje dost my vám teď pár takových představíme
Oprava MBR pomocí bootovatelné diskety
Disketu je potřeba vytvořit si dopředu
Stáhněte si tento soubor a uložte na disk
http://www.acronis.com/files/support/mbrautowrite_en.exe
Vložte do počítače disketu, zvolte Create Floppy
Ponechte disketu v mechanice
Restartujte počítač, nastavte v BIOSu bootování z diskety
Po nabootování stiskněte jakoukoli klávesu – MBR bude opravena
CD je potřeba vytvořit si dopředu
Stáhněte si tento soubor a uložte na disk
http://www.acronis.com/files/support/mbrautowrite_en.iso
Vypalte jako bootovatelné CD
Restartujte počítač, nastavte v BIOSu bootování z jednotky CD/DVD
Po nabootování stiskněte jakoukoli klávesu – MBR bude opravena
Co je to Master Boot Record (MBR)
Wikipedia praví, že: „MBR je prvních 512 bytů na začátku disku (sektor 0). Je zde umístěn zavaděč systému, volitelně i identifikátor disku, ale hlavně také tabulka rozdělení disků na oddíly.“
Utilit na opravu MBR existuje dost my vám teď pár takových představíme
Oprava MBR pomocí bootovatelné diskety
Disketu je potřeba vytvořit si dopředu
Stáhněte si tento soubor a uložte na disk
http://www.acronis.com/files/support/mbrautowrite_en.exe
Vložte do počítače disketu, zvolte Create Floppy
Ponechte disketu v mechanice
Restartujte počítač, nastavte v BIOSu bootování z diskety
Po nabootování stiskněte jakoukoli klávesu – MBR bude opravena
Obr.: Tvorba bootovatelné diskety na opravu MBR
Obr.: Stiskem libovolné klávesy opravíte MBR
Oprava MBR pomocí bootovatelného CDCD je potřeba vytvořit si dopředu
Stáhněte si tento soubor a uložte na disk
http://www.acronis.com/files/support/mbrautowrite_en.iso
Vypalte jako bootovatelné CD
Restartujte počítač, nastavte v BIOSu bootování z jednotky CD/DVD
Po nabootování stiskněte jakoukoli klávesu – MBR bude opravena
10. 10. 2007
USB FireWire eSATA - rychlost
USB 1.1 - max. 12 Mbit/s
USB 2.0 - max. 480 Mbit/s
USB 2.0 (60 MB/s)
FireWire 800 (100 MB/s)
eSATA (300 MB/s)
USB 2.0 - max. 480 Mbit/s
USB 2.0 (60 MB/s)
FireWire 800 (100 MB/s)
eSATA (300 MB/s)
4. 10. 2007
WIN - How To Create a User-Defined Service
To create a Windows NT user-defined service, perform the following steps:
1. At a MS-DOS command prompt(running CMD.EXE), type the following command:
path\INSTSRV.EXE My Service path\SRVANY.EXE
where path is the drive and directory of the Windows NT Resource Kit (i.e., C:\RESKIT) and My Service is the name of the service you are creating.
Example:
C:\Program Files\Resource Kit\Instsrv.exe Notepad C:\Program Files\Resource Kit\Srvany.exe
NOTE: To verify that the service was created correctly, check the registry to verify that the ImagePath value under
MK >>> "C:\Program Files\Windows Resource Kits\Tools\Instsrv.exe" PrnLog "C:\Program Files\Windows Resource Kits\Tools\Srvany.exe"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\service name
is set to point to SRVANY.EXE. If this is not set correctly, the service will stop shortly after it starts and return an Event ID 7000 "The service name failed to start."
WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys And Values" online Help topic or the "Add and Delete Information in the Registry" and "Edit Registry Data" online Help topics in Registry Editor.
NOTE: You should back up the registry before you edit it.
2. Run Registry Editor (Regedt32.exe)and locate the following subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
3. From the Edit menu, click Add Key. Type the following and click OK:
Key Name: Parameters
Class :
4. Select the Parameters key.
5. From the Edit menu, click Add Value. Type the following and click OK:
Value Name: Application
Data Type : REG_SZ
String :\
MK >>> c:\Program Files\PrnLog\PrnLog.exe
where\ is the drive and full path to the application executable including the extension (i.e., C:\WinNT\Notepad.exe)
6. Close Registry Editor.
1. At a MS-DOS command prompt(running CMD.EXE), type the following command:
path\INSTSRV.EXE My Service path\SRVANY.EXE
where path is the drive and directory of the Windows NT Resource Kit (i.e., C:\RESKIT) and My Service is the name of the service you are creating.
Example:
C:\Program Files\Resource Kit\Instsrv.exe Notepad C:\Program Files\Resource Kit\Srvany.exe
NOTE: To verify that the service was created correctly, check the registry to verify that the ImagePath value under
MK >>> "C:\Program Files\Windows Resource Kits\Tools\Instsrv.exe" PrnLog "C:\Program Files\Windows Resource Kits\Tools\Srvany.exe"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\service name
is set to point to SRVANY.EXE. If this is not set correctly, the service will stop shortly after it starts and return an Event ID 7000 "The service name failed to start."
WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys And Values" online Help topic or the "Add and Delete Information in the Registry" and "Edit Registry Data" online Help topics in Registry Editor.
NOTE: You should back up the registry before you edit it.
2. Run Registry Editor (Regedt32.exe)and locate the following subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
3. From the Edit menu, click Add Key. Type the following and click OK:
Key Name: Parameters
Class :
4. Select the Parameters key.
5. From the Edit menu, click Add Value. Type the following and click OK:
Value Name: Application
Data Type : REG_SZ
String :
MK >>> c:\Program Files\PrnLog\PrnLog.exe
where
6. Close Registry Editor.
3. 9. 2007
LDAP
Import LDIF souboru do LDAPu
PRIKAZ PRO VYMAZANI HOSTNAME Z LDAPu
(20.4.2005)
slapadd -l soubor
PRIKAZ PRO VYMAZANI HOSTNAME Z LDAPu
(20.4.2005)
ldapdelete -v 'uid=[maschinename]$,ou=Computers,dc=[domainname]' -D 'cn=administrator,dc=[domainname]' -h localhost -r -x -W
Odstraneni "pc00" :
ldapdelete -v 'uid=pc00$,ou=Computers,dc=hlscz' -D 'cn=administrator,dc=hlscz' -h localhost -r -x -W
25. 7. 2007
Engarde Secure Linux
Odkazy :
Engarde Secure Linux
Forum
EnGardeWiki
Engarde Secure Linux - vypnuti SElinux - 18.6.2007
http://wiki.engardelinux.org/index.php/Extra_Packages
# newrole -r sysadm_r
# setenforce 0
... a zapnutí :
# setenforce 1
------------------------------------------------------------------------------------------------------
Default Password
Root Password
The default root account password after EnGarde Secure Linux installation is
lockbox
Note that you will not be able to log in as root over an SSH connection until you download an SSH key from within the Guardian Digital WebTool and enable root ssh logins using the WebTool.
WebTool password
The default WebTool username is admin and the password for the admin account is
lock&%box
Engarde Secure Linux
Forum
EnGardeWiki
Engarde Secure Linux - vypnuti SElinux - 18.6.2007
http://wiki.engardelinux.org/index.php/Extra_Packages
# newrole -r sysadm_r
# setenforce 0
... a zapnutí :
# setenforce 1
------------------------------------------------------------------------------------------------------
Default Password
Root Password
The default root account password after EnGarde Secure Linux installation is
lockbox
Note that you will not be able to log in as root over an SSH connection until you download an SSH key from within the Guardian Digital WebTool and enable root ssh logins using the WebTool.
WebTool password
The default WebTool username is admin and the password for the admin account is
lock&%box
10. 7. 2007
9. 7. 2007
Webconferencing ...
Yugma
DimDim
------------------------------------------------------------------------------
Teamviewer
FREE for non-commercial use
Netviewer
Commercial - HLS Augsburg
- Web conferencing, real-time collaboration and online presentations
- Windows, Mac and Linux
- Invite up to 10 people for free
- Built-in whiteboard and file sharing
DimDim
------------------------------------------------------------------------------
Desktop Sharing - Remote Control - Support
Teamviewer
FREE for non-commercial use
Netviewer
Commercial - HLS Augsburg
7. 7. 2007
Linux Commans - MISC
Test rychlosti HDD
hdparm -t /dev/sda
hdparm - wiki
--------------------------------------------------------------------------------------------------------------
hdparm -t /dev/sda
hdparm - wiki
--------------------------------------------------------------------------------------------------------------
7zip - man
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive.7z dir1
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
GREP - vice podminek najednou
grep BM_TARBALL_TARGETS\\\|MK backup-manager__c5.conf
grep -e BM_TARBALL_TARGETS -e MK backup-manager__c5.confKdyz nechci videt radky lame, CRON, MARK :
cat messages|grep -v -e lame -e CRON -e MARK
grep -e BM_TARBALL_TARGETS -e MK backup-manager__c5.confKdyz nechci videt radky lame, CRON, MARK :
cat messages|grep -v -e lame -e CRON -e MARK
Dve podminky soucasne:
grep ftp | grep send--------------------------------------------------------------------------------------------------------------ATat
now + 12 hours
shutdown -Fr
ctrl+D
# Zobrazit úlohy odeslané k pozdějšímu spuštění lze zadáním:
at -l
# Zrušit úlohu lze takto :
at -r
ctw.635677200.a--------------------------------------------------------------------------------------------------------------
ctw.635677200.a--------------------------------------------------------------------------------------------------------------
SMBMOUNTMK 27.2.2007 - PC00 neslo smbmount - pomohlo -t cifs
mount -t cifs -o username=root //pc00/d$ /mnt/pc00
mount -t smbfs -o username=root //pc02/c$ /mnt/pc02
mount -t smbfs //catia61/d$ /mnt -o rw,username=root,password=xxxxxxx--------------------------------------------------------------------------------------------------------------
mount -t cifs -o username=root //pc00/d$ /mnt/pc00
mount -t smbfs -o username=root //pc02/c$ /mnt/pc02
mount -t smbfs //catia61/d$ /mnt -o rw,username=root,password=xxxxxxx--------------------------------------------------------------------------------------------------------------
Odstrani konce radku v souboru test : cat test | tr -d '\n'--------------------------------------------------------------------------------------------------------------
cat /dev/null>page_log--------------------------------------------------------------------------------------------------------------
Pracovat se dá i v textové konzoli ... - Root.cz
MAIL - command line
$ echo 'Přijedu v šest' | mail -s předmět adresa@server.cz
$ mail -s předmět adresa@server.cz < text_zpravy.txt
--------------------------------------------------------------------------------------------------------------
Přihlásit se k odběru:
Příspěvky (Atom)