Becoming a Senior Programmer proficient in Linux programming has always been the goal of many friends. According to statistics from chinacache, the monthly salary of Linux programmers in Beijing is 1.8 times that of Windows programmers, 2.6 times that of Java programmers, and 2.9 times that of Windows programmers. At the same time, the data shows that with the increase of work experience, the income gap bet
My development environment is Linux, but the Windows and Linux servers need to be maintained at the same time, so sometimes windows can be controlled remotely under a Linux system.Rdesktop is an open source remote connection tool that enables Remote Desktop Protocol (RDP) to support a computer that is remotely windows.Rdesktop's official website: http://www.rdesk
1:dev/cdrom temporarily mounted to/mntPress Df-h to view the mount status!2: Set auto Mount#vim/etc/fstab Edit!3: Go in vim text edit press O to the most downward start edit!4: Input/dev/sro/mnt iso9660 defaults 0 05: Open YUM.REPOS.D under Etc fileRM-RF * Delete all files and directories in this directoryCreate a new file Abc.repo and open the edit6: Edit the following in the Abc.repo file7: Input: Wq Save exit8: Install RPM Installation Pack commandrpm-ivh/mnt/package/libao-0.8.8-7.1.el6.x86_6
1:dev/cdrom temporarily mounted to/mntPress Df-h to view the Mount status2: Set auto Mount#vim/etc/fstab Edit3: Go in vim text edit press O to the most downward start edit4: Input/dev/sro/mnt iso9660 defaults 0 05: Open YUM.REPOS.D under Etc fileRM-RF * Delete all files and directories in this directoryCreate a new file Abc.repo and open the edit6: Edit the following in the Abc.repo file7: Input: Wq Save exit8: Install RPM Installation Pack commandrpm-ivh/mnt/package/libao-0.8.8-7.1.el6.x86_64.r
login script settings and specify TSLog. bat is the script that needs to be opened during user login, so every user must execute this script after login, because the default script is equivalent to the SHELL environment) is Explorer Resource Manager), so I am in TSLog. the start Explorer command is added to the last line of bat. If this command is not added, you cannot enter the desktop. Of course, if you only need to give the user a specific SHELL: for example, pai.exedomainword.exe, you can a
View IP address ifconfig equivalent to ipconfig in windowTelnet command Rdesktop-f-a 16 192.168.10.10Linux provides a large number of commands, which can be used to do a lot of work effectively, such as disk operations, file access, directory operations, process management, file permission settings and so on. Therefore, it is necessary to work on a Linux system using the commands provided by the system. To
Why is such a combination?
I wrote an internship report for the purpose of blocking the teacher at school. The topic is provided by Linux practical services, that is, services such as http and ftp are provided on a Linux machine, at that time. so I chose such a messy question [the major problem is that the professional is not correct, but the trainee report is accepted by Mr. Wan Xing].
VBox + vboxnetflt +
X-server principle: http://blog.chinaunix.net/uid-20672559-id-3431735.htmlFirst, windows:192.168.0.1061. Install xming, he is a x-server2. Debug the CRT, forward all requests from the remote host 22 port to the native windows, tick forward X11 data. For example: 650) this.width=650; "Src=" Https://s4.51cto.com/wyfs02/M01/98/0D/wKiom1k2qguyZuwPAAE0IcgV5Yg001.png-wh_ 500x0-wm_3-wmp_4-s_1616939808.png "title=" 5.png "alt=" Wkiom1k2qguyzuwpaae0icgv5yg001.png-wh_50 "/>Second,
1. Linux installation VBox, skip2. View installed extensionsVboxmanage List Extpacks3. Create a VM:Vboxmanage createvm--name "TESTVM"--register4. Modify VM Properties:Vboxmanage modifyvm "TESTVM"--memory 1024x768--acpi on--boot1 DVD--nic1 bridged--bridgeadapter1 eth0--ostype Ubuntu5. Create a VM virtual hard disk:Vboxmanage createvdi--filename ~/virtualbox\ VMS/TESTVM/TESTVM-DISK01.VDI--size 100006. Modify the virtual hard disk properties:Vboxmanage s
virtual disk. (optional) A ing disk is virtualized in the network neighbor of a remote machine. It is very powerful and can even be a floppy disk or a CD.-R sound: off. Of course, remote sound can be mapped to a local device.
Redirection:
In this case, the local disk can also be taken to the remote end, and the Chinese file name is also supported. You only need to add the-R parameter. In addition to taking the local disk to the remote end, it also supports Serial Ports and printers. Now, the
This series of articles summarizes Linux network stacks, including:(1) Linux Network protocol Stack Summary(2) Network multipart offload technology Gso/tso/ufo/lro/gro in non-virtualized Linux environment(3) QEMU/KVM Network multipart offload technology in virtualized Linux environment Gso/tso/ufo/lro/gro1.
1, what is Linux?
To be exact, the Linux kernel (the core program of the system), whose kernel copyright belongs to Linus Torvalds, is issued under the GPL (GNU general public License) Copyright Agreement, and anyone can copy (copy) and modify ( Change), package distribution (distribute), sales, but can not add any restrictions at the time of distribution, and all the original code must be public, so anyone
Desktop
Use Windows Remote Desktop in Linux, and use tsclient + rdesktop
5. How to Use the parameters of the previous command
The gnome terminal and character interface can both use Alt +.Obtain the last parameter of the last command. Multiple times will become the last parameter of the previous command.
For example, back up logs to/var/log/XXX/YYY/ZZZ/myfile.
CP/var/log/myfile/var/log/XXX/YYY/ZZZ/myfile.1
Kali2.0 used these days, summed up the personal software installation situation.Of course, some of the security audit software comes with some, but most of them do not understand, but the work needs to use a few.1. Wired InternetThe wired network device is enabled.Change/etc/networkmanager/networkmanager.conf[Main]Plugins=ifupdown,keyfile[Ifupdown]Managed=trueTo change the managed value from Fals to True, restart the Network service networking restart or Reboot/init 6.2. Dual NIC SettingsWired a
Now most enterprises are enabled Liunx or Ubuntu and other Liunx operating system as a core server, but most of the desktop system is using the window system. In management, as a network administrator, is often used for remote connections. So how do we connect Windows desktop with Linux? The following are two common ways to connect windows to remote desktops such as Fedora or Rhelcentos:
The first method: KRDC: Generally can be found in the menu, yo
as follows: 1) VI mytask.sh Enter the following command Date>>/home/mydate3 Cp/home/mydate3/root 2) Grant mytask.sh Execute permission chmod 744 MYTASK.S H 3) Crontab-e 4) Re-enter the command: * * * * * */root/mytask.sh. (3) How to terminate a task crontab-r means to terminate a task schedule. After the command is executed, the tasks in the crontab-e are removed. CRONTAB-L indicates which task schedules are currently in the list.2, the Linux proces
HTTP://WWW.IBM.COM/DEVELOPERWORKS/CN/LINUX/L-LSM/PART1/1. Related background: Why and whatIn recent years, Linux system has been widely concerned and applied by computer industry because of its excellent performance and stability, the flexibility and expansibility of open Source feature, and the lower cost. But in terms of security, the Linux kernel only provides
Deploy War packages for Linux tomcat, deploy JavaWeb projects for Linux Tomcat, deploy War packages for Linux, and deploy tomcatjavaweb
Deploy the War package for Linux tomcat, deploy the JavaWeb project for Linux Tomcat, and deploy the War package for
Create a small Linux with network functions
First, copy the required basic network commands to a Linux instance.Copy Ping and ifconfigTo add a network function, you must be driven by the NIC. The NIC Driver is pcnet32.However, pcnet32 has a dependency module that is MII, and MII has no dependency module,So we only need to copy the two modules to ourIn Linux, chec
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.