To remove multiple files such as *.jpg or *.sh with one command find, use find . -name "FILE-TO-FIND"-exec rm -rf {} \; OR find . -type f -name "FILE-TO-FIND" -exec rm -f {} \; The only difference bet… more →
ANY KNOWLEDGE IN MY MINDjohiwan wrote 5 months ago: To remove multiple files such as *.jpg or *.sh with one command find, use find . -name "FILE-TO-FIND … more →
johiwan wrote 6 months ago: Mount Manual Mounting samba bisa dilakukan secara manual menggunakan konsole. Meski terbilang primit … more →
johiwan wrote 9 months ago: Simple way for using command line mail program on Linux: Syntax: mail -s “Subject” -a at … more →
johiwan wrote 10 months ago: http://rsync.samba.org/ftp/rsync/rsync.html http://rsync.samba.org/examples.html http://everythingli … more →
johiwan wrote 12 months ago: To download an entire site, try “wget -rp http://www.indalcorp.com/”. … more →
rockest wrote 1 year ago: Download the completed version at here. System Information: Wireless adapter # lspci says: 01:00.0 E … more →
johiwan wrote 1 year ago: Alternatively, you can use the squidclient program that comes with Squid: % squidclient http://www.s … more →
johiwan wrote 1 year ago: Before trying to start Squid, you should verify that your squid.conf file makes sense. This is easy … more →
johiwan wrote 1 year ago: (1) To allow http_access for only one machine with MAC Address 00:08:c7:9f:34:41 To use MAC address … more →
johiwan wrote 1 year ago: Tag Name request_body_max_size Usage request_body_max_size (KB) Description This specifies the maxim … more →
johiwan wrote 1 year ago: Minimal POP3 Commands: USER name valid in the AUTHORIZATION state PASS string QUIT STAT valid in the … more →
johiwan wrote 1 year ago: In order to access your mailbox you will need 3 things: An active internet connection (an embarrasin … more →
johiwan wrote 1 year ago: “From http://www.unixguide.net/linux/linuxshortcuts.shtml” pwd Print working directory, … more →
johiwan wrote 1 year ago: “From http://www.unixguide.net/linux/linuxshortcuts.shtml” ps (=print status) Display th … more →
johiwan wrote 1 year ago: “From http://www.unixguide.net/linux/linuxshortcuts.shtml” netconf (as root) A very good … more →
johiwan wrote 1 year ago: “From http://www.unixguide.net/linux/linuxshortcuts.shtml” mount See here for details on … more →
johiwan wrote 1 year ago: “From http://www.unixguide.net/linux/linuxshortcuts.shtml” any_command --help |more Disp … more →
johiwan wrote 1 year ago: “From http://www.unixguide.net/linux/linuxshortcuts.shtml” <Ctrl><Alt><F1 … more →
johiwan wrote 1 year ago: by Mark Rais, senior editor reallylinux.com In this article, Mark Rais shares a list of those essent … more →