Links

 
 

Drawing using Konsole (lol)

dowloadDrawing on the console (terminal)? Could we? yes we could paint the console. So look Konsole (terminal)
you can you decorate with a your favorite pictures. how ? it is fun ? hehehehe :D Actually I use this way when relaxed. its very simple manner, using opensource applications then sets bla bla bla so cool you know ? okay here we go.
1. search for images that you like. Read more »

Tags: , , , , ,   Posted in Tutorial, computer

Banner ssh in slackware

banner1This tutorial is my documentation in my slackware machine, so when i need it, i can access my web abimayu.com. Originaly this tutorial is continued my last documentation different port ssh in slackware . Now for custumize our ssh service, we can create the banner. It will look like in the picture. As you see adding banner can make easly when remote one machine, the description machine can we put there. Here the steps :
1. As root edit File /etc/issue.net , command

nano /etc/issue.net

Read more »

Tags: , , , , ,   Posted in Security, Tutorial, advance, computer

FOLDER CUSTOM COMMAND

customIf we often create or make new command line for our linux machine, it will be troublesome to copying to /bin , /sbin , /usr/bin/ , /usr/sbin/ , /usr/local/bin or /usr/local/sbin. There is another way how to create or make new command without copying to folder, it just make cew folder custom command. Contents of this folder is all command that we created before. In this case i create in my slackware machine. And you must root access first, here the steps :
1. Create new folder which will be used for storing commands. (i create in /usr/bin2)
the command :

mkdir /usr/bin2

Read more »

Tags: , , , , ,   Posted in Tutorial, advance, computer

Firewall BackTrack in slackware

firewallFirewall in slackware ? why not ? currently slackware set up without firewall, so for secure our slackware machine that is recomended to use firewall in slackware machine. It prefent from someone distrub you slackware machine. I’m newbe for using firewall, so i will show you using firewall from linux backtrack in slackware . There is some advantages and the diadvantages , it’s just depends on how you configure it. It is quite simple just follow the steps :
1. The first thing that very important is you slackware machine has installed iptables. In thi tutorial that’s recomended the last version (in this time i used 1.4.3.2).
Read more »

Tags: , , , , , , ,   Posted in Security, Tutorial, advance, computer

Different port ssh in slackware

leopard-pcSlackware is one of linux distros that have compability, stability and reability system. Many tools for server client mode such as ssh (secure shell), ssh can remotely another machine like slackware. Using ssh is complete remote via secure communication between machine that connected. For mode secure in using ssh there another advanced ssh option and configuration while using it. We will use different port ssh to remote another slackware machine and it will combine with firewall that i get from backtrack ( you should read my post about it first ). In this tutorial you will need two computer (i used my laptop and pc). Ok, here the steps :

1. The first thing you should check in your slackware machine has installed sshd (server mode ssh) to get access remotely. If you sure that has installed then go to the next step.

Read more »

Tags: , , , , , ,   Posted in Tutorial, advance, computer