Install Oracle Java 7 in Ubuntu via PPA Repository
Update: Java 7 is no longer supported by Oracle. The binaries are no longer available for download, but if you have an Oracle account, you can still download it after logging in. The Oracle Java 7 installer in this article will continue to work only if you manually download Oracle JDK 7 (version 7u80 for 32bit and 64bit or 7u60 for arm), place it in the /var/cache/oracle-jdk7-installer/ folder on your computer, then install "oracle-java7-installer" as explained below in this article. We've previously written about installing Oracle JDK 7 in Ubuntu using a script with a GUI provided by Zenity. Some may find this method hard to use and also, it comes with GTK dependencies. If you really need to use Oracle (ex Sun) Java instead of OpenJDK in Ubuntu, here's an easy way to do it: a PPA repository to install and keep your computer up to date with the latest Oracle Java 7 (Java JDK which includes JRE). Update: our Oracle Java 7 installer now supports ARM. java -version Removing Oracle Java 7
How to Setup Crush FTP 6 on an Ubuntu Server
I've spent about eight hours figuring out how to configure a CrushFTP6 server on linux. The provided documentation was limited and a lot of it didn't work if you don't have a gui, like on a server install. This also starts CrushFTP as a startup service. The build was very simple, a fresh install of Ubuntu Server 10.04 LTS, the only thing installed was OpenSSH for Putty sessions. Here goes: If you have users start logging in now, they won't be able to upload or download any files, because they don't actually have any directory they can use. Enabled: Checked Always Generate Home Folder: Checked Path: /home/FTPROOT/ (just an example) Enabled: Checked Always Generate Home Folder: Checked Path: /home/FTPROOT/ (just an example) Enjoy!
5 Must-Have Gedit Plugins for Programmers « Yaser Sulaiman’s Blog
Many users think that gedit – the default text editor for the GNOME desktop environment – is a simple editor that can only do some basic editing. In reality, there is more to gedit than meets the eye. It has many features that makes it a good choice for programmers: syntax highlighting, auto indentation, bracket matching, etc. Gedit comes with several plugins enabled by default (the list of enabled plugins varies from one Linux distribution to another). sudo apt-get install gedit-plugins To access the list of plugins, select Edit -> Preferences, and then select the Plugins tab. 1. Reduce the amount of typing you have to do by using Snippets, the auto-text insertion tool for gedit. 2. Regarded by many as the most useful one, External Tools enables you to run any external command or shell script, specifying the keyboard shortcut, the input (if any), and where to display the output. 3. If you are not comfortable with the command line, then you are NOT a real programmer! 4. 5.
Linux and UNIX ls command help
Quick links About lsSyntaxExamplesRelated commands Linux and Unix main page About ls Lists the contents of a directory. Syntax ls [OPTION]... Description List information about the FILEs (the current directory by default). SIZE Format SIZE is an integer and optional unit (example: 10M is 10*1024*1024). Using color to distinguish file types is disabled both by default and with --color=never. Exit Status Examples ls -l Lists the total files in the directory and subdirectories, the names of the files in the current directory, their permissions, the number of subdirectories in directories listed, the size of the file, and the date of last modification. ls -laxo Lists files with permissions, shows hidden files, displays them in a column format, and suppresses group information. ls ~ List the contents of your home directory by adding a tilde after the ls command. ls / List the contents of your root directory. ls List the contents of the parent directory. ls */ List the contents of all subdirectories. ls -d */
Compléter l’installation d’Ubuntu
Compléter l’installation d’Ubuntu 12.04 LTS Precise Pangolin Pages : 1 2 3 4 5 Ubuntu 12.04 Precise Pangolin, est livré avec pas mal d’applications pré-installées comme le lecteur multimédia Rhythmbox, la suite bureautique LibreOffice, Firefox 11, ThunderBird 11, Shotwell comme éditeur de photo. Pour parfaire l’installation d’Ubuntu 12.04 il est nécessaire d’installer certains codecs supplémentaires pour les applications multimédia, et installer des applications indispensables. Toutes les applications sont installables via la logithèque Ubuntu, pour cela il suffit de chercher le nom d’application et d’appuyer sur installer. 1.Configurer un mirroir apt plus rapide Il faut savoir que par défaut Ubuntu configure apt (les gestionnaire de pacakges) avec le mirroir correspondant à votre pays. Il faut lancer la logithèque Ubuntu et aller dans le menu Edition -> Sources de logiciels. Une nouvelle fenêtre apparaît où il faut cliquer sur [Sélectionner le meilleur serveur]
Related:
Related:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Работает и в Kubuntu 14.04 by leo5700 Dec 7
"
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
"
It's working on Ubuntu 12.04 LTS by drone Dec 5