Kate Stewart has announced that the third alpha release of Ubuntu 11.04 and its family of products is now available for download and testing: "Welcome to Natty Narwhal alpha 3, which will in time become Ubuntu 11.04. Alpha 3 is the third in a series of milestone CD images that will be released throughout the Natty development cycle. New packages showing up in this release include: LibreOffice 3.3.1, Unity 3.6.0, Linux Kernel 2.6.38-rc6, Upstart 0.9, dpkg 1.16.0-pre + multi-arch snapshot. The alpha images are known to be reasonably free of show-stopper CD build or installer bugs, while representing a very recent snapshot of Natty." See the release announcement and release notes for a detailed list of changes and new features. Download (SHA256): natty-desktop-i386.iso (661MB, torrent), natty-desktop-amd64.iso (681MB, torrent). Alpha 3 CD/DVD images for Kubuntu (download, release notes), Xubuntu (download), Ubuntu Studio (download), Edubuntu (download, release announcement) and Mythbuntu (download) are also available.
Sunday, March 27, 2011
Debian GNU/Linux 6.0 has Release
Debian GNU/Linux 6.0, code name "Squeeze", has been released: "After 24 months of constant development, the Debian project is proud to present its new stable version 6.0 (code name 'Squeeze'). Debian 6.0 is a free operating system, coming for the first time in two flavours. Alongside Debian GNU/Linux, Debian GNU/kFreeBSD is introduced with this version as a 'technology preview'. Debian 6.0 includes the KDE Plasma Desktop and Applications, the GNOME, Xfce, and LXDE desktop environments as well as all kinds of server applications. It also features compatibility with the FHS v2.3 and software developed for version 3.2 of the LSB. Debian runs on computers ranging from palmtops and handheld systems to supercomputers, and on nearly everything in between. A total of nine architectures are supported by Debian GNU/Linux." Read the release announcement and release notes for details. A total of 693 ISO images have been prepared for this release; here are the quick links for the first of the eight installation DVD images for the i386 and amd64 architectures (installable live CD/DVD images are available here): debian-6.0.0-i386-DVD-1.iso (4,475MB, SHA256, torrent), debian-6.0.0-amd64-DVD-1.iso (4,446MB, SHA256, torrent).
PC Linux OS 2010.10

Thursday, March 24, 2011
Install Compiz

