Profil

Lemari

Ketika harta menduduki kasta tertinggi dalam gaya hidup sehari-hari, lahirlah gengsi.

Perintah Dasar Pada Linux


File & Directory

Command Description
man [nama perintah] melihat manual perintah
apropos [suatu yang berhubungan dengan perintah] mencari perintah berdasarkan suatu
ls Melihat daftar direktori
mkdir [nama direktori] Membuat direktori
cd [/direktori/lokasi] Mengubah lokasi direktori
cp [nama file atau direktori] [ke direktori atau nama file] Menyalin file/Direktori
cp -r akan menyalin setiap file dalam direktori yang Anda tentukan.
rm [nama file atau direktori] Menghapus file/Direktori
rm -Rf akan menghapus setiap direktori yang Anda tentukan.
rmdir menghapus direktori
mv [nama file atau direktori] Ganti Name file/Direktori
locate [nama file atau direktori] Mencari file/Direktori
cat [nama file] melihat isi file
more [nama file] melihat isi file layar per layar
less [nama file] melihat isi file baris per baris
pipeline/vertical bar menggabungkan dua perintah
clear membersihkan terminal
[nama file] menjalankan file
which [nama file] mencari file
Command Description
# cd /home enter to directory '/ home'
# cd .. go back one level
# cd ../.. go back two levels
# cd go to home directory
# cd ~user1 go to home directory
# cd - go to previous directory
# cp file1 file2 copying a file
# cp dir/* . copy all files of a directory within the current work directory
# cp -a /tmp/dir1 . copy a directory within the current work directory
# cp -a dir1 dir2 copy a directory
# cp file file1 outputs the mime type of the file as text
# iconv -l lists known encodings
# iconv -f fromEncoding -t toEncoding inputFile > outputFile converting the coding of characters from one format to another
# find . -maxdepth 1 -name *.jpg -print -exec convert batch resize files in the current directory and send them to a thumbnails directory (requires convert from Imagemagick)
# ln -s file1 lnk1 create a symbolic link to file or directory
# ln file1 lnk1 create a physical link to file or directory
# ls view files of directory
# ls -F view files of directory
# ls -l show details of files and directory
# ls -a show hidden files
# ls *[0-9]* show files and directory containing numbers
# lstree show files and directories in a tree starting from root(2)
# mkdir dir1 create a directory called 'dir1'
# mkdir dir1 dir2 create two directories simultaneously
# mkdir -p /tmp/dir1/dir2 create a directory tree
# mv dir1 new_dir rename / move a file or directory
# pwd show the path of work directory
# rm -f file1 delete file called 'file1'
# rm -rf dir1 remove a directory called 'dir1' and contents recursively
# rm -rf dir1 dir2 remove two directories and their contents recursively
# rmdir dir1 delete directory called 'dir1'
# touch -t 0712250000 file1 modify timestamp of a file or directory - (YYMMDDhhmm)
# tree show files and directories in a tree starting from root(1) 


Perintah-perintah MikroTik Dalam Konfigurasi Terminal


Untuk mematikan Mikrotik atau restart ketik:
[admin@MikroTik]> system shutdown (mematikan system)
[admin@MikroTik]> system reboot  (untuk restart komputer)
Untuk merubah nama  MikroTik  ketik :
[admin@MikroTik]system identity> set name=sodent
Untuk melihat hasil konfigurasi, ketikan “print” atau “pr” seperti perintah berikut:
[admin@Mikrotik]system identity>pr name: “sodent”
Lalu konsole berubah menjadi [admin@sodent]>
Untuk melihat kondisi interface Mikrotik dapat dilihat dengan cara :
[admin@sodent] >interface print
Merubah password  MikroTik, ketikkan :
[admin@sodent]password>old password (ketikkan kosong, jika sebelumnya kita belum mengeset password)
[admin@sodent]password>new password :..…<ketikkan password yg baru>
[admin@sodent]password>retype new password :…..<masukkan sekali lagi passwordnya>
Contoh:
Jika password lama di kosongkan dan password yang baru
123456, maka perintahnya adalah sebagai berikut:
[admin@sodent]>/password
[admin@sodent]password>old password
[admin@sodent]password>new password 123456
[admin@sodent]password>retype new password 123456
Cara menambah IP di Mikrotik :
[admin@sodent] > ip address add address=192.168.18.8
netmask=255.255.255.0 (atau bisa juga diganti /24) interface”ether1” (nama ethernet)
[admin@sodent] > ip address add address=192.168.88.8
netmask=255.255.255.224 interface = “ether2” (nama ethernet)
Dan masih banyak lagi, tapi sekarang kita disediakan "winbox" untuk memudahkan dalam mengkonfigurasi MikOS tsb. Jadi ini sebagai tambahan aja bagi yang belum tau. :)

Gelombang Elektromagnetik


Gelombang Elektromagnetik


Kemajuan teknologi saat ini semakin meningkat berikut dalam penggunaan gelombang elekromagnetik dalam kehidupan sehari-hari.
Seperti apakah gelombang elektromagnetik, apa contoh gelombang elektromagnetik itu?
Gelombang elektromagnetik sebenarnya selalu ada disekitar kita, salah satu contohnya adalah sinar matahari, gelombang ini tidak memerlukan medium perantara dalam perambatannya. Contoh lain adalah gelombang radio. Tetapi spektrum gelombang elektromagnetik masih terdiri dari berbagai jenis gelombang lainnya, yang dibedakan berdasarkan frekuensi atau panjang gelombangnya. Untuk itu disini kita akan mempelajari tentang rentang spektrum gelombang elektromagnetik, karakteristik khusus masing-masing gelombang elektromagnetik di dalam spectrum dan contoh dan penerapan masing-masing gelombang elektromagnetik dalam kehidupan sehari-hari.