Monthly Archives: May 2010
Hi,
i going to open and *try* to maintain a new section, called monday tips, where i going to give you some small codes/tips that don’t worth a full post but can save you some ours of work, so here go:
1)Want to install a DNS? here is a good tutorial that will help you to quickly create a DNS.
2)A good resources of scripts for iptables i found it here
3)Why lawyers don’t run startups a good article about business.
4) copying files using SCP from console is very easy, the syntax of command is:
scp -r -P 22 user@remoteserver:/home/XXX -P 22 user@remoteserver2:/home/XXX
basically there you are copying from server 1 to server 2, if you are logged in a ssh console and want to copy files there, just replace the remoteserver2 with the directory. also, the -P defines the port number, is is 22 as default, is not needed. -r also make it recursive, it going to copy all the contents if a folder is choosed.
and wall for today, i hope you find this information useful
Regards,
Shadow.
Related Post
Hi,
when i installed the new 9.10 ubuntu in my new notebook, i realized time after the problem with the clicks in some flash app’s. was really troublesome, like see youtube videos or any other flash app i wanted to use/try.
today, after like 6 months with this problem i found the solution on this blog (in spanish). basically you need to edit the npviewer like this:
sudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer
and add this line before the last one:
export GDK_NATIVE_WINDOWS=1
save it and restart any browser that you have running
Regards,
Shadow.