make sure your VGA driver is installed directly to the installation of our good wrote:
root @ bt: ~ # apt-get install compiz compiz-fusion-plugins-extra compiz-fusion-plugins-unsupported simple-ccsm fusion-icon
Cube desktop needed for at least 4 Desktop. setting in:
Backtrack Start Menu -> System -> Settings -> Desktop -> MultipleDesktops.
Sett at least 4 Desktop desktop.
then execution Compiz on
Backtrack Start Menu -> System -> Compiz Fusion Icon. or
root @ bt: ~ # fusion-icon - no-start
after that go to snapshot4 Compiz Tray Icon and right click and select Reload Window Manager.
to compiz settings manually or Advanced lived to Settings Manager, for simple to use for simple-ccsm.
root @ bt: ~ # simple-ccsm &
Sunday, March 20, 2011
Linux Mint 10 LXDE released!
Clement Lefebvre has announced the release of Linux Mint 10 "LXDE", a lightweight desktop distribution based on Ubuntu 10:10.
The advantages of Linux Mint 10 "LXDE", namely:
- Comes with improved software that brings improvement
- Supported the new features to make your desktop more convenient to use
- Software Manager gives you a better browsing experience, with better categorization of the software and use the application icon
- If you are not interested in receiving updates for a specific package, simply right-click to ignore an update on the package, the package will then be added to the list of 'ignore' and you will no longer receive these updates.
- Updated with a manager who can demonstrate the size of the updates that you select, so you know how many files you download.
Ultimate Edition 2.9
Ultimate Edition 2.9?
What is Ultimate Edition 2.9? Ultimate Edition 2.9 was built off Ultimate Edition 2.8 which is built off Ubuntu 10.10 Maverick Meerkat. All updates fully updated / upgraded old kernels purged, new initrd and vmlinuz rebuilt. Ultimate Edition 2.9 as with all odd release numbers was built with KDE users in mind. Ultimate Edition 2.9 has KDE, Gnome, Openbox and XFCE environments user selectable at login. A crisp new theme (121 to choose from) & tons of new software. LXDE was broken at time of build on the 32 bit side, so it did not make the cut I am sorry.
I also want to apologize for the delay of the release, my girlfriend of 11 years has been battling cancer & I do not spend anywhere close to the time I used to spend writing software etc. I know to many of you this is a major release and I should take time to explain in vivid detail what this is. I must once again apologize time has not & currently is not on my side. Please take it as what Ultimate Edition has always been, those that run it understand what I mean. Hopefully the statement a picture says a 1,000 words will pick up where I left off.
Friday, March 18, 2011
Ubuntu Reference
Below I will give basic referene table comant line of Linux-based Ubuntu. Comant this line needs to be known by the linux lovers, especially the new users. Starting from the coment line on the network, displays, packages, firewalls, system services. Hopefully help guys!
Linux is number one!
Linux is number one!
Privileges | Network |
sudo command – run command as root | ifconfig – show network information |
sudo -s – open a root shell | iwconfig – show wireless information |
sudo -s -u user – open a shell as user | sudo iwlist scan – scan for wireless networks |
sudo -k – forget sudo passwords | sudo /etc/init.d/networking restart – reset network for manual configurations (file) /etc/network/interfaces – manual configuration |
gksudo command – visual sudo dialog (GNOME) | ifup interface – bring interface online |
kdesudo command – visual sudo dialog (KDE) | ifdown interface – disable interface |
sudo visudo – edit /etc/sudoers | |
gksudo nautilus – root file manager (GNOME) | Special Packages |
kdesudo konqueror – root file manager (KDE) | ubuntu-desktop – standard Ubuntu environment |
passwd – change your password | kubuntu-desktop – KDE desktop |
xubuntu-desktop – XFCE desktop | |
Display | ubuntu-minimal – core Ubuntu utilities |
sudo /etc/init.d/gdm restart – restart X and return to login (GNOME) | ubuntu-standard – standard Ubuntu utilities |
sudo /etc/init.d/kdm restart – restart X and return to login (KDE) (file) /etc/X11/xorg.conf – display configuration | ubuntu-restricted-extras – non-free, but useful |
sudo dexconf – reset xorg.conf configuration | kubuntu-restricted-extras – KDE of the above |
Ctrl+Alt+Bksp – restart X display if frozen | xubuntu-restricted-extras – XFCE of the above |
Ctrl+Alt+ N – switch to tty N | build-essential – packages used to compile programs |
Ctrl+Alt+F7 – switch back to X display | linux-image-generic – latest generic kernel image |
linux-headers-generic – latest build headers | |
System Services¹ | |
start service – start job service (Upstart) | Firewall¹ |
stop service – stop job service (Upstart) | ufw enable – turn on the firewall |
status service – check if service is running (Upstart) | ufw disable – turn off the firewall |
/etc/init.d/service start – start service (SysV) | ufw default allow – allow all connections b default |
/etc/init.d/service stop – stop service (SysV) | ufw default deny – drop all connections b default |
/etc/init.d/service status – check service (SysV) | ufw status – current status and rules |
/etc/init.d/service restart – restart service (SysV) | ufw allow port – allow traffic on port |
runlevel – get current runlevel | ufw deny port – block port |
ufw deny from ip – block ip adress | |
Package Management¹ | |
apt-get update – refresh available updates | Application Names |
apt-get upgrade – upgrade all packages | nautilus – file manager (GNOME) |
apt-get dist-upgrade – upgrade with package replacements; upgrade Ubuntu version | dolphin – file manager (KDE) |
apt-get install pkg – install pkg | konqueror – web browser (KDE) |
apt-get purge pkg – uninstall pkg | kate – text editor (KDE) |
apt-get autoremove – remove obsolete packages | gedit – text editor (GNOME) |
apt-get -f install – try to fix broken packages | |
dpkg --configure -a – try to fix broken packages | System |
dpkg -i pkg.deb – install file pkg.deb (file) /etc/apt/sources.list – APT repository list | Recovery - Type the phrase “REISUB” while holding down Alt and SysRq (PrintScrn) with about 1 second between each letter. Your system will reboot. |
lsb_release -a – get Ubuntu version | |
uname -r – get kernel version | |
uname -a – get all kernel information |
Tuesday, March 15, 2011
Unix/Linux Command Reference
This time I'll share my knowledge for new Linux users, here's the basics of comant line on Unix / Linux. Please see and understand.
Linux is number one !!!
File Coment | System Info |
ls – directory listing | date – show the current date and time |
ls -al – formatted listing with hidden files | cal – show this month's calendar |
cd dir - change directory to dir | uptime – show current uptime |
cd – change to home | w – display who is online |
pwd – show current directory | whoami – who you are logged in as |
mkdir dir – create a directory dir | finger user – display information about user |
rm file – delete file | uname -a – show kernel information |
rm -r dir – delete directory dir | cat /proc/cpuinfo – cpu information |
rm -f file – force remove file | cat /proc/meminfo – memory information |
rm -rf dir – force remove directory dir * | man command – show the manual for command |
cp file1 file2 – copy file1 to file2 | df – show disk usage |
cp -r dir1 dir2 – copy dir1 to dir2; create dir2 if it doesn't exist | du – show directory space usage |
mv file1 file2 – rename or move file1 to file2 if file2 is an existing directory, moves file1 into directory file2 | free – show memory and swap usage |
ln -s file link – create symbolic link link to file | whereis app – show possible locations of app |
touch file – create or update file | which app – show which app will be run by default |
cat > file – places standard input into file | |
more file – output the contents of file | Compression |
head file – output the first 10 lines of file | tar cf file.tar files – create a tar named file.tar containing files |
tail file – output the last 10 lines of file | tar xf file.tar – extract the files from file.tar |
tail -f file – output the contents of file as it grows, starting with the last 10 lines | tar czf file.tar.gz files – create a tar with Gzip compression |
tar xzf file.tar.gz – extract a tar using Gzip | |
Process Management | tar cjf file.tar.bz2 – create a tar with Bzip2 compression |
ps – display your currently active processes | tar xjf file.tar.bz2 – extract a tar using Bzip2 |
top – display all running processes | gzip file – compresses file and renames it to file.gz |
kill pid – kill process id pid | gzip -d file.gz – decompresses file.gz back to file |
killall proc – kill all processes named proc * | |
bg – lists stopped or background jobs; resume a stopped job in the background | Network |
fg – brings the most recent job to foreground | ping host – ping host and output results |
fg n – brings job n to the foreground | whois domain – get whois information for domain |
dig domain – get DNS information for domain | |
File Permissions | dig -x host – reverse lookup host |
chmod octal file – change the permissions of file to octal, which can be found separately for user, group, and world by adding:
| wget file – download file |
Examples: | wget -c file – continue a stopped download |
chmod 777 – read, write, execute for all | |
chmod 755 – rwx for owner, rx for group and world | Installation |
For more options, see man chmod. | Install from source: |
./configure | |
SSH | make |
ssh user@host – connect to host as user | make install |
ssh -p port user@host – connect to host on port port as user | dpkg -i pkg.deb – install a package (Debian) |
ssh-copy-id user@host – add your key to host for | rpm -Uvh pkg.rpm – install a package (RPM) |
user to enable a keyed or passwordless login | |
Shortcuts | |
Searching | Ctrl+C – halts the current command |
grep pattern files – search for pattern in files | Ctrl+Z – stops the current command, Ctrl+Z – stops the current command, fg in the foreground or bg in the background |
grep -r pattern dir – search recursively for pattern in dir | Ctrl+D – log out of current session, similar to exit |
command | grep pattern – search for pattern in the output of command | Ctrl+W – erases one word in the current line |
locate file – find all instances of file | Ctrl+U – erases the whole line |
Ctrl+R – type to bring up a recent command !! - repeats the last command | |
exit – log out of current session * use with extreme caution. |
Subscribe to:
Posts (Atom)