Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home
file
Tags: [linux, unix, command, file]  ...
Tags: [samba, FTP, file server]  ...
... Client - Free IPv6 tunnel B-deps: R-deps: WWW: http://www.go6.net/ Install: cd /usr/ports/net/gateway6 make install clean Edit the configuration file /usr/local/etc/gw6c.conf userid ...
write in the main section of the configuration file of DHCP server: option ms-classless-static-routes code 249 = array of unsigned integer 8; option rfc3442-classless-static-routes code 121 = array ...
... of conflicts when updating configuration files: freebsd-update install Reboot the system: shutdown -r now Once again I offer: freebsd-update install shutdown -r now  ...
Update ports collection: Edit /usr/share/examples/cvsup/ports-supfile and run: cvsup-G-L 2 ports-supfile Search: make search Key = "line" - search package by keyword. make search name = "line"- ...
...  # make install clean # rehash Next edit the configuration file of SQUID. (all the restrictions are based on IP): vi /usr/local/etc/squid/squid.conf # Port to listen http_port 3128 # Port for ...
  Basic vi commands Command Description TERM = terminal_name export TERM Setting Terminal configuration tput init Initialize terminal as terminal_name vi filename Open ...
...  In some Linux distributions, the number of servers specified in the file /etc/sysconfig/nfs, variable NFSDCOUNT, whose value is passed as an argument when you start rpc.nfsd. source OpenNET.ru ...
Released Linux-version of TeamViewer. TeamViewer is one of most popular software for sharing desktops and file transfers between computers. It works even if your computer is behind a firewall and NAT. ...
... 13. To connect the repository create the file /etc/yum.repos.d/virt-preview.repo with contains: [virt-preview] name=Virtualization Rawhide for Fedora 13 baseurl=http://jforbes.fedorapeople.org/virt-preview/f13/$basearch/ ...
... system: cd /usr/src/; make builworld & & make kernel KERNCONF = YourKern & & make installworld reboot In the configuration file ipfw: NatIP = "111.111.111.111" ipfw nat 123 config ...
... acpid service chkconfig --level 2345 acpid off grub.conf file should look like this [root@localhost grub]# cat /boot/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have ...
14. wc
Command wc Displays the number of bytes, words and lines found in the file. Syntax wc [options] [files] Options -c displays only the number of bytes. -w only shows the number of words. -l ...
Command touch Changes the timestamp of file. Syntax touch [options] files Options -c prescribes not to touch the file if it does not exist. -d time, using the specified time. -r file uses a timestamp ...
16. tar
Command tar Creates archive files or extract files from archives. Syntax tar [options] file_or_directory Options -c creates a new archive. -d compares the files from the archive files from the ...
17. tail
Command tail Displays the last few lines of the file. Syntax tail [options] file Options -N (where N - number) displays the last N lines. -n N (where N - number) displays the last N lines. -f ...
... removes empty directories. If the directory is not empty, you must remove all files along with the directory using the command rm -r.  ...
19. rm
Command rm Removes one or more files. Syntax rm [options] files Options -f deletes files without asking. -i asks for confirmation before deleting files. -r recursively deletes files in all subdirectories ...
20. mv
Command mv Renames files and directories or move them from one directory to another. Syntax mv [options] source destination Options -b creates backup copies of files that are moved or renamed. ...
<< Start < Prev 1 2 3 Next > End >>
Page 1 of 3

Useful Links

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)