DRIVER LIFEBOOK L SERIES
UTILITY
BIOS
tidak ada untuk driver lifebook L series
/system ntp client set primary-ntp=203.160.128.6 \
secondary-ntp=202.169.224.16 \ mode=unicast enabled=yes;
/ip firewall filter add chain=forward src-address=0.0.0.0/0 protocol=tcp \ dst-port=80 content="facebook" action=drop comment="Blokir Akses Facebook";
/system script add name="fb-deny" policy=write,read,policy,test,sniff source={/ip firewall filter set [/ip firewall filter find content="facebook"] disabled=no}/system script add name="fb-allow" policy=write,read,policy,test,sniff source={/ip firewall filter set [/ip firewall filter find content="facebook"] disabled=yes}/system script add name="fb-holiday" policy=write,read,policy,test,sniff source={:if ([/system scheduler get [/system scheduler find on-event="fb-deny"] disabled] = true) do [/system scheduler set [/system scheduler find on-event="fb-deny"] disabled=no] else [/system scheduler set [/system scheduler find on-event="fb-deny"] disabled=yes]}/system scheduler add name="fb-08:00" start-date=jan/01/1970 start-time=08:00:00 interval=1d on-event="fb-deny"
/system scheduler add name="fb-12:00" start-date=jan/01/1970 start-time=12:00:00 interval=1d on-event="fb-allow"
/system scheduler add name="fb-13:00" start-date=jan/01/1970 start-time=13:00:00 interval=1d on-event="fb-deny"
Script schedule mendisable firewall di luar jam kerja, jam 17:00 sampai seterusnya.
/system scheduler add name="fb-17:00" start-date=jan/01/1970 start-time=17:00:00 interval=1d on-event="fb-allow"Disable firewall pada hari libur sabtu - minggu. dan pastikan tanggal yang didefinisikan pada parameter "start-date" scheduler adalah Hari Sabtu. Dan parameter "interval" diberi nilai 7d.
/system scheduler add name="fb-sabtu-minggu" start-date=aug/01/2009 start-time=00:00:00 interval=7d on-event="fb-holiday"Mengaktifkan kembali firewall pada hari senin :/system scheduler add name="fb-senin" start-date=aug/03/2009 start-time=00:00:00 interval=7d on-event="fb-holiday"source: lulukn.abatasa.com
%Appdata%\Microsoft\Internet Explorer\Quick Launch
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
regsvr32 /n /i:U shell32.dll kemudian klik tombol OK, mudah mudahan show desktop iconnya akan nongol lagi.
wget http://updates.metasploit.com/data/releases/framework-3.7.0-linux-mini.run
chmod +x framework-3.7.0-linux-mini.run
./framework-3.7.0-linux-mini.run
./framework-3.7.0-linux-mini.run --help
msfupdate
apt-get install postgresql pgadmin3 libpq-dev sun-java6-plugin ruby rubygems libreadline-dev libssl-dev libpq5 ruby-dev nmap
gem install pg
su postgres
createuser metasploit -P
Enter password for new role:
Enter it again:
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) n
Shall the new role be allowed to create more new roles? (y/n) n
createdb --owner=metasploit metasploit
msfconsole
msf> db_driver postgresql
msf> db_connect metasploit:metasploit@127.0.0.1:5432/metasploit
msfrpcd -f -U metasploit -P metasploit -t Basic
/opt/framework-3.7.0/msf3/armitage
The address is already in use (0.0.0.0:55553) , please check the process that is keeping the port 55553 busy.Kita bisa dengan mudah menjalankan itu, dengan perintah :
lsof -i :55553
kill -9 55553
msfrpcd -f -U metasploit -P metasploit -t Basic
/ip firewall filter
add chain=forward action=add-src-to-address-list protocol=tcp\
address-list=asal-spammer address-list-timeout=0s dst-port=25
add chain=forward action=add-src-to-address-list protocol=tcp\
address-list=asal-spammer address-list-timeout=0s dst-port=449
add chain=forward action=add-src-to-address-list protocol=tcp\
address-list=asal-spammer address-list-timeout=0s dst-port=110
add chain=input action=add-src-to-address-list protocol=tcp\
address-list=asal-spammer address-list-timeout=0s dst-port=25
add chain=output action=add-src-to-address-list protocol=tcp\
address-list=spammer address-list-timeout=0s dst-port=25
sudo apt-cdrom upgrade
sudo apt-cdrom update
do-release-upgrade
deb http://kambing.ui.ac.id/ubuntu/ natty-updates main restricted universe multiverseAtau boleh pake yang ini :
deb http://kambing.ui.ac.id/ubuntu/ natty-security main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ natty-backports main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ natty-proposed main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ natty-updates main restricted universe multiverseatau juga bisa ini :
deb http://komo.padinet.com/ubuntu/ natty-security main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ natty-backports main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ natty-proposed main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ natty main restricted universe multiverseterserah mau pilih repository ubuntu 11.04 yang mana.
deb-src http://dl2.foss-id.web.id/ubuntu/ natty main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ natty-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ natty-security main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ natty-security main restricted universe multiverse
apt-get update
apt-get upgrade
apt-get install build-essential
Belajar Setting Mikrotik - Belajar Pemrograman Java - Belajar Pemrograman Pascal Belajar PHP OOP