IT-Tips
If you have an account on a server and using this from a public place, like an internet cafe or an university you probably want to make sure that nobody is able to read the leftovers from your session. To archieve this, add the command “clear” to the end of “~/.bash_logout“. To make sure there [...]
IT-Tips command, difference, leftovers, linux, logout, servers, switch, Windows,
Every time a file is read from your Linux ext3 partition it writes back a attribute to the file detailing the last access time. There are very few programs that actually use this to operate and it slows everything down. Disabling atime and diratime on your Linux ext3 file systems can improve disk performance up [...]
IT-Tips, Linux file system, linux, speed, system,
FTP on Linux and other Unix systems allows you to pass shell commands to the ftp client by using the pipe symbol ‘|’ as the first character of the file name. With this feature you can send a very large file to a remote host using /dev/zero as input and /dev/null as output.
IT-Tips, Networking client, command, ftp command, i, linux, network performance test, networking, shell, system, unix,
When a Linux system has been running for a while memory fragmentation can increase which depends heavily on the nature of the applications that are running on it. The more processes allocate and free memory, the quicker memory becomes fragmented. And the kernel may not always be able to defragment enough memory for a requested [...]
IT-Tips, Linux bit system, buddyinfo, check, command, command echo, echo 1, enable, enough memory, free memory, high memory area, kernel, linux, log messages, logs, memory chunks, memory fragmentation, memory information, memory management, servers, system,
Usualy make from sys-devel/make is known as a tool for compiling applications. But it could also be used to provide often used commands so that they can be accessed easily.
IT-Tips, Linux command, compiler, compress, computer, Copy, date, directory, folders, listing, possibilities, ssh,
This tip shows you a couple of ways to reset the root password if you’ve forgotten it. The easiest way is of course to boot off a LiveCD, chroot into the primary hard disk as described in the Gentoo Install Guide and use passwd. If you don’t have a LiveCD, or the system doesn’t have [...]
IT-Tips, Linux edit, edition, install, linux, logins, partition, passwd, passwords, root password, roots, shadow, shell, system,
The file command is provided by the package sys-apps/file, so if you don’t already have it installed, you’ll need to type emerge file. Chances are you’ve already got it on your system though. To use file simply type file filename and you’ll see information about the filename you passed in. Simple right?
IT-Tips, Linux check, command, directory, Emergency, file, install, lib, linux, listing, scripts, shell, system, systems, unix, usr,
This tip shows you some interesting ways to kill stubborn processes. Never let it be said that you can’t kill a process again! The first way is the old boring way that most people probably use. Use the command ps aux, look through the process list until you find the PID you want and issue the kill command. How tedious!
IT-Tips, Linux bases, command, file, grep, linux, listing, what,
The “Three-Finger-Salute” or, the key combination Ctrl+Alt+Del is typically mapped to the command /sbin/shutdown -r now. In other words, it reboots your system. Sometimes this may be unwanted behavior, so this tip shows you how to disable, or remap that key combination.
IT-Tips, Linux command, edit, edition, file, linux, listing, prevent, sbin, system, systems,
Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1983, allowing a user on a client computer to access files over a network as easily as if the network devices were attached to its local disks. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system.
IT-Tips, Linux command, configure, linux, listing, machine, networking, nfs, nfs mounts, system,
Identifying the Intel® chipset components located in your computer can usually be done by looking at the chipset markings on the motherboard. Chipsets are comprised of multiple components and the following link shows the combinations that make up the various chipsets.
Hardware, IT-Tips chipset name, hardware tab, Identify, intel 955x express chipset, intel chipset, Intel Chipset on Windows, motherboard chipsets, necessary precautions, open device manager, system icon, windows 98 second edition,
Determine the autonegotiated ethernet connection speed and duplex using the mii-tool command Running the following command as superuser with no options will generate basic information about all of the ethernet interfaces on the computer: mii-tool The resulting output will look something like: eth0: negotiated 100baseTx-FD, link ok This output shows one interface (eth0) which was [...]
IT-Tips, Linux 100 mbps, autonegotiated ethernet connection, connection speed, determine, ethernet interface, full duplex, interface speed, tool command,
Sometimes it can be useful to hide a Linux machine a bit. To turn answers to icmp_echos off, as root type: echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all and to turn it on again type: echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all
IT-Tips, Linux Linux ignore a ping, machine,