MuadDrink
Ingredients:
1/2 bootle of vodka or cachaça (not aguardente).
2 Passion Fruits
1 pack of Sweetened Condensed Milk
Method:
Just put all the things in a blender and put some water (to make less strong).
Ingredients:
1/2 bootle of vodka or cachaça (not aguardente).
2 Passion Fruits
1 pack of Sweetened Condensed Milk
Method:
Just put all the things in a blender and put some water (to make less strong).
I don’t know if this works in any unix, but for me works in AIX and Linux.
Sorting CPU usage:
# ps -eo pid,user,%cpu,args --sort %cpu
Source: Kairo Araujo
First of all, let me say that I’m not defending any version of windows, so this is become the same old bullshit all the time.
LINUX runs the Google servers that manage billions of searches each day. It also runs the TiVo digital video recorder, the Motorola Razr cellphone and countless other electronic devices.
1. Requirements
Basic knowledge in Active Directory, Kerberos, Samba, Linux e Squid. And all packages related. The Microsoft Windows Server 2003® must be acessible by proxy server and *must* have WINS Server working.
The linux server (any distro) must have installed this packages:
2. Introduction
We have to types of authentication:
The NTLM Authentication is automatic, the proxy receives the connection requirement and authenticate using AD to make a login.
The BASIC Authentication is the trivial authentication with user input.
The best point of NTLM Authentication is the fact of the proxy will be transparent to the user, even if the browser is closed.
3. Preparations
The servers:
|
Domain Controller |
Proxy |
|
Microsoft Windows Server 2003 Enterprise |
Any Linux |
|
atenas.lab.wtf.br |
oslo.lab.wtf.br |
|
10.0.0.4 |
10.0.0.6 |
First of all, edit /etc/hosts in your linux box:
|
10.0.0.60 oslo.lab.wtf.br oslo |
Now, edit the /etc/krb5.conf:
|
[libdefaults] default_realm = LAB.WTF.BR v4_instance_resolve = false clockskew = 300 v4_name_convert = { fcc-mit-ticketflags = true [realms]
[logging]
|
Now we need to sync the clocks. First, lest sync the linux server:
|
# ntpdate pool.ntp.org |
And them, the windows:
|
C:\> net time /setsntp:pool.ntp.org |
Now edit /etc/nsswitch.conf, and modify this lines…
|
passwd: compat |
…to this…
|
passwd: compat winbind |
4. Samba/Winbind
This is the /etc/samba/smb.conf used:
|
[global] |
After configured, restart SAMBA and WINBIND services.
Lets get the proxy server inside the AD:
|
# net ads join –U Administrator –S lab.wtf.br |
After enter the password, you’ll see something like this:
|
# net ads join –U Administrator –S lab.wtf.br |
You can verify if you’re connected using this commands:
|
wbinfo –t |
Verify connections |
|
wbinfo –u |
List all users in AD |
|
wbinfo –g |
List all groups in AD |
5. Preparing SQUID
Modify /etc/squid/squid.conf like this:
|
http_port 3128 |
6. Tests
Go to some box using windows, configure the browser to use the new proxy and try to access some web page. After this, look in /var/log/squid/access.log and see if the user are logging.
If you have some problems, try using your proxy with default configurations.
Acording to The Register and Windows Vista Team Blog Site, Microsoft will release SP1 for Windows Vista with “a lot of improvements in security and performance.
<ironic mode>Maybe the SP1 will format your actual vista installation, migrate all data and install a new and clean realease of a linux distribution called “Linux Vista”, to obtain better performance. IMHO, is the only way to get more perfomance using this load of crap.</ironic mode>
I have a personal diagnostic list to exactly make a QA (Quality Assurance) or to do a detailed diagnostic. Its very useful if you have a lot of machines to see. Here we go (its nice if you can make a script and use it, I have one, of course)
It’s good to check some things after reboot an AIX system, lets see:
1) Verify what disks are on rootvg.
2) Rewrite the bootdisks of rootvg;
3) Verify the boot order;
4) Setting up the verified boot order;
1) Verify what disks are on rootvg:
# lspv | grep rootvg
hdisk0 00012998b87370f6 rootvg active
hdisk1 00012998180a047e rootvg active
2) Rewrite the bootdisks of rootvg:
# bosboot -ad hdisk0
bosboot: Boot image is 20726 512 byte blocks.
# bosboot -ad hdisk1
bosboot: Boot image is 20726 512 byte blocks.
3) Verify the boot order:
# bootlist -m normal -o
hdisk0 blv=hd5
4) Setting up the verified boot order:
Look where the dump partition are located:
# lslv -l lg_dumplv
lg_dumplv:N/A
PV COPIES IN BAND DISTRIBUTION
hdisk1 016:000:000 0% 016:000:000:000:000
In this case, is better the hdisk1 be the first disk on boot order (btw, the two disks will boot at the same time, but only one will be the first identificated):
# bootlist -m normal hdisk1 hdisk0
# bootlist -m normal -o
hdisk1 blv=hd5
hdisk0 blv=hd5
Source: Kairo Araujo
After read some news about (I can’t remember where) commodore selling some mp3 devices, I make a search in google and surprise (for me, at last).
http://www.commodoregaming.com
Commodore is actually an active company, building “game pcs”, skin change capable (of course, theres an Vintage C64 section on this site).